Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 5127:a9c41067dd88 ben-lisp-object
more cleanups, terminology clarification, lots of doc work
-------------------- ChangeLog entries follow: --------------------
man/ChangeLog addition:
2010-03-05 Ben Wing <ben@xemacs.org>
* internals/internals.texi (Introduction to Allocation):
* internals/internals.texi (Integers and Characters):
* internals/internals.texi (Allocation from Frob Blocks):
* internals/internals.texi (lrecords):
* internals/internals.texi (Low-level allocation):
Rewrite section on allocation of Lisp objects to reflect the new
reality. Remove references to nonexistent XSETINT and XSETCHAR.
modules/ChangeLog addition:
2010-03-05 Ben Wing <ben@xemacs.org>
* postgresql/postgresql.c (allocate_pgconn):
* postgresql/postgresql.c (allocate_pgresult):
* postgresql/postgresql.h (struct Lisp_PGconn):
* postgresql/postgresql.h (struct Lisp_PGresult):
* ldap/eldap.c (allocate_ldap):
* ldap/eldap.h (struct Lisp_LDAP):
Same changes as in src/ dir. See large log there in ChangeLog,
but basically:
ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT
LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER
../hlo/src/ChangeLog addition:
2010-03-05 Ben Wing <ben@xemacs.org>
* alloc.c:
* alloc.c (old_alloc_sized_lcrecord):
* alloc.c (very_old_free_lcrecord):
* alloc.c (copy_lisp_object):
* alloc.c (zero_sized_lisp_object):
* alloc.c (zero_nonsized_lisp_object):
* alloc.c (lisp_object_storage_size):
* alloc.c (free_normal_lisp_object):
* alloc.c (FREE_FIXED_TYPE_WHEN_NOT_IN_GC):
* alloc.c (ALLOC_FROB_BLOCK_LISP_OBJECT):
* alloc.c (Fcons):
* alloc.c (noseeum_cons):
* alloc.c (make_float):
* alloc.c (make_bignum):
* alloc.c (make_bignum_bg):
* alloc.c (make_ratio):
* alloc.c (make_ratio_bg):
* alloc.c (make_ratio_rt):
* alloc.c (make_bigfloat):
* alloc.c (make_bigfloat_bf):
* alloc.c (size_vector):
* alloc.c (make_compiled_function):
* alloc.c (Fmake_symbol):
* alloc.c (allocate_extent):
* alloc.c (allocate_event):
* alloc.c (make_key_data):
* alloc.c (make_button_data):
* alloc.c (make_motion_data):
* alloc.c (make_process_data):
* alloc.c (make_timeout_data):
* alloc.c (make_magic_data):
* alloc.c (make_magic_eval_data):
* alloc.c (make_eval_data):
* alloc.c (make_misc_user_data):
* alloc.c (Fmake_marker):
* alloc.c (noseeum_make_marker):
* alloc.c (size_string_direct_data):
* alloc.c (make_uninit_string):
* alloc.c (make_string_nocopy):
* alloc.c (mark_lcrecord_list):
* alloc.c (alloc_managed_lcrecord):
* alloc.c (free_managed_lcrecord):
* alloc.c (sweep_lcrecords_1):
* alloc.c (malloced_storage_size):
* buffer.c (allocate_buffer):
* buffer.c (compute_buffer_usage):
* buffer.c (DEFVAR_BUFFER_LOCAL_1):
* buffer.c (nuke_all_buffer_slots):
* buffer.c (common_init_complex_vars_of_buffer):
* buffer.h (struct buffer_text):
* buffer.h (struct buffer):
* bytecode.c:
* bytecode.c (make_compiled_function_args):
* bytecode.c (size_compiled_function_args):
* bytecode.h (struct compiled_function_args):
* casetab.c (allocate_case_table):
* casetab.h (struct Lisp_Case_Table):
* charset.h (struct Lisp_Charset):
* chartab.c (fill_char_table):
* chartab.c (Fmake_char_table):
* chartab.c (make_char_table_entry):
* chartab.c (copy_char_table_entry):
* chartab.c (Fcopy_char_table):
* chartab.c (put_char_table):
* chartab.h (struct Lisp_Char_Table_Entry):
* chartab.h (struct Lisp_Char_Table):
* console-gtk-impl.h (struct gtk_device):
* console-gtk-impl.h (struct gtk_frame):
* console-impl.h (struct console):
* console-msw-impl.h (struct Lisp_Devmode):
* console-msw-impl.h (struct mswindows_device):
* console-msw-impl.h (struct msprinter_device):
* console-msw-impl.h (struct mswindows_frame):
* console-msw-impl.h (struct mswindows_dialog_id):
* console-stream-impl.h (struct stream_console):
* console-stream.c (stream_init_console):
* console-tty-impl.h (struct tty_console):
* console-tty-impl.h (struct tty_device):
* console-tty.c (allocate_tty_console_struct):
* console-x-impl.h (struct x_device):
* console-x-impl.h (struct x_frame):
* console.c (allocate_console):
* console.c (nuke_all_console_slots):
* console.c (DEFVAR_CONSOLE_LOCAL_1):
* console.c (common_init_complex_vars_of_console):
* data.c (make_weak_list):
* data.c (make_weak_box):
* data.c (make_ephemeron):
* database.c:
* database.c (struct Lisp_Database):
* database.c (allocate_database):
* database.c (finalize_database):
* device-gtk.c (allocate_gtk_device_struct):
* device-impl.h (struct device):
* device-msw.c:
* device-msw.c (mswindows_init_device):
* device-msw.c (msprinter_init_device):
* device-msw.c (finalize_devmode):
* device-msw.c (allocate_devmode):
* device-tty.c (allocate_tty_device_struct):
* device-x.c (allocate_x_device_struct):
* device.c:
* device.c (nuke_all_device_slots):
* device.c (allocate_device):
* dialog-msw.c (handle_question_dialog_box):
* elhash.c:
* elhash.c (struct Lisp_Hash_Table):
* elhash.c (finalize_hash_table):
* elhash.c (make_general_lisp_hash_table):
* elhash.c (Fcopy_hash_table):
* elhash.h (htentry):
* emacs.c (main_1):
* eval.c:
* eval.c (size_multiple_value):
* event-stream.c (finalize_command_builder):
* event-stream.c (allocate_command_builder):
* event-stream.c (free_command_builder):
* event-stream.c (event_stream_generate_wakeup):
* event-stream.c (event_stream_resignal_wakeup):
* event-stream.c (event_stream_disable_wakeup):
* event-stream.c (event_stream_wakeup_pending_p):
* events.h (struct Lisp_Timeout):
* events.h (struct command_builder):
* extents-impl.h:
* extents-impl.h (struct extent_auxiliary):
* extents-impl.h (struct extent_info):
* extents-impl.h (set_extent_no_chase_aux_field):
* extents-impl.h (set_extent_no_chase_normal_field):
* extents.c:
* extents.c (gap_array_marker):
* extents.c (gap_array):
* extents.c (extent_list_marker):
* extents.c (extent_list):
* extents.c (stack_of_extents):
* extents.c (gap_array_make_marker):
* extents.c (extent_list_make_marker):
* extents.c (allocate_extent_list):
* extents.c (SLOT):
* extents.c (mark_extent_auxiliary):
* extents.c (allocate_extent_auxiliary):
* extents.c (attach_extent_auxiliary):
* extents.c (size_gap_array):
* extents.c (finalize_extent_info):
* extents.c (allocate_extent_info):
* extents.c (uninit_buffer_extents):
* extents.c (allocate_soe):
* extents.c (copy_extent):
* extents.c (vars_of_extents):
* extents.h:
* faces.c (allocate_face):
* faces.h (struct Lisp_Face):
* faces.h (struct face_cachel):
* file-coding.c:
* file-coding.c (finalize_coding_system):
* file-coding.c (sizeof_coding_system):
* file-coding.c (Fcopy_coding_system):
* file-coding.h (struct Lisp_Coding_System):
* file-coding.h (MARKED_SLOT):
* fns.c (size_bit_vector):
* font-mgr.c:
* font-mgr.c (finalize_fc_pattern):
* font-mgr.c (print_fc_pattern):
* font-mgr.c (Ffc_pattern_p):
* font-mgr.c (Ffc_pattern_create):
* font-mgr.c (Ffc_name_parse):
* font-mgr.c (Ffc_name_unparse):
* font-mgr.c (Ffc_pattern_duplicate):
* font-mgr.c (Ffc_pattern_add):
* font-mgr.c (Ffc_pattern_del):
* font-mgr.c (Ffc_pattern_get):
* font-mgr.c (fc_config_create_using):
* font-mgr.c (fc_strlist_to_lisp_using):
* font-mgr.c (fontset_to_list):
* font-mgr.c (Ffc_config_p):
* font-mgr.c (Ffc_config_up_to_date):
* font-mgr.c (Ffc_config_build_fonts):
* font-mgr.c (Ffc_config_get_cache):
* font-mgr.c (Ffc_config_get_fonts):
* font-mgr.c (Ffc_config_set_current):
* font-mgr.c (Ffc_config_get_blanks):
* font-mgr.c (Ffc_config_get_rescan_interval):
* font-mgr.c (Ffc_config_set_rescan_interval):
* font-mgr.c (Ffc_config_app_font_add_file):
* font-mgr.c (Ffc_config_app_font_add_dir):
* font-mgr.c (Ffc_config_app_font_clear):
* font-mgr.c (size):
* font-mgr.c (Ffc_config_substitute):
* font-mgr.c (Ffc_font_render_prepare):
* font-mgr.c (Ffc_font_match):
* font-mgr.c (Ffc_font_sort):
* font-mgr.c (finalize_fc_config):
* font-mgr.c (print_fc_config):
* font-mgr.h:
* font-mgr.h (struct fc_pattern):
* font-mgr.h (XFC_PATTERN):
* font-mgr.h (struct fc_config):
* font-mgr.h (XFC_CONFIG):
* frame-gtk.c (allocate_gtk_frame_struct):
* frame-impl.h (struct frame):
* frame-msw.c (mswindows_init_frame_1):
* frame-x.c (allocate_x_frame_struct):
* frame.c (nuke_all_frame_slots):
* frame.c (allocate_frame_core):
* gc.c:
* gc.c (GC_CHECK_NOT_FREE):
* glyphs.c (finalize_image_instance):
* glyphs.c (allocate_image_instance):
* glyphs.c (Fcolorize_image_instance):
* glyphs.c (allocate_glyph):
* glyphs.c (unmap_subwindow_instance_cache_mapper):
* glyphs.c (register_ignored_expose):
* glyphs.h (struct Lisp_Image_Instance):
* glyphs.h (struct Lisp_Glyph):
* glyphs.h (struct glyph_cachel):
* glyphs.h (struct expose_ignore):
* gui.c (allocate_gui_item):
* gui.h (struct Lisp_Gui_Item):
* keymap.c (struct Lisp_Keymap):
* keymap.c (make_keymap):
* lisp.h:
* lisp.h (struct Lisp_String_Direct_Data):
* lisp.h (struct Lisp_String_Indirect_Data):
* lisp.h (struct Lisp_Vector):
* lisp.h (struct Lisp_Bit_Vector):
* lisp.h (DECLARE_INLINE_LISP_BIT_VECTOR):
* lisp.h (struct weak_box):
* lisp.h (struct ephemeron):
* lisp.h (struct weak_list):
* lrecord.h:
* lrecord.h (struct lrecord_implementation):
* lrecord.h (MC_ALLOC_CALL_FINALIZER):
* lrecord.h (struct lcrecord_list):
* lstream.c (finalize_lstream):
* lstream.c (sizeof_lstream):
* lstream.c (Lstream_new):
* lstream.c (Lstream_delete):
* lstream.h (struct lstream):
* marker.c:
* marker.c (finalize_marker):
* marker.c (compute_buffer_marker_usage):
* mule-charset.c:
* mule-charset.c (make_charset):
* mule-charset.c (compute_charset_usage):
* objects-impl.h (struct Lisp_Color_Instance):
* objects-impl.h (struct Lisp_Font_Instance):
* objects-tty-impl.h (struct tty_color_instance_data):
* objects-tty-impl.h (struct tty_font_instance_data):
* objects-tty.c (tty_initialize_color_instance):
* objects-tty.c (tty_initialize_font_instance):
* objects.c (finalize_color_instance):
* objects.c (Fmake_color_instance):
* objects.c (finalize_font_instance):
* objects.c (Fmake_font_instance):
* objects.c (reinit_vars_of_objects):
* opaque.c:
* opaque.c (sizeof_opaque):
* opaque.c (make_opaque_ptr):
* opaque.c (free_opaque_ptr):
* opaque.h:
* opaque.h (Lisp_Opaque):
* opaque.h (Lisp_Opaque_Ptr):
* print.c (printing_unreadable_lcrecord):
* print.c (external_object_printer):
* print.c (debug_p4):
* process.c (finalize_process):
* process.c (make_process_internal):
* procimpl.h (struct Lisp_Process):
* rangetab.c (Fmake_range_table):
* rangetab.c (Fcopy_range_table):
* rangetab.h (struct Lisp_Range_Table):
* scrollbar.c:
* scrollbar.c (create_scrollbar_instance):
* scrollbar.c (compute_scrollbar_instance_usage):
* scrollbar.h (struct scrollbar_instance):
* specifier.c (finalize_specifier):
* specifier.c (sizeof_specifier):
* specifier.c (set_specifier_caching):
* specifier.h (struct Lisp_Specifier):
* specifier.h (struct specifier_caching):
* symeval.h:
* symeval.h (SYMBOL_VALUE_MAGIC_P):
* symeval.h (DEFVAR_SYMVAL_FWD):
* symsinit.h:
* syntax.c (init_buffer_syntax_cache):
* syntax.h (struct syntax_cache):
* toolbar.c:
* toolbar.c (allocate_toolbar_button):
* toolbar.c (update_toolbar_button):
* toolbar.h (struct toolbar_button):
* tooltalk.c (struct Lisp_Tooltalk_Message):
* tooltalk.c (make_tooltalk_message):
* tooltalk.c (struct Lisp_Tooltalk_Pattern):
* tooltalk.c (make_tooltalk_pattern):
* ui-gtk.c:
* ui-gtk.c (allocate_ffi_data):
* ui-gtk.c (emacs_gtk_object_finalizer):
* ui-gtk.c (allocate_emacs_gtk_object_data):
* ui-gtk.c (allocate_emacs_gtk_boxed_data):
* ui-gtk.h:
* window-impl.h (struct window):
* window-impl.h (struct window_mirror):
* window.c (finalize_window):
* window.c (allocate_window):
* window.c (new_window_mirror):
* window.c (mark_window_as_deleted):
* window.c (make_dummy_parent):
* window.c (compute_window_mirror_usage):
* window.c (compute_window_usage):
Overall point of this change and previous ones in this repository:
(1) Introduce new, clearer terminology: everything other than int
or char is a "record" object, which comes in two types: "normal
objects" and "frob-block objects". Fix up all places that
referred to frob-block objects as "simple", "basic", etc.
(2) Provide an advertised interface for doing operations on Lisp
objects, including creating new types, that is clean and
consistent in its naming, uses the above-referenced terms and
avoids referencing "lrecords", "old lcrecords", etc., which should
hide under the surface.
(3) Make the size_in_bytes and finalizer methods take a
Lisp_Object rather than a void * for consistency with other methods.
(4) Separate finalizer method into finalizer and disksaver, so
that normal finalize methods don't have to worry about disksaving.
Other specifics:
(1) Renaming:
LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER
ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT
implementation->basic_p -> implementation->frob_block_p
ALLOCATE_FIXED_TYPE_AND_SET_IMPL -> ALLOC_FROB_BLOCK_LISP_OBJECT
*FCCONFIG*, wrap_fcconfig -> *FC_CONFIG*, wrap_fc_config
*FCPATTERN*, wrap_fcpattern -> *FC_PATTERN*, wrap_fc_pattern
(the last two changes make the naming of these macros consistent
with the naming of all other macros, since the objects are named
fc-config and fc-pattern with a hyphen)
(2) Lots of documentation fixes in lrecord.h.
(3) Eliminate macros for copying, freeing, zeroing objects, getting
their storage size. Instead, new functions:
zero_sized_lisp_object()
zero_nonsized_lisp_object()
lisp_object_storage_size()
free_normal_lisp_object()
(copy_lisp_object() already exists)
LISP_OBJECT_FROB_BLOCK_P() (actually a macro)
Eliminated:
free_lrecord()
zero_lrecord()
copy_lrecord()
copy_sized_lrecord()
old_copy_lcrecord()
old_copy_sized_lcrecord()
old_zero_lcrecord()
old_zero_sized_lcrecord()
LISP_OBJECT_STORAGE_SIZE()
COPY_SIZED_LISP_OBJECT()
COPY_SIZED_LCRECORD()
COPY_LISP_OBJECT()
ZERO_LISP_OBJECT()
FREE_LISP_OBJECT()
(4) Catch the remaining places where lrecord stuff was used directly
and use the advertised interface, e.g. alloc_sized_lrecord() ->
ALLOC_SIZED_LISP_OBJECT().
(5) Make certain statically-declared pseudo-objects
(buffer_local_flags, console_local_flags) have their lheader
initialized correctly, so things like copy_lisp_object() can work
on them. Make extent_auxiliary_defaults a proper heap object
Vextent_auxiliary_defaults, and make extent auxiliaries dumpable
so that this object can be dumped. allocate_extent_auxiliary()
now just creates the object, and attach_extent_auxiliary()
creates an extent auxiliary and attaches to an extent, like the
old allocate_extent_auxiliary().
(6) Create EXTENT_AUXILIARY_SLOTS macro, similar to the foo-slots.h
files but in a macro instead of a file. The purpose is to avoid
duplication when iterating over all the slots in an extent auxiliary.
Use it.
(7) In lstream.c, don't zero out object after allocation because
allocation routines take care of this.
(8) In marker.c, fix a mistake in computing marker overhead.
(9) In print.c, clean up printing_unreadable_lcrecord(),
external_object_printer() to avoid lots of ifdef NEW_GC's.
(10) Separate toolbar-button allocation into a separate
allocate_toolbar_button() function for use in the example code
in lrecord.h.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Mar 2010 04:08:17 -0600 |
parents | 32e1ae4c1e3a |
children | 7be849cb8828 |
rev | line source |
---|---|
5127
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
1 2010-03-05 Ben Wing <ben@xemacs.org> |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
2 |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
3 * internals/internals.texi (Introduction to Allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
4 * internals/internals.texi (Integers and Characters): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
5 * internals/internals.texi (Allocation from Frob Blocks): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
6 * internals/internals.texi (lrecords): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
7 * internals/internals.texi (Low-level allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
8 Rewrite section on allocation of Lisp objects to reflect the new |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
9 reality. Remove references to nonexistent XSETINT and XSETCHAR. |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
10 |
5046 | 11 2010-02-20 Ben Wing <ben@xemacs.org> |
12 | |
13 * internals/internals.texi (Intro to Window and Frame Geometry): | |
14 Shrink diagram to fit when offset by five spaces as a result of | |
15 quoting. | |
16 | |
5045 | 17 2010-02-16 Ben Wing <ben@xemacs.org> |
18 | |
19 * internals/internals.texi (Top): | |
20 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
21 * internals/internals.texi (Creating a Window-System Type): | |
22 * internals/internals.texi (Window and Frame Geometry): | |
23 * internals/internals.texi (Intro to Window and Frame Geometry): | |
24 * internals/internals.texi (The Frame): | |
25 * internals/internals.texi (The Non-Client Area): | |
26 * internals/internals.texi (The Client Area): | |
27 * internals/internals.texi (The Paned Area): | |
28 * internals/internals.texi (Text Areas): | |
29 * internals/internals.texi (The Displayable Area): | |
30 * internals/internals.texi (Which Functions Use Which?): | |
31 * internals/internals.texi (The Redisplay Mechanism): | |
32 Integrate the long comment in frame.c into the internals manual. | |
33 | |
5031
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
34 2010-02-17 Jerry James <james@xemacs.org> |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
35 |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
36 * term.texi: Move to the eterm package. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
37 * Makefile: Remove all rules relating to term.texi. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
38 |
5028
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
39 2010-02-10 Stephen J. Turnbull <stephen@xemacs.org> |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
40 |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
41 * xemacs-faq.texi (Top): Update menu. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
42 (Legacy Versions): Update next pointer. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
43 (Bleeding Edge): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
44 (Q11.0.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
45 (Q11.0.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
46 (Q11.0.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
47 (Q11.0.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
48 (Q11.0.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
49 (Q11.1.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
50 (Q11.2.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
51 (Q11.2.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
52 (Q11.2.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
53 (Q11.2.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
54 (Q11.2.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
55 (Q11.2.6): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
56 (Q11.2.7): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
57 New nodes, describing repositories and VCS usage. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
58 |
5011 | 59 2010-02-08 Ben Wing <ben@xemacs.org> |
60 | |
61 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
62 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
63 DEC Alpha is hardly the only 64-bit processor any more. | |
64 Also, ERROR_CHECK_TYPECHECK is now ERROR_CHECK_TYPES. | |
65 | |
5007
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
66 2010-02-08 Jerry James <james@xemacs.org> |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
67 |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
68 * emodules.texi: Relicense as GPL v2 or later, using J. Kean |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
69 Johnston's blanket permission for such relicensing of his works. |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
70 |
4984 | 71 2010-02-05 Ben Wing <ben@xemacs.org> |
72 | |
73 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
74 * internals/internals.texi (Conversion to and from External Data): | |
75 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
76 Correct names of files renamed common -> xlike. | |
77 Fix up outdated explanation of old-style DFC conversion macros. | |
78 Add a section on the different types of character and their uses, | |
79 taken from a long comment in lisp.h. | |
80 | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
81 2010-01-27 Ben Wing <ben@xemacs.org> |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
82 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
83 * internals/internals.texi (lrecords): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
84 * internals/internals.texi (The DFC API): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
85 * internals/internals.texi (Conversion to and from External Data): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
86 * internals/internals.texi (Mule-izing Code): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
87 * internals/internals.texi (Pervasive changes throughout XEmacs sources): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
88 * internals/internals.texi (Ben's README): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
89 * internals/internals.texi (Future Work -- Localized Text/Messages): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
90 * emodules.texi (Defining Variables): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
91 Rename: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
92 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
93 write_c_string -> write_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
94 build_intstring -> build_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
95 build_string -> build_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
96 build_ext_string -> build_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
97 make_ext_string -> make_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
98 buffer_insert_c_string -> buffer_insert_ascstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
99 intern_int -> intern_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
100 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
101 See comment in src/ChangeLog about this. |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
102 |
4917 | 103 2010-02-03 Ben Wing <ben@xemacs.org> |
104 | |
105 * internals/internals.texi (Top): | |
106 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
107 * internals/internals.texi (Ben's README): | |
108 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
109 * internals/internals.texi (Window Hierarchy): | |
110 * internals/internals.texi (The Window Object): | |
111 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
112 * internals/internals.texi (Window-System Support): | |
113 * internals/internals.texi (Creating a Window-System Type): | |
114 * internals/internals.texi (Discussion -- Garbage Collection): | |
115 Update the part at the top about how to maintain the file with | |
116 more tips. | |
117 | |
118 Add a chapter on "window-system support" describing in a general | |
119 way how the support for different window systems/device types | |
120 works, including the separation between device-independent and | |
121 device-dependent parts, device methods, the specific device types | |
122 and the "xlike" pseudo-type. | |
123 | |
4905
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
124 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
125 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
126 * xemacs/programs.texi (Defuns): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
127 * lispref/variables.texi (Local Variables, Defining Variables) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
128 (Setting Variables, Default Value): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
129 * lispref/symbols.texi (Definitions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
130 * lispref/searching.texi (Saving Match Data): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
131 * lispref/positions.texi (Excursions, Narrowing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
132 * lispref/objects.texi (Primitive Function Type): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
133 * lispref/macros.texi (Defining Macros, Backquote): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
134 * lispref/lispref.texi (Top): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
135 * lispref/intro.texi (A Sample Function Description): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
136 * lispref/help.texi (Help Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
137 * lispref/functions.texi (What Is a Function, Simple Lambda) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
138 (Defining Functions, Calling Functions, Anonymous Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
139 * lispref/frames.texi (Input Focus): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
140 * lispref/eval.texi (Forms, Function Indirection) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
141 (Special Operators, Quoting): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
142 * lispref/edebug-inc.texi (Instrumenting) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
143 (Specification Examples): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
144 * lispref/debugging.texi (Internals of Debugger): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
145 * lispref/control.texi (Control Structures, Sequencing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
146 (Conditionals, Combining Conditions, Iteration): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
147 (Catch and Throw, Handling Errors): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
148 * lispref/commands.texi (Defining Commands, Using Interactive): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
149 Terminology change; special operator -> special form. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
150 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
151 Don't attempt to change this in texinfo.texi or cl.texi, which use |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
152 macros I don't understand. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
153 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
154 * lispref/macros.texi (Defining Macros): Give an anonymous macro |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
155 example here. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
156 * lispref/positions.texi (Excursions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
157 Correct some documentation that called a couple of macros special |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
158 forms. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
159 * lispref/searching.texi (Saving Match Data): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
160 Drop some documentation of how to write code that works with Emacs |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
161 18. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
162 * lispref/specifiers.texi (Adding Specifications): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
163 Correct this; #'let-specifier is a macro, not a special operator. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
164 * lispref/windows.texi (Window Configurations) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
165 (Selecting Windows): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
166 Correct this, #'save-selected-window and #'save-window-excursion |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
167 are macros, not special operators. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
168 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
169 2010-01-28 Jerry James <loganjerry@gmail.com> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
170 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
171 * external-widget.texi: Add copyright and license boilerplate text |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
172 based on Ben's recollections. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
173 * lispref/internationalization.texi (Documentation String Extraction): |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
174 Removed, as it refers to the obsolete make-po program. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
175 |
4885
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
176 2010-01-23 Aidan Kehoe <kehoea@parhasard.net> |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
177 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
178 Generally: be careful to say fixnum, not integer, when talking |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
179 about fixed-precision integral types. I'm sure I've missed |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
180 instances, both here and in the docstrings, but this is a decent |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
181 start. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
182 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
183 * lispref/text.texi (Columns): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
184 Document where only fixnums, not integers generally, are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
185 (Registers): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
186 Remove some ancient char-int confoundance here. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
187 * lispref/strings.texi (Creating Strings, Creating Strings): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
188 Be more exact in describing where fixnums but not integers in |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
189 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
190 (Creating Strings): Use a more contemporary example to illustrate |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
191 how concat deals with lists including integers about #xFF. Delete |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
192 some obsolete documentation on same. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
193 (Char Table Types): Document that only fixnums are accepted as |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
194 values in syntax tables. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
195 * lispref/searching.texi (String Search, Search and Replace): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
196 Be exact in describing where fixnums but not integers in general |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
197 are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
198 * lispref/range-tables.texi (Range Tables): Be exact in describing |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
199 them; only fixnums are accepted to describe ranges. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
200 * lispref/os.texi (Killing XEmacs, User Identification) |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
201 (Time of Day, Time Conversion): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
202 Be more exact about using fixnum where only fixed-precision |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
203 integers are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
204 * lispref/objects.texi (Integer Type): Be more exact (and |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
205 up-to-date) about the possible values for |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
206 integers. Cross-reference to documentation of the bignum extension. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
207 (Equality Predicates): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
208 (Range Table Type): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
209 (Array Type): Use fixnum, not integer, to describe a |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
210 fixed-precision integer. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
211 (Syntax Table Type): Correct some English syntax here. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
212 * lispref/numbers.texi (Numbers): Change the phrasing here to use |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
213 fixnum to mean the fixed-precision integers normal in emacs. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
214 Document that our terminology deviates from that of Common Lisp, |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
215 and that we're working on it. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
216 (Compatibility Issues): Reiterate the Common Lisp versus Emacs |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
217 Lisp compatibility issues. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
218 (Comparison of Numbers, Arithmetic Operations): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
219 * lispref/commands.texi (Command Loop Info, Working With Events): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
220 * lispref/buffers.texi (Modification Time): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
221 Be more exact in describing where fixnums but not integers in |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
222 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
223 |
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
224 2010-01-06 Jerry James <james@xemacs.org> |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
225 |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
226 * internals/internals.texi (Debugging and Testing): Document |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
227 valgrind configuration and use. |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
228 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
229 2009-12-21 Jerry James <james@xemacs.rg> |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
230 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
231 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
232 Remove references to OffiX support files. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
233 * lispref/dragndrop.texi (Drag and Drop): Remove reference to OffiX. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
234 (Supported Protocols): Ditto. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
235 (OffiX DND): Remove. |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
236 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
237 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
238 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
239 * lispref/processes.texi (Functions that Create Subprocesses): Refer |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
240 to etags instead of the obsolete wakeup program. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
241 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
242 2009-12-09 Jerry James <james@xemacs.org> |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
243 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
244 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
245 Remove references to xmu.c and xmu.h. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
246 (Modules for Interfacing with X Windows): Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
247 |
4820
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
248 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
249 |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
250 * lispref/objects.texi (Hash Table Type): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
251 * lispref/hash-tables.texi (Introduction to Hash Tables): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
252 Use keywords, not ordinary symbols, in the hash table read syntax; |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
253 document that we do accept the ordinary symbols for the sake of |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
254 backward-compatiblity. |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
255 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
256 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
257 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
258 * internals/internals.texi (XEmacs from the Perspective of Building): |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
259 Remove reference to dynodump. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
260 (A Summary of the Various XEmacs Modules): Remove references to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
261 deleted files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
262 (Low-Level Modules): Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
263 (Modules for the Basic Displayable Lisp Objects): Remove reference to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
264 NeXTstep. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
265 * lispref/os.texi (Operating System Environment): Remove references to |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
266 old unsupported systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
267 * make-stds.texi (Variables for Installation Directories): Likely |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
268 insufficient update to list of current operating systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
269 * xemacs-faq.texi (Q1.2.2: What versions of Unix does XEmacs run on?): |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
270 Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
271 |
4792
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
272 2009-11-08 Aidan Kehoe <kehoea@parhasard.net> |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
273 |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
274 * lispref/objects.texi (Equality Predicates): |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
275 Document #'equalp here, as well as #'equal and #'eq. |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
276 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
277 2009-10-05 Jerry James <james@xemacs.org> |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
278 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
279 * beta.texi (Building XEmacs from a full distribution): Remove |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
280 "(builtin)" from GIF line in example Installation. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
281 (Reporting Problems): Recommend taking screenshots as a PNG |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
282 instead of a GIF. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
283 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
284 Remove GIF-related files. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
285 * lispref/glyphs.texi (Image Instantiator Formats): Remove remark |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
286 about builtin GIF support. |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
287 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
288 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
289 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
290 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
291 Correct this documentation (ignoring for the moment that it breaks |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
292 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
293 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
294 2009-08-11 Aidan Kehoe <kehoea@parhasard.net> |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
295 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
296 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
297 Remove references to the obsolete multiple-value emulating code. |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
298 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
299 2009-07-28 Stephen Turnbull <stephen@xemacs.org> |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
300 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
301 * internals/internals.texi (Redisplay Piece by Piece): |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
302 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
303 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
304 2009-07-08 Stephen Turnbull <stephen@xemacs.org> |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
305 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
306 * xemacs/custom.texi (Xft Font Customization): Change references |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
307 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
308 Thanks, Raymond Toy <raymond.toy@stericsson.com>. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
309 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
310 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
311 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
312 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
313 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
314 2009-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
315 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
316 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
317 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
318 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
319 2009-04-20 Stephen J. Turnbull <stephen@xemacs.org> |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
320 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
321 * xemacs-faq.texi (Q2.5.3): |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
322 Add information about resolver configuration to Q2.5.3. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
323 Thanks to Guillaume MULLER <gm.work.lists@gmail.com>. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
324 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
325 * xemacs-faq.texi (Top): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
326 * xemacs-faq.texi (Installation): Update menu. |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
327 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
328 2009-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
329 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
330 * xemacs-faq.texi (Q3.0.12): New node for Meta key on Mac. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
331 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
332 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
333 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
334 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
335 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
336 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
337 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
338 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
339 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
340 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
341 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
342 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
343 Remove any reference to mocklisp as an active technology. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
344 Also remove documentation of the related #'set-gosmacs-bindings, |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
345 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
346 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
347 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
348 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
349 * xemacs-faq.texi (Q5.0.7): Fix broken instructions on use of |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
350 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
351 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
352 2008-08-31 Aidan Kehoe <kehoea@parhasard.net> |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
353 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
354 * xemacs-faq.texi (Q5.0.7): Add a section on how one can use |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
355 antialiased fonts under X11; thank you Giacomo Boffi. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
356 (Q1.0.3): Clarify pronunciation using a serious phonetic |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
357 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
358 |
4488 | 359 2008-07-26 Ville Skyttä <scop@xemacs.org> |
360 | |
361 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
362 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
363 Spelling fixes. | |
364 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
365 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
366 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
367 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
368 Document the error provoked when the reader sees an over-long |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
369 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
370 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
371 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
372 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
373 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
374 Correct a misspelling of macros, add a needed space. Thank you |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
375 John Paul Wallington, thank you Stephen Turnbull. |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
376 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
377 2008-05-29 Aidan Kehoe <kehoea@parhasard.net> |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
378 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
379 * lispref/objects.texi (Equality Predicates): |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
380 Expand on bignum equality; correct an omitted word in the last |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
381 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
382 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
383 2008-05-27 Aidan Kehoe <kehoea@parhasard.net> |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
384 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
385 * lispref/objects.texi (Equality Predicates): |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
386 Cross reference to the section on comparison of numbers when |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
387 talking about using #'eq with integers; also mention that |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
388 #'eq gives t when passed identical integers, and that #'char= is |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
389 also available there. |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
390 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
391 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
392 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
393 * internals/internals.texi (Ben's README): |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
394 Add a couple of @itemize / @end itemize pairs, to prevent |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
395 #'batch-texinfo-format choking on the input. |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
396 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
397 2008-01-20 Aidan Kehoe <kehoea@parhasard.net> |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
398 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
399 * xemacs/cmdargs.texi (Command Switches): |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
400 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
401 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
402 2008-02-27 Stephen J. Turnbull <stephen@xemacs.org> |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
403 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
404 * internals/internals.texi (Discussion -- KKCC): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
405 (Discussion -- Incremental Collector): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
406 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
407 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
408 (Discussion -- Garbage Collection): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
409 (Discussion -- Pure Space): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
410 Adjust pointers and menus for new nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
411 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
412 (lrecords): Remark that lcrecords are obsolete. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
413 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
414 2007-12-17 Aidan Kehoe <kehoea@parhasard.net> |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
415 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
416 * lispref/strings.texi (Formatting Strings): |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
417 Document %b for binary output. |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
418 |
4320 | 419 2007-12-10 Ville Skyttä <scop@xemacs.org> |
420 | |
421 * internals/internals.texi: Spelling fixes. | |
422 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
423 2007-12-07 Ville Skyttä <scop@xemacs.org> |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
424 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
425 * beta.texi, emodules.texi, term.texi, termcap.texi, texinfo.texi, |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
426 widget.texi, xemacs-faq.texi: Spelling fixes. |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
427 |
4291 | 428 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
429 | |
430 * internals/internals.texi (Ibytes and Ichars): | |
431 Cross reference to the Mule docs describing these typedefs, | |
432 instead of saying Not yet documented. | |
433 | |
4265 | 434 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
435 | |
436 * lispref/objects.texi (String Type): | |
437 Describe how one can include a trailing backslash in a raw string, | |
438 by means of the Unicode escape syntax. | |
439 | |
4264 | 440 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
441 | |
442 * xemacs/keystrokes.texi (Character Representation): | |
443 Clarify the description of which characters are displayed as | |
444 themselves and which as octal escapes bzw. "control" characters | |
445 with an initial caret. | |
446 | |
4225 | 447 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
448 | |
449 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
450 Sort enries to easy future syncs. | |
451 | |
4199 | 452 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
453 | |
454 * lispref/searching.texi (Replacing Match): Document the escapes | |
455 for changing case in `replace-match'. Document the change to | |
456 STRBUFFER to permit subexpressions in string replacement. | |
457 | |
4196 | 458 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
459 | |
460 * Makefile (TEXI2HTML_NOSPLIT): New. | |
461 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
462 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
463 | |
4195 | 464 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
465 | |
466 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
467 xemacsweb/Documentation/Makefile. | |
468 | |
4143 | 469 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
470 | |
471 * internals/internals.texi (Through Version 18): Fix error in | |
472 Emacs Timeline URL. | |
473 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
474 | |
4039 | 475 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
476 | |
477 * lispref/variables.texi (Extent): | |
478 Mention that lexical scope is available using lexical-let and | |
479 lexical-let* in cl-macs, instead of ignoring them entirely. | |
480 | |
3979 | 481 2007-05-21 Ville Skyttä <scop@xemacs.org> |
482 | |
483 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
484 * lispref/ldap.texi: Ditto. | |
485 | |
3975 | 486 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
487 | |
488 * XEmacs 21.5.28 "fuki" is released. | |
489 | |
3955 | 490 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
491 | |
492 * internals/internals.texi: | |
493 Replace an inaccurate description of the read syntax of a Kanji | |
494 character with one using the recently-added Unicode escapes. Also | |
495 update the size of an Ichar; they're now 21-bit integers, not | |
496 19-bit integers. | |
497 | |
3930 | 498 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
499 | |
500 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
501 Typo fix. | |
502 | |
3773 | 503 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
504 | |
505 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
506 of fgrep. | |
507 | |
3772 | 508 2006-11-07 Robert Pluim <rpluim@gmail.com> |
509 | |
510 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
511 not HOMEDIR. | |
512 | |
3711 | 513 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
514 | |
515 * xemacs/custom.texi (Face Resources): | |
516 Mention that the user should use full XLFD forms for specifying | |
517 fonts, and that Mule builds reject the short forms by | |
518 default. Also mention the work-around to the latter design choice | |
519 that was implemented for Ilya. | |
520 | |
3685 | 521 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
522 | |
523 * internals/internals.texi | |
524 (Better Rendering Support -- Configuration with the Interim Patches): | |
525 Fix examples of configuration via X resources. | |
526 (Better Rendering Support -- Implementation): Fix description of | |
527 xftFont resources, introduce fcFontName resource. | |
528 | |
3674 | 529 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
530 | |
531 * lispref/faces.texi (Face Convenience Functions): | |
532 Add information on how to specify a face's font for a given Mule | |
533 charset. | |
534 | |
535 * lispref/specifiers.texi (Specifiers): | |
536 * lispref/specifiers.texi (Simple Specifier Usage): | |
537 * lispref/specifiers.texi (Specifiers In-Depth): | |
538 * lispref/specifiers.texi (Specifier Tag Functions): | |
539 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
540 Update the documentation of specifiers to reflect the new support | |
541 for Mule character sets and associating tags with them. | |
542 | |
3543 | 543 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
544 | |
545 * lispref/objects.texi (String Type): | |
546 Give details of the raw string syntax, taken from SXEmacs and | |
547 Python. | |
548 | |
3516 | 549 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
550 | |
551 * new-users-guide/edit.texi (Insert): Document bogosity in | |
552 vendor labeling of DEL key. | |
553 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
554 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
555 | |
3510 | 556 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
557 | |
558 * xemacs/custom.texi (File Variables): | |
559 Make it clearer that file variables are buffer-local. | |
560 * xemacs/custom.texi (Faces): | |
561 "must be encoding" -> "must be encoded". | |
562 | |
563 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
564 | |
565 * lispref/variables.texi (Creating Buffer-Local): | |
566 Mention that buffer-local variables are created when file local | |
567 variables are set. | |
568 | |
3496 | 569 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
570 | |
571 * internals/internals.texi (Internal String Encoding): | |
572 Mention that UTF-8 would be a reasonable alternative encoding. | |
573 * internals/internals.texi (Internal Character Encoding): | |
574 Re-arrange the description of characters to deal with 21-bit | |
575 characters. | |
576 | |
3439 | 577 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
578 | |
579 * lispref/mule.texi (CCL Syntax): | |
580 * lispref/mule.texi (CCL Statements): | |
581 Describe the mule-to-unicode and unicode-to-mule statements; | |
582 rename the section they are described in. | |
583 | |
3404 | 584 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
585 | |
586 * xemacs-faq.texi (Q2.2.3): New node. | |
587 (Q2.2.2, Q2.3.1): Fix navigation references. | |
588 (Top, Installation): Add to menus. | |
589 | |
3402 | 590 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
591 | |
592 * XEmacs 21.5.27 "fiddleheads" is released. | |
593 | |
3388 | 594 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
595 | |
596 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
597 (Reporting Problems): Improve it, make it a top-level node, add | |
598 some vertical spacing to make node breaks more visible. | |
599 (Getting the Source): Flesh it out a bit and move it to the | |
600 Building Beta XEmacs node. | |
601 | |
3387 | 602 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
603 | |
604 * xemacs/custom.texi (Xft Font Customization): New node. | |
605 (Faces): Create menu, add new node. | |
606 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
607 | |
3367 | 608 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
609 | |
610 * lispref/objects.texi (Character Type): | |
611 Document the Unicode syntax for characters in characters and | |
612 strings. | |
613 | |
3354 | 614 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
615 | |
616 * internals/internals.texi: Run texinfo-master-menu. | |
617 (Creating a New Console/Device/Frame Type): New node. | |
618 | |
3323 | 619 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
620 | |
621 * XEmacs 21.5.26 "endive" is released. | |
622 | |
3322 | 623 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
624 | |
625 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
626 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
627 README.ben-separate-stderr to Internals Manual. | |
628 | |
629 * internals/internals.texi (Ben's TODO list): | |
630 (CHANGES from 21.4-windows branch): | |
631 (Ben's README): | |
632 (Ben's separate stderr notes): | |
633 New nodes. | |
634 | |
635 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
636 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
637 "Ben's README" to menu. | |
638 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
639 to menu. | |
640 | |
641 (Top): Update detailmenu. | |
642 | |
643 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
644 | |
645 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
646 Internals Manual. | |
647 | |
648 * internals/internals.texi (The Great Mule Merge of March 2002): | |
649 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
650 | |
3260 | 651 2006-02-26 Mike Sperber <mike@xemacs.org> |
652 | |
653 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
654 needs the os-utils package. | |
655 | |
3259 | 656 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
657 | |
658 * XEmacs 21.5.25 "eggplant" is released. | |
659 | |
3179 | 660 2005-11-25 Mike Sperber <mike@xemacs.org> |
661 | |
662 * lispref/packaging.texi (The User View): | |
663 * xemacs/startup.texi (Startup Paths): | |
664 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
665 environment variables for | |
666 package locations. | |
667 | |
3171 | 668 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
669 | |
670 * xemacs/keystrokes.texi (Keystrokes): | |
671 Add new node on keyboards with which one can't type Latin. | |
672 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
673 Describe the support for falling back to a US key layout on | |
674 keyboards where typing the Roman alphabet is difficult. | |
675 | |
3150 | 676 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
677 | |
678 * XEmacs 21.5.24 "dandelion" is released. | |
679 | |
3147 | 680 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
681 | |
682 * internals/internals.texi (The configure Script): Documented | |
683 more fully the behaviour of complex options. Provided examples. | |
684 | |
3128 | 685 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
686 | |
687 * custom.texi (Declaring Variables): Typo fixes. | |
688 | |
3111 | 689 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
690 | |
691 * xemacs/custom.texi (Faces): Describe some of the more important | |
692 font naming syntaxes under `set-face-font'. Fix a typo. | |
693 | |
3094 | 694 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
695 | |
696 * internals/internals.texi (Working with Lisp Objects): Explain | |
697 better why DEFSYMBOL is usually preferable to intern. | |
698 | |
3073 | 699 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
700 | |
701 * internals/internals.texi (The configure Script): Added the | |
702 definition of the new macro XE_HELP_SUBSECTION. | |
703 | |
3062 | 704 2005-11-13 Ben Wing <ben@xemacs.org> |
705 | |
706 * Makefile: | |
707 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
708 Do some refactoring for cleanliness. | |
709 | |
3059 | 710 2005-11-13 Ben Wing <ben@xemacs.org> |
711 | |
712 * internals/internals.texi (Top): | |
713 * internals/internals.texi (CVS Techniques): | |
714 * internals/internals.texi (Creating a Branch): | |
715 * internals/internals.texi (Merging a Branch into the Trunk): | |
716 Add node on Creating a Branch. Update info concerning problems | |
717 with rtag on symlinks. (#### Is this still valid?) | |
718 | |
3031 | 719 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
720 | |
721 * XEmacs 21.5.23 "daikon" is released. | |
722 | |
3018 | 723 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
724 | |
725 * xemacs-faq.texi (Q1.2.2): | |
726 * xemacs-faq.texi (Q2.1.1): | |
727 * xemacs-faq.texi (Q2.1.6): | |
728 * xemacs-faq.texi (Q2.2.1): | |
729 * xemacs-faq.texi (Q2.3.6): | |
730 * xemacs-faq.texi (Q2.4.3): | |
731 * xemacs-faq.texi (Q2.4.4): | |
732 * xemacs-faq.texi (Q2.4.7): | |
733 * xemacs-faq.texi (Q5.3.3): | |
734 * xemacs-faq.texi (Q6.0.8): | |
735 * xemacs-faq.texi (Q7.2.1): | |
736 Add 21.5 specific examples of configure options in addition to the | |
737 existing 21.4 ones. | |
738 | |
3003 | 739 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
740 | |
741 * internals/internals.texi: "API's" -> "APIs". This fixes | |
742 problems generating dvi and pdf versions. | |
743 * internals/internals.texi (The configure Script): | |
744 Describe the use of XE_MERGED_ARG. | |
745 | |
2995 | 746 2005-10-13 Ben Wing <ben@xemacs.org> |
747 | |
748 * xemacs-faq.texi (Top): | |
749 * xemacs-faq.texi (External Subsystems): | |
750 * xemacs-faq.texi (Q5.4.4): | |
751 * xemacs-faq.texi (Q5.4.5): | |
752 * xemacs-faq.texi (Q5.4.6): | |
753 Add question about need to run `rebaseall' under Cygwin. | |
754 | |
2972 | 755 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
756 | |
757 * emodules.texi (Distribution with XEmacs): New node describing | |
758 organization of module-related code in top-level configure.ac and | |
759 src/Makefile.in.in. | |
760 | |
2960 | 761 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
762 | |
763 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
764 argument in `byte-compile-print-gensym' documentation, as | |
765 suggested by Stephen. | |
766 | |
2955 | 767 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
768 | |
769 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
770 * lispref/packaging.texi (Packaging): Ditto. | |
771 * lispref/packaging.texi (Package Overview): Ditto. | |
772 * lispref/packaging.texi (The User View): Ditto. | |
773 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
774 * lispref/packaging.texi (Infrastructure): Ditto. | |
775 * lispref/packaging.texi (Obtaining): Ditto. | |
776 * lispref/packaging.texi (Local.rules File): Ditto. | |
777 * lispref/packaging.texi (package-info.in): Ditto. | |
778 * lispref/packaging.texi (Makefile): Ditto. | |
779 * lispref/packaging.texi (Documenting Packages): Ditto. | |
780 | |
781 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
782 | |
783 * internals/internals.texi (A Summary of the Various XEmacs | |
784 Modules): Get file to compile with texinfmt.el. | |
785 * internals/internals.texi (Windows Build Flags): Ditto. | |
786 | |
2953 | 787 2005-09-26 Ben Wing <ben@xemacs.org> |
788 | |
789 * lispref/glyphs.texi (Images): | |
790 * lispref/glyphs.texi (Image Instantiators): | |
791 * lispref/glyphs.texi (Image Instantiator Formats): | |
792 * lispref/glyphs.texi (Image Instances): | |
793 * lispref/glyphs.texi (Image Instance Functions): | |
794 * lispref/glyphs.texi (Creating Glyphs): | |
795 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
796 * lispref/glyphs.texi (Glyph Properties): | |
797 * lispref/glyphs.texi (Glyph Examples): | |
798 * lispref/lispref.texi (Top): | |
799 * lispref/specifiers.texi (Specifiers): | |
800 * lispref/specifiers.texi (Introduction to Specifiers): | |
801 * lispref/specifiers.texi (Simple Specifier Usage): | |
802 * lispref/specifiers.texi (Specifiers In-Depth): | |
803 * lispref/specifiers.texi (Specifier Instantiation): | |
804 * lispref/specifiers.texi (Retrieving Specifications): | |
805 * lispref/specifiers.texi (Specifier Tag Functions): | |
806 * lispref/specifiers.texi (Specifier Validation Functions): | |
807 Use "instantiation" not "instancing". Fix some places where | |
808 "specifier" is used to mean "instantiator". | |
809 | |
2949 | 810 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
811 | |
812 * lispref/compile.texi (Compilation Options): Supply missing | |
813 argument to @var{}, using same SYMBOL as in variable docstring of | |
814 `byte-compile-print-gensym'. | |
815 | |
2931 | 816 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
817 | |
818 * XEmacs 21.5.22 "cucumber" is released. | |
819 | |
2867 | 820 2005-07-20 Didier Verna <didier@xemacs.org> |
821 | |
822 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
823 aliasing paragraph following a suggestion from Stephen J. | |
824 Turnbull. | |
825 | |
2865 | 826 2005-07-19 Didier Verna <didier@xemacs.org> |
827 | |
828 * lispref/faces.texi (Basic Face Functions): Document the face | |
829 aliasing feature. | |
830 | |
2862 | 831 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
832 | |
833 * lispref/commands.texi (Converting Events): | |
834 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 835 event-to-character, and why you shouldn't use it. |
2862 | 836 |
2828 | 837 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
838 | |
2865 | 839 * lispref/commands.texi (Converting Events): |
2828 | 840 * lispref/keymaps.texi (Key Sequences): |
841 Stop pretending ASCII is an eight-bit character set, and remove | |
842 documentation of event-to-character's vanished fourth argument. | |
843 | |
844 * internals/internals.texi (Old Future Work -- Improvements in | |
845 support for non-ASCII (European) keysyms under X): | |
2865 | 846 Rename the ascii-character property. |
847 | |
2818 | 848 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
849 | |
850 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 851 Pure storage has been gone for half a decade or more. |
852 * lispref/mule.texi (Internationalization Terminology): | |
853 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 854 * lispref/lispref.texi (Top): |
2865 | 855 Take out info on pure storage. |
2818 | 856 |
2791 | 857 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
858 | |
859 * XEmacs 21.5.21 "corn" is released. | |
860 | |
2769 | 861 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
862 | |
863 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 864 'turn-on-auto-fill) is not a good idea. |
2769 | 865 |
2768 | 866 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
867 | |
2865 | 868 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
869 underfeatured and not getting better anytime soon; suggest using | |
870 another mailer. | |
2768 | 871 |
2757 | 872 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
873 | |
874 * xemacs/building.texi (Lisp Modes): | |
875 * xemacs/building.texi (Lisp Interaction): | |
876 * xemacs/entering.texi (Entering Emacs): | |
877 * xemacs/menus.texi (File Menu): | |
878 * xemacs/text.texi (Auto Fill): | |
879 None of the keymaps I have access to have linefeed keys; they all | |
880 use Return. As such, for new users, C-j is really the only option | |
881 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 882 as such. |
883 | |
3050 | 884 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 885 |
886 * internals/internals.texi | |
887 (Better Rendering Support -- Modern Font Support): | |
888 (Modern Font Support -- Font Concepts): | |
889 (Modern Font Support -- fontconfig): | |
890 (Modern Font Support -- Xft): | |
891 New nodes describing the Lisp API. | |
892 (Future Work -- Better Rendering Support): | |
893 Add Better Rendering Support -- Modern Font Support to menu. | |
894 | |
895 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
896 | |
897 * xemacs/custom.texi (X Resources): Improve wording. | |
898 | |
899 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
900 | |
901 * xemacs/custom.texi (Minor Modes): Improve general description. | |
902 Add description of Pending Delete and Filladapt modes. | |
903 (File Variables): Improve caution against invoking minor modes. | |
904 (Syntax Entry): Strengthen caution against "\s ". | |
905 | |
906 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
907 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
908 | |
2715 | 909 2005-04-06 Ben Wing <ben@xemacs.org> |
910 | |
911 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
912 section from FAQ and comment out old info, which is quite out of | |
913 date and full of typos. | |
914 | |
2690 | 915 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
916 | |
917 * lispref/mule.texi (CCL Example): | |
2691 | 918 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 919 with my previous patch pointed out by Stephen. |
2690 | 920 * lispref/mule.texi (The actual coding system): |
921 Give information on the make-coding-system call, and where the | |
2865 | 922 actual package can be found. |
923 | |
2681 | 924 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
925 | |
926 * xemacs/custom.texi (X Resources): | |
927 "Emacs" as the application class -> "XEmacs" as the application | |
928 class, mention the old resource class determination behaviour, and | |
2865 | 929 how one can temporarily re-instate it. |
930 | |
2665 | 931 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
932 | |
933 * internals/internals.texi (The XEmacs Split): | |
934 * standards.texi (Option Table): | |
935 Shut up makeinfo and hack-local-variables. | |
936 | |
2662 | 937 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
938 | |
939 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
940 Document compiler warnings when assert expands to empty statement. | |
941 | |
2653 | 942 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
943 | |
944 * XEmacs 21.5.20 "cilantro" is released. | |
945 | |
2647 | 946 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
947 | |
948 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
949 style configure. | |
950 * internals/internals.texi (The Build Configuration System): Fill | |
951 out the details. | |
952 | |
2640 | 953 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
954 | |
955 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 956 web's URL encoding as a CCL coding system example. |
2640 | 957 |
958 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
959 | |
960 * internals/internals.texi (The version.sh Script): New node. | |
961 (XEmacs from the Perspective of Building): | |
962 (Low-Level Modules): | |
963 (The Build Configuration System): | |
964 (Adding Configurable Features): | |
965 Add or update references to the version.sh node and/or file. | |
966 | |
967 (XEmacs from the Perspective of Building): Improve text. | |
968 | |
969 | |
970 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
971 | |
972 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
973 (The XEmacs Split): Add comments on untrue legal factoids. | |
974 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
975 | |
2608 | 976 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
977 | |
978 * lispref/searching.texi (Syntax of Regexps): | |
979 Mention the \c and \C regular expression constructs; cross | |
2865 | 980 reference to the Category Table documentation. |
2608 | 981 |
2602 | 982 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
983 | |
984 * internals/internals.texi (The version.sh Script): New node. | |
985 (XEmacs from the Perspective of Building): | |
986 (Low-Level Modules): | |
987 (The Build Configuration System): | |
988 (Adding Configurable Features): | |
989 Add or update references to the version.sh node and/or file. | |
990 | |
991 (XEmacs from the Perspective of Building): Improve text. | |
992 | |
2597 | 993 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
994 | |
995 * internals/internals.texi (Introduction to Writing C Code): | |
996 Change "mostly warning-free" to "warning-free" to encourage | |
997 reporting warnings as bugs. | |
998 (The configure Script): | |
999 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
1000 his implementations of keyword and complex options, and remove | |
1001 descriptions of my obsolete code. | |
1002 | |
1003 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
1004 | |
1005 * internals/internals.texi (Better Rendering Support -- | |
1006 Configuration with the Interim Patches): | |
1007 Improve notes on configuration. | |
1008 | |
1009 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
1010 | |
1011 * internals/internals.texi (Better Rendering Support -- | |
1012 Configuration with the Interim Patches): Menubar uses xftFont | |
1013 resource, too. | |
1014 | |
1015 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
1016 | |
1017 * internals/internals.texi (XEmacs from the Perspective of | |
1018 Building): Mention autoconf. | |
1019 (The Modules of XEmacs): Point Next the The Build Configuration | |
1020 System and add Modules for Building XEmacs to the menu. | |
1021 (A Summary of the Various XEmacs Modules): Add Modules for | |
1022 Building XEmacs to menu, and Modules for Build Configuration, | |
1023 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
1024 the table of sections. | |
1025 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
1026 (Modules for Building XEmacs): | |
1027 (Modules for Build Configuration): | |
1028 (Modules for Compiling XEmacs): | |
1029 (Modules for Preloading Lisp): | |
1030 (The Build Configuration System): | |
1031 (Adding Configurable Features): | |
1032 (The configure Script): | |
1033 (The Makefile Precursors): | |
1034 New nodes. | |
1035 (Rules When Writing New C Code): | |
1036 Point Previous to The Build Configuration System. | |
1037 | |
2594 | 1038 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
1039 | |
1040 * XEmacs 21.5.19 "chives" is released. | |
1041 | |
2559 | 1042 2005-02-03 Ben Wing <ben@xemacs.org> |
1043 | |
1044 * xemacs-faq.texi: | |
1045 * xemacs-faq.texi (Top): | |
1046 * xemacs-faq.texi (Introduction): | |
1047 * xemacs-faq.texi (Q1.2.2): | |
1048 * xemacs-faq.texi (Q1.2.5): | |
1049 * xemacs-faq.texi (Q1.2.9): | |
1050 * xemacs-faq.texi (Q1.2.10): | |
1051 * xemacs-faq.texi (Q1.2.11): | |
1052 * xemacs-faq.texi (Q1.2.12): | |
1053 * xemacs-faq.texi (Q1.4.2): | |
1054 * xemacs-faq.texi (Q1.5.2): | |
1055 * xemacs-faq.texi (Q1.5.3): | |
1056 * xemacs-faq.texi (Q1.5.4): | |
1057 * xemacs-faq.texi (Q1.5.5): | |
1058 * xemacs-faq.texi (Q1.6.6): | |
1059 * xemacs-faq.texi (Q1.7.1): | |
1060 * xemacs-faq.texi (Q1.7.2): | |
1061 * xemacs-faq.texi (Q1.7.3): | |
1062 * xemacs-faq.texi (Q1.7.4): | |
1063 * xemacs-faq.texi (Installation): | |
1064 * xemacs-faq.texi (Q2.0.1): | |
1065 * xemacs-faq.texi (Q2.0.2): | |
1066 * xemacs-faq.texi (Q2.0.3): | |
1067 * xemacs-faq.texi (Q2.0.4): | |
1068 * xemacs-faq.texi (Q2.0.5): | |
1069 * xemacs-faq.texi (Q2.1.1): | |
1070 * xemacs-faq.texi (Q2.1.2): | |
1071 * xemacs-faq.texi (Q2.1.3): | |
1072 * xemacs-faq.texi (Q2.1.4): | |
1073 * xemacs-faq.texi (Q2.1.5): | |
1074 * xemacs-faq.texi (Q2.1.6): | |
1075 * xemacs-faq.texi (Q2.1.7): | |
1076 * xemacs-faq.texi (Q2.2.1): | |
1077 * xemacs-faq.texi (Q2.2.2): | |
1078 * xemacs-faq.texi (Q2.3.1): | |
1079 * xemacs-faq.texi (Q2.3.2): | |
1080 * xemacs-faq.texi (Q2.3.3): | |
1081 * xemacs-faq.texi (Q2.3.4): | |
1082 * xemacs-faq.texi (Q2.3.5): | |
1083 * xemacs-faq.texi (Q2.3.6): | |
1084 * xemacs-faq.texi (Q2.3.7): | |
1085 * xemacs-faq.texi (Q2.3.8): | |
1086 * xemacs-faq.texi (Q2.4.1): | |
1087 * xemacs-faq.texi (Q2.4.2): | |
1088 * xemacs-faq.texi (Q2.4.3): | |
1089 * xemacs-faq.texi (Q2.4.4): | |
1090 * xemacs-faq.texi (Q2.4.5): | |
1091 * xemacs-faq.texi (Q2.4.6): | |
1092 * xemacs-faq.texi (Q2.4.7): | |
1093 * xemacs-faq.texi (Q2.4.8): | |
1094 * xemacs-faq.texi (Q2.4.9): | |
1095 * xemacs-faq.texi (Q2.4.10): | |
1096 * xemacs-faq.texi (Q2.4.11): | |
1097 * xemacs-faq.texi (Q2.4.12): | |
1098 * xemacs-faq.texi (Q2.5.1): | |
1099 * xemacs-faq.texi (Q2.5.2): | |
1100 * xemacs-faq.texi (Q2.5.3): | |
1101 * xemacs-faq.texi (Q2.5.4): | |
1102 * xemacs-faq.texi (Q2.5.5): | |
1103 * xemacs-faq.texi (Legacy Versions): | |
1104 * xemacs-faq.texi (Q10.0.1): | |
1105 * xemacs-faq.texi (Q10.0.2): | |
1106 Flesh out intro section on packages and section on installing | |
1107 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
1108 Various other changes. | |
1109 | |
2547 | 1110 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
1111 | |
1112 * beta.texi: Update Copyright. Add pointer comment. | |
1113 | |
1114 (New packages): Remove personal names, point at jobs.html | |
1115 instead. | |
1116 | |
1117 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
1118 "conditionalize Mule dependencies correctly". RMS stroking: use | |
1119 "GNU", not "FSF", in sync notices. | |
1120 | |
1121 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
1122 | |
1123 * beta.texi (Top): | |
2865 | 1124 Add reference to Index in catalog to prevent |
2547 | 1125 errors compiling with GNU makeinfo 4.5. |
1126 | |
1127 * beta.texi (Syncing with GNU Emacs): | |
2865 | 1128 Add forward reference to Index in next node to prevent |
2547 | 1129 errors compiling with GNU makeinfo 4.5. |
1130 | |
1131 * beta.texi (Index): | |
1132 Add backward reference to Syncing with GNU Emacs to | |
2865 | 1133 replace obsolete reference to Defining Variables to |
2547 | 1134 prevent errors compiling with GNU makeinfo 4.5. |
1135 | |
2537 | 1136 2005-01-31 Ben Wing <ben@xemacs.org> |
1137 | |
1138 * xemacs/help.texi (Misc Help): | |
1139 Delete references to DISTRIB. Point to FAQ. | |
2865 | 1140 |
2537 | 1141 * xemacs/new.texi: |
1142 Update sample code for version checking. | |
2865 | 1143 |
2537 | 1144 * xemacs/xemacs.texi (Distrib): |
1145 * xemacs/xemacs.texi (Intro): | |
1146 Delete references to DISTRIB. Point directly to web site. | |
1147 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
1148 | |
1149 2005-01-31 Ben Wing <ben@xemacs.org> | |
1150 | |
1151 * Makefile: | |
1152 * Makefile (info_files): | |
1153 * Makefile (html_files): | |
1154 * Makefile (dvi_files): | |
1155 * Makefile (pdf_files): | |
1156 * Makefile ($(INFODIR)/beta.info): | |
1157 Add beta.texi and built files. | |
2865 | 1158 |
2537 | 1159 * xemacs-faq.texi (Top): |
1160 * xemacs-faq.texi (Introduction): | |
1161 * xemacs-faq.texi (Q1.0.3): | |
1162 * xemacs-faq.texi (Q1.0.4): | |
1163 * xemacs-faq.texi (Q1.0.5): | |
1164 * xemacs-faq.texi (Q1.0.6): | |
1165 * xemacs-faq.texi (Q1.1.1): | |
1166 * xemacs-faq.texi (Q1.1.2): | |
1167 * xemacs-faq.texi (Q1.1.3): | |
1168 * xemacs-faq.texi (Q1.1.4): | |
1169 * xemacs-faq.texi (Q1.2.1): | |
1170 * xemacs-faq.texi (Q1.2.2): | |
1171 * xemacs-faq.texi (Q1.2.3): | |
1172 * xemacs-faq.texi (Q1.2.4): | |
1173 * xemacs-faq.texi (Q1.2.5): | |
1174 * xemacs-faq.texi (Q1.2.6): | |
1175 * xemacs-faq.texi (Q1.2.7): | |
1176 * xemacs-faq.texi (Q1.2.8): | |
1177 * xemacs-faq.texi (Q1.2.9): | |
1178 * xemacs-faq.texi (Q1.2.10): | |
1179 * xemacs-faq.texi (Q1.2.11): | |
1180 * xemacs-faq.texi (Q1.2.12): | |
1181 * xemacs-faq.texi (Q1.2.13): | |
1182 * xemacs-faq.texi (Q1.3.1): | |
1183 * xemacs-faq.texi (Q1.3.2): | |
1184 * xemacs-faq.texi (Q1.3.3): | |
1185 * xemacs-faq.texi (Q1.3.4): | |
1186 * xemacs-faq.texi (Q1.3.5): | |
1187 * xemacs-faq.texi (Q1.3.6): | |
1188 * xemacs-faq.texi (Q1.3.7): | |
1189 * xemacs-faq.texi (Q1.3.8): | |
1190 * xemacs-faq.texi (Q1.4.1): | |
1191 * xemacs-faq.texi (Q1.4.2): | |
1192 * xemacs-faq.texi (double-word): New. | |
1193 * xemacs-faq.texi (Q1.4.3): | |
1194 * xemacs-faq.texi (Q1.4.4): | |
1195 * xemacs-faq.texi (Q1.4.5): | |
1196 * xemacs-faq.texi (Q1.5.1): | |
1197 * xemacs-faq.texi (Q1.5.2): | |
1198 * xemacs-faq.texi (Q1.5.3): | |
1199 * xemacs-faq.texi (Q1.6.1): | |
1200 * xemacs-faq.texi (Q1.6.2): | |
1201 * xemacs-faq.texi (Q1.6.3): | |
1202 * xemacs-faq.texi (Q1.6.4): | |
1203 * xemacs-faq.texi (Q1.6.5): | |
1204 * xemacs-faq.texi (Q1.6.6): | |
1205 * xemacs-faq.texi (Q1.7.1): | |
1206 * xemacs-faq.texi (Q1.8.1): | |
1207 * xemacs-faq.texi (Q1.8.2): | |
1208 * xemacs-faq.texi (Q1.8.3): | |
1209 * xemacs-faq.texi (Q1.8.4): | |
1210 * xemacs-faq.texi (Q1.8.5): | |
1211 * xemacs-faq.texi (Q1.8.6): | |
1212 * xemacs-faq.texi (Q1.8.7): | |
1213 * xemacs-faq.texi (Q1.8.8): | |
1214 * xemacs-faq.texi (Q1.8.9): | |
1215 * xemacs-faq.texi (Q2.2.1): | |
1216 * xemacs-faq.texi (Q2.2.2): | |
1217 * xemacs-faq.texi (Q2.4.2): | |
1218 * xemacs-faq.texi (Advanced): | |
1219 * xemacs-faq.texi (Q7.0.1): | |
1220 * xemacs-faq.texi (Q7.0.2): | |
1221 * xemacs-faq.texi (Q7.0.3): | |
1222 * xemacs-faq.texi (Q7.0.4): | |
1223 * xemacs-faq.texi (Q7.0.5): | |
1224 * xemacs-faq.texi (Q7.0.6): | |
1225 * xemacs-faq.texi (Q7.1.1): | |
1226 * xemacs-faq.texi (Q7.1.2): | |
1227 * xemacs-faq.texi (Q7.1.3): | |
1228 * xemacs-faq.texi (Q7.1.4): | |
1229 * xemacs-faq.texi (Q7.1.5): | |
1230 * xemacs-faq.texi (Q7.1.6): | |
1231 * xemacs-faq.texi (Q7.1.7): | |
1232 * xemacs-faq.texi (Q7.1.8): | |
1233 * xemacs-faq.texi (Q7.1.9): | |
1234 * xemacs-faq.texi (Q7.1.10): | |
1235 * xemacs-faq.texi (Q7.1.11): | |
1236 * xemacs-faq.texi (Q7.2.1): | |
1237 * xemacs-faq.texi (Q7.2.2): | |
1238 * xemacs-faq.texi (Q7.2.3): | |
1239 * xemacs-faq.texi (Other Packages): | |
1240 * xemacs-faq.texi (Current Events): | |
1241 * xemacs-faq.texi (Legacy Versions): | |
1242 Major overhaul of section 1. Add mailing list info, update | |
1243 downloading info, add info on CVS, etc. | |
1244 | |
2522 | 1245 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
1246 | |
1247 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
1248 current status of programming modes. | |
1249 * xemacs/programs.texi (CC Mode): New section introduces CC | |
1250 Mode. Introduces customization with reference to CC Mode | |
1251 manual. Also introduce C/AWK modes in prog-modes package | |
1252 * xemacs/programs.texi (C Ident): Removed - it was | |
1253 obsolete. prog-modes package documentation now contains | |
2865 | 1254 indentation description for old C mode |
2522 | 1255 * xemacs/major.texi (Mode Hooks): Add description of major mode |
1256 hooks. Cleaned up and updated programming mode descriptions. | |
1257 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
1258 CC Mode section in programs.texi | |
1259 | |
1260 | |
2507 | 1261 2005-01-26 Ben Wing <ben@xemacs.org> |
1262 | |
1263 * internals/internals.texi: | |
1264 * internals/internals.texi (Through Version 18): | |
1265 * internals/internals.texi (GNU Emacs 19): | |
1266 * internals/internals.texi (GNU Emacs 20): | |
1267 Update History. | |
1268 | |
1269 * internals/internals.texi (Unicode support under Windows): | |
1270 Redo section on Windows 95 support for Unicode. | |
1271 | |
2492 | 1272 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1273 | |
1274 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
1275 Commands" | |
1276 * man/lispref/functions.texi (What Is a Function): Move the definition | |
1277 of a command further up the list, give information on a trivial | |
1278 (interactive) declaration, and cross-reference to the key binding | |
1279 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 1280 (comp.emacs.xemacs, 2005-01-18). |
2492 | 1281 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 1282 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 1283 man/lispref/variables.texi: Fix cross references. |
1284 | |
2459 | 1285 2004-12-28 Ben Wing <ben@xemacs.org> |
1286 | |
1287 * xemacs-faq.texi (Top): | |
1288 * xemacs-faq.texi (Introduction): | |
1289 * xemacs-faq.texi (Q1.0.3): | |
1290 * xemacs-faq.texi (Q1.0.5): | |
1291 * xemacs-faq.texi (Q1.0.10): | |
1292 * xemacs-faq.texi (Q1.1.4): | |
1293 * xemacs-faq.texi (Q1.1.5): | |
1294 * xemacs-faq.texi (Q1.4.1): | |
1295 * xemacs-faq.texi (Q1.4.3): | |
1296 * xemacs-faq.texi (Q1.5.8): | |
1297 * xemacs-faq.texi (Installation): | |
1298 * xemacs-faq.texi (Q2.0.3): | |
1299 * xemacs-faq.texi (Q2.0.5): | |
1300 * xemacs-faq.texi (Q2.1.1): | |
1301 * xemacs-faq.texi (Q2.1.2): | |
1302 * xemacs-faq.texi (Q2.2.7): | |
1303 * xemacs-faq.texi (Q2.4.6): | |
1304 * xemacs-faq.texi (Editing): | |
1305 * xemacs-faq.texi (Q3.0.1): | |
1306 * xemacs-faq.texi (Q3.0.2): | |
1307 * xemacs-faq.texi (Q3.0.3): | |
1308 * xemacs-faq.texi (Q3.0.4): | |
1309 * xemacs-faq.texi (Q3.0.5): | |
1310 * xemacs-faq.texi (Q3.0.6): | |
1311 * xemacs-faq.texi (Q3.0.7): | |
1312 * xemacs-faq.texi (Q3.0.8): | |
1313 * xemacs-faq.texi (Q3.0.9): | |
1314 * xemacs-faq.texi (Q3.0.10): | |
1315 * xemacs-faq.texi (Q3.0.11): | |
1316 * xemacs-faq.texi (Q3.1.1): | |
1317 * xemacs-faq.texi (Q3.1.2): | |
1318 * xemacs-faq.texi (Q3.1.3): | |
1319 * xemacs-faq.texi (Q3.1.4): | |
1320 * xemacs-faq.texi (Q3.1.5): | |
1321 * xemacs-faq.texi (Q3.2.1): | |
1322 * xemacs-faq.texi (Q3.2.2): | |
1323 * xemacs-faq.texi (Q3.2.3): | |
1324 * xemacs-faq.texi (Q3.2.4): | |
1325 * xemacs-faq.texi (Q3.2.5): | |
1326 * xemacs-faq.texi (Q3.3.1): | |
1327 * xemacs-faq.texi (Q3.3.2): | |
1328 * xemacs-faq.texi (Q3.3.3): | |
1329 * xemacs-faq.texi (Q3.3.4): | |
1330 * xemacs-faq.texi (Q3.3.5): | |
1331 * xemacs-faq.texi (Q3.3.6): | |
1332 * xemacs-faq.texi (Q3.4.1): | |
1333 * xemacs-faq.texi (Q3.4.2): | |
1334 * xemacs-faq.texi (Display): | |
1335 * xemacs-faq.texi (Q4.0.1): | |
1336 * xemacs-faq.texi (Q4.0.2): | |
1337 * xemacs-faq.texi (Q4.0.3): | |
1338 * xemacs-faq.texi (Q4.0.4): | |
1339 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
1340 * xemacs-faq.texi (Q4.0.5): | |
1341 * xemacs-faq.texi (Q4.0.6): | |
1342 * xemacs-faq.texi (Q4.0.7): | |
1343 * xemacs-faq.texi (Q4.0.8): | |
1344 * xemacs-faq.texi (Q4.0.9): | |
1345 * xemacs-faq.texi (Q4.1.1): | |
1346 * xemacs-faq.texi (Q4.1.2): | |
1347 * xemacs-faq.texi (Q4.2.1): | |
1348 * xemacs-faq.texi (Q4.2.2): | |
1349 * xemacs-faq.texi (Q4.2.3): | |
1350 * xemacs-faq.texi (Q4.2.4): | |
1351 * xemacs-faq.texi (Q4.3.1): | |
1352 * xemacs-faq.texi (Q4.3.2): | |
1353 * xemacs-faq.texi (Q4.3.3): | |
1354 * xemacs-faq.texi (Q4.4.1): | |
1355 * xemacs-faq.texi (Q4.4.2): | |
1356 * xemacs-faq.texi (Q4.4.3): | |
1357 * xemacs-faq.texi (Q4.4.4): | |
1358 * xemacs-faq.texi (Q4.4.5): | |
1359 * xemacs-faq.texi (Q4.5.1): | |
1360 * xemacs-faq.texi (Q4.5.2): | |
1361 * xemacs-faq.texi (Q4.5.3): | |
1362 * xemacs-faq.texi (Q4.5.4): | |
1363 * xemacs-faq.texi (Q4.6.1): | |
1364 * xemacs-faq.texi (Q4.6.2): | |
1365 * xemacs-faq.texi (Q4.6.3): | |
1366 * xemacs-faq.texi (Q4.6.4): | |
1367 * xemacs-faq.texi (scroll-up): Removed. | |
1368 * xemacs-faq.texi (Q4.6.5): | |
1369 * xemacs-faq.texi (scroll-down): Removed. | |
1370 * xemacs-faq.texi (Q4.6.6): | |
1371 * xemacs-faq.texi (Q4.6.7): | |
1372 * xemacs-faq.texi (Q4.7.1): | |
1373 * xemacs-faq.texi (Q4.7.2): | |
1374 * xemacs-faq.texi (Q4.7.3): | |
1375 * xemacs-faq.texi (Q4.7.4): | |
1376 * xemacs-faq.texi (External Subsystems): | |
1377 * xemacs-faq.texi (Q5.0.1): | |
1378 * xemacs-faq.texi (Q5.0.2): | |
1379 * xemacs-faq.texi (Q5.0.3): | |
1380 * xemacs-faq.texi (Q5.0.4): | |
1381 * xemacs-faq.texi (Q5.0.5): | |
1382 * xemacs-faq.texi (Q5.0.6): | |
1383 * xemacs-faq.texi (Q5.1.1): | |
1384 * xemacs-faq.texi (Q5.1.2): | |
1385 * xemacs-faq.texi (Q5.2.1): | |
1386 * xemacs-faq.texi (Q5.2.2): | |
1387 * xemacs-faq.texi (Q5.2.3): | |
1388 * xemacs-faq.texi (Q5.2.4): | |
1389 * xemacs-faq.texi (Q5.3.1): | |
1390 * xemacs-faq.texi (Q5.3.2): | |
1391 * xemacs-faq.texi (Q5.3.3): | |
1392 * xemacs-faq.texi (Q5.3.4): | |
1393 * xemacs-faq.texi (Q5.4.1): | |
1394 * xemacs-faq.texi (Q5.4.2): | |
1395 * xemacs-faq.texi (Q5.4.3): | |
1396 * xemacs-faq.texi (Q5.4.4): | |
1397 * xemacs-faq.texi (Q5.4.5): | |
1398 * xemacs-faq.texi (Q5.5.1): | |
1399 * xemacs-faq.texi (Q5.5.2): | |
1400 * xemacs-faq.texi (Q5.5.3): | |
1401 * xemacs-faq.texi (Q5.5.4): | |
1402 * xemacs-faq.texi (Q5.5.5): | |
1403 * xemacs-faq.texi (Internet): | |
1404 * xemacs-faq.texi (Q6.0.1): | |
1405 * xemacs-faq.texi (Q6.0.2): | |
1406 * xemacs-faq.texi (Q6.0.3): | |
1407 * xemacs-faq.texi (Q6.0.4): | |
1408 * xemacs-faq.texi (Q6.0.5): | |
1409 * xemacs-faq.texi (Q6.0.6): | |
1410 * xemacs-faq.texi (Q6.0.7): | |
1411 * xemacs-faq.texi (Q6.0.8): | |
1412 * xemacs-faq.texi (Q6.0.9): | |
1413 * xemacs-faq.texi (Q6.0.10): | |
1414 * xemacs-faq.texi (Q6.0.11): | |
1415 * xemacs-faq.texi (Q6.1.1): | |
1416 * xemacs-faq.texi (Q6.1.2): | |
1417 * xemacs-faq.texi (Q6.1.3): | |
1418 * xemacs-faq.texi (Q6.1.4): | |
1419 * xemacs-faq.texi (Q6.1.5): | |
1420 * xemacs-faq.texi (Q6.1.6): | |
1421 * xemacs-faq.texi (Q6.2.1): | |
1422 * xemacs-faq.texi (Q6.2.2): | |
1423 * xemacs-faq.texi (Q6.3.1): | |
1424 * xemacs-faq.texi (Q6.3.2): | |
1425 * xemacs-faq.texi (Q6.4.1): | |
1426 * xemacs-faq.texi (Q6.4.2): | |
1427 * xemacs-faq.texi (Q6.4.3): | |
1428 * xemacs-faq.texi (Advanced): | |
1429 * xemacs-faq.texi (Q7.0.1): | |
1430 * xemacs-faq.texi (Q7.0.2): | |
1431 * xemacs-faq.texi (Q7.1.1): | |
1432 * xemacs-faq.texi (Q7.1.2): | |
1433 * xemacs-faq.texi (Q7.1.3): | |
1434 * xemacs-faq.texi (Q7.1.4): | |
1435 * xemacs-faq.texi (Q7.1.5): | |
1436 * xemacs-faq.texi (Q7.1.6): | |
1437 * xemacs-faq.texi (Q7.2.1): | |
1438 * xemacs-faq.texi (Q7.2.2): | |
1439 * xemacs-faq.texi (Q7.2.3): | |
1440 * xemacs-faq.texi (Q7.2.4): | |
1441 * xemacs-faq.texi (Q7.2.5): | |
1442 * xemacs-faq.texi (Q7.2.6): | |
1443 * xemacs-faq.texi (Q7.2.7): | |
1444 * xemacs-faq.texi (Q7.2.8): | |
1445 * xemacs-faq.texi (Q7.2.9): | |
1446 * xemacs-faq.texi (Q7.2.10): | |
1447 * xemacs-faq.texi (Q7.2.11): | |
1448 * xemacs-faq.texi (Q7.3.1): | |
1449 * xemacs-faq.texi (Q7.3.2): | |
1450 * xemacs-faq.texi (Q7.3.3): | |
1451 * xemacs-faq.texi (Q7.3.4): | |
1452 * xemacs-faq.texi (Other Packages): | |
1453 * xemacs-faq.texi (Q8.0.1): | |
1454 * xemacs-faq.texi (Q8.0.2): | |
1455 * xemacs-faq.texi (Q8.0.3): | |
1456 * xemacs-faq.texi (Q8.0.4): | |
1457 * xemacs-faq.texi (Q8.1.1): | |
1458 * xemacs-faq.texi (Q8.1.2): | |
1459 * xemacs-faq.texi (Q8.1.3): | |
1460 * xemacs-faq.texi (Q8.2.1): | |
1461 * xemacs-faq.texi (Q8.2.2): | |
1462 * xemacs-faq.texi (Q8.2.3): | |
1463 * xemacs-faq.texi (Q8.2.4): | |
1464 * xemacs-faq.texi (Current Events): | |
1465 * xemacs-faq.texi (Q9.0.1): | |
1466 * xemacs-faq.texi (my-function): Removed. | |
1467 * xemacs-faq.texi (Q9.0.2): | |
1468 * xemacs-faq.texi (Q9.0.3): | |
1469 * xemacs-faq.texi (Q9.0.4): | |
1470 * xemacs-faq.texi (Q9.0.5): | |
1471 * xemacs-faq.texi (Legacy Versions): | |
1472 Major rearrangement. Expand to 10 sections. Add various questions, | |
1473 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
1474 of the links. | |
1475 | |
2444 | 1476 2004-12-15 Ville Skyttä <scop@xemacs.org> |
1477 | |
1478 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
1479 | |
2441 | 1480 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
1481 | |
1482 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1483 Objects): Remove Mote in Make's eye, fix build. | |
1484 | |
2438 | 1485 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
1486 | |
1487 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
1488 Objects): Comment on problems, and extensions needed to handle | |
1489 native widgets properly. | |
1490 | |
2431 | 1491 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
1492 | |
1493 * internals/internals.texi (Better Rendering Support -- | |
1494 Implementation): Document reasons for Label Widget crash. | |
1495 | |
2427 | 1496 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
1497 | |
1498 * Makefile (RECURSIVE_MAKE): Removed. | |
1499 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
1500 handling parallel builds. | |
1501 | |
2421 | 1502 2004-12-05 Ben Wing <ben@xemacs.org> |
1503 | |
1504 * xemacs/packages.texi (Packages): | |
1505 * xemacs/packages.texi (Manually): | |
1506 * xemacs/packages.texi (Building Packages): | |
1507 * xemacs/packages.texi (Local.rules File): | |
1508 * xemacs/packages.texi (Available Packages): | |
1509 Add long form of Lisp Reference Manual to links. | |
1510 Add links pointing to Lisp Reference Manual for more detailed | |
1511 package discussion. | |
2422 | 1512 |
1513 * xemacs/xemacs-faq.texi: | |
1514 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
1515 | |
2421 | 1516 2004-12-05 Ben Wing <ben@xemacs.org> |
1517 | |
1518 * lispref/range-tables.texi (Range Tables): | |
1519 * lispref/range-tables.texi (Introduction to Range Tables): | |
1520 * lispref/range-tables.texi (Working With Range Tables): | |
1521 Document range-table changes. | |
1522 | |
1523 2004-12-05 Ben Wing <ben@xemacs.org> | |
1524 | |
1525 * internals/internals.texi (A History of Emacs): | |
1526 Update history section. | |
1527 | |
1528 2004-12-05 Ben Wing <ben@xemacs.org> | |
1529 | |
1530 * xemacs-faq.texi: | |
1531 * xemacs-faq.texi (fix-main-menu): New. | |
1532 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
1533 * xemacs-faq.texi (Top): | |
1534 * xemacs-faq.texi (Introduction): | |
1535 * xemacs-faq.texi (Q1.0.1): | |
1536 * xemacs-faq.texi (Q1.0.2): | |
1537 * xemacs-faq.texi (Q1.0.4): | |
1538 * xemacs-faq.texi (Q1.0.5): | |
1539 * xemacs-faq.texi (Q1.0.6): | |
1540 * xemacs-faq.texi (Q1.0.7): | |
1541 * xemacs-faq.texi (Q1.0.8): | |
1542 * xemacs-faq.texi (Q1.0.9): | |
1543 * xemacs-faq.texi (Q1.0.10): | |
1544 * xemacs-faq.texi (Q1.0.11): | |
1545 * xemacs-faq.texi (Q1.0.12): | |
1546 * xemacs-faq.texi (Q1.0.13): | |
1547 * xemacs-faq.texi (Q1.0.14): | |
1548 * xemacs-faq.texi (Q1.1.1): | |
1549 * xemacs-faq.texi (Q1.1.2): | |
1550 * xemacs-faq.texi (Q1.1.3): | |
1551 * xemacs-faq.texi (Q1.1.4): | |
1552 * xemacs-faq.texi (Q1.1.5): | |
1553 * xemacs-faq.texi (Q1.1.6): | |
1554 * xemacs-faq.texi (Q1.1.7): | |
1555 * xemacs-faq.texi (Q1.1.8): | |
1556 * xemacs-faq.texi (Q1.1.9): | |
1557 * xemacs-faq.texi (Q1.2.1): | |
1558 * xemacs-faq.texi (Q1.2.2): | |
1559 * xemacs-faq.texi (Q1.2.3): | |
1560 * xemacs-faq.texi (Q1.3.1): | |
1561 * xemacs-faq.texi (Q1.3.2): | |
1562 * xemacs-faq.texi (Q1.3.3): | |
1563 * xemacs-faq.texi (Q1.4.1): | |
1564 * xemacs-faq.texi (Q1.4.2): | |
1565 * xemacs-faq.texi (Q1.4.3): | |
1566 * xemacs-faq.texi (Q1.4.4): | |
1567 * xemacs-faq.texi (Q1.4.5): | |
1568 * xemacs-faq.texi (Q1.4.6): | |
1569 * xemacs-faq.texi (Q1.4.7): | |
1570 * xemacs-faq.texi (Q1.4.8): | |
1571 * xemacs-faq.texi (Q1.4.9): | |
1572 * xemacs-faq.texi (Q1.5.1): | |
1573 * xemacs-faq.texi (Q1.5.2): | |
1574 * xemacs-faq.texi (Q1.5.3): | |
1575 * xemacs-faq.texi (Q1.5.4): | |
1576 * xemacs-faq.texi (Q1.5.5): | |
1577 * xemacs-faq.texi (Q1.5.6): | |
1578 * xemacs-faq.texi (Q1.5.7): | |
1579 * xemacs-faq.texi (Q1.5.8): | |
1580 * xemacs-faq.texi (Installation): | |
1581 * xemacs-faq.texi (Q2.0.1): | |
1582 * xemacs-faq.texi (Q2.0.2): | |
1583 * xemacs-faq.texi (Q2.0.3): | |
1584 * xemacs-faq.texi (Q2.0.4): | |
1585 * xemacs-faq.texi (Q2.0.5): | |
1586 * xemacs-faq.texi (Q2.0.6): | |
1587 * xemacs-faq.texi (Q2.0.7): | |
1588 * xemacs-faq.texi (Q2.1.1): | |
1589 * xemacs-faq.texi (Q2.1.2): | |
1590 * xemacs-faq.texi (Q2.1.3): | |
1591 * xemacs-faq.texi (Q2.1.4): | |
1592 * xemacs-faq.texi (Q2.2.1): | |
1593 * xemacs-faq.texi (Q2.2.2): | |
1594 * xemacs-faq.texi (Q2.2.3): | |
1595 * xemacs-faq.texi (Q2.2.4): | |
1596 * xemacs-faq.texi (Q2.2.5): | |
1597 * xemacs-faq.texi (Q2.2.6): | |
1598 * xemacs-faq.texi (Q2.2.7): | |
1599 * xemacs-faq.texi (Q2.2.8): | |
1600 * xemacs-faq.texi (Q2.3.1): | |
1601 * xemacs-faq.texi (Q2.3.2): | |
1602 * xemacs-faq.texi (Q2.3.3): | |
1603 * xemacs-faq.texi (Q2.3.4): | |
1604 * xemacs-faq.texi (Q2.3.5): | |
1605 * xemacs-faq.texi (Q2.3.6): | |
1606 * xemacs-faq.texi (Q2.3.7): | |
1607 * xemacs-faq.texi (Q2.3.8): | |
1608 * xemacs-faq.texi (Q2.3.9): | |
1609 * xemacs-faq.texi (Q2.3.10): | |
1610 * xemacs-faq.texi (Q2.3.11): | |
1611 * xemacs-faq.texi (Q2.4.1): | |
1612 * xemacs-faq.texi (Q2.4.2): | |
1613 * xemacs-faq.texi (Q2.4.3): | |
1614 * xemacs-faq.texi (Q2.4.4): | |
1615 * xemacs-faq.texi (Q2.4.5): | |
1616 * xemacs-faq.texi (Q2.4.6): | |
1617 * xemacs-faq.texi (Display Subsystems): | |
1618 * xemacs-faq.texi (running-xemacs): Removed. | |
1619 * xemacs-faq.texi (Q3.0.1): | |
1620 * xemacs-faq.texi (Q3.0.2): | |
1621 * xemacs-faq.texi (Q3.0.3): | |
1622 * xemacs-faq.texi (Q3.0.4): | |
1623 * xemacs-faq.texi (Q3.0.5): | |
1624 * xemacs-faq.texi (Q3.0.6): | |
1625 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
1626 * xemacs-faq.texi (Q3.0.7): | |
1627 * xemacs-faq.texi (Q3.0.8): | |
1628 * xemacs-faq.texi (Q3.0.9): | |
1629 * xemacs-faq.texi (Q3.0.10): | |
1630 * xemacs-faq.texi (Q3.1.1): | |
1631 * xemacs-faq.texi (Q3.1.2): | |
1632 * xemacs-faq.texi (Q3.1.3): | |
1633 * xemacs-faq.texi (Q3.1.4): | |
1634 * xemacs-faq.texi (Q3.1.5): | |
1635 * xemacs-faq.texi (Q3.2.1): | |
1636 * xemacs-faq.texi (Q3.2.2): | |
1637 * xemacs-faq.texi (Q3.2.3): | |
1638 * xemacs-faq.texi (Q3.2.4): | |
1639 * xemacs-faq.texi (Q3.2.5): | |
1640 * xemacs-faq.texi (Q3.2.6): | |
1641 * xemacs-faq.texi (Q3.2.7): | |
1642 * xemacs-faq.texi (Q3.2.8): | |
1643 * xemacs-faq.texi (Q3.2.9): | |
1644 * xemacs-faq.texi (Q3.3.1): | |
1645 * xemacs-faq.texi (Q3.3.2): | |
1646 * xemacs-faq.texi (Q3.3.3): | |
1647 * xemacs-faq.texi (Q3.3.4): | |
1648 * xemacs-faq.texi (Q3.3.5): | |
1649 * xemacs-faq.texi (Q3.3.6): | |
1650 * xemacs-faq.texi (Q3.4.1): | |
1651 * xemacs-faq.texi (Q3.4.2): | |
1652 * xemacs-faq.texi (Q3.4.3): | |
1653 * xemacs-faq.texi (Q3.4.4): | |
1654 * xemacs-faq.texi (Q3.4.5): | |
1655 * xemacs-faq.texi (Q3.4.6): | |
1656 * xemacs-faq.texi (Q3.5.1): | |
1657 * xemacs-faq.texi (Q3.5.2): | |
1658 * xemacs-faq.texi (Q3.5.3): | |
1659 * xemacs-faq.texi (Q3.5.4): | |
1660 * xemacs-faq.texi (Q3.6.1): | |
1661 * xemacs-faq.texi (Q3.6.2): | |
1662 * xemacs-faq.texi (Q3.6.3): | |
1663 * xemacs-faq.texi (Q3.7.1): | |
1664 * xemacs-faq.texi (Q3.7.2): | |
1665 * xemacs-faq.texi (Q3.7.3): | |
1666 * xemacs-faq.texi (Q3.7.4): | |
1667 * xemacs-faq.texi (Q3.7.5): | |
1668 * xemacs-faq.texi (Q3.7.6): | |
1669 * xemacs-faq.texi (Q3.7.7): | |
1670 * xemacs-faq.texi (Q3.7.8): | |
1671 * xemacs-faq.texi (Q3.8.1): | |
1672 * xemacs-faq.texi (Q3.8.2): | |
1673 * xemacs-faq.texi (Q3.8.3): | |
1674 * xemacs-faq.texi (my-toggle-toolbar): New. | |
1675 * xemacs-faq.texi (Q3.8.4): | |
1676 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
1677 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
1678 * xemacs-faq.texi (Q3.8.5): | |
1679 * xemacs-faq.texi (Q3.9.1): | |
1680 * xemacs-faq.texi (Q3.9.2): | |
1681 * xemacs-faq.texi (Q3.9.3): | |
1682 * xemacs-faq.texi (Q3.9.4): | |
1683 * xemacs-faq.texi (Q3.9.5): | |
1684 * xemacs-faq.texi (External Subsystems): | |
1685 * xemacs-faq.texi (Q4.0.1): | |
1686 * xemacs-faq.texi (Q4.0.2): | |
1687 * xemacs-faq.texi (Q4.0.3): | |
1688 * xemacs-faq.texi (Q4.0.4): | |
1689 * xemacs-faq.texi (Q4.0.5): | |
1690 * xemacs-faq.texi (Q4.0.6): | |
1691 * xemacs-faq.texi (global-map): Removed. | |
1692 * xemacs-faq.texi (Q4.1.1): | |
1693 * xemacs-faq.texi (Q4.1.2): | |
1694 * xemacs-faq.texi (Q4.2.1): | |
1695 * xemacs-faq.texi (Q4.2.2): | |
1696 * xemacs-faq.texi (Q4.2.3): | |
1697 * xemacs-faq.texi (Q4.2.4): | |
1698 * xemacs-faq.texi (Q4.3.1): | |
1699 * xemacs-faq.texi (Q4.3.2): | |
1700 * xemacs-faq.texi (Q4.3.3): | |
1701 * xemacs-faq.texi (Q4.3.4): | |
1702 * xemacs-faq.texi (Q4.4.1): | |
1703 * xemacs-faq.texi (Q4.4.2): | |
1704 * xemacs-faq.texi (Q4.4.3): | |
1705 * xemacs-faq.texi (Q4.4.4): | |
1706 * xemacs-faq.texi (Q4.4.5): | |
1707 * xemacs-faq.texi (Q4.5.1): | |
1708 * xemacs-faq.texi (Q4.5.2): | |
1709 * xemacs-faq.texi (Q4.5.3): | |
1710 * xemacs-faq.texi (Q4.5.4): | |
1711 * xemacs-faq.texi (Q4.5.5): | |
1712 * xemacs-faq.texi (Q4.6.1): | |
1713 * xemacs-faq.texi (Q4.6.2): | |
1714 * xemacs-faq.texi (Q4.6.3): | |
1715 * xemacs-faq.texi (Q4.6.4): | |
1716 * xemacs-faq.texi (Q4.7.1): | |
1717 * xemacs-faq.texi (Q4.7.2): | |
1718 * xemacs-faq.texi (Q4.7.3): | |
1719 * xemacs-faq.texi (Q4.8.1): | |
1720 * xemacs-faq.texi (Q4.8.2): | |
1721 * xemacs-faq.texi (Q4.8.3): | |
1722 * xemacs-faq.texi (Q4.8.4): | |
1723 * xemacs-faq.texi (Internet): | |
1724 * xemacs-faq.texi (Q5.0.1): | |
1725 * xemacs-faq.texi (Q5.0.2): | |
1726 * xemacs-faq.texi (Q5.0.3): | |
1727 * xemacs-faq.texi (Q5.0.4): | |
1728 * xemacs-faq.texi (Q5.0.5): | |
1729 * xemacs-faq.texi (Q5.0.6): | |
1730 * xemacs-faq.texi (Q5.0.7): | |
1731 * xemacs-faq.texi (Q5.0.8): | |
1732 * xemacs-faq.texi (Q5.0.9): | |
1733 * xemacs-faq.texi (Q5.0.10): | |
1734 * xemacs-faq.texi (Q5.0.11): | |
1735 * xemacs-faq.texi (Q5.1.1): | |
1736 * xemacs-faq.texi (Q5.1.2): | |
1737 * xemacs-faq.texi (Q5.1.3): | |
1738 * xemacs-faq.texi (Q5.1.4): | |
1739 * xemacs-faq.texi (Q5.1.5): | |
1740 * xemacs-faq.texi (Q5.1.6): | |
1741 * xemacs-faq.texi (Q5.2.1): | |
1742 * xemacs-faq.texi (Q5.2.2): | |
1743 * xemacs-faq.texi (Q5.3.1): | |
1744 * xemacs-faq.texi (Q5.3.2): | |
1745 * xemacs-faq.texi (Q5.4.1): | |
1746 * xemacs-faq.texi (Q5.4.2): | |
1747 * xemacs-faq.texi (Q5.4.3): | |
1748 * xemacs-faq.texi (Advanced): | |
1749 * xemacs-faq.texi (Q6.0.1): | |
1750 * xemacs-faq.texi (Q6.0.2): | |
1751 * xemacs-faq.texi (Q6.1.1): | |
1752 * xemacs-faq.texi (Q6.1.2): | |
1753 * xemacs-faq.texi (Q6.1.3): | |
1754 * xemacs-faq.texi (Q6.1.4): | |
1755 * xemacs-faq.texi (Q6.1.5): | |
1756 * xemacs-faq.texi (Q6.1.6): | |
1757 * xemacs-faq.texi (Q6.2.1): | |
1758 * xemacs-faq.texi (Q6.2.2): | |
1759 * xemacs-faq.texi (Q6.2.3): | |
1760 * xemacs-faq.texi (Q6.2.4): | |
1761 * xemacs-faq.texi (Q6.2.5): | |
1762 * xemacs-faq.texi (Q6.2.6): | |
1763 * xemacs-faq.texi (Q6.2.7): | |
1764 * xemacs-faq.texi (Q6.2.8): | |
1765 * xemacs-faq.texi (Q6.2.9): | |
1766 * xemacs-faq.texi (Q6.2.10): | |
1767 * xemacs-faq.texi (Q6.2.11): | |
1768 * xemacs-faq.texi (Q6.3.1): | |
1769 * xemacs-faq.texi (Q6.3.2): | |
1770 * xemacs-faq.texi (Q6.3.3): | |
1771 * xemacs-faq.texi (Q6.3.4): | |
1772 * xemacs-faq.texi (Current Events): | |
1773 * xemacs-faq.texi (Q7.0.1): | |
1774 * xemacs-faq.texi (Q7.0.2): | |
1775 * xemacs-faq.texi (Q7.0.3): | |
1776 * xemacs-faq.texi (Q7.0.5): | |
1777 * xemacs-faq.texi (Q7.0.6): | |
1778 * xemacs-faq.texi (Legacy Versions): | |
1779 * xemacs-faq.texi (my-function): Removed. | |
1780 * xemacs-faq.texi (Q8.0.1): | |
1781 | |
1782 The section on Troubleshooting (now 2.3) has been completely | |
1783 written and includes a lot of stuff that is not properly | |
1784 documented anywhere else. A fair amount of obsolete info has been | |
1785 deleted and I've incorporated the comments that people (mostly | |
1786 Stephen T) made. Former chapter 3 has been split up in two, one | |
1787 pertaining to basic I/O and the other to external I/O. What were | |
1788 formerly chapters 5 and 6 no longer exist as such; the info in | |
1789 them has been distributed across various other chapters. Old | |
1790 chapter 4 got split up, part going to the new chapter 4 on | |
1791 external I/O and part going to the new chapter 5 on the Internet. | |
1792 In this new chapter, stuff not pertaining to a specific package | |
1793 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
1794 general mail section was constituted. Part of old chapter 5 | |
1795 remains in a new chapter 6 devoted to Emacs Lisp and other | |
1796 advanced stuff, and a section from old chapter 3 on basic | |
1797 init-file Lisp and some stuff from old chapter 5 on Info. The | |
1798 rest of chapter 5 was just "misc" and has gotten scattered to the | |
1799 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
1800 quite scattered; there is no longer any section specifically | |
1801 devoted to Windows except one of the Installation sections (along | |
1802 with a section specfically devoted to Unix), and the rest has | |
1803 moved to join the appropriate non-Windows-specific section | |
1804 elsewhere. A lot of chapters had their sections rearranged and | |
1805 likewise for sections having entries rearranged, with the | |
1806 intention that the new arrangement should be more natural. In | |
1807 general I hope that stuff should be much easier to locate. I also | |
1808 rewrote the entries on the relation between XEmacs and GNU Emacs | |
1809 on the authors of XEmacs, including lots of info on who wrote | |
1810 specific subsections. | |
1811 | |
2418 | 1812 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
1813 | |
1814 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
1815 * Makefile (TEXI2HTML_SPLIT): New. | |
1816 * Makefile (CP): New. | |
1817 * Makefile (PHOTODIR): New. | |
1818 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
1819 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
1820 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
1821 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
1822 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
1823 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
1824 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
1825 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
1826 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
1827 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
1828 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
1829 Produce unsplit output for website also, copy photos to HTMLDIR. | |
1830 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
1831 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
1832 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
1833 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
1834 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
1835 | |
2406 | 1836 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
1837 | |
1838 * internals/internals.texi (Better Rendering Support -- | |
1839 Configuration with the Interim Patches): | |
1840 Add documentation of X resources, especially for GUI elements. | |
1841 (Better Rendering Support -- Implementation): | |
1842 More comments about specification and design issues. | |
1843 (Better Rendering Support -- Current Status): | |
1844 New subsubsection "Bugs Reported in sjt-xft". | |
1845 | |
2405 | 1846 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
1847 | |
1848 * internals/internals.texi (Future Work -- Better Rendering Support): | |
1849 New node. | |
2865 | 1850 (Top): |
2405 | 1851 (Future Work): |
1852 (Future Work -- Lisp Engine Replacement): | |
1853 Add pointers to new node. | |
1854 | |
2393 | 1855 2004-11-16 Ben Wing <ben@xemacs.org> |
1856 | |
1857 * internals/internals.texi (Top): | |
1858 * internals/internals.texi (Introduction): | |
1859 * internals/internals.texi (Authorship of XEmacs): | |
1860 * internals/internals.texi (A History of Emacs): | |
1861 * internals/internals.texi (Through Version 18): | |
1862 * internals/internals.texi (Epoch): | |
1863 * internals/internals.texi (Lucid Emacs): | |
1864 * internals/internals.texi (GNU Emacs 19): | |
1865 * internals/internals.texi (GNU Emacs 20): | |
1866 * internals/internals.texi (XEmacs): | |
1867 * internals/internals.texi (The XEmacs Split): | |
1868 * internals/internals.texi (Build-Time Dependencies): | |
1869 * internals/internals.texi (Low-Level Modules): | |
1870 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
1871 * internals/internals.texi (Rules When Writing New C Code): | |
1872 * internals/internals.texi (Introduction to Writing C Code): | |
1873 * internals/internals.texi (Writing New Modules): | |
1874 * internals/internals.texi (Working with Lisp Objects): | |
1875 * internals/internals.texi (Writing Lisp Primitives): | |
1876 * internals/internals.texi (Adding Global Lisp Variables): | |
1877 * internals/internals.texi (Writing Macros): | |
1878 * internals/internals.texi (Proper Use of Unsigned Types): | |
1879 * internals/internals.texi (Major Textual Changes): | |
1880 * internals/internals.texi (Great Integral Type Renaming): | |
1881 * internals/internals.texi (Text/Char Type Renaming): | |
1882 * internals/internals.texi (Debugging and Testing): | |
1883 * internals/internals.texi (Modules for Regression Testing): | |
1884 * internals/internals.texi (Merging a Branch into the Trunk): | |
1885 * internals/internals.texi (XEmacs from the Inside): | |
1886 * internals/internals.texi (Basic Types): | |
1887 * internals/internals.texi (Low-Level Allocation): | |
1888 * internals/internals.texi (Basic Heap Allocation): | |
1889 * internals/internals.texi (Stack Allocation): | |
1890 * internals/internals.texi (Dynamic Arrays): | |
1891 * internals/internals.texi (Allocation by Blocks): | |
1892 * internals/internals.texi (Modules for Allocation): | |
1893 * internals/internals.texi (Critical Redisplay Sections): | |
1894 * internals/internals.texi (Control-G (Quit) Checking): | |
1895 * internals/internals.texi (Future Work Discussion): | |
1896 * internals/internals.texi (Discussion -- Garbage Collection): | |
1897 * internals/internals.texi (Discussion -- Pure Space): | |
1898 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
1899 * internals/internals.texi (Discussion -- The Anti-Cons): | |
1900 * internals/internals.texi (Discussion -- Glyphs): | |
1901 * internals/internals.texi (Discussion -- Dialog Boxes): | |
1902 * internals/internals.texi (Discussion -- Multilingual Issues): | |
1903 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
1904 * internals/internals.texi (image-instance-property): New. | |
1905 * internals/internals.texi (set-image-instance-property): New. | |
1906 * internals/internals.texi (Discussion -- Switching to C++): | |
1907 * internals/internals.texi (Discussion -- Windows External Widget): | |
1908 | |
1909 Add sections on Basic Types and Low-Level Allocation. Move module | |
1910 docs here. Incorporate dynamic array and blocktype docs from | |
1911 source. | |
1912 | |
1913 Add info on beta releases up to present. | |
1914 | |
1915 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
1916 together properly. Put "Major Textual Changes" under this | |
1917 chapter. Incorporate etc/CODING-STANDARDS. | |
1918 | |
1919 Add discussion sections on "Instantiators and Generic Property | |
1920 Accessors" and "Switching to C++". Fill out discussion on garbage | |
1921 collection. | |
1922 | |
1923 Incorporate backtraces showing crashes due to problems with | |
1924 redisplay-critical-section protection. | |
1925 | |
2367 | 1926 2004-11-04 Ben Wing <ben@xemacs.org> |
1927 | |
1928 * lispref/mule.texi (CCL Syntax): | |
1929 * lispref/mule.texi (INT-OR-CHAR): New. | |
1930 * lispref/mule.texi (CCL Statements): | |
1931 Update CCL docs. | |
1932 | |
1933 2004-11-04 Ben Wing <ben@xemacs.org> | |
1934 | |
1935 * internals/internals.texi (Top): | |
1936 * internals/internals.texi (NOTE): New. | |
1937 * internals/internals.texi (list-to-texinfo): New. | |
1938 * internals/internals.texi (remove-spacing): New. | |
1939 * internals/internals.texi (table-to-texinfo): New. | |
1940 * internals/internals.texi (convert-text-to-texinfo): New. | |
1941 * internals/internals.texi ('make-future): New. | |
1942 * internals/internals.texi ('make-discussion): New. | |
1943 * internals/internals.texi ('make-old-future): New. | |
1944 * internals/internals.texi ('make-section): New. | |
1945 * internals/internals.texi ('make-subsection): New. | |
1946 * internals/internals.texi (Introduction): | |
1947 * internals/internals.texi (divisions): New. | |
1948 * internals/internals.texi (Authorship of XEmacs): | |
1949 * internals/internals.texi (XEmacs): | |
1950 * internals/internals.texi (The XEmacs Split): | |
1951 * internals/internals.texi (Author): New. | |
1952 * internals/internals.texi (XEmacs from the Outside): | |
1953 * internals/internals.texi (The Lisp Language): | |
1954 * internals/internals.texi (XEmacs from the Perspective of Building): | |
1955 * internals/internals.texi (Build-Time Dependencies): | |
1956 * internals/internals.texi (The Modules of XEmacs): | |
1957 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
1958 * internals/internals.texi (ways): Removed. | |
1959 * internals/internals.texi (Low-Level Modules): | |
1960 * internals/internals.texi (Basic Lisp Modules): | |
1961 * internals/internals.texi (Modules for Standard Editing Operations): | |
1962 * internals/internals.texi (files): Removed. | |
1963 * internals/internals.texi (Modules for Interfacing with the File System): | |
1964 * internals/internals.texi (some_variable): Removed. | |
1965 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
1966 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
1967 * internals/internals.texi (character): Removed. | |
1968 * internals/internals.texi (Major Textual Changes): | |
1969 * internals/internals.texi (Great Integral Type Renaming): | |
1970 * internals/internals.texi (commands): Removed. | |
1971 * internals/internals.texi (Text/Char Type Renaming): | |
1972 * internals/internals.texi (pattern): Removed. | |
1973 * internals/internals.texi (Rules When Writing New C Code): | |
1974 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
1975 * internals/internals.texi (General Coding Rules): | |
1976 * internals/internals.texi (examples): Removed. | |
1977 * internals/internals.texi (Object-Oriented Techniques for C): | |
1978 * internals/internals.texi (Writing Lisp Primitives): | |
1979 * internals/internals.texi (Writing Good Comments): | |
1980 * internals/internals.texi (Adding Global Lisp Variables): | |
1981 * internals/internals.texi (Writing Macros): | |
1982 * internals/internals.texi (Proper Use of Unsigned Types): | |
1983 * internals/internals.texi (Techniques for XEmacs Developers): | |
1984 * internals/internals.texi (Regression Testing XEmacs): | |
1985 * internals/internals.texi (How to Regression-Test): | |
1986 * internals/internals.texi (Modules for Regression Testing): | |
1987 * internals/internals.texi (CVS Techniques): | |
1988 * internals/internals.texi (Merging a Branch into the Trunk): | |
1989 * internals/internals.texi (XEmacs from the Inside): | |
1990 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
1991 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1992 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
1993 * internals/internals.texi (Introduction to Allocation): | |
1994 * internals/internals.texi (Garbage Collection): | |
1995 * internals/internals.texi (GCPROing): | |
1996 * internals/internals.texi (Garbage Collection - Step by Step): | |
1997 * internals/internals.texi (Invocation): | |
1998 * internals/internals.texi (garbage_collect_1): | |
1999 * internals/internals.texi (mark_object): | |
2000 * internals/internals.texi (gc_sweep): | |
2001 * internals/internals.texi (sweep_lcrecords_1): | |
2002 * internals/internals.texi (compact_string_chars): | |
2003 * internals/internals.texi (sweep_strings): | |
2004 * internals/internals.texi (sweep_bit_vectors_1): | |
2005 * internals/internals.texi (Integers and Characters): | |
2006 * internals/internals.texi (Allocation from Frob Blocks): | |
2007 * internals/internals.texi (lrecords): | |
2008 * internals/internals.texi (Low-level allocation): | |
2009 * internals/internals.texi (Cons): | |
2010 * internals/internals.texi (Vector): | |
2011 * internals/internals.texi (Bit Vector): | |
2012 * internals/internals.texi (Symbol): | |
2013 * internals/internals.texi (Marker): | |
2014 * internals/internals.texi (String): | |
2015 * internals/internals.texi (Compiled Function): | |
2016 * internals/internals.texi (The Lisp Reader and Compiler): | |
2017 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2018 * internals/internals.texi (Evaluation): | |
2019 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2020 * internals/internals.texi (Simple Special Forms): | |
2021 * internals/internals.texi (Catch and Throw): | |
2022 * internals/internals.texi (Error Trapping): | |
2023 * internals/internals.texi (Symbols and Variables): | |
2024 * internals/internals.texi (Introduction to Symbols): | |
2025 * internals/internals.texi (Obarrays): | |
2026 * internals/internals.texi (Symbol Values): | |
2027 * internals/internals.texi (Buffers): | |
2028 * internals/internals.texi (Introduction to Buffers): | |
2029 * internals/internals.texi (Buffer Lists): | |
2030 * internals/internals.texi (Markers and Extents): | |
2031 * internals/internals.texi (The Buffer Object): | |
2032 * internals/internals.texi (Text): | |
2033 * internals/internals.texi (The Text in a Buffer): | |
2034 * internals/internals.texi (Ibytes and Ichars): | |
2035 * internals/internals.texi (Byte-Char Position Conversion): | |
2036 * internals/internals.texi (Searching and Matching): | |
2037 * internals/internals.texi (Multilingual Support): | |
2038 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2039 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2040 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2041 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2042 * internals/internals.texi (Character Sets): | |
2043 * internals/internals.texi (Encodings): | |
2044 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2045 * internals/internals.texi (JIS7): | |
2046 * internals/internals.texi (Internal Mule Encodings): | |
2047 * internals/internals.texi (Internal String Encoding): | |
2048 * internals/internals.texi (Internal Character Encoding): | |
2049 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2050 * internals/internals.texi (Byte Types): | |
2051 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2052 * internals/internals.texi (Buffer Positions): | |
2053 * internals/internals.texi (Other Typedefs): | |
2054 * internals/internals.texi (Usage of the Various Representations): | |
2055 * internals/internals.texi (Working With the Various Representations): | |
2056 * internals/internals.texi (Internal Text API's): | |
2057 * internals/internals.texi (Basic internal-format API's): | |
2058 * internals/internals.texi (The DFC API): | |
2059 * internals/internals.texi (The Eistring API): | |
2060 * internals/internals.texi (Coding for Mule): | |
2061 * internals/internals.texi (Character-Related Data Types): | |
2062 * internals/internals.texi (Working With Character and Byte Positions): | |
2063 * internals/internals.texi (Conversion to and from External Data): | |
2064 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2065 * internals/internals.texi (An Example of Mule-Aware Code): | |
2066 * internals/internals.texi (Mule-izing Code): | |
2067 * internals/internals.texi (CCL): | |
2068 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
2069 * internals/internals.texi (Microsoft Documentation): | |
2070 * internals/internals.texi (Locales): | |
2071 * internals/internals.texi (More about code pages): | |
2072 * internals/internals.texi (More about locales): | |
2073 * internals/internals.texi (Unicode support under Windows): | |
2074 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
2075 * internals/internals.texi (The format of the locale in setlocale()): | |
2076 * internals/internals.texi (Random other Windows I18N docs): | |
2077 * internals/internals.texi (Modules for Internationalization): | |
2078 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
2079 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2080 * internals/internals.texi (Point): | |
2081 * internals/internals.texi (Window Hierarchy): | |
2082 * internals/internals.texi (The Window Object): | |
2083 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2084 * internals/internals.texi (The Redisplay Mechanism): | |
2085 * internals/internals.texi (Critical Redisplay Sections): | |
2086 * internals/internals.texi (Line Start Cache): | |
2087 * internals/internals.texi (Redisplay Piece by Piece): | |
2088 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2089 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2090 * internals/internals.texi (Extents): | |
2091 * internals/internals.texi (Introduction to Extents): | |
2092 * internals/internals.texi (Extent Ordering): | |
2093 * internals/internals.texi (Format of the Extent Info): | |
2094 * internals/internals.texi (Zero-Length Extents): | |
2095 * internals/internals.texi (Mathematics of Extent Ordering): | |
2096 * internals/internals.texi (Extent Fragments): | |
2097 * internals/internals.texi (Faces): | |
2098 * internals/internals.texi (Glyphs): | |
2099 * internals/internals.texi (Specifiers): | |
2100 * internals/internals.texi (Menus): | |
2101 * internals/internals.texi (Events and the Event Loop): | |
2102 * internals/internals.texi (Introduction to Events): | |
2103 * internals/internals.texi (Main Loop): | |
2104 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2105 * internals/internals.texi (Specifics About the Emacs Event): | |
2106 * internals/internals.texi (Event Queues): | |
2107 * internals/internals.texi (Event Stream Callback Routines): | |
2108 * internals/internals.texi (Other Event Loop Functions): | |
2109 * internals/internals.texi (Stream Pairs): | |
2110 * internals/internals.texi (Converting Events): | |
2111 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2112 * internals/internals.texi (Focus Handling): | |
2113 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2114 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2115 * internals/internals.texi (Signal Handling): | |
2116 * internals/internals.texi (Control-G (Quit) Checking): | |
2117 * internals/internals.texi (Profiling): | |
2118 * internals/internals.texi (Asynchronous Timeouts): | |
2119 * internals/internals.texi (Exiting): | |
2120 * internals/internals.texi (Lstreams): | |
2121 * internals/internals.texi (Creating an Lstream): | |
2122 * internals/internals.texi (Lstream Types): | |
2123 * internals/internals.texi (Lstream Functions): | |
2124 * internals/internals.texi (Lstream Methods): | |
2125 * internals/internals.texi (Subprocesses): | |
2126 * internals/internals.texi (Interface to MS Windows): | |
2127 * internals/internals.texi (Different kinds of Windows environments): | |
2128 * internals/internals.texi (Windows Build Flags): | |
2129 * internals/internals.texi (Windows I18N Introduction): | |
2130 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2131 * internals/internals.texi (Interface to the X Window System): | |
2132 * internals/internals.texi (Lucid Widget Library): | |
2133 * internals/internals.texi (Generic Widget Interface): | |
2134 * internals/internals.texi (dependencies): New. | |
2135 * internals/internals.texi (routines): New. | |
2136 * internals/internals.texi (Summary): New. | |
2137 * internals/internals.texi (Scrollbars): | |
2138 * internals/internals.texi (Menubars): | |
2139 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2140 * internals/internals.texi (Progress Bars): | |
2141 * internals/internals.texi (Tab Controls): | |
2142 * internals/internals.texi (Modules for Interfacing with X Windows): | |
2143 * internals/internals.texi (Dumping): | |
2144 * internals/internals.texi (Dumping Justification): | |
2145 * internals/internals.texi (Overview): | |
2146 * internals/internals.texi (Data descriptions): | |
2147 * internals/internals.texi (Dumping phase): | |
2148 * internals/internals.texi (Object inventory): | |
2149 * internals/internals.texi (Address allocation): | |
2150 * internals/internals.texi (The header): | |
2151 * internals/internals.texi (Data dumping): | |
2152 * internals/internals.texi (Pointers dumping): | |
2153 * internals/internals.texi (Reloading phase): | |
2154 * internals/internals.texi (Abstract): New. | |
2155 * internals/internals.texi (Remaining issues): | |
2156 * internals/internals.texi (Future Work): | |
2157 * internals/internals.texi (Future Work -- General Suggestions): | |
2158 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
2159 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
2160 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
2161 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
2162 * internals/internals.texi (Future Work -- Keyword Parameters): | |
2163 * internals/internals.texi (Future Work -- Property Interface Changes): | |
2164 * internals/internals.texi (Future Work -- Toolbars): | |
2165 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
2166 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
2167 * internals/internals.texi (Future Work -- Menu API Changes): | |
2168 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
2169 * internals/internals.texi (Future Work -- Mouse Pointer): | |
2170 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
2171 * internals/internals.texi (Future Work -- Busy Pointer): | |
2172 * internals/internals.texi (Future Work -- Extents): | |
2173 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
2174 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
2175 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
2176 * internals/internals.texi (Future Work -- Keybindings): | |
2177 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
2178 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
2179 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
2180 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
2181 * internals/internals.texi (Future Work -- Autodetection): | |
2182 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
2183 * internals/internals.texi (Future Work -- Unicode): | |
2184 * internals/internals.texi (Future Work -- BIDI Support): | |
2185 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
2186 * internals/internals.texi (Future Work -- Lisp Stream API): | |
2187 * internals/internals.texi (Future Work -- Multiple Values): | |
2188 * internals/internals.texi (Future Work -- Macros): | |
2189 * internals/internals.texi (Future Work -- Specifiers): | |
2190 * internals/internals.texi (Future Work -- Display Tables): | |
2191 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
2192 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
2193 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
2194 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
2195 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
2196 * internals/internals.texi (Future Work Discussion): | |
2197 * internals/internals.texi (Discussion -- garbage collection): | |
2198 * internals/internals.texi (Discussion -- glyphs): | |
2199 * internals/internals.texi (Discussion -- Dialog Boxes): | |
2200 * internals/internals.texi (Discussion -- Multilingual Issues): | |
2201 * internals/internals.texi (Discussion -- Windows External Widget): | |
2202 * internals/internals.texi (Discussion -- Packages): | |
2203 * internals/internals.texi (Discussion -- Distribution Layout): | |
2204 * internals/internals.texi (Old Future Work): | |
2205 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
2206 * internals/internals.texi (backtrace): New. | |
2207 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
2208 * internals/internals.texi (emacs-lisp): New. | |
2209 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
2210 * internals/internals.texi (Newsgroups): New. | |
2211 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
2212 * internals/internals.texi (own-selection): New. | |
2213 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
2214 * internals/internals.texi (COMMENT): New. | |
2215 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
2216 * internals/internals.texi (Now): Removed. | |
2217 * internals/internals.texi (Proof): Removed. | |
2218 * internals/internals.texi (Note): Removed. | |
2219 * internals/internals.texi (Date): New. | |
2220 * internals/internals.texi (ben): Removed. | |
2221 * internals/internals.texi (importance): New. | |
2222 * internals/internals.texi (From): New. | |
2223 Major work on internals manual. Rearranged many chapters so as to | |
2224 lie in coherent divisions. | |
2225 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
2226 Add lots of stuff to Mule section (Multilingual ...). | |
2227 Remove index.texi, incorporate into internals.texi. | |
2228 Section on early history and an introduction. | |
2229 Section on XEmacs split. Lots of new MS Windows docs | |
2230 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
2231 Loads of other stuff. | |
2232 | |
2362 | 2233 2004-11-02 Ben Wing <ben@xemacs.org> |
2234 | |
2235 * internals/index.texi: | |
2236 Deleted. Incorporated into internals.texi. Having a separate | |
2237 index file messes up texinfo-master-menu. | |
2865 | 2238 |
2362 | 2239 * internals/internals.texi: |
2240 * internals/internals.texi (Top): | |
2241 * internals/internals.texi (Introduction): | |
2242 * internals/internals.texi (Authorship of XEmacs): | |
2243 * internals/internals.texi (A History of Emacs): | |
2244 * internals/internals.texi (Through Version 18): | |
2245 * internals/internals.texi (Lucid Emacs): | |
2246 * internals/internals.texi (GNU Emacs 19): | |
2247 * internals/internals.texi (GNU Emacs 20): | |
2248 * internals/internals.texi (XEmacs): | |
2249 * internals/internals.texi (XEmacs From the Outside): | |
2250 * internals/internals.texi (The Lisp Language): | |
2251 * internals/internals.texi (XEmacs From the Perspective of Building): | |
2252 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2253 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2254 * internals/internals.texi (Major Textual Changes): | |
2255 * internals/internals.texi (Great Integral Type Renaming): | |
2256 * internals/internals.texi (Text/Char Type Renaming): | |
2257 * internals/internals.texi (Rules When Writing New C Code): | |
2258 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2259 * internals/internals.texi (General Coding Rules): | |
2260 * internals/internals.texi (Object-Oriented Techniques for C): | |
2261 * internals/internals.texi (Writing Lisp Primitives): | |
2262 * internals/internals.texi (Writing Good Comments): | |
2263 * internals/internals.texi (Adding Global Lisp Variables): | |
2264 * internals/internals.texi (Writing Macros): | |
2265 * internals/internals.texi (Proper Use of Unsigned Types): | |
2266 * internals/internals.texi (Techniques for XEmacs Developers): | |
2267 * internals/internals.texi (Regression Testing XEmacs): | |
2268 * internals/internals.texi (How to Regression-Test): | |
2269 * internals/internals.texi (Modules for Regression Testing): | |
2270 * internals/internals.texi (CVS Techniques): | |
2271 * internals/internals.texi (Merging a Branch into the Trunk): | |
2272 * internals/internals.texi (The Modules of XEmacs): | |
2273 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2274 * internals/internals.texi (Low-Level Modules): | |
2275 * internals/internals.texi (Basic Lisp Modules): | |
2276 * internals/internals.texi (Modules for Standard Editing Operations): | |
2277 * internals/internals.texi (Modules for Interfacing with the File System): | |
2278 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2279 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2280 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2281 * internals/internals.texi (Introduction to Allocation): | |
2282 * internals/internals.texi (Garbage Collection): | |
2283 * internals/internals.texi (GCPROing): | |
2284 * internals/internals.texi (Garbage Collection - Step by Step): | |
2285 * internals/internals.texi (Invocation): | |
2286 * internals/internals.texi (garbage_collect_1): | |
2287 * internals/internals.texi (mark_object): | |
2288 * internals/internals.texi (gc_sweep): | |
2289 * internals/internals.texi (sweep_lcrecords_1): | |
2290 * internals/internals.texi (compact_string_chars): | |
2291 * internals/internals.texi (Integers and Characters): | |
2292 * internals/internals.texi (Allocation from Frob Blocks): | |
2293 * internals/internals.texi (lrecords): | |
2294 * internals/internals.texi (Low-level allocation): | |
2295 * internals/internals.texi (Cons): | |
2296 * internals/internals.texi (Vector): | |
2297 * internals/internals.texi (Symbol): | |
2298 * internals/internals.texi (Marker): | |
2299 * internals/internals.texi (String): | |
2300 * internals/internals.texi (Dumping): | |
2301 * internals/internals.texi (Dumping Justification): | |
2302 * internals/internals.texi (Overview): | |
2303 * internals/internals.texi (Data descriptions): | |
2304 * internals/internals.texi (Dumping phase): | |
2305 * internals/internals.texi (Object inventory): | |
2306 * internals/internals.texi (Address allocation): | |
2307 * internals/internals.texi (The header): | |
2308 * internals/internals.texi (Data dumping): | |
2309 * internals/internals.texi (Pointers dumping): | |
2310 * internals/internals.texi (Reloading phase): | |
2311 * internals/internals.texi (Remaining issues): | |
2312 * internals/internals.texi (Events and the Event Loop): | |
2313 * internals/internals.texi (Introduction to Events): | |
2314 * internals/internals.texi (Main Loop): | |
2315 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
2316 * internals/internals.texi (Specifics About the Emacs Event): | |
2317 * internals/internals.texi (Event Queues): | |
2318 * internals/internals.texi (Event Stream Callback Routines): | |
2319 * internals/internals.texi (IMPORTANT): New. | |
2320 * internals/internals.texi (Other Event Loop Functions): | |
2321 * internals/internals.texi (Stream Pairs): | |
2322 * internals/internals.texi (Converting Events): | |
2323 * internals/internals.texi (Dispatching Events; The Command Builder): | |
2324 * internals/internals.texi (Focus Handling): | |
2325 * internals/internals.texi (Editor-Level Control Flow Modules): | |
2326 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
2327 * internals/internals.texi (Control-G (Quit) Checking): | |
2328 * internals/internals.texi (completely): New. | |
2329 * internals/internals.texi (Profiling): | |
2330 * internals/internals.texi (Exiting): | |
2331 * internals/internals.texi (BEWARE): New. | |
2332 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
2333 * internals/internals.texi (Evaluation): | |
2334 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
2335 * internals/internals.texi (Simple Special Forms): | |
2336 * internals/internals.texi (Catch and Throw): | |
2337 * internals/internals.texi (Introduction to Symbols): | |
2338 * internals/internals.texi (Obarrays): | |
2339 * internals/internals.texi (Symbol Values): | |
2340 * internals/internals.texi (Buffers): | |
2341 * internals/internals.texi (Introduction to Buffers): | |
2342 * internals/internals.texi (Buffer Lists): | |
2343 * internals/internals.texi (Markers and Extents): | |
2344 * internals/internals.texi (The Buffer Object): | |
2345 * internals/internals.texi (Text): | |
2346 * internals/internals.texi (The Text in a Buffer): | |
2347 * internals/internals.texi (Ibytes and Ichars): | |
2348 * internals/internals.texi (Byte-Char Position Conversion): | |
2349 * internals/internals.texi (Searching and Matching): | |
2350 * internals/internals.texi (Multilingual Support): | |
2351 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
2352 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
2353 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
2354 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
2355 * internals/internals.texi (Character Sets): | |
2356 * internals/internals.texi (Encodings): | |
2357 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
2358 * internals/internals.texi (JIS7): | |
2359 * internals/internals.texi (Internal Mule Encodings): | |
2360 * internals/internals.texi (Internal String Encoding): | |
2361 * internals/internals.texi (Internal Character Encoding): | |
2362 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
2363 * internals/internals.texi (Byte Types): | |
2364 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
2365 * internals/internals.texi (prefixes): New. | |
2366 * internals/internals.texi (C): New. | |
2367 * internals/internals.texi (U): New. | |
2368 * internals/internals.texi (S): New. | |
2369 * internals/internals.texi (Specifically): New. | |
2370 * internals/internals.texi (Buffer Positions): | |
2371 * internals/internals.texi (Other Typedefs): | |
2372 * internals/internals.texi (Usage of the Various Representations): | |
2373 * internals/internals.texi (Working With the Various Representations): | |
2374 * internals/internals.texi (Internal Text API's): | |
2375 * internals/internals.texi (Basic internal-format API's): | |
2376 * internals/internals.texi (The DFC API): | |
2377 * internals/internals.texi (The Eistring API): | |
2378 * internals/internals.texi (Coding for Mule): | |
2379 * internals/internals.texi (Character-Related Data Types): | |
2380 * internals/internals.texi (Working With Character and Byte Positions): | |
2381 * internals/internals.texi (Conversion to and from External Data): | |
2382 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
2383 * internals/internals.texi (An Example of Mule-Aware Code): | |
2384 * internals/internals.texi (Mule-izing Code): | |
2385 * internals/internals.texi (CCL): | |
2386 * internals/internals.texi (Modules for Internationalization): | |
2387 * internals/internals.texi (The Lisp Reader and Compiler): | |
2388 * internals/internals.texi (Lstreams): | |
2389 * internals/internals.texi (Creating an Lstream): | |
2390 * internals/internals.texi (Lstream Types): | |
2391 * internals/internals.texi (Lstream Functions): | |
2392 * internals/internals.texi (Lstream Methods): | |
2393 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
2394 * internals/internals.texi (Point): | |
2395 * internals/internals.texi (Window Hierarchy): | |
2396 * internals/internals.texi (The Window Object): | |
2397 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
2398 * internals/internals.texi (The Redisplay Mechanism): | |
2399 * internals/internals.texi (Critical Redisplay Sections): | |
2400 * internals/internals.texi (Line Start Cache): | |
2401 * internals/internals.texi (Redisplay Piece by Piece): | |
2402 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
2403 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
2404 * internals/internals.texi (Introduction to Extents): | |
2405 * internals/internals.texi (Extent Ordering): | |
2406 * internals/internals.texi (Format of the Extent Info): | |
2407 * internals/internals.texi (Zero-Length Extents): | |
2408 * internals/internals.texi (Mathematics of Extent Ordering): | |
2409 * internals/internals.texi (Extent Fragments): | |
2410 * internals/internals.texi (Faces): | |
2411 * internals/internals.texi (Glyphs): | |
2412 * internals/internals.texi (Specifiers): | |
2413 * internals/internals.texi (Menus): | |
2414 * internals/internals.texi (Subprocesses): | |
2415 * internals/internals.texi (Interface to MS Windows): | |
2416 * internals/internals.texi (Different kinds of Windows environments): | |
2417 * internals/internals.texi (Windows Build Flags): | |
2418 * internals/internals.texi (Windows I18N Introduction): | |
2419 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
2420 * internals/internals.texi (Interface to the X Window System): | |
2421 * internals/internals.texi (Generic Widget Interface): | |
2422 * internals/internals.texi (Scrollbars): | |
2423 * internals/internals.texi (Menubars): | |
2424 * internals/internals.texi (Checkboxes and Radio Buttons): | |
2425 * internals/internals.texi (Modules for Interfacing with X Windows): | |
2426 * internals/internals.texi (Future Work): | |
2427 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
2428 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
2429 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
2430 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
2431 * internals/internals.texi (Future Work -- Keyword Parameters): | |
2432 * internals/internals.texi (Future Work -- Property Interface Changes): | |
2433 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
2434 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
2435 * internals/internals.texi (Future Work -- Menu API Changes): | |
2436 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
2437 * internals/internals.texi (Future Work -- Mouse Pointer): | |
2438 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
2439 * internals/internals.texi (Future Work -- Busy Pointer): | |
2440 * internals/internals.texi (Future Work -- Extents): | |
2441 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
2442 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
2443 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
2444 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
2445 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
2446 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
2447 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
2448 * internals/internals.texi (Future Work -- Autodetection): | |
2449 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
2450 * internals/internals.texi (Future Work -- BIDI Support): | |
2451 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
2452 * internals/internals.texi (freeze): New. | |
2453 * internals/internals.texi (fail-safe): New. | |
2454 * internals/internals.texi (like): New. | |
2455 * internals/internals.texi (user): New. | |
2456 * internals/internals.texi (ben): New. | |
2457 * internals/internals.texi ('type): New. | |
2458 * internals/internals.texi (NOTE): New. | |
2459 * internals/internals.texi (ILLEGIBLE): New. | |
2460 * internals/internals.texi (language): New. | |
2461 * internals/internals.texi (preprocessing): New. | |
2462 * internals/internals.texi (Subject): New. | |
2463 * internals/internals.texi (http): New. | |
2464 * internals/internals.texi (Now): Removed. | |
2465 * internals/internals.texi (wrong): New. | |
2466 * internals/internals.texi (Proof): Removed. | |
2467 | |
2468 Add bunches and bunches and bunches and bunches of stuff, taken | |
2469 from documentation floating around in various places -- text.c, | |
2470 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
2471 old XEmacs contract, proposals written up in the process of an | |
2472 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
2473 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
2474 Future Work and Future Work Discussion added. | |
2475 | |
2476 Bunches of other work. Add bunches of documentation taken from the | |
2477 source code. Fixup various places to use @strong{}, @code{}, | |
2478 @file{}. Create new Text chapter, split off from Buffers and | |
2479 Textual Representation. Create new chapter for MS Windows, mostly | |
2480 written from scratch. Consolidate all Mule info under | |
2481 "Multilingual Support". Break up chapter on modules and move some | |
2482 parts to the sections discussing the modules, for consolidation | |
2483 purposes. Add a big cross-reference table for all the modules to | |
2484 where they're discussed (or not). New chapter Asynchronous | |
2485 Events; Quit Checking. (Taken from various parts of the code.) New | |
2486 Introduction. New section on Focus Handling (from the code). | |
2487 | |
2488 NOTE that in the process, I discovered that we essentially have | |
2489 FOUR redundant introductions to Mule issues! Someone really needs | |
2490 to go through and clean them up and integrate them (sjt?). | |
2491 | |
2355 | 2492 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
2493 | |
2494 * lispref/windows.texi (Basic Windows): Fix typo. | |
2495 | |
2346 | 2496 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
2497 | |
2498 * XEmacs 21.5.18 "chestnut" is released. | |
2499 | |
2297 | 2500 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
2501 | |
2502 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
2503 as a catch tag. | |
2504 | |
2505 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2506 | |
2507 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
2508 words about the tab control widget. | |
2509 | |
2289 | 2510 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
2511 | |
2512 * lispref/windows.texi. Added documentation for the functions, | |
2513 ``current-pixel-row'' and ``current-pixel-column''. | |
2514 | |
2269 | 2515 2004-09-13 Jerry James <james@xemacs.org> |
2516 | |
2517 * internals/internals.texi (Modules for Interfacing with the | |
2518 Operating System): The code formerly in callproc.c is now | |
2519 implemented in Lisp in process.el. | |
2520 | |
2256 | 2521 2004-08-30 Jerry James <james@xemacs.org> |
2522 | |
2523 * lispref/text.texi: Document text fields. | |
2524 | |
2255 | 2525 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
2526 | |
2527 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
2528 of shy groups in variable subexpression, correct rumor that there | |
2297 | 2529 may be substantial performance gain. Document double-digit back- |
2530 references. | |
2255 | 2531 |
2214 | 2532 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
2533 | |
2215 | 2534 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
2535 to function index. Document Info-goto-emacs-command-node. | |
2536 | |
2214 | 2537 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
2538 | |
2182 | 2539 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
2540 | |
2541 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
2542 * lispref/lispref.texi (Top): Update menu to match. | |
2543 * lispref/extents.texi (Extent Properties): Update xref. | |
2544 | |
2545 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
2546 | |
2547 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
2548 Interpreter and Object System): Add description of Sextword syntax | |
2549 class (now obsolete). | |
2550 | |
2551 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2552 | |
2553 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
2554 specific when discussing optimization. | |
2255 | 2555 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 2556 by themselves or contain placeholders should be @samp, not @code. |
2557 (Modules for Internationalization): Add description of mule-coding.c | |
2558 and further deprecate mule.c. | |
2559 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
2560 | |
2164 | 2561 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
2562 | |
2563 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
2564 the "pc" package. | |
2565 | |
2141 | 2566 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
2567 | |
2568 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
2569 modeline" hack as an example. Thanks to Giacomo Boffi. | |
2570 | |
2135 | 2571 2004-06-07 Jerry James <james@xemacs.org> |
2572 | |
2573 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
2574 the use of a nil argument to defined-derived mode. | |
2575 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
2576 delay-mode-hooks and define-derived-mode. | |
2577 * lispref/modes.texi (Derived Modes): Warn against the use of | |
2578 interactive specs in derived mode definitions. | |
2579 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
2580 delay-mode-hooks, run-hook-with-args, | |
2581 run-hook-with-args-until-failure, and0 | |
2582 run-hook-with-args-until-success. | |
2583 | |
2127 | 2584 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
2585 | |
2586 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
2587 couple of typos. | |
2588 | |
2589 * lispref/faces.texi (Face Properties): Background pixmaps | |
2590 can be used on GTK and MS Windows. | |
2591 (Face Convenience Functions): Cross-reference glyph interface. | |
2592 Background pixmap is an image specifier, not a glyph. | |
2593 | |
2091 | 2594 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
2595 | |
2596 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
2597 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
2598 | |
2090 | 2599 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2600 | |
2601 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
2602 precision rationals," and fix description of floating-point | |
2603 contagion. | |
2604 (Integer Basics, Float Basics): Fix typos. | |
2605 (Canonicalization and Contagion): Complete rewrite. | |
2606 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
2607 bigfloatp, floatingp, realp, oddp and evenp. | |
2608 (Rational Basics): Add numerator and denominator. | |
2609 (Random Numbers): Fix description of range, and add paranoid | |
2610 comment about how unpredictable `(random t)' is. | |
2611 (Canonicalization and Contagion): Renamed from Contagion and | |
2612 Canonicalization. | |
2613 (The Bignum Extension): Fix it in menu. | |
2614 | |
2069 | 2615 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
2616 | |
2617 * internals/internals.texi (Object-Oriented Techniques for C): | |
2618 Remove reference to "encouraging port to C++". | |
2619 | |
2620 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 2621 |
2622 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
2623 symbols provided. | |
2624 | |
2069 | 2625 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 2626 |
2627 * lispref/numbers.texi (Rational Basics): There's a reason why | |
2628 this node is named "Rational" and not "Ratio" in the menu.... | |
2629 | |
2028 | 2630 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2631 | |
2632 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
2633 New node. | |
2634 (The XEmacs Object System (Abstractly Speaking)): | |
2635 Reorder the list of objects somewhat. | |
2636 Add brief descriptions of the arbitrary-precision number types. | |
2637 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
2638 (Character-Related Data Types): Add a few comments re Unicode. | |
2639 (Working With Character and Byte Positions): Ditto. | |
2640 (General Guidelines for Writing Mule-Aware Code): Query. | |
2641 (Conversion to and from External Data): Ditto. | |
2642 (Techniques for XEmacs Developers): Typo. | |
2643 (Modules for Regression Testing): Add an xref. | |
2644 (Overview): Note that dump file is now inside the executable. | |
2645 (Remaining issues): Mention ExecShield vs. pdumper. | |
2646 (Searching and Matching): Mention UTF-8 wrt Mule. | |
2647 | |
2648 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
2649 | |
2650 * widget.texi (Introduction): Update historical references a bit. | |
2651 Fix many typos and grammatical problems. | |
2652 (User Interface): Fix typo. | |
2653 | |
2069 | 2654 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 2655 |
2656 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
2657 bigfloats briefly. | |
2658 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
2659 statement of minimum available precision and the examples. | |
2660 Document most-positive-fixnum and most-negative-fixnum. Add a | |
2661 pointer to the node "The Bignum Extension". | |
2662 (Float Basics): Document most-positive-float, most-negative-float, | |
2663 least-positive-float, least-positive-normalized-float, | |
2664 least-negative-float, and least-negative-normalized-float. Add a | |
2665 pointer to the node "The Bignum Extension". | |
2666 (Comparison of Numbers): Update for bignums. | |
2667 | |
2668 (The Bignum Extension): | |
2669 (Bignum Basics): | |
2670 (Ratio Basics): | |
2671 (Bigfloat Basics): | |
2672 (Contagion and Canonicalization): | |
2673 (Compatibility Issues): | |
2674 New nodes. | |
2675 | |
2676 * lispref/lispref.texi (Top): | |
2865 | 2677 * lispref/numbers.texi (Numbers): |
2028 | 2678 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
2679 | |
2680 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
2681 | |
2682 * lispref/specifiers.texi: Update FSF copyright. | |
2683 (Specifier Compatibility Notes): New node. | |
2684 | |
2685 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
2686 (Glyphs): | |
2687 (Native GUI Widgets): New node. | |
2688 | |
2689 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
2690 (Gutter): | |
2865 | 2691 (Gutter Intro): |
2692 (Creating Gutter): | |
2693 (Specifying a Gutter): | |
2028 | 2694 Pluralize node name to Creating Gutters. |
2695 (Creating Gutters): Improve explanation of gutter descriptors. | |
2696 (Other Gutter Variables): Remove extraneous text. | |
2697 (Common Gutter Widgets): In lieu of real documentation, at least | |
2698 point to gutter-items.el. | |
2699 | |
2069 | 2700 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 2701 |
2702 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
2703 Thanks to Jerry James <james@xemacs.org>. | |
2704 | |
2705 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
2706 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
2707 replacement section 5.3. | |
2708 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
2709 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
2710 (Q6.4.1) Correct @unnumberedsec heading. | |
2711 | |
1964 | 2712 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
2713 | |
2714 * XEmacs 21.5.17 "chayote" is released. | |
2715 | |
1920 | 2716 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
2717 | |
2718 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
2719 that references, not the objects themselves, are what is marked. | |
2720 | |
1882 | 2721 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
2722 | |
2723 * lispref/specifiers.texi (Copyright): Update. | |
2724 | |
2725 (Creating Specifiers): Correct more instances of subject-verb | |
2726 disagreement. | |
2727 | |
1877 | 2728 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
2729 | |
2730 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
2731 typos, thanks to Ilpo Nyyssönen. | |
2732 | |
1875 | 2733 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
2734 | |
2735 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
2736 documentation of `specifier-matching-instance'. | |
2737 (Introduction to Specifiers): Fix typos. | |
2738 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
2739 (Creating Specifiers): | |
2740 (Specifier Instancing Functions): | |
2741 (Adding Specifications): | |
2742 Various improvements. Deprecate set-specifier a bit more. | |
2743 | |
1869 | 2744 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
2745 | |
2746 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
2747 pluralize node name and section title. | |
2748 (Specifiers): Pluralize "Specifier Examples" in menu. | |
2749 | |
2750 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
2751 | |
2752 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
2753 | |
2754 * xemacs-faq.texi: Fix Tony Rossini's address. | |
2755 | |
1833 | 2756 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
2757 | |
2758 * lispref/customize.texi (Defining New Types): New node. | |
2759 From Per Abrahamsen <abraham@dina.kvl.dk> | |
2760 | |
1755 | 2761 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
2762 | |
2763 * lispref/tips.texi (Comment Tips): Typo fix. | |
2764 | |
1738 | 2765 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
2766 | |
2767 * new-users-guide/custom2.texi (Init File): | |
2768 | |
2769 Fix up erroneous uses of @var instead of @code for the names of | |
2770 particular variables in programming languages. | |
2771 | |
2772 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
2773 | |
2774 * custom.texi (The Init File): | |
2775 * xemacs-faq.texi (Q2.1.3): | |
2776 (Q2.1.5): | |
2777 | |
2778 * internals/internals.texi (Modules for Internationalization): | |
2779 | |
2780 * lispref/display.texi (Beeping): | |
2781 * lispref/ldap.texi (Encoder/Decoder Functions): | |
2782 * lispref/markers.texi (The Mark): | |
2783 (The Region): | |
2784 * lispref/menus.texi (Menu Accelerator Functions): | |
2785 * lispref/numbers.texi (Math Functions): | |
2786 * lispref/packaging.texi (package-info.in): | |
2787 (Makefile): | |
2788 (Local.rules File): | |
2789 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
2790 (libpq Lisp Variables): | |
2791 (Synchronous Interface Functions): | |
2792 (Other libpq Functions): | |
2793 | |
2794 * new-users-guide/custom2.texi (Init File): | |
2795 (Setting Variables): | |
2796 * new-users-guide/files.texi (File Names): | |
2797 (Saving Files): | |
2798 * new-users-guide/search.texi (Search and Replace): | |
2799 | |
2800 * xemacs/custom.texi (X Resources): | |
2801 | |
2802 Fix up erroneous uses of @var instead of @code for the names of | |
2803 particular variables in programming languages. | |
2804 | |
2805 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
2806 | |
2807 * Makefile: Remove old package and redundant cruft. | |
2808 | |
1734 | 2809 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
2810 | |
2811 * lispref/mule.texi (Charset Property Functions): Charset registry | |
2812 can be set. | |
2813 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 2814 |
1716 | 2815 2003-09-26 Steve Youngs <youngs@xemacs.org> |
2816 | |
2817 * XEmacs 21.5.16 "celeriac" is released. | |
2818 | |
1710 | 2819 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
2820 | |
2821 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
2822 argument for a cross reference to "The XEmacs User's Manual". | |
2823 | |
1709 | 2824 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
2825 | |
2826 * internals/internals.texi: Update copyright notice. | |
2827 (GCPROing): Add missing period. | |
2828 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
2829 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
2830 | |
1703 | 2831 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
2832 | |
2833 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
2834 reference. | |
2835 * lispref/display.texi (Customizing Message Display): New, | |
2836 describe `redisplay-echo-area-function', | |
2837 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
2838 (The Echo Area): Add menu. | |
2839 | |
1702 | 2840 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
2841 | |
2842 * Makefile: add targets to produce PDF files | |
2843 | |
1665 | 2844 2003-09-03 Steve Youngs <youngs@xemacs.org> |
2845 | |
2846 * XEmacs 21.5.15 "celery" is released. | |
2847 | |
1648 | 2848 2003-08-28 Steve Youngs <youngs@xemacs.org> |
2849 | |
2850 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
2851 remove a package. | |
2852 (Q3.8.2): big-menubar is in the edit-utils package. | |
2853 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
2854 MH-E and VM. | |
2855 (Q5.3.3): State correct location of ps-print.el. | |
2856 | |
2857 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
2858 entry. | |
2859 (Package Terminology): Whitespace clean up. | |
2860 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 2861 formatters. |
1648 | 2862 Re-organise the menu so that installation via PUI is first and |
2863 Sumo is last. | |
2864 (Automatically): mule-base is no longer a requirement for using | |
2865 PUI. | |
2866 Mention optionally requiring mailcrypt. | |
2867 (Note): Removed. | |
2868 (Manually): Move to below the PUI installation method. | |
2869 (Sumo): Move to below the manual installation method. | |
2870 (Which Packages): Add mailcrypt. | |
2871 (Building Packages): Remove duplicated stuff that is in | |
2872 lispref/packaging.texi, xref to it instead. | |
2873 (Local.rules File): xref to the appropriate node in | |
2865 | 2874 lispref/packaging.texi. |
1648 | 2875 (Available Packages): Update to current reality. |
2876 (all): Removed. | |
2877 (srckit): Removed. | |
2878 (binkit): Removed. | |
2865 | 2879 |
1648 | 2880 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
2881 | |
2882 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
2883 the edit-utils package. | |
2884 | |
2885 * lispref/packaging.texi (Packaging): | |
2886 (The User View): | |
2887 (The Library Maintainer View): | |
2888 (Infrastructure): | |
2889 (Control Files): | |
2890 (Obtaining): | |
2891 (The Package Release Engineer View): | |
2892 (Package Terminology): | |
2893 (Building Packages): | |
2894 (Makefile Targets): | |
2895 (packages): New. | |
2896 (Local.rules File): | |
2897 (XEMACS_PACKAGES): Removed. | |
2898 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
2899 (NONMULE_PACKAGES): New. | |
2900 (EXCLUDES): New. | |
2901 (Creating Packages): | |
2902 (BATCH): New. | |
2903 (VERSION): Removed. | |
2904 (AUTHOR_VERSION): Removed. | |
2905 (MAINTAINER): Removed. | |
2906 (PACKAGE): Removed. | |
2907 (PKG_TYPE): Removed. | |
2908 (REQUIRES): Removed. | |
2909 (CATEGORY): Removed. | |
2910 (ELS): Removed. | |
2911 (ELCS): Removed. | |
2912 (all): Removed. | |
2913 (srckit): Removed. | |
2914 (binkit): Removed. | |
2915 (are): New. | |
2916 (STANDARD_DOCS): New. | |
2917 (ELCS_1_DEST): New. | |
2918 (example): New. | |
2919 (PACKAGE_SUPPRESS): New. | |
2920 (EXPLICIT_DOCS): New. | |
2921 (DATA_DEST): New. | |
2922 (Documenting Packages): | |
2923 | |
2924 Not quite a total rewrite, but a fairly thorough audit | |
2925 nonetheless. | |
2926 | |
1620 | 2927 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
2928 | |
2929 * lispref/display.texi (Invisible Text): | |
2930 mention line-move-ignore-invisible. | |
2931 * lispref/extents.texi (Extent Properties): | |
2932 end-glyph will still be displayed when invisible is set. | |
2933 * lispref/extents.texi (Extents and Events): | |
2934 only begin-glyph is highlighted. | |
2935 | |
1616 | 2936 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
2937 | |
2938 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
2939 | |
1613 | 2940 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
2941 | |
2942 * lispref/packaging.texi (Creating Packages): | |
2943 * xemacs/packages.texi (Creating Packages): | |
2944 Style guideline for package-info.in description. | |
2945 | |
1554 | 2946 2003-06-30 Vin Shelton <acs@xemacs.org> |
2947 | |
2948 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
2949 | |
1549 | 2950 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
2951 | |
2952 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
2953 | |
2954 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2955 | |
2956 * lispref/objects.texi (Character Type): Document ?\x00 read | |
2957 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
2958 | |
2959 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2960 | |
2961 * lispref/lists.texi (List-related Predicates): Document | |
2962 `true-list-p', and reference it from `listp'. | |
2963 | |
1510 | 2964 2003-06-01 Steve Youngs <youngs@xemacs.org> |
2965 | |
2966 * XEmacs 21.5.14 "cassava" is released. | |
2967 | |
1496 | 2968 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
2969 | |
2970 * internals/internals.texi (Searching and Matching): New node. | |
2971 | |
1495 | 2972 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
2973 | |
2974 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
2975 (Legacy Versions): New section. | |
2976 (Q8.0.1): New question. | |
2977 | |
2978 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2979 | |
2980 * lispref/searching.texi (Regexp Search): Update split-string for | |
2981 new specification. | |
2982 | |
2983 * lispref/strings.texi (Creating Strings): Xref split-string | |
2984 (this is where GNU Emacs documents it). | |
2985 | |
1473 | 2986 2003-05-10 Steve Youngs <youngs@xemacs.org> |
2987 | |
2988 * XEmacs 21.5.13 "cauliflower" is released. | |
2989 | |
1468 | 2990 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
2991 | |
2992 * lispref/searching.texi (Match Data): Failed match preserves data. | |
2993 | |
1441 | 2994 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
2995 | |
2996 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
2997 | |
1431 | 2998 2003-04-24 Steve Youngs <youngs@xemacs.org> |
2999 | |
3000 * XEmacs 21.5.12 "carrot" is released. | |
3001 | |
1389 | 3002 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
3003 | |
3004 * xemacs/frame.texi (XEmacs under X): | |
3005 * xemacs-faq.texi: | |
3006 Global substitute .Xresources for .Xdefaults. | |
1386 | 3007 |
3008 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
3009 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
3010 Suggested by Janis Dzerins <jonis@dir.lv>. | |
3011 | |
1366 | 3012 2003-03-20 Steve Youngs <youngs@xemacs.org> |
3013 | |
3014 * xemacs/packages.texi (Automatically): Refer to | |
3015 'pui-set-local-package-get-directory' instead of | |
2865 | 3016 'pui-add-install-directory'. |
1366 | 3017 Remove comment about PGP not being intergrated into PUI. |
3018 Document balloon-help in PUI. | |
3019 Add heading "Keeping Packages Up To Date". | |
3020 (Building Packages): makeinfo 4.2 is required. | |
3021 | |
1362 | 3022 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
3023 | |
3024 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
3025 buffers tab control. | |
3026 | |
1353 | 3027 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
3028 | |
3029 * cl.texi: Change incorrect references to GNU where XEmacs is | |
3030 appropriate. | |
3031 | |
1347 | 3032 2003-03-09 Ben Wing <ben@xemacs.org> |
3033 | |
3034 * widget.texi (Defining New Widgets): | |
3035 Fix Turnbull typos. | |
3036 | |
1339 | 3037 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
3038 | |
3039 * widget.texi (Defining New Widgets): | |
3040 Document `widget-create-child', `widget-create-child-and-convert', | |
3041 and `widget-create-child-value'. Document the `:copy' method. | |
3042 Improve discussion of the `:convert-widget' method. | |
3043 | |
1333 | 3044 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
3045 | |
3046 * internals/internals.texi (XEmacs From the Perspective of Building): | |
3047 Fix typo. | |
3048 (Build-Time Dependencies): New node. | |
3049 | |
1307 | 3050 2003-02-16 Steve Youngs <youngs@xemacs.org> |
3051 | |
3052 * XEmacs 21.5.11 "cabbage" is released. | |
3053 | |
1288 | 3054 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
3055 | |
3056 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
3057 manual. | |
3058 | |
1263 | 3059 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3060 | |
3061 * internals/internals.texi (Top): | |
3062 (Buffers and Textual Representation): | |
3063 Fix up white space in menu. | |
3064 (Character-Related Data Types): | |
3065 (Conversion to and from External Data): | |
3066 (Format of the Extent Info): | |
3067 Pedantic grammatical nits. | |
3068 | |
1261 | 3069 2003-02-05 Ben Wing <ben@xemacs.org> |
3070 | |
3071 * lispref/mule.texi (Internationalization Terminology): | |
3072 Lots of Mule rewriting. | |
3073 | |
3074 2003-02-05 Ben Wing <ben@xemacs.org> | |
3075 | |
3076 * internals/internals.texi (Top): | |
3077 * internals/internals.texi (Coding for Mule): | |
3078 * internals/internals.texi (Character-Related Data Types): | |
3079 * internals/internals.texi (Working With Character and Byte Positions): | |
3080 * internals/internals.texi (Conversion to and from External Data): | |
3081 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3082 * internals/internals.texi (An Example of Mule-Aware Code): | |
3083 * internals/internals.texi (Mule-izing Code): | |
3084 * internals/internals.texi (help): New. | |
3085 * internals/internals.texi (Buffers and Textual Representation): | |
3086 * internals/internals.texi (The Text in a Buffer): | |
3087 * internals/internals.texi (Markers and Extents): | |
3088 * internals/internals.texi (MULE Character Sets and Encodings): | |
3089 * internals/internals.texi (Lstream Functions): | |
3090 * internals/internals.texi (Lstream Methods): | |
3091 * internals/internals.texi (Format of the Extent Info): | |
3092 * internals/internals.texi (Mathematics of Extent Ordering): | |
3093 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
3094 lots of Mule rewriting. | |
3095 | |
1258 | 3096 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
3097 | |
3098 * xemacs/startup.texi (Startup Paths): Clarification of package | |
3099 hierarchy structure. | |
3100 | |
3101 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
3102 (Q2.1.15): Stylistic changes for clarity. | |
3103 | |
1251 | 3104 2003-02-03 Steve Youngs <youngs@xemacs.org> |
3105 | |
3106 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
3107 recent dabble into the packages. | |
3108 | |
1187 | 3109 2003-01-04 Steve Youngs <youngs@xemacs.org> |
3110 | |
3111 * XEmacs 21.5.10 "burdock" is released. | |
3112 | |
1188 | 3113 2003-01-04 Steve Youngs <youngs@xemacs.org> |
3114 | |
3115 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
3116 should be "Unification Internals". | |
3117 | |
1183 | 3118 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
3119 | |
3120 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
3121 | |
3122 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
3123 | |
3124 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
3125 (Q2.0.6): Mention union type bugs. | |
3126 (Q2.1.1): Debugging HOWTO improvements. | |
3127 (Q2.1.15): Decoding Lisp objects in the debugger. | |
3128 | |
3129 * widget.texi (Widget Internals): New node. | |
3130 (Top): Add menu item for it. | |
3131 | |
3132 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
3133 menu. Mule submenu. | |
3134 | |
3135 Charset unification docs. What a concept---commit docs first! | |
3136 | |
3137 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
3138 (Unicode Support): Fixup next node. | |
3139 (Charset Unification): | |
3140 (Overview): | |
3141 (Usage): | |
3142 (Basic Functionality): | |
3143 (Interactive Usage): | |
3144 (Configuration): | |
3145 (Theory of Operation): | |
3146 (What Unification Cannot Do for You): | |
3147 (Unification Internals): | |
3148 (Charsets and Coding Systems): | |
3149 New nodes. | |
3150 | |
3151 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
3152 (Recognize Coding): | |
3153 (Specify Coding): | |
3154 Fixup next and previous pointers. | |
3155 (Unification): | |
3156 (Unification Overview): | |
3157 (Unification Usage): | |
3158 (Unification Configuration): | |
3159 (Unification FAQs): | |
3160 (Unification Theory): | |
3161 (What Unification Cannot Do for You): | |
3162 (Charsets and Coding Systems): | |
3163 New nodes. | |
3164 | |
3165 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
3166 | |
3167 * widget.texi (Widget Wishlist): Typo. | |
3168 (Defining New Widgets): s/widget-define/define-widget/g. | |
3169 | |
3170 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
3171 | |
3172 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
3173 test design. | |
3174 | |
1143 | 3175 2002-10-29 Ville Skyttä <scop@xemacs.org> |
3176 | |
3177 * xemacs-faq.texi (Top): | |
3178 The canonical location for FAQ on the website is /FAQ/. | |
3179 | |
1142 | 3180 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
3181 | |
3182 * xemacs/custom.texi (Face Customization): | |
3183 (Faces): | |
3184 Document face-frob-from-locale-first variable. | |
3185 | |
1138 | 3186 2002-12-03 Didier Verna <didier@xemacs.org> |
3187 | |
3188 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
3189 | |
3190 2002-12-03 Didier Verna <didier@xemacs.org> | |
3191 | |
3192 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
3193 spelling of `Buffer-Local Variables' crossref. | |
3194 | |
1137 | 3195 2002-12-03 Didier Verna <didier@xemacs.org> |
3196 | |
3197 * xemacs/custom.texi (Faces): document | |
3198 `set-face-background-pixmap-file'. | |
3199 | |
3200 2002-12-03 Didier Verna <didier@xemacs.org> | |
3201 | |
3202 * lispref/faces.texi (Face Convenience Functions): ditto. | |
3203 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
3204 | |
1135 | 3205 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
3206 | |
3207 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
3208 (Specifiers): Adjust node pointers. | |
3209 (Simple Specifier Usage): Revise. Adjust node pointers. | |
3210 | |
3211 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
3212 | |
3213 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
3214 | |
3215 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
3216 (Q3.5.7, Q1.3.3): Cross-reference it. | |
3217 | |
3218 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
3219 | |
3220 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
3221 (Q2.0.9): Note how out-of-date the entry is. | |
3222 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
3223 (Q1.2.1): Fix typo. | |
3224 | |
3225 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
3226 rewrite, documenting macros explicitly. | |
3227 | |
3228 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 3229 |
3230 * lispref/compile.texi (Compilation Options): New node. | |
3231 (Byte Compilation): Add it to menu. | |
3232 (Compilation Functions): Minor mods. | |
3233 (Docs and Compilation): | |
3234 (Dynamic Loading): | |
3235 Document some variable defaults. | |
3236 | |
1135 | 3237 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 3238 |
3239 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
3240 Lea's and Wolfram Gloger's home pages. | |
3241 | |
1135 | 3242 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 3243 |
3244 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
3245 (Q6.1.4): Document cygXpm-noX. | |
3246 | |
1030 | 3247 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
3248 | |
3249 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
3250 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
3251 Some consistency tweaks. | |
3252 | |
1026 | 3253 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
3254 | |
3255 * lispref/variables.texi (add-to-list): Document the new | |
3256 (optional) append argument. | |
3257 | |
1024 | 3258 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
3259 | |
3260 * internals/internals.texi (Techniques for XEmacs Developers): | |
3261 More performance optimization hints. | |
3262 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3263 Describe syntax code internals. | |
3264 | |
3265 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
3266 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
3267 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
3268 | |
981 | 3269 2002-08-30 Steve Youngs <youngs@xemacs.org> |
3270 | |
3271 * XEmacs 21.5.9 "brussels sprouts" is released. | |
3272 | |
973 | 3273 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
3274 | |
3275 * internals/internals.texi (Regression Testing XEmacs): Document | |
3276 how to skip and warn about tests that depend on packages. | |
3277 | |
967 | 3278 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3279 |
967 | 3280 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
3281 | |
965 | 3282 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 3283 |
965 | 3284 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
3285 (Regression Testing XEmacs): New node. | |
3286 (Modules for Regression Testing): New node. | |
3287 | |
959 | 3288 2002-08-12 Simon Josefsson <jas@extundo.com> |
3289 | |
3290 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
3291 | |
955 | 3292 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
3293 | |
3294 * xemacs/packages.texi (Available Packages): Bring up to date. | |
3295 | |
947 | 3296 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
3297 | |
3298 * xemacs/packages.texi (Available Packages): | |
3299 Bring package list up to date, thanks also to Brian Palmer. | |
3300 | |
936 | 3301 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
3302 | |
3303 * term.texi (Input to the inferior): Fix term line/char mode | |
3304 switch keybindings. Kudos to Jacob P. Burckhardt. | |
3305 | |
3306 * xemacs/misc.texi (Term Mode): Ditto. | |
3307 | |
933 | 3308 2002-07-27 Steve Youngs <youngs@xemacs.org> |
3309 | |
3310 * XEmacs 21.5.8 "broccoli" is released. | |
3311 | |
918 | 3312 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
3313 | |
3314 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
3315 improper use of indef. art. "a". | |
3316 | |
3317 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3318 | |
3319 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
3320 * lispref/customize.texi (Type Keywords): Ditto. | |
3321 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
3322 | |
3323 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
3324 | |
3325 * termcap.texi (Clearing): Ditto. | |
3326 * widget.texi (User Interface): Ditto. | |
3327 * widget.texi (Basic Types): Ditto. | |
3328 * widget.texi (group): Ditto. | |
3329 | |
901 | 3330 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
3331 | |
3332 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
3333 indef. art. "an". | |
3334 | |
3335 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3336 | |
3337 * lispref/control.texi (Processing of Errors): Ditto. | |
3338 * lispref/mule.texi (ISO 2022): Ditto. | |
3339 * lispref/packaging.texi (Package Terminology): Ditto. | |
3340 * lispref/text.texi (Transformations): Ditto. | |
3341 | |
3342 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
3343 | |
3344 * termcap.texi (Naming): Ditto. | |
3345 * texinfo.texi (itemize): Ditto. | |
3346 * texinfo.texi (Tips): Ditto. | |
3347 * widget.texi (Introduction): Ditto. | |
3348 * widget.texi (group): Ditto. | |
3349 | |
894 | 3350 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3351 | |
3352 * XEmacs 21.5.7 "broccoflower" is released. | |
3353 | |
892 | 3354 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
3355 | |
3356 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
3357 New "killing is slow" FAQ and link updates. | |
3358 | |
880 | 3359 2002-06-17 Jerry James <james@xemacs.org> |
3360 | |
3361 * emodules.texi (Loading other Modules): Describe why we do not | |
3362 use RTLD_GLOBAL. | |
3363 | |
873 | 3364 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
3365 | |
3366 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
3367 Frank Schmitt. | |
3368 | |
871 | 3369 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
3370 | |
3371 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
3372 (found by linklint) with Google's help. | |
3373 | |
3374 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
3375 | |
3376 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
3377 | |
868 | 3378 2002-06-05 Ben Wing <ben@xemacs.org> |
3379 | |
3380 * internals/internals.texi (Top): | |
3381 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3382 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3383 * internals/internals.texi (Major Textual Changes): | |
3384 * internals/internals.texi (Great Integral Type Renaming): | |
3385 * internals/internals.texi (Text/Char Type Renaming): | |
3386 * internals/internals.texi (files): New. | |
3387 | |
863 | 3388 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
3389 | |
3390 * custom.texi (The Init File): Rewrite completely. | |
3391 | |
3392 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
3393 | |
3394 * widget.texi (constants): Typo fix. | |
3395 | |
3396 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
3397 | |
3398 * external-widget.texi (External Client Widget Internals): New node. | |
3399 | |
3400 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
3401 | |
3402 * lispref/glyphs.texi: | |
3403 lispref/lispref.texi: Add examples of how to insert graphics into a | |
3404 buffer. | |
1137 | 3405 |
863 | 3406 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
3407 | |
3408 * xemacs/packages.texi (Packages): | |
3409 (Package Terminology): | |
3410 Carefully distinguish libraries and packages. | |
3411 (Package Terminology): | |
3412 More careful definitions of ``category'' and ``distribution.'' | |
3413 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
3414 ``standard''.) | |
3415 (Installing Packages): | |
3416 Use @var to mark variable version strings, not @t or <>. | |
3417 (Sumo): | |
3418 Add disk space estimate when unpacked. | |
3419 | |
3420 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
3421 | |
3422 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3423 | |
3424 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
3425 | |
3426 * xemacs/packages.texi (Removing Packages): The interactive | |
3427 function is 'package-get-delete-package'. | |
3428 | |
3429 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
3430 | |
3431 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 3432 |
863 | 3433 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3434 | |
3435 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3436 | |
3437 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3438 | |
3439 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3440 | |
3441 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3442 | |
3443 * xemacs/files.texi (Files): | |
3444 (File Names): | |
3445 Document remote file editing, refer to EFS and TRAMP. | |
3446 | |
861 | 3447 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
3448 | |
3449 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
3450 | |
836 | 3451 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
3452 | |
3453 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
3454 Trouble Shooting". | |
3455 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
3456 menu. | |
3457 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
3458 * xemacs-faq.texi (Q2.0.15): New. | |
3459 | |
824 | 3460 2002-05-01 Steve Youngs <youngs@xemacs.org> |
3461 | |
3462 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
3463 menu. | |
3464 (Installing Packages): Don't mention getting list of packages via | |
1137 | 3465 customize. |
824 | 3466 |
804 | 3467 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
3468 | |
3469 * XEmacs 21.5.6 "bok choi" is released. | |
3470 | |
802 | 3471 2002-04-03 Ben Wing <ben@xemacs.org> |
3472 | |
3473 * internals/internals.texi (Top): | |
3474 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3475 * internals/internals.texi (Techniques for XEmacs Developers): | |
3476 * internals/internals.texi (CVS Techniques): | |
3477 * internals/internals.texi (Merging a Branch into the Trunk): | |
3478 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3479 Add section on correctly merging a branch back into the trunk. | |
3480 | |
785 | 3481 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
3482 | |
3483 * widget.texi (constants): Typo fix. | |
3484 | |
778 | 3485 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
3486 | |
3487 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
3488 which makes cygwin texinfo 4.0 unhappy. | |
3489 | |
776 | 3490 2002-03-15 Ben Wing <ben@xemacs.org> |
3491 | |
3492 * Makefile (new-users-guide-srcs): | |
3493 * Makefile (extraclean): | |
3494 Use -no-packages to avoid problems with package files shadowing | |
3495 core files (e.g. unicode.el in mule-ucs). | |
3496 | |
775 | 3497 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
3498 | |
3499 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
3500 | |
1137 | 3501 * lispref/mule.texi (Unicode Support): |
775 | 3502 * xemacs/custom.texi (Behaviors): |
3503 * lispref/customize.texi (Enabling Behavior): | |
3504 New nodes. | |
3505 | |
774 | 3506 2002-03-12 Ben Wing <ben@xemacs.org> |
3507 | |
3322 | 3508 * The Great Mule Merge of March 2002: |
3509 see node by that name in the Internals Manual. | |
774 | 3510 |
768 | 3511 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
3512 | |
3513 * XEmacs 21.5.5 "beets" is released. | |
3514 | |
761 | 3515 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
3516 | |
3517 * lispref/packaging.texi (The User View, The Library Maintainer | |
3518 View, The Package Release Engineer View): Remove apostrophes. | |
3519 * lispref/lispref.texi (The User View, The Library Maintainer | |
3520 View, The Package Release Engineer View): Remove apostrophes. | |
3521 | |
759 | 3522 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
3523 | |
3524 * lispref/packaging.texi (The User View, The Library Maintainer | |
3525 View, The Package Release Engineer View): Remove apostrophes. | |
3526 | |
755 | 3527 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
3528 | |
3529 * external-widget.texi | |
3530 (Example Program Using the External Client Widget): Fix braces. | |
3531 From Mats Lidell <matsl@contactor.se>. | |
3532 | |
753 | 3533 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
3534 | |
3535 * external-widget.texi | |
3536 (Example Program Using the External Client Widget): Fix | |
3537 documentation to explain needed resource settings. | |
3538 | |
752 | 3539 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
3540 | |
3541 * lispref/packaging.texi (Documenting Packages): New node. | |
3542 (Makefile Variables): Fix typo per Steve Youngs. | |
3543 | |
750 | 3544 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
3545 | |
3546 * external-widget.texi | |
3547 (Example Program Using the External Client Widget): New node. | |
3548 | |
3549 * lispref/packaging.texi (Documenting Packages): New node. | |
3550 | |
749 | 3551 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
3552 | |
3553 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
3554 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
3555 | |
745 | 3556 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
3557 | |
3558 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
3559 | |
742 | 3560 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
3561 | |
3562 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3563 | |
741 | 3564 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
3565 | |
3566 * xemacs/files.texi (Files): | |
3567 (File Names): | |
3568 Document remote file editing, refer to EFS and TRAMP. | |
3569 | |
3570 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3571 | |
3572 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
3573 | |
3574 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
3575 | |
3576 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
3577 | |
737 | 3578 2002-02-01 Steve Youngs <youngs@xemacs.org> |
3579 | |
3580 * xemacs/packages.texi (Removing Packages): The interactive | |
3581 function is 'package-get-delete-package'. | |
3582 | |
725 | 3583 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
3584 | |
3585 * XEmacs 21.5.4 "bamboo" is released. | |
3586 | |
724 | 3587 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
3588 | |
3589 * glyphs.texi: | |
3590 lispref.texi: Add examples of how to insert graphics into a | |
3591 buffer. | |
1137 | 3592 |
721 | 3593 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
3594 | |
3595 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
3596 to "dynamically loadable". | |
3597 * external-widget.texi: Add missing direntry. | |
3598 | |
709 | 3599 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
3600 | |
3601 * xemacs/programs.texi: Etags update from Francesco. | |
3602 | |
704 | 3603 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
3604 | |
3605 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
3606 cross reference. | |
3607 | |
696 | 3608 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
3609 | |
3610 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
3611 the benefit of HTML online docs. | |
3612 | |
3613 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
3614 | |
3615 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
3616 @chapter agree with new title. | |
3617 | |
694 | 3618 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
3619 | |
3620 * lispref/packaging.texi (The User's View): | |
3621 Correct description of man subdirectory. | |
3622 | |
3623 (The Package Release Engineer's View): | |
3624 (package-compile.el): | |
3625 Change hazmat to useful documentation. | |
3626 | |
3627 (Issues): | |
3628 Hazmat removal. | |
3629 | |
693 | 3630 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
3631 | |
3632 * lispref/packaging.texi: New file. | |
3633 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
3634 Include packaging.texi. | |
3635 * lispref/intro.texi (Introduction): Next -> Packaging. | |
3636 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
3637 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 3638 |
675 | 3639 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
3640 | |
3641 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
3642 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
3643 * xemacs-faq.texi (Q7.0.3): Ditto. | |
3644 | |
3645 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
3646 | |
3647 * external-widget.texi: Add @settitle to this stand-alone | |
3648 document. | |
3649 | |
3650 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
3651 | |
3652 * Makefile: Add rule to produce html from texi sources (currently | |
3653 using texi2html). | |
3654 * Makefile (HTMLDIR): New. | |
3655 * Makefile (html_files): New. | |
3656 * Makefile (html): New target. | |
3657 | |
662 | 3658 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3659 | |
3660 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
3661 got from Gregory Neil Shapiro. | |
3662 | |
661 | 3663 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
3664 | |
3665 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
3666 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
3667 avoid HTML error in texi2html translation. | |
3668 | |
660 | 3669 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
3670 | |
3671 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
3672 infodock.com is no more. | |
3673 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
3674 | |
3675 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
3676 | |
3677 * xemacs-faq.texi (Q4.6.1): | |
3678 | |
658 | 3679 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
3680 | |
3681 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
3682 by Robin S. Socha. | |
3683 | |
654 | 3684 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
3685 | |
3686 * XEmacs 21.5.3 "asparagus" is released. | |
3687 | |
652 | 3688 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
3689 | |
3690 * widget.texi (Basic Types, Defining New Widgets): | |
3691 Distinguish between :action and :notify. | |
3692 | |
641 | 3693 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
3694 | |
3695 * XEmacs 21.5.2 "artichoke" is released. | |
3696 | |
635 | 3697 2001-07-25 Jim Horning <jim.horning@lmco.com> |
3698 | |
3699 * xemacs/packages.texi (Package Terminology): | |
3700 * xemacs/packages.texi (Automatically): | |
3701 In itemize and enumerate lists @item should be on it's own line. | |
3702 | |
626 | 3703 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3704 | |
3705 * xemacs-faq.texi (Q1.0.14): Update information following a | |
3706 request by Tom Mostyn. | |
3707 | |
625 | 3708 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
3709 | |
3710 * lispref\windows.texi (Window Configurations): Fix typos. | |
3711 * lispref\x-windows.texi (Resources): Ditto. | |
3712 | |
3713 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3714 | |
3715 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
3716 | |
3717 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
3718 | |
3719 * emodules.texi (Initialization Mode): Ditto. | |
3720 * xemacs-faq.texi (Q6.3.2): Ditto. | |
3721 | |
613 | 3722 2001-06-10 Ben Wing <ben@xemacs.org> |
3723 | |
3724 * xemacs-faq.texi (Q1.0.10): | |
3725 * xemacs-faq.texi (Q1.0.11): | |
3726 * xemacs-faq.texi (Q1.0.12): | |
3727 Update sections on Windows and MacOS availability. | |
3728 | |
611 | 3729 2001-06-08 Ben Wing <ben@xemacs.org> |
3730 | |
3731 * xemacs-faq.texi (Top): | |
3732 * xemacs-faq.texi (MS Windows): | |
3733 * xemacs-faq.texi (Q6.2.1): | |
3734 * xemacs-faq.texi (Q6.2.2): | |
3735 * xemacs-faq.texi (Q6.2.3): | |
3736 * xemacs-faq.texi (Q6.2.4): | |
3737 * xemacs-faq.texi (Q6.2.5): | |
3738 * xemacs-faq.texi (Q6.3.1): | |
3739 * xemacs-faq.texi (Q6.3.2): | |
3740 * xemacs-faq.texi (Q6.3.3): | |
3741 * xemacs-faq.texi (Q6.3.4): | |
3742 * xemacs-faq.texi (Q6.4.1): | |
3743 * xemacs-faq.texi (Q6.4.2): | |
3744 * xemacs-faq.texi (Current Events): | |
3745 * xemacs-faq.texi (Q7.0.1): | |
3746 * xemacs-faq.texi (Q7.0.2): | |
3747 * xemacs-faq.texi (Q7.0.3): | |
3748 * xemacs-faq.texi (Q7.0.4): | |
3749 * xemacs-faq.texi (Q7.0.5): | |
3750 * xemacs-faq.texi (Q7.0.6): | |
3751 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
3752 to update current reality and add condensed versions of | |
3753 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
3754 Lots more Windows updates. | |
3755 | |
600 | 3756 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
3757 | |
3758 * xemacs/custom.texi: Documented keyboard shortcut. | |
3759 | |
3760 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
3761 | |
593 | 3762 2001-05-30 Ben Wing <ben@xemacs.org> |
3763 | |
3764 * xemacs-faq.texi (Top): | |
3765 * xemacs-faq.texi (MS Windows): | |
3766 * xemacs-faq.texi (Q6.0.1): | |
3767 * xemacs-faq.texi (Q6.0.2): | |
3768 * xemacs-faq.texi (Q6.0.3): | |
3769 * xemacs-faq.texi (Q6.0.4): | |
3770 * xemacs-faq.texi (Q6.1.1): | |
3771 * xemacs-faq.texi (Q6.1.4): | |
3772 * xemacs-faq.texi (Q6.1.5): | |
3773 * xemacs-faq.texi (Q6.1.6): | |
3774 * xemacs-faq.texi (Q6.2.1): | |
3775 * xemacs-faq.texi (Q6.2.2): | |
3776 * xemacs-faq.texi (Q6.3.1): | |
3777 * xemacs-faq.texi (Q6.3.2): | |
3778 * xemacs-faq.texi (Q6.3.3): | |
3779 * xemacs-faq.texi (Q6.4.1): | |
3780 * xemacs-faq.texi (Current Events): | |
3781 Major rewrite. | |
3782 Update all MS Windows info to current. | |
3783 Redo section 6.1 almost completely. | |
3784 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
3785 | |
563 | 3786 2001-05-24 Ben Wing <ben@xemacs.org> |
3787 | |
3788 * xemacs-faq.texi (Top): | |
3789 * xemacs-faq.texi (Installation): | |
3790 * xemacs-faq.texi (Q2.1.15): | |
3791 * xemacs-faq.texi (Q2.1.18): | |
3792 * xemacs-faq.texi (Q2.1.19): | |
3793 document how to debug X errors | |
1137 | 3794 |
540 | 3795 2001-05-15 Steve Youngs <youngs@xemacs.org> |
3796 | |
3797 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
3798 (Creating Packages): Ditto. | |
3799 (Available Packages): Ditto. | |
3800 | |
522 | 3801 2001-05-09 Martin Buchholz <martin@xemacs.org> |
3802 | |
3803 * XEmacs 21.5.1 "anise" is released. | |
3804 | |
511 | 3805 2001-05-07 Martin Buchholz <martin@xemacs.org> |
3806 | |
3807 * make-stds.texi: Support makeinfo 3.12 | |
3808 | |
485 | 3809 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
3810 | |
3811 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
3812 rather than default-frame-alist. | |
3813 | |
479 | 3814 2001-04-15 Ben Wing <ben@xemacs.org> |
3815 | |
3816 * xemacs-faq.texi (Q1.0.1): | |
3817 * xemacs-faq.texi (Q1.0.2): | |
3818 Rewrite description of XEmacs to match what's on web page, | |
3819 in about.el. | |
3820 | |
472 | 3821 2001-04-18 Martin Buchholz <martin@xemacs.org> |
3822 | |
3823 * XEmacs 21.5.0 "alfalfa" is released. | |
3824 | |
464 | 3825 2001-03-30 Ben Wing <ben@xemacs.org> |
3826 | |
3827 * internals\internals.texi: | |
3828 * internals\internals.texi (Top): | |
3829 * internals\internals.texi (Lucid Emacs): | |
3830 * internals\internals.texi (XEmacs): | |
3831 * internals\internals.texi (XEmacs From the Outside): | |
3832 Bump version to 1.4 and fix this everywhere. Document all | |
3833 XEmacs releases up through 21.2.46. | |
3834 | |
3835 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3836 | |
3837 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
3838 result of INSERT in R in pq-cmd-status example. | |
3839 | |
462 | 3840 2001-03-21 Martin Buchholz <martin@xemacs.org> |
3841 | |
3842 * XEmacs 21.2.46 "Urania" is released. | |
3843 | |
3844 2001-03-08 Ben Wing <ben@xemacs.org> | |
3845 | |
3846 * internals\internals.texi (Top): | |
3847 * internals\internals.texi (A History of Emacs): | |
3848 * internals\internals.texi (Through Version 18): | |
3849 * internals\internals.texi (Lucid Emacs): | |
3850 * internals\internals.texi (GNU Emacs 19): | |
3851 * internals\internals.texi (GNU Emacs 20): | |
3852 * internals\internals.texi (XEmacs From the Outside): | |
3853 * internals\internals.texi (The Lisp Language): | |
3854 * internals\internals.texi (XEmacs From the Perspective of Building): | |
3855 * internals\internals.texi (XEmacs From the Inside): | |
3856 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3857 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
3858 * internals\internals.texi (Rules When Writing New C Code): | |
3859 * internals\internals.texi (General Coding Rules): | |
3860 * internals\internals.texi (Writing Lisp Primitives): | |
3861 * internals\internals.texi (Writing Good Comments): | |
3862 * internals\internals.texi (Adding Global Lisp Variables): | |
3863 * internals\internals.texi (Proper Use of Unsigned Types): | |
3864 * internals\internals.texi (Coding for Mule): | |
3865 * internals\internals.texi (Character-Related Data Types): | |
3866 * internals\internals.texi (Working With Character and Byte Positions): | |
3867 * internals\internals.texi (Conversion to and from External Data): | |
3868 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3869 * internals\internals.texi (An Example of Mule-Aware Code): | |
3870 * internals\internals.texi (Techniques for XEmacs Developers): | |
3871 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
3872 * internals\internals.texi (Low-Level Modules): | |
3873 * internals\internals.texi (Basic Lisp Modules): | |
3874 * internals\internals.texi (Modules for Standard Editing Operations): | |
3875 * internals\internals.texi (Editor-Level Control Flow Modules): | |
3876 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3877 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
3878 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
3879 * internals\internals.texi (Modules for Interfacing with the File System): | |
3880 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3881 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
3882 * internals\internals.texi (Modules for Interfacing with X Windows): | |
3883 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
3884 * internals\internals.texi (Introduction to Allocation): | |
3885 * internals\internals.texi (Garbage Collection): | |
3886 * internals\internals.texi (GCPROing): | |
3887 * internals\internals.texi (Garbage Collection - Step by Step): | |
3888 * internals\internals.texi (Invocation): | |
3889 * internals\internals.texi (garbage_collect_1): | |
3890 * internals\internals.texi (mark_object): | |
3891 * internals\internals.texi (gc_sweep): | |
3892 * internals\internals.texi (sweep_lcrecords_1): | |
3893 * internals\internals.texi (compact_string_chars): | |
3894 * internals\internals.texi (sweep_strings): | |
3895 * internals\internals.texi (sweep_bit_vectors_1): | |
3896 * internals\internals.texi (Integers and Characters): | |
3897 * internals\internals.texi (Allocation from Frob Blocks): | |
3898 * internals\internals.texi (lrecords): | |
3899 * internals\internals.texi (Low-level allocation): | |
3900 * internals\internals.texi (Cons): | |
3901 * internals\internals.texi (Vector): | |
3902 * internals\internals.texi (Bit Vector): | |
3903 * internals\internals.texi (Symbol): | |
3904 * internals\internals.texi (Marker): | |
3905 * internals\internals.texi (String): | |
3906 * internals\internals.texi (Dumping): | |
3907 * internals\internals.texi (Overview): | |
3908 * internals\internals.texi (Data descriptions): | |
3909 * internals\internals.texi (Dumping phase): | |
3910 * internals\internals.texi (Object inventory): | |
3911 * internals\internals.texi (Address allocation): | |
3912 * internals\internals.texi (The header): | |
3913 * internals\internals.texi (Data dumping): | |
3914 * internals\internals.texi (Pointers dumping): | |
3915 * internals\internals.texi (Reloading phase): | |
3916 * internals\internals.texi (Events and the Event Loop): | |
3917 * internals\internals.texi (Introduction to Events): | |
3918 * internals\internals.texi (Main Loop): | |
3919 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
3920 * internals\internals.texi (Specifics About the Emacs Event): | |
3921 * internals\internals.texi (The Event Stream Callback Routines): | |
3922 * internals\internals.texi (Other Event Loop Functions): | |
3923 * internals\internals.texi (Converting Events): | |
3924 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
3925 * internals\internals.texi (Evaluation): | |
3926 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3927 * internals\internals.texi (Simple Special Forms): | |
3928 * internals\internals.texi (Symbols and Variables): | |
3929 * internals\internals.texi (Introduction to Symbols): | |
3930 * internals\internals.texi (Obarrays): | |
3931 * internals\internals.texi (Buffers and Textual Representation): | |
3932 * internals\internals.texi (Introduction to Buffers): | |
3933 * internals\internals.texi (The Text in a Buffer): | |
3934 * internals\internals.texi (Buffer Lists): | |
3935 * internals\internals.texi (Markers and Extents): | |
3936 * internals\internals.texi (Bufbytes and Emchars): | |
3937 * internals\internals.texi (MULE Character Sets and Encodings): | |
3938 * internals\internals.texi (Character Sets): | |
3939 * internals\internals.texi (Encodings): | |
3940 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
3941 * internals\internals.texi (JIS7): | |
3942 * internals\internals.texi (Internal Mule Encodings): | |
3943 * internals\internals.texi (Internal String Encoding): | |
3944 * internals\internals.texi (Internal Character Encoding): | |
3945 * internals\internals.texi (The Lisp Reader and Compiler): | |
3946 * internals\internals.texi (Lstreams): | |
3947 * internals\internals.texi (Creating an Lstream): | |
3948 * internals\internals.texi (Lstream Types): | |
3949 * internals\internals.texi (Lstream Functions): | |
3950 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
3951 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3952 * internals\internals.texi (Point): | |
3953 * internals\internals.texi (Window Hierarchy): | |
3954 * internals\internals.texi (The Redisplay Mechanism): | |
3955 * internals\internals.texi (Critical Redisplay Sections): | |
3956 * internals\internals.texi (Line Start Cache): | |
3957 * internals\internals.texi (Extents): | |
3958 * internals\internals.texi (Introduction to Extents): | |
3959 * internals\internals.texi (Extent Ordering): | |
3960 * internals\internals.texi (Format of the Extent Info): | |
3961 * internals\internals.texi (Zero-Length Extents): | |
3962 * internals\internals.texi (Mathematics of Extent Ordering): | |
3963 * internals\internals.texi (Faces): | |
3964 * internals\internals.texi (Glyphs): | |
3965 * internals\internals.texi (Specifiers): | |
3966 * internals\internals.texi (Menus): | |
3967 * internals\internals.texi (Subprocesses): | |
3968 * internals\internals.texi (Interface to the X Window System): | |
3969 * internals\internals.texi (Lucid Widget Library): | |
3970 * internals\internals.texi (Generic Widget Interface): | |
3971 * internals\internals.texi (Scrollbars): | |
3972 * internals\internals.texi (Menubars): | |
3973 * internals\internals.texi (Checkboxes and Radio Buttons): | |
3974 * internals\internals.texi (Progress Bars): | |
3975 * internals\internals.texi (Tab Controls): | |
3976 Add more index entries. Add sections on comments and unsigned types. | |
3977 | |
3978 2001-03-08 Ben Wing <ben@xemacs.org> | |
3979 | |
3980 * make-stds.texi (Makefile Basics): | |
3981 * make-stds.texi (Command Variables): | |
3982 * make-stds.texi (Directory Variables): | |
3983 * make-stds.texi (Standard Targets): | |
3984 * standards.texi: | |
3985 * standards.texi (Top): | |
3986 * standards.texi (Preface): | |
3987 * standards.texi (Legal Issues): | |
3988 * standards.texi (Reading Non-Free Code): | |
3989 * standards.texi (Contributions): | |
3990 * standards.texi (Trademarks): | |
3991 * standards.texi (Design Advice): | |
3992 * standards.texi (Source Language): | |
3993 * standards.texi (Compatibility): | |
3994 * standards.texi (Using Extensions): | |
3995 * standards.texi (Standard C): | |
3996 * standards.texi (Program Behavior): | |
3997 * standards.texi (Semantics): | |
3998 * standards.texi (Libraries): | |
3999 * standards.texi (Errors): | |
4000 * standards.texi (User Interfaces): | |
4001 * standards.texi (Graphical Interfaces): | |
4002 * standards.texi (Command-Line Interfaces): | |
4003 * standards.texi (Option Table): | |
4004 * standards.texi (Memory Usage): | |
4005 * standards.texi (File Usage): | |
4006 * standards.texi (Formatting): | |
4007 * standards.texi (Comments): | |
4008 * standards.texi (Syntactic Conventions): | |
4009 * standards.texi (Names): | |
4010 * standards.texi (System Portability): | |
4011 * standards.texi (CPU Portability): | |
4012 * standards.texi (System Functions): | |
4013 * standards.texi (Internationalization): | |
4014 * standards.texi (Mmap): | |
4015 * standards.texi (Documentation): | |
4016 * standards.texi (GNU Manuals): | |
4017 * standards.texi (Doc Strings and Manuals): | |
4018 * standards.texi (Manual Structure Details): | |
4019 * standards.texi (License for Manuals): | |
4020 * standards.texi (Manual Credits): | |
4021 * standards.texi (Printed Manuals): | |
4022 * standards.texi (NEWS File): | |
4023 * standards.texi (Change Logs): | |
4024 * standards.texi (Style of Change Logs): | |
4025 * standards.texi (Simple Changes): | |
4026 * standards.texi (Conditional Changes): | |
4027 * standards.texi (Indicating the Part Changed): | |
4028 * standards.texi (Managing Releases): | |
4029 * standards.texi (Configuration): | |
4030 * standards.texi (Releases): | |
4031 * standards.texi (References): | |
4032 * standards.texi (Index): | |
4033 Update to latest GNU version. | |
1137 | 4034 |
462 | 4035 * xemacs-faq.texi (Q6.3.3): |
4036 * xemacs-faq.texi (Q6.4.1): | |
4037 Improve questions on current Windows activity. | |
4038 | |
4039 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
4040 | |
4041 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
4042 | |
4043 2001-02-25 Ben Wing <ben@xemacs.org> | |
4044 | |
4045 * xemacs-faq.texi (Top): | |
4046 * xemacs-faq.texi (Introduction): | |
4047 * xemacs-faq.texi (Q1.0.1): | |
4048 * xemacs-faq.texi (Q1.0.4): | |
4049 * xemacs-faq.texi (Q1.0.6): | |
4050 * xemacs-faq.texi (Q1.0.10): | |
4051 * xemacs-faq.texi (Q1.2.1): | |
4052 * xemacs-faq.texi (Q1.4.1): | |
4053 * xemacs-faq.texi (Q1.4.2): | |
4054 * xemacs-faq.texi (Q2.0.12): | |
4055 * xemacs-faq.texi (Q2.1.1): | |
4056 * xemacs-faq.texi (Q2.1.2): | |
4057 * xemacs-faq.texi (Q2.1.9): | |
4058 * xemacs-faq.texi (Q2.1.15): | |
4059 * xemacs-faq.texi (Q2.1.19): | |
4060 * xemacs-faq.texi (Customization): | |
4061 * xemacs-faq.texi (Q3.0.1): | |
4062 * xemacs-faq.texi (Q3.0.2): | |
4063 * xemacs-faq.texi (Q3.0.3): | |
4064 * xemacs-faq.texi (Q3.0.7): | |
4065 * xemacs-faq.texi (Q3.1.5): | |
4066 * xemacs-faq.texi (Q3.1.6): | |
4067 * xemacs-faq.texi (Q3.2.1): | |
4068 * xemacs-faq.texi (Q3.2.3): | |
4069 * xemacs-faq.texi (Q3.2.4): | |
4070 * xemacs-faq.texi (Q3.3.1): | |
4071 * xemacs-faq.texi (Q3.3.2): | |
4072 * xemacs-faq.texi (Q3.3.3): | |
4073 * xemacs-faq.texi (Q3.3.4): | |
4074 * xemacs-faq.texi (Q3.3.5): | |
4075 * xemacs-faq.texi (Q3.4.1): | |
4076 * xemacs-faq.texi (Q3.4.2): | |
4077 * xemacs-faq.texi (Q3.5.2): | |
4078 * xemacs-faq.texi (Q3.5.4): | |
4079 * xemacs-faq.texi (key-translation-map): New. | |
4080 * xemacs-faq.texi (Q3.5.5): | |
4081 * xemacs-faq.texi (Q3.5.6): | |
4082 * xemacs-faq.texi (Q3.5.7): | |
4083 * xemacs-faq.texi (Q3.5.8): | |
4084 * xemacs-faq.texi (global-map): Removed. | |
4085 * xemacs-faq.texi (Q3.5.9): | |
4086 * xemacs-faq.texi (Q3.6.1): | |
4087 * xemacs-faq.texi (Q3.6.2): | |
4088 * xemacs-faq.texi (Q3.6.3): | |
4089 * xemacs-faq.texi (Q3.7.6): | |
4090 * xemacs-faq.texi (Q3.7.7): | |
4091 * xemacs-faq.texi (Q3.8.1): | |
4092 * xemacs-faq.texi (Q3.8.2): | |
4093 * xemacs-faq.texi (Q3.8.3): | |
4094 * xemacs-faq.texi (Q3.9.1): | |
4095 * xemacs-faq.texi (Q3.9.4): | |
4096 * xemacs-faq.texi (Q3.10.1): | |
4097 * xemacs-faq.texi (Q3.10.2): | |
4098 * xemacs-faq.texi (Q3.10.3): | |
4099 * xemacs-faq.texi (Q4.0.12): | |
4100 * xemacs-faq.texi (Miscellaneous): | |
4101 * xemacs-faq.texi (Q5.0.1): | |
4102 * xemacs-faq.texi (Q5.0.2): | |
4103 * xemacs-faq.texi (Q5.0.3): | |
4104 * xemacs-faq.texi (Q5.0.4): | |
4105 * xemacs-faq.texi (Q5.0.5): | |
4106 * xemacs-faq.texi (Q5.0.8): | |
4107 * xemacs-faq.texi (Q5.0.9): | |
4108 * xemacs-faq.texi (Q5.0.11): | |
4109 * xemacs-faq.texi (Q5.0.12): | |
4110 * xemacs-faq.texi (Q5.0.13): | |
4111 * xemacs-faq.texi (Q5.0.16): | |
4112 * xemacs-faq.texi (Q5.0.17): | |
4113 * xemacs-faq.texi (Q5.1.9): | |
4114 * xemacs-faq.texi (Q5.1.11): | |
4115 * xemacs-faq.texi (Q5.2.1): | |
4116 * xemacs-faq.texi (Q5.2.2): | |
4117 * xemacs-faq.texi (Q5.3.1): | |
4118 * xemacs-faq.texi (Q5.3.2): | |
4119 * xemacs-faq.texi (Q5.3.4): | |
4120 * xemacs-faq.texi (MS Windows): | |
4121 * xemacs-faq.texi (Q6.0.1): | |
4122 * xemacs-faq.texi (Q6.0.2): | |
4123 * xemacs-faq.texi (Q6.0.3): | |
4124 * xemacs-faq.texi (Q6.0.4): | |
4125 * xemacs-faq.texi (Q6.1.5): | |
4126 * xemacs-faq.texi (Q6.2.3): | |
4127 * xemacs-faq.texi (Q6.3.1): | |
4128 | |
4129 Remove most references to XEmacs pre-19.15, since they are way out | |
4130 of date and are cluttering up and confusing many answers. Update | |
4131 references to .emacs to take into account the new init file | |
4132 location. Update information about the MS Windows port. Change | |
4133 description of XEmacs at beginning to match the web site. Update | |
4134 info about current developers. | |
1137 | 4135 |
462 | 4136 |
4137 2001-02-25 Ben Wing <ben@xemacs.org> | |
4138 | |
4139 * lispref\help.texi (Describing Characters): | |
4140 kp- not kp_. | |
1137 | 4141 |
462 | 4142 2001-02-25 Ben Wing <ben@xemacs.org> |
4143 | |
4144 * new-users-guide\custom1.texi (Customization Basics): | |
4145 * new-users-guide\custom1.texi (Customizing key Bindings): | |
4146 * new-users-guide\custom1.texi (Customizing Menus): | |
4147 * new-users-guide\custom2.texi (Other Customizations): | |
4148 * new-users-guide\custom2.texi (Setting Variables): | |
4149 * new-users-guide\custom2.texi (Init File): | |
4150 * new-users-guide\xmenu.texi (Options Menu): | |
4151 * new-users-guide\modes.texi (Major Modes): | |
4152 * new-users-guide\modes.texi (Minor Modes): | |
4153 * new-users-guide\new-users-guide.texi (Top): | |
4154 Fix up references to .emacs to take into account init.el. | |
1137 | 4155 |
460 | 4156 2001-02-23 Martin Buchholz <martin@xemacs.org> |
4157 | |
4158 * XEmacs 21.2.45 "Thelxepeia" is released. | |
4159 | |
4160 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
4161 | |
4162 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
4163 | |
458 | 4164 2001-02-08 Martin Buchholz <martin@xemacs.org> |
4165 | |
4166 * XEmacs 21.2.44 "Thalia" is released. | |
4167 | |
4168 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
4169 | |
4170 * xemacs/xemacs.texi: Update to accomodate new and improved | |
4171 packages.texi. | |
4172 | |
4173 * xemacs/packages.texi: Basically, apart from a few things, | |
4174 rewritten from scratch. | |
4175 | |
456 | 4176 2001-01-27 Martin Buchholz <martin@xemacs.org> |
4177 | |
4178 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
4179 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
4180 | |
4181 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
4182 | |
4183 * XEmacs 21.2.43 "Terspichore" is released. | |
4184 | |
454 | 4185 2001-01-20 Martin Buchholz <martin@xemacs.org> |
4186 | |
4187 * XEmacs 21.2.42 "Poseidon" is released. | |
4188 | |
4189 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
4190 | |
4191 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
4192 | |
4193 2001-01-17 Andy Piper <andy@xemacs.org> | |
4194 | |
4195 * internals.texi: some glyph documentation. | |
4196 | |
4197 2001-01-16 Didier Verna <didier@xemacs.org> | |
4198 | |
4199 * frame.texi (Mode Line Basics): new node ... | |
4200 * frame.texi (GUI Components): ... under this one ... | |
4201 * frame.texi (Scrollbar Basics): ... after this one ... | |
4202 * frame.texi (Toolbar Basics): ... before this one. | |
4203 | |
452 | 4204 2001-01-17 Martin Buchholz <martin@xemacs.org> |
4205 | |
4206 * XEmacs 21.2.41 "Polyhymnia" is released. | |
4207 | |
4208 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
4209 | |
4210 * internals/internals.texi: A little post-pdump-rename fixup. | |
4211 | |
4212 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
4213 | |
4214 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
4215 | |
4216 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
4217 | |
4218 * internals/internals.texi: Update for pdump changes. | |
4219 | |
4220 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
4221 | |
4222 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
4223 XEmacs. | |
4224 * texinfo.texi (First Node): Fixing grammar. | |
4225 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
4226 to XEmacs. | |
4227 | |
450 | 4228 2001-01-08 Martin Buchholz <martin@xemacs.org> |
4229 | |
4230 * XEmacs 21.2.40 is released. | |
4231 | |
4232 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
4233 | |
4234 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
4235 modules (module and statically linked). Typo fix. | |
4236 | |
4237 * texinfo.texi (ref): Typo fix. | |
4238 | |
448 | 4239 2000-12-31 Martin Buchholz <martin@xemacs.org> |
4240 | |
4241 * XEmacs 21.2.39 is released. | |
4242 | |
4243 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
4244 | |
4245 * internals/internals.texi (General Coding Rules): further document | |
4246 usage of symsinit.h. Reorder slightly. | |
4247 | |
446 | 4248 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
4249 | |
4250 * xemacs/packages.texi (Creating Packages): new node. | |
4251 | |
4252 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
4253 | |
4254 * XEmacs 21.2.38 is released. | |
4255 | |
4256 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
4257 | |
4258 * lispref/compile.texi: | |
4259 Document differences between compiler and interpreter. | |
4260 | |
4261 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
4262 | |
4263 * internals/index.texi: | |
4264 internals/internals.texi: | |
4265 Change "X Windows" to "the X Window System" randomly. | |
4266 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
4267 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
4268 structure. | |
4269 * xemacs/frame.texi (GUI Components): new node. | |
4270 * xemacs/packages.texi: minor updates. | |
4271 | |
4272 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
4273 | |
4274 * info.texi (Creating an Info File): Fix typos in xrefs. | |
4275 | |
4276 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
4277 | |
4278 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
4279 portable dumper switches. Other minor edits. | |
4280 | |
4281 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
4282 | |
4283 * lispref/positions.texi (Word Motion): | |
4284 forward-word arg is now optional. | |
4285 backward-word arg is now optional. | |
4286 Remove vile comment advising lisp programmer to use (forward-word -1) | |
4287 instead of (backward-word 1). | |
4288 * lispref/syntax.texi (Parsing Expressions): | |
4289 Similarly for forward-comment. | |
4290 * lispref/text.texi (Deletion): | |
4291 Similarly for delete-char. | |
4292 Similarly for delete-backward-char. | |
4293 | |
4294 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
4295 | |
4296 * cl.texi (Assertions): | |
4297 Remove claim that elisp doesn't have continuable errors. | |
4298 Document check-type as being continuable. | |
4299 | |
4300 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4301 | |
4302 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
4303 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
4304 This should also serve as a reminder for future merges with GNU | |
4305 Emacs. | |
4306 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
4307 "XEmacs User's Manual" for lispref and xemacs respectively. | |
4308 | |
4309 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4310 | |
4311 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
4312 * lispref/backups.texi (Auto-Saving): Ditto. | |
4313 * lispref/backups.texi (Reverting): Ditto. | |
4314 * lispref/display.texi (The Echo Area): Ditto. | |
4315 * lispref/help.texi (Documentation Basics): Ditto. | |
4316 * lispref/help.texi (Help Functions): Ditto. | |
4317 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
4318 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
4319 * lispref/modes.texi (Auto Major Mode): Ditto. | |
4320 * lispref/positions.texi (List Motion): Ditto. | |
4321 * lispref/searching.texi (Regexp Search): Ditto. | |
4322 * lispref/symbols.texi (Symbol Components): Ditto. | |
4323 * lispref/tips.texi (Comment Tips): Ditto. | |
4324 * lispref/tips.texi (Library Headers): Ditto. | |
4325 | |
4326 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4327 | |
4328 * internals/internals.texi (The Buffer Object): Ditto. | |
4329 | |
4330 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
4331 | |
4332 * cl.texi (Hash Tables): Ditto. | |
4333 * texinfo.texi (Other Info Files): Ditto. | |
4334 * xemacs-faq.texi (Q1.0.14): Ditto. | |
4335 | |
444 | 4336 2000-11-14 Martin Buchholz <martin@xemacs.org> |
4337 | |
4338 * XEmacs 21.2.37 is released. | |
4339 | |
4340 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
4341 | |
4342 * xemacs/windows.texi (Other Window): | |
4343 | |
4344 * new-users-guide/files.texi (Saving Files): | |
4345 * new-users-guide/search.texi (Search and Replace): | |
4346 | |
4347 * lispref/abbrevs.texi (Abbrev Tables): | |
4348 * lispref/abbrevs.texi (Defining Abbrevs): | |
4349 * lispref/abbrevs.texi (Abbrev Files): | |
4350 * lispref/annotations.texi (Annotation Primitives): | |
4351 * lispref/backups.texi (Auto-Saving): | |
4352 * lispref/backups.texi (Reverting): | |
4353 * lispref/buffers.texi (Current Buffer): | |
4354 * lispref/buffers.texi (Buffer Names): | |
4355 * lispref/buffers.texi (Buffer Modification): | |
4356 * lispref/buffers.texi (Read Only Buffers): | |
4357 * lispref/buffers.texi (The Buffer List): | |
4358 * lispref/buffers.texi (Killing Buffers): | |
4359 * lispref/buffers.texi (Indirect Buffers): | |
4360 * lispref/building.texi (Building XEmacs): | |
4361 * lispref/building.texi (Garbage Collection): | |
4362 * lispref/commands.texi (Interactive Call): | |
4363 * lispref/commands.texi (Events): | |
4364 * lispref/commands.texi (Event Predicates): | |
4365 * lispref/commands.texi (Working With Events): | |
4366 * lispref/commands.texi (Converting Events): | |
4367 * lispref/commands.texi (Key Sequence Input): | |
4368 * lispref/commands.texi (Reading One Event): | |
4369 * lispref/commands.texi (Waiting): | |
4370 * lispref/commands.texi (Prefix Command Arguments): | |
4371 * lispref/commands.texi (Recursive Editing): | |
4372 * lispref/compile.texi (Compilation Functions): | |
4373 * lispref/compile.texi (Compiled-Function Objects): | |
4374 * lispref/consoles-devices.texi (Basic Device Functions): | |
4375 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
4376 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
4377 * lispref/control.texi (Signaling Errors): | |
4378 * lispref/customize.texi (Type Keywords): | |
4379 * lispref/databases.texi (Connecting to a Database): | |
4380 * lispref/databases.texi (Working With a Database): | |
4381 * lispref/databases.texi (Other Database Functions): | |
4382 * lispref/debugging.texi (Function Debugging): | |
4383 * lispref/display.texi (Refresh Screen): | |
4384 * lispref/display.texi (The Echo Area): | |
4385 * lispref/display.texi (Blinking): | |
4386 * lispref/edebug-inc.texi (Tracing): | |
4387 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
4388 * lispref/edebug-inc.texi (Edebug Options): | |
4389 * lispref/eval.texi (Function Indirection): | |
4390 * lispref/extents.texi (Creating and Modifying Extents): | |
4391 * lispref/extents.texi (Finding Extents): | |
4392 * lispref/extents.texi (Mapping Over Extents): | |
4393 * lispref/extents.texi (Extent Properties): | |
4394 * lispref/faces.texi (Basic Face Functions): | |
4395 * lispref/faces.texi (Face Properties): | |
4396 * lispref/faces.texi (Face Convenience Functions): | |
4397 * lispref/faces.texi (Other Face Display Functions): | |
4398 * lispref/faces.texi (Font Instance Characteristics): | |
4399 * lispref/faces.texi (Color Specifiers): | |
4400 * lispref/files.texi (Visiting Functions): | |
4401 * lispref/files.texi (Reading from Files): | |
4402 * lispref/files.texi (Changing File Attributes): | |
4403 * lispref/files.texi (File Names): | |
4404 * lispref/files.texi (File Name Components): | |
4405 * lispref/files.texi (Directory Names): | |
4406 * lispref/files.texi (Relative File Names): | |
4407 * lispref/files.texi (File Name Expansion): | |
4408 * lispref/files.texi (File Name Completion): | |
4409 * lispref/files.texi (User Name Completion): | |
4410 * lispref/files.texi (Magic File Names): | |
4411 * lispref/files.texi (Creating a Partial File): | |
4412 * lispref/files.texi (Format Conversion): | |
4413 * lispref/frames.texi (Creating Frames): | |
4414 * lispref/frames.texi (Property Access): | |
4415 * lispref/frames.texi (Size and Position): | |
4416 * lispref/frames.texi (Deleting Frames): | |
4417 * lispref/frames.texi (Finding All Frames): | |
4418 * lispref/frames.texi (Frames and Windows): | |
4419 * lispref/frames.texi (Visibility of Frames): | |
4420 * lispref/frames.texi (Frame Configurations): | |
4421 * lispref/functions.texi (Calling Functions): | |
4422 * lispref/functions.texi (Function Cells): | |
4423 * lispref/glyphs.texi (Creating Glyphs): | |
4424 * lispref/glyphs.texi (Image Specifiers): | |
4425 * lispref/glyphs.texi (Image Instance Types): | |
4426 * lispref/glyphs.texi (Image Instance Functions): | |
4427 * lispref/gutter.texi (Creating Gutter): | |
4428 * lispref/gutter.texi (Specifying a Gutter): | |
4429 * lispref/gutter.texi (Other Gutter Variables): | |
4430 * lispref/help.texi (Accessing Documentation): | |
4431 * lispref/help.texi (Help Functions): | |
4432 * lispref/help.texi (Obsoleteness): | |
4433 * lispref/internationalization.texi (Domain Specification): | |
4434 * lispref/intro.texi (Caveats): | |
4435 * lispref/keymaps.texi (Active Keymaps): | |
4436 * lispref/keymaps.texi (Functions for Key Lookup): | |
4437 * lispref/keymaps.texi (Changing Key Bindings): | |
4438 * lispref/keymaps.texi (Scanning Keymaps): | |
4439 * lispref/ldap.texi (The High-Level LDAP API): | |
4440 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
4441 * lispref/ldap.texi (Encoder/Decoder Functions): | |
4442 * lispref/lists.texi (Setcar): | |
4443 * lispref/lists.texi (Setcdr): | |
4444 * lispref/lists.texi (Working With Normal Plists): | |
4445 * lispref/lists.texi (Working With Lax Plists): | |
4446 * lispref/loading.texi (Autoload): | |
4447 * lispref/loading.texi (Named Features): | |
4448 * lispref/markers.texi (Creating Markers): | |
4449 * lispref/markers.texi (Changing Markers): | |
4450 * lispref/markers.texi (The Mark): | |
4451 * lispref/menus.texi (Modifying Menus): | |
4452 * lispref/menus.texi (Pop-Up Menus): | |
4453 * lispref/menus.texi (Menu Accelerator Functions): | |
4454 * lispref/minibuf.texi (Text from Minibuffer): | |
4455 * lispref/minibuf.texi (Object from Minibuffer): | |
4456 * lispref/minibuf.texi (Basic Completion): | |
4457 * lispref/minibuf.texi (High-Level Completion): | |
4458 * lispref/minibuf.texi (Reading a Password): | |
4459 * lispref/minibuf.texi (Minibuffer Misc): | |
4460 * lispref/mouse.texi (Mouse Tracking): | |
4461 * lispref/syntax.texi (Syntax Table Functions): | |
4462 * lispref/numbers.texi (Arithmetic Operations): | |
4463 * lispref/numbers.texi (Rounding Operations): | |
4464 * lispref/numbers.texi (Math Functions): | |
4465 * lispref/objects.texi (String Type): | |
4466 * lispref/objects.texi (Equality Predicates): | |
4467 * lispref/os.texi (Killing XEmacs): | |
4468 * lispref/os.texi (Suspending XEmacs): | |
4469 * lispref/os.texi (System Environment): | |
4470 * lispref/os.texi (Time Conversion): | |
4471 * lispref/os.texi (Timers): | |
4472 * lispref/os.texi (Input Modes): | |
4473 * lispref/os.texi (Translating Input): | |
4474 * lispref/os.texi (Terminal Output): | |
4475 * lispref/os.texi (Flow Control): | |
4476 * lispref/positions.texi (Character Motion): | |
4477 * lispref/positions.texi (Word Motion): | |
4478 * lispref/positions.texi (Text Lines): | |
4479 * lispref/positions.texi (Screen Lines): | |
4480 * lispref/positions.texi (List Motion): | |
4481 * lispref/positions.texi (Narrowing): | |
4482 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
4483 * lispref/processes.texi (Subprocess Creation): | |
4484 * lispref/processes.texi (Synchronous Processes): | |
4485 * lispref/processes.texi (Asynchronous Processes): | |
4486 * lispref/processes.texi (Process Information): | |
4487 * lispref/processes.texi (Input to Processes): | |
4488 * lispref/processes.texi (Signals to Processes): | |
4489 * lispref/processes.texi (Process Buffers): | |
4490 * lispref/processes.texi (Filter Functions): | |
4491 * lispref/processes.texi (Network): | |
4492 * lispref/range-tables.texi (Working With Range Tables): | |
4493 * lispref/searching.texi (String Search): | |
4494 * lispref/searching.texi (Regexp Search): | |
4495 * lispref/searching.texi (POSIX Regexps): | |
4496 * lispref/searching.texi (Replacing Match): | |
4497 * lispref/searching.texi (Entire Match Data): | |
4498 * lispref/sequences.texi (Bit Vector Functions): | |
4499 * lispref/specifiers.texi (Adding Specifications): | |
4500 * lispref/specifiers.texi (Creating Specifiers): | |
4501 * lispref/specifiers.texi (Specifier Validation Functions): | |
4502 * lispref/specifiers.texi (Other Specification Functions): | |
4503 * lispref/streams.texi (Output Variables): | |
4504 * lispref/symbols.texi (Other Plists): | |
4505 * lispref/text.texi (Insertion): | |
4506 * lispref/text.texi (Commands for Insertion): | |
4507 * lispref/text.texi (Deletion): | |
4508 * lispref/text.texi (User-Level Deletion): | |
4509 * lispref/text.texi (Kill Functions): | |
4510 * lispref/text.texi (Low-Level Kill Ring): | |
4511 * lispref/text.texi (Undo): | |
4512 * lispref/text.texi (Maintaining Undo): | |
4513 * lispref/text.texi (Margins): | |
4514 * lispref/text.texi (Sorting): | |
4515 * lispref/text.texi (Columns): | |
4516 * lispref/text.texi (Primitive Indent): | |
4517 * lispref/text.texi (Mode-Specific Indent): | |
4518 * lispref/text.texi (Region Indent): | |
4519 * lispref/text.texi (Case Changes): | |
4520 * lispref/text.texi (Examining Properties): | |
4521 * lispref/text.texi (Property Search): | |
4522 * lispref/text.texi (Registers): | |
4523 * lispref/text.texi (Transformations): | |
4524 * lispref/mule.texi (Charset Property Functions): | |
4525 * lispref/mule.texi (MULE Characters): | |
4526 * lispref/mule.texi (Composite Characters): | |
4527 * lispref/mule.texi (Coding System Properties): | |
4528 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
4529 * lispref/mule.texi (CCL Statements): | |
4530 * lispref/mule.texi (Calling CCL): | |
4531 * lispref/mule.texi (Category Tables): | |
4532 * lispref/toolbar.texi (Specifying the Toolbar): | |
4533 * lispref/toolbar.texi (Other Toolbar Variables): | |
4534 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
4535 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
4536 * lispref/variables.texi (Creating Buffer-Local): | |
4537 * lispref/variables.texi (Variable Aliases): | |
4538 * lispref/windows.texi (Splitting Windows): | |
4539 * lispref/windows.texi (Deleting Windows): | |
4540 * lispref/windows.texi (Selecting Windows): | |
4541 * lispref/windows.texi (Cyclic Window Ordering): | |
4542 * lispref/windows.texi (Buffers and Windows): | |
4543 * lispref/windows.texi (Displaying Buffers): | |
4544 * lispref/windows.texi (Choosing Window): | |
4545 * lispref/windows.texi (Window Point): | |
4546 * lispref/windows.texi (Window Start): | |
4547 * lispref/windows.texi (Vertical Scrolling): | |
4548 * lispref/windows.texi (Horizontal Scrolling): | |
4549 * lispref/windows.texi (Resizing Windows): | |
4550 * lispref/windows.texi (Window Configurations): | |
4551 * lispref/x-windows.texi (X Selections): | |
4552 * lispref/x-windows.texi (Resources): | |
4553 * lispref/strings.texi (Creating Strings): | |
4554 * lispref/strings.texi (Character Codes): | |
4555 * lispref/strings.texi (Text Comparison): | |
4556 * lispref/strings.texi (String Conversion): | |
4557 * lispref/strings.texi (Formatting Strings): | |
4558 * lispref/strings.texi (Character Case): | |
4559 * lispref/strings.texi (Case Tables): | |
4560 * lispref/strings.texi (Char Table Types): | |
4561 * lispref/strings.texi (Working With Char Tables): | |
4562 Giant docstring parameter/Texinfo fixes. | |
4563 | |
4564 Don't use abbreviations for English words, especially when those | |
4565 words have other meanings. For example, use START, not BEG. | |
4566 Use OBJECT, not OBJ. | |
4567 Use VALUE, not VAL. | |
4568 Use BUFFER, not BUF. | |
4569 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
4570 Use CHARACTER, not CH or CHR. | |
4571 Use NUMBER, not NUM. | |
4572 Use COLUMN, not COL. | |
4573 Use POSITION, not POS. | |
4574 Use SYMBOL, not SYM. | |
4575 Use STRING, not STR. | |
4576 Use LIMIT, not LIM. | |
4577 Use OTHER-WINDOW-P, not OTHER-P. | |
4578 Use PRIORITY, not PRI. | |
4579 | |
4580 Use `non-nil', not `true'. | |
4581 | |
4582 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
4583 | |
4584 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
4585 | |
4586 Try to find better parameter names than ARG. | |
4587 | |
4588 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
4589 | |
4590 Use type information in parameter names. For example, use | |
4591 (make-bit-vector length bit), not (make-bit-vector length init). | |
4592 | |
4593 Completion functions should have parameters with names like | |
4594 PARTIAL-FILENAME instead of the misleading FILENAME. | |
4595 | |
4596 Type predicates should consistently take an OBJECT parameter, | |
4597 since any object is valid as input. | |
4598 | |
4599 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
4600 functions like next-window and next-frame that walk over window or | |
4601 frame lists. | |
4602 | |
4603 Deleted duplicated documentation for: | |
4604 one-window-p, format-insert-file | |
4605 | |
4606 Deleted 21 lines of VMS-specific texinfo documentation. | |
4607 | |
4608 Fixed up a few places where `_' was used in docstring parameter | |
4609 names instead of `-'. | |
4610 | |
4611 Fixed up places that used nil or t without @code. | |
4612 | |
4613 Fixed up places that erroneously used @code instead of @var. | |
4614 | |
4615 Fixed many typos. | |
4616 | |
4617 Fixed many places where the parameters mentioned in the docstring | |
4618 didn't match the actual parameters. | |
4619 | |
4620 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
4621 | |
4622 Fixed 40 places where docstrings were missing trailing `.' | |
4623 | |
4624 Fixed the texi documentation of 41 functions where the | |
4625 interactiveness of the function in the documentation did not match | |
4626 the implementation. | |
4627 | |
4628 Fixed 117 functions where the names of parameters in the texi was | |
4629 different from the names in the implementation. | |
4630 | |
4631 Fixed the texi documentation of 137 functions where the parameter | |
4632 list of the function in the texi was semantically different from | |
4633 the implementation. | |
4634 | |
4635 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
4636 | |
4637 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
4638 incorporate raw HTML output in the HTML version. | |
4639 | |
4640 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4641 | |
4642 * xemacs/menus.texi: | |
4643 * widget.texi: | |
4644 Typo fixes and tiny clarifications. | |
4645 | |
4646 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
4647 | |
4648 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
4649 Added Q2.1.25 - function not found due to package not installed. | |
4650 | |
4651 * xemacs/xemacs.texi: | |
4652 * xemacs/abbrevs.texi: | |
4653 * xemacs/basic.texi: | |
4654 * xemacs/building.texi: | |
4655 * xemacs/packages.texi: | |
4656 * xemacs/startup.texi: | |
4657 Moved "Packages" node to "Important General Concepts" section. | |
4658 | |
4659 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
4660 | |
442 | 4661 2000-10-04 Martin Buchholz <martin@xemacs.org> |
4662 | |
4663 * XEmacs 21.2.36 is released. | |
4664 | |
4665 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
4666 | |
4667 * lispref/processes.texi (Signals to Processes): Many corrections. | |
4668 | |
4669 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
4670 | |
4671 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
4672 | |
4673 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
4674 | |
4675 * *: Spelling mega-patch | |
4676 | |
4677 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
4678 | |
4679 * internals/internals.texi (Low-Level Modules): | |
4680 Correct the list of source files. | |
4681 | |
4682 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
4683 | |
4684 * emodules.texi (Introduction): Trivial typo fix. | |
4685 | |
4686 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4687 | |
4688 * emodules.texi (Initialization Mode): Spell-Check. | |
4689 | |
4690 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
4691 | |
4692 * lispref/databases.texi (Connecting to a Database): | |
4693 s/berkeley_db/berkeley-db/. Too much C programming. | |
4694 | |
4695 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
4696 | |
4697 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
4698 | |
4699 2000-07-30 Ben Wing <ben@xemacs.org> | |
4700 | |
4701 * xemacs\search.texi (Regexp Search): | |
4702 * xemacs\search.texi (Regexps): | |
4703 Synch up with updated docs below (describing non-greedy | |
4704 operators and such). | |
4705 | |
4706 2000-07-30 Ben Wing <ben@xemacs.org> | |
4707 | |
4708 * lispref\searching.texi (Syntax of Regexps): | |
4709 Document ??, which we've supported since 20.4. | |
4710 | |
4711 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
4712 | |
4713 * xemacs-faq.texi: Minor updates in first two sections | |
4714 | |
4715 2000-07-27 Andy Piper <andy@xemacs.org> | |
4716 | |
4717 * lispref/hash-tables.texi: add new hash table type. | |
4718 | |
4719 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
4720 | |
4721 * XEmacs 21.2.35 is released. | |
4722 | |
4723 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
4724 | |
4725 * Makefile: rm -f ==> $(RM) | |
4726 | |
4727 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
4728 | |
454 | 4729 * lispref/postgresql.texi: |
442 | 4730 - Don't mention ".so" extension. |
4731 - Make installation instructions more generic. | |
4732 - Mention M-x describe-installation. | |
4733 | |
4734 2000-07-08 Ben Wing <ben@xemacs.org> | |
4735 | |
4736 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
4737 Windows problem with binary locs and latest info. | |
4738 | |
4739 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
4740 | |
4741 * lispref/glyphs.texi: Fix trivial typos. | |
4742 * lispref/gutter.texi: Ditto. | |
4743 * lispref/loading.texi: Ditto. | |
4744 * lispref/postgresql.texi: Ditto. | |
4745 | |
4746 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
4747 | |
4748 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
4749 | |
4750 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
4751 | |
4752 * make-stds.texi: Fix trivial typos. | |
4753 * xemacs-faq.texi: Ditto. | |
4754 * internals/internals.texi: Ditto. | |
4755 * new-users-guide/edit.texi: Ditto. | |
4756 * new-users-guide/modes.texi: Ditto. | |
4757 * new-users-guide/region.texi: Ditto. | |
4758 | |
4759 2000-06-10 Ben Wing <ben@xemacs.org> | |
4760 | |
4761 * xemacs-faq.texi (Q6.1.2): | |
4762 * xemacs-faq.texi (Q6.1.5): | |
4763 * xemacs-faq.texi (Q6.1.6): | |
4764 Corrections for Cygwin, MinGW. | |
4765 | |
4766 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
4767 | |
4768 * xemacs/basic.texi: Fix trivial typos. | |
4769 * xemacs/buffers.texi: Fix trivial typos. | |
4770 * xemacs/building.texi: Ditto. | |
4771 * xemacs/glossary.texi: Ditto. | |
4772 * xemacs/gnu.texi: Ditto. | |
4773 * xemacs/help.texi: Ditto. | |
4774 * xemacs/keystrokes.texi: Ditto. | |
4775 * xemacs/programs.texi: Ditto. | |
4776 * xemacs/search.texi: Ditto. | |
4777 * xemacs/sending.texi: Ditto. | |
4778 | |
4779 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
4780 | |
4781 * XEmacs 21.2.34 is released. | |
4782 | |
4783 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4784 | |
4785 * xemacs/basic.texi: Document translation of tutorial. | |
4786 * xemacs/startup.texi: Remove lock-directory. | |
4787 * xemacs/enterings.texi: Update. | |
4788 | |
4789 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4790 | |
4791 * lispref/display.texi: | |
4792 * lispref/faces.texi: | |
4793 * lispref/glyphs.texi: | |
4794 * lispref/gutter.texi: | |
4795 * lispref/modes.texi: | |
4796 * lispref/specifiers.texi: | |
4797 * lispref/toolbar.texi: | |
4798 Update. Merge Ben's doc-string update. | |
4799 | |
4800 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4801 | |
4802 * xemacs/basic.texi: | |
4803 * xemacs/enterings.texi: | |
4804 * xemacs/mini.texi: | |
4805 Partial sync with FSF Emacs 20.6 and some update. | |
4806 | |
4807 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
4808 | |
4809 * XEmacs 21.2.33 is released. | |
4810 | |
4811 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4812 | |
4813 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
4814 | |
4815 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
4816 | |
4817 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
4818 internationalization APIs | |
4819 | |
4820 * lispref/lispref.texi: Updated LDAP-related menus | |
4821 | |
4822 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
4823 | |
4824 * XEmacs 21.2.32 is released. | |
4825 | |
4826 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
4827 | |
4828 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
4829 documentation to reflect the latest code. | |
4830 | |
4831 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
4832 | |
4833 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
4834 | |
4835 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
4836 * lispref/lispref.texi (Top): Ditto. | |
4837 * lispref/internationalization.texi: Ditto. | |
4838 | |
4839 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4840 | |
4841 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
4842 | |
4843 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4844 | |
4845 * xemacs-faq.texi: Put node before section. | |
4846 | |
4847 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
4848 | |
4849 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
4850 | |
4851 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
4852 | |
4853 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
4854 | |
4855 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4856 | |
4857 * xemacs/xemacs.texi: Detailed menu update. | |
4858 | |
4859 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4860 | |
4861 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
4862 | |
4863 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4864 | |
4865 * lispref/minibuf.texi: Add default argument documentation. | |
4866 | |
4867 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
4868 | |
4869 * internals/internals.texi (lrecords): Update docs for new lisp | |
4870 object representation. | |
4871 | |
4872 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
4873 | |
4874 * internals/internals.texi (Techniques for XEmacs Developers): | |
4875 Document INLINE_HEADER and how to create macros and inline functions. | |
4876 Cleanup entire section. | |
4877 | |
2069 | 4878 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4879 |
4880 * man/lispref/gutter.texi: New file describing gutter API. | |
4881 | |
4882 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
4883 | |
4884 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
4885 | |
2069 | 4886 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4887 |
4888 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
4889 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
4890 toolbars, and gutters as optional components of frames, with | |
4891 pointers to descriptions. | |
4892 | |
2069 | 4893 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 4894 |
4895 * man/lispref/mule.texi: Substantial reorganization and | |
4896 revision for style of descriptions of character sets, | |
4897 encodings, and coding systems. Addition of a complete table | |
4898 of coding systems as of XEmacs 21.2.19. | |
4899 | |
4900 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
4901 | |
4902 * XEmacs 21.2.31 is released. | |
4903 | |
4904 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
4905 | |
4906 * XEmacs 21.2.30 is released. | |
4907 | |
4908 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
4909 | |
4910 * internals/internals.texi: Made texinfmt-friendly. | |
4911 | |
4912 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
4913 | |
4914 * lispref/backups.texi (Numbered Backups): | |
4915 * xemacs/files.texi (Backup Deletion): | |
4916 Change trim-versions-without-asking to delete-old-versions. | |
4917 | |
4918 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
4919 | |
4920 * internals/internals.texi (Conversion to and from External Data): | |
4921 Document TO_EXTERNAL_FORMAT and friends. | |
4922 Doc bug fixes. | |
4923 | |
4924 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
4925 | |
4926 * XEmacs 21.2.29 is released. | |
4927 | |
4928 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
4929 | |
4930 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
4931 | |
4932 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
4933 | |
4934 * lispref/symbols.texi (Object Plists): | |
4935 Document `object-plist'. | |
4936 Document `remprop'. | |
4937 Rework all plist frobbing docs for accuracy. | |
4938 | |
440 | 4939 2000-02-07 Martin Buchholz <martin@xemacs.org> |
4940 | |
4941 * XEmacs 21.2.28 is released. | |
4942 | |
4943 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
4944 | |
4945 * cl.texi: Remove (or replace by `get') references to `get*'. | |
4946 | |
4947 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4948 | |
4949 * widget.texi: | |
4950 * internals/internals.texi: | |
4951 * lispref/commands.texi: | |
4952 * lispref/consoles-devices.texi: | |
4953 * lispref/customize.texi: | |
4954 * lispref/dialog.texi: | |
4955 * lispref/extents.texi: | |
4956 * lispref/faces.texi: | |
4957 * lispref/glyphs.texi: | |
4958 * lispref/keymaps.texi: | |
4959 * lispref/lists.texi: | |
4960 * lispref/markers.texi: | |
4961 * lispref/menus.texi: | |
4962 * lispref/mule.texi: | |
4963 * lispref/objects.texi: | |
4964 * lispref/specifiers.texi: | |
4965 * lispref/toolbar.texi: | |
4966 * lispref/tooltalk.texi: | |
4967 * lispref/x-windows.texi: | |
4968 * new-users-guide/custom2.texi: | |
4969 * new-users-guide/help.texi: | |
4970 * new-users-guide/modes.texi: | |
4971 * xemacs/abbrevs.texi: | |
4972 * xemacs/buffers.texi: | |
4973 * xemacs/custom.texi: | |
4974 * xemacs/help.texi: | |
4975 * xemacs/keystrokes.texi: | |
4976 * xemacs/mini.texi: | |
4977 * xemacs/new.texi: | |
4978 * xemacs/packages.texi: | |
4979 * xemacs/programs.texi: | |
4980 * xemacs/sending.texi: | |
4981 Change ' -- ' to '---' since Texinfo formats --- to --. | |
4982 Untabify. TeX doesn't like TAB. | |
4983 | |
4984 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
4985 | |
4986 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
4987 21.2.* | |
4988 | |
4989 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4990 | |
4991 * xemacs-faq.texi: Untabify. | |
442 | 4992 |
440 | 4993 2000-01-22 Martin Buchholz <martin@xemacs.org> |
4994 | |
4995 * internals/internals.texi (General Coding Rules): Document why we | |
4996 #include <config.h> | |
4997 | |
4998 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
4999 | |
5000 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 5001 |
440 | 5002 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
5003 | |
5004 * lispref/faces.texi (Face Properties): Document | |
5005 remove-face-property. | |
5006 | |
438 | 5007 2000-01-18 Martin Buchholz <martin@xemacs.org> |
5008 | |
5009 * XEmacs 21.2.27 is released. | |
5010 | |
5011 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5012 | |
5013 * xemacs/regs.texi: Synch with FSF 20.5. | |
5014 | |
5015 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5016 | |
5017 * info.texi: Change cross reference from emacs to xemacs. | |
5018 | |
5019 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5020 | |
5021 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
5022 | |
5023 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
5024 | |
5025 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
5026 | |
5027 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
5028 | |
5029 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
5030 | |
5031 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
5032 | |
5033 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
5034 | |
5035 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
5036 | |
5037 * xemacs-faq.texi: Updated Macintosh information, | |
5038 updated OS/2 info, changed turn-on-pending-delete answer. | |
5039 | |
5040 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
5041 | |
5042 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
5043 | |
5044 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
5045 | |
5046 * lispref/control.texi (Signaling Errors): Document that `signal' | |
5047 is continuable. | |
5048 (Signaling Errors): Document `cerror', `signal-error', and | |
5049 `check-argument-type'. | |
5050 (Handling Errors): Mention `debug-on-signal'. | |
5051 (Error Symbols): Document `define-error'. | |
5052 (Processing of Errors): Document `display-error' and | |
5053 `error-message-string'. | |
5054 | |
5055 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5056 | |
5057 * internals/internals.texi: Remove latin-1 char. | |
5058 | |
5059 2000-01-05 Didier Verna <didier@xemacs.org> | |
5060 | |
5061 * xemacs/custom.texi (Key bindings using strings): add missing | |
5062 whitespace. | |
5063 | |
5064 * xemacs/xemacs.texi (Top): | |
5065 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
5066 node. | |
5067 | |
5068 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5069 | |
5070 * lispref/minibuf.texi (Reading a Password): New section. | |
5071 | |
5072 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5073 | |
5074 * lispref/minibuf.texi: Remove documentation about | |
5075 minibuffer-local-ns-map, read-no-blanks-input. | |
5076 | |
5077 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5078 | |
5079 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
5080 Add description about DEFAULT argument of reading functions. | |
5081 | |
436 | 5082 1999-12-31 Martin Buchholz <martin@xemacs.org> |
5083 | |
5084 * XEmacs 21.2.26 is released. | |
5085 | |
5086 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
5087 | |
5088 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
5089 | |
434 | 5090 1999-12-24 Martin Buchholz <martin@xemacs.org> |
5091 | |
5092 * XEmacs 21.2.25 is released. | |
5093 | |
5094 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
5095 | |
5096 * lispref/text.texi (Near Point): Document `char-before'. | |
5097 | |
5098 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
5099 | |
5100 * widget.texi: Fix typos and possessive singular errors. Break | |
5101 long sentences for readability. Remove some redundant commas. | |
5102 | |
5103 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
5104 | |
442 | 5105 * lispref/functions.texi (Mapping Functions): |
434 | 5106 Warn about mapping functions modifying their sequences. |
5107 | |
5108 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
5109 | |
5110 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
5111 | |
432 | 5112 1999-12-14 Martin Buchholz <martin@xemacs.org> |
5113 | |
5114 * XEmacs 21.2.24 is released. | |
5115 | |
5116 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5117 | |
5118 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 5119 instead of PACKAGEPATH |
432 | 5120 From Marcus Harnisch <harnisch@mikrom.de> |
5121 | |
430 | 5122 1999-12-07 Martin Buchholz <martin@xemacs.org> |
5123 | |
5124 * XEmacs 21.2.23 is released. | |
5125 | |
5126 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
5127 | |
5128 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
5129 | |
5130 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
5131 | |
442 | 5132 * info.texi (Top): |
430 | 5133 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 5134 * texinfo.texi (Top): |
430 | 5135 Revert to pre-texinfo-4.0 version, plus small changes to make |
5136 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
5137 | |
5138 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
5139 | |
5140 * xemacs-faq.texi: fixed and commented out bad URL links | |
5141 | |
428 | 5142 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
5143 | |
5144 * XEmacs 21.2.22 is released | |
5145 | |
5146 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
5147 | |
5148 * XEmacs 21.2.21 is released. | |
5149 | |
5150 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
5151 | |
5152 * internals.texi (Lstream Functions): | |
5153 * internals.texi (Lstream Methods): | |
5154 Types have changed to size_t and ssize_t. Document them. | |
5155 | |
5156 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5157 | |
5158 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
5159 XEmacs 21 | |
5160 | |
5161 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
5162 | |
5163 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 5164 |
428 | 5165 * Makefile: |
5166 - Make sure the default target is `info' instead of cl.info. | |
5167 - Use $(INFODIR) consistently where appropriate. | |
5168 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
5169 - Comment out unused macros: EMACS EMACSFLAGS | |
5170 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
5171 - Get dependencies up to date. | |
5172 | |
5173 * internals/Makefile: | |
5174 * xemacs/Makefile: | |
5175 * lispref/Makefile: | |
5176 * new-users-guide/Makefile: | |
5177 * lispref/index.perm: | |
5178 * lispref/index.unperm: | |
5179 * lispref/permute-index: | |
5180 * internals/index.perm: | |
5181 * internals/index.unperm: | |
5182 Remove these Makefiles. | |
5183 Include all functionality in man/Makefile. | |
5184 Support only non-permuted indexes for simplicity. | |
5185 | |
5186 * emodules.texi: | |
5187 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
5188 | |
5189 * lispref/commands.texi: | |
5190 * lispref/display.texi: | |
5191 * lispref/faces.texi: | |
5192 * lispref/functions.texi: | |
5193 * lispref/keymaps.texi: | |
5194 * lispref/lists.texi: | |
5195 * lispref/modes.texi: | |
5196 * lispref/objects.texi: | |
5197 * lispref/os.texi: | |
5198 * lispref/sequences.texi: | |
5199 * lispref/strings.texi: | |
5200 * lispref/text.texi: | |
5201 * new-users-guide/custom1.texi: | |
5202 * xemacs/custom.texi: | |
5203 * xemacs/menus.texi: | |
5204 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
5205 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
5206 - Replace @var{(foo)} with (@var{foo}), etc... | |
5207 | |
5208 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
5209 | |
5210 * texinfo.tex: | |
5211 * texinfo.texi: | |
5212 * info.texi: | |
5213 * standards.texi: | |
5214 * make-stds.texi: | |
5215 Import FSF-maintained files from texinfo-4.0. | |
5216 | |
5217 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5218 | |
5219 * XEmacs 21.2.20 is released | |
5220 | |
5221 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
5222 | |
5223 * xemacs/packages.texi (Using Packages): Added description of | |
5224 package-get-package-provider. | |
5225 | |
5226 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
5227 | |
5228 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
5229 | |
434 | 5230 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 5231 |
5232 * xemacs/programs.texi (Balanced Editing): Remove broken | |
5233 line-break. | |
5234 | |
5235 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
5236 menus. | |
5237 (Q1.4.1): ditto. | |
5238 (Q1.4.3): ditto. | |
5239 (Q2.0.5): Hyphenate words. | |
5240 | |
5241 * info.texi (Add): Fix one typo. | |
5242 | |
5243 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
5244 | |
5245 * internals/internals.texi (Garbage Collection - Step by Step): | |
5246 just added some dots to shut up compile warnings. | |
5247 | |
5248 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
5249 | |
5250 * internals/internals.texi (Garbage Collection - Step by Step): | |
5251 new section in chapter Allocation of Objects in XEmacs Lisp. | |
5252 | |
5253 1999-07-28 Andy Piper <andy@xemacs.org> | |
5254 | |
5255 * internals.texi (Glyphs): add some glyph documentation. | |
5256 | |
5257 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5258 | |
5259 * XEmacs 21.2.19 is released | |
5260 | |
434 | 5261 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5262 |
5263 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
5264 @macro (unsupported by texinfo package). Remove stray @code. | |
5265 * custom.texi: Add info extension to @setfilename. | |
5266 * texinfo.texi: Ditto. | |
5267 * widget.texi: Ditto. | |
5268 * packages.texi: Reword a sentence, fixing @item Decide where to | |
5269 install ... | |
5270 | |
442 | 5271 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 5272 |
5273 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
5274 entry. They are implemented. | |
5275 | |
5276 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5277 | |
5278 * XEmacs 21.2.18 is released | |
5279 | |
5280 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5281 | |
5282 * XEmacs 21.2.17 is released | |
5283 | |
5284 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5285 | |
5286 * XEmacs 21.2.16 is released | |
5287 | |
5288 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5289 | |
5290 * XEmacs 21.2.15 is released | |
5291 | |
5292 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
5293 | |
5294 * custom.texi, external-widget.texi: Minor | |
5295 fix to get info DIR entry correct. | |
5296 | |
5297 1999-05-22 Vin Shelton <acs@xemacs.org> | |
5298 | |
5299 * xemacs/cmdargs.texi: | |
5300 Document -private. | |
5301 | |
5302 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
5303 | |
5304 * Makefile: Added `emodules.info' to info targets. | |
5305 | |
5306 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
5307 | |
5308 * internals/internals.texi (The XEmacs Object System | |
5309 (Abstractly Speaking)): typo. | |
5310 | |
5311 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
5312 | |
5313 * lispref/text.texi (Substitution): Document improvements in | |
5314 `translate-region'. | |
5315 | |
5316 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5317 | |
5318 * XEmacs 21.2.14 is released | |
5319 | |
5320 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
5321 | |
5322 * man/internals/internals.texi: | |
5323 * man/lispref/lispref.texi: | |
5324 * man/new-users-guide/new-users-guide.texi: | |
5325 * man/xemacs/xemacs.texi: | |
5326 * man/cl.texi: | |
5327 * man/custom.texi: | |
5328 * man/term.texi: | |
5329 * man/termcap.texi: | |
5330 * man/widget.texi: | |
5331 * man/xemacs-faq.texi: | |
5332 * man/external-widget.texi: | |
5333 Added info dir entries so install-info will add them to | |
5334 the common `dir' file. | |
5335 | |
2069 | 5336 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 5337 |
5338 * man/lispref/mule.texi: Document CCL | |
5339 - add sections: syntax, statements, expressions, and examples. | |
5340 - fix naming and description errors. | |
5341 - update links in neighboring nodes. | |
5342 | |
5343 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5344 | |
5345 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
5346 | |
5347 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
5348 | |
5349 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
5350 Appearance) | |
5351 | |
5352 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5353 | |
5354 * XEmacs 21.2.13 is released | |
5355 | |
5356 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5357 | |
5358 * XEmacs 21.2.12 is released | |
5359 | |
5360 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5361 | |
5362 * XEmacs 21.2.11 is released | |
5363 | |
5364 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5365 | |
5366 * XEmacs 21.2.10 is released | |
5367 | |
5368 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5369 | |
5370 * XEmacs 21.2.9 is released | |
5371 | |
434 | 5372 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 5373 |
5374 * internals\internals.texi (Techniques for XEmacs Developers): | |
5375 Fixing documentation. | |
5376 (Basic Lisp Modules): ditto. | |
5377 | |
5378 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
5379 | |
5380 * emodules.texi: New file to describe XEmacs modules. | |
5381 | |
5382 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
5383 | |
5384 * XEmacs 21.2.8 is released. | |
5385 | |
5386 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
5387 | |
5388 * XEmacs 21.2.7 is released. | |
5389 | |
5390 1998-12-16 Andy Piper <andy@xemacs.org> | |
5391 | |
5392 * XEmacs 21.2.6 is released | |
5393 | |
5394 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
5395 | |
5396 * XEmacs 21.2.5 is released | |
5397 | |
5398 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
5399 | |
5400 * xemacs/startup.texi (Startup Paths): | |
5401 * xemacs/custom.texi (Widgets): | |
5402 * xemacs-faq.texi (Q3.0.5): | |
5403 * xemacs-faq.texi (Top): | |
5404 | |
5405 * widget.texi (info-link): | |
5406 | |
5407 * lispref/objects.texi (Type Predicates): | |
5408 * lispref/objects.texi (Hash Table Type): | |
5409 * lispref/objects.texi (Primitive Types): | |
5410 * lispref/objects.texi (Lisp Data Types): | |
5411 * lispref/macros.texi (Backquote): | |
5412 * lispref/hash-tables.texi (Weak Hash Tables): | |
5413 * lispref/hash-tables.texi: | |
5414 * lispref/errors.texi (Standard Errors): | |
5415 * lispref/compile.texi (Disassembly): | |
5416 * lispref/compile.texi (Compiled-Function Objects): | |
5417 * lispref/compile.texi (Eval During Compile): | |
5418 * lispref/compile.texi (Docs and Compilation): | |
5419 * lispref/compile.texi (Compilation Functions): | |
5420 * lispref/compile.texi (Speed of Byte-Code): | |
5421 * lispref/compile.texi (Byte Compilation): | |
5422 * lispref/building.texi (Garbage Collection): | |
5423 | |
5424 * internals/internals.texi (Simple Special Forms): | |
5425 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
5426 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
5427 * internals/internals.texi (String): | |
5428 * internals/internals.texi (Introduction to Allocation): | |
5429 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
5430 * internals/internals.texi (Modules for Internationalization): | |
5431 * internals/internals.texi (Modules for Interfacing with X Windows): | |
5432 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
5433 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
5434 * internals/internals.texi (Modules for Interfacing with the File System): | |
5435 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
5436 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
5437 * internals/internals.texi (Editor-Level Control Flow Modules): | |
5438 * internals/internals.texi (Modules for Standard Editing Operations): | |
5439 * internals/internals.texi (Basic Lisp Modules): | |
5440 * internals/internals.texi (Low-Level Modules): | |
5441 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
5442 * internals/internals.texi (An Example of Mule-Aware Code): | |
5443 * internals/internals.texi (Working With Character and Byte Positions): | |
5444 * internals/internals.texi (Writing Lisp Primitives): | |
5445 * internals/internals.texi (General Coding Rules): | |
5446 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
5447 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
5448 * internals/internals.texi (XEmacs From the Perspective of Building): | |
5449 * internals/internals.texi (The Lisp Language): | |
5450 * internals/internals.texi (Top): | |
5451 * internals/internals.texi: | |
5452 - rewrite Internals manual | |
5453 | |
5454 * cl.texi (Porting Common Lisp): | |
5455 * cl.texi (Hash Tables): | |
5456 * cl.texi (Association Lists): | |
5457 * cl.texi (Declarations): | |
5458 * cl.texi (For Clauses): | |
5459 * cl.texi (Basic Setf): | |
5460 * cl.texi (Equality Predicates): | |
5461 - mega patch | |
5462 | |
5463 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
5464 | |
5465 * XEmacs 21.2-beta4 is released. | |
5466 | |
5467 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
5468 | |
5469 * XEmacs 21.2-beta3 is released. | |
5470 | |
5471 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
5472 | |
5473 * Makefile (MAKEINFO): Undo no-split change. | |
5474 | |
5475 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
5476 | |
5477 * XEmacs 21.2-beta2 is released. | |
5478 | |
5479 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
5480 | |
5481 * lispref/customize.texi: New file. | |
5482 | |
5483 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
5484 | |
5485 * internals/internals.texi (Coding for Mule): New node and | |
5486 section. | |
5487 | |
5488 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5489 | |
5490 * xemacs/packages.texi: Document manually installing binary packages. | |
5491 | |
5492 1998-09-02 Jeff Miller <jmiller@smart.net> | |
5493 | |
5494 * Synch calendar.texi with Emacs 20.3 | |
5495 | |
5496 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
5497 | |
5498 * xemacs/packages.texi: Correct and update package documentation. | |
5499 Updated the package installation section to mention the visual | |
5500 package browser/installer. | |
5501 | |
5502 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
5503 | |
5504 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
5505 specifics. | |
5506 | |
5507 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
5508 | |
5509 * lispref/files.texi (User Name Completion): new section. | |
5510 | |
434 | 5511 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 5512 |
5513 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
5514 @itemize @bullet (this is what all other files included in | |
5515 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
5516 | |
5517 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5518 | |
5519 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
5520 | |
5521 * xemacs/xemacs.texi: | |
5522 * xemacs/packages.texi: More packages documentation. | |
5523 | |
5524 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
5525 | |
5526 * XEmacs 21.2-beta1 is released. | |
5527 | |
5528 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
5529 | |
5530 * XEmacs 21.0-pre5 is released. | |
5531 | |
5532 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5533 | |
5534 * XEmacs 21.0-pre4 is released. | |
5535 | |
5536 1998-07-09 Oliver Graf <ograf@fga.de> | |
5537 | |
5538 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
5539 | |
5540 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
5541 | |
5542 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
5543 damage in transit. | |
5544 | |
5545 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
5546 | |
5547 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
5548 | |
5549 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
5550 | |
5551 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
5552 | |
5553 * lispref/Makefile: Added ldap.texi to srcs | |
5554 | |
5555 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
5556 | |
5557 * standards.texi (Preface): Revert previous change to @node | |
5558 because it doesn't pass makeinfo. | |
5559 | |
434 | 5560 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 5561 |
5562 * cl.texi: See ALL. | |
5563 * info-stnd.texi: Fixed @setfilename. | |
5564 * info.texi: Fixed @setfilename and a typo. | |
5565 * standards.texi: Added NEXT to @node Preface. See ALL. | |
5566 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 5567 changed some occurrences of `:' to `colon'. |
428 | 5568 * xemacs-faq.texi: See ALL. |
5569 * internals/internals.texi: See ALL. | |
5570 * lispref/back.texi: Fixed @setfilename. | |
5571 * lispref/compile.texi: See ALL. | |
5572 * lispref/debugging.texi: See ALL. | |
5573 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
5574 * lispref/eval.texi: See ALL. | |
5575 * lispref/extents.texi: See ALL. | |
5576 * lispref/loading.texi: See ALL. | |
5577 * lispref/searching.texi: Escaped `(' in | |
5578 @cindex @samp{(?:} in regex | |
5579 * lispref/variables.texi: See ALL. | |
5580 | |
5581 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
5582 | |
5583 * xemacs/calendar.texi: Massive update. | |
5584 From Jeff Miller <jmiller@smart.net> | |
5585 | |
5586 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
5587 | |
5588 * xemacs/abbrevs.texi: | |
5589 * xemacs/basic.texi: | |
5590 * xemacs/buildings.texi: | |
5591 * xemacs/cmdargs.texi: | |
5592 * xemacs/files.texi: | |
5593 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
5594 and packages.texi stuff. | |
5595 | |
5596 * xemacs/startup.texi: | |
5597 * xemacs/packages.texi: Created. | |
5598 | |
434 | 5599 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 5600 |
5601 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5602 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5603 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5604 happy. Fixed refs broken by a previous patch of mine. | |
5605 | |
5606 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
5607 | |
5608 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
5609 | |
5610 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
5611 | |
5612 * lispref/windows.texi (Resizing Windows): document third optional | |
5613 WINDOW argument to enlarge-window and shrink-window. | |
5614 (Selecting Windows): document select-window optional norecord | |
5615 argument. | |
5616 (Size of Window): document window-text-area-pixel-height and | |
5617 window-text-area-pixel-width. | |
5618 (Size of Window): document window-displayed-text-pixel-height. | |
5619 (Position of Window): document window-text-area-pixel-edges. | |
5620 | |
5621 * lispref/positions.texi (Screen Lines): cleanup docs for | |
5622 vertical-motion and vertical-motion-pixels. | |
5623 | |
5624 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5625 | |
5626 * lispref/windows.texi (Resizing Windows): Document | |
5627 `enlarge-window-pixels' and `shrink-window-pixels'. | |
5628 | |
5629 * lispref/positions.texi (Screen Lines): Update documentation of | |
5630 `vertical-motion'. | |
5631 (Screen Lines): Document `vertical-motion-pixels'. | |
5632 | |
5633 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
5634 `save-selected-frame' and `with-selected-frame'. | |
5635 | |
5636 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5637 | |
5638 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
5639 | |
5640 * lispref/files.texi (Unique File Names): Update docs for | |
5641 `make-temp-name'; document `temp-directory'. | |
5642 | |
5643 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
5644 | |
5645 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
5646 | |
5647 * lispref/specifiers.texi (Specifier Instancing): Correct | |
5648 instantiation order. | |
5649 (Specifier Instancing Functions): Ditto. | |
5650 | |
5651 1998-06-11 Oliver Graf <ograf@fga.de> | |
5652 | |
5653 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
5654 * lispref/modes.texi: references to Drag'n'Drop fixed | |
5655 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
5656 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
5657 added some docu about the drop procedure | |
5658 | |
434 | 5659 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 5660 |
5661 * info-stnd.texi: added ../info/ to @setfilename. | |
5662 * info.texi: added ../info/ to @setfilename. | |
5663 * lispref/commands.texi: see ALL. | |
5664 * lispref/frames.texi: see ALL. | |
5665 * lispref/os.texi: see ALL. | |
5666 * lispref/text.texi: see ALL. | |
5667 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
5668 * new-users-guide/custom2.texi: see ALL. | |
5669 * new-users-guide/edit.texi: see ALL. | |
5670 * new-users-guide/enter.texi: see ALL. | |
5671 * new-users-guide/files.texi: see ALL. | |
5672 * new-users-guide/help.texi | |
5673 * new-users-guide/modes.texi: see ALL. | |
5674 * new-users-guide/new-users-guide.texi: see ALL. | |
5675 * new-users-guide/region.texi: see ALL. | |
5676 * new-users-guide/search.texi: see ALL. | |
5677 * new-users-guide/xmenu.texi: see ALL. | |
5678 * standards.texi: added ../info/ to @setfilename. | |
5679 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
5680 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
5681 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
5682 happy. | |
5683 * xemacs-faq.texi: added ../info/ to @setfilename. | |
5684 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
5685 p?xefs (most were empty, some elisp and emacs), used | |
5686 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
5687 User's Manual" respectively for all these. | |
5688 | |
5689 1998-06-01 Oliver Graf <ograf@fga.de> | |
5690 | |
5691 * lispref/dragndrop.texi: added experimental | |
5692 | |
5693 1998-05-28 Oliver Graf <ograf@fga.de> | |
5694 | |
5695 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
5696 | |
5697 1998-05-26 Oliver Graf <ograf@fga.de> | |
5698 | |
5699 * lispref/dragndrop.texi: only small changes | |
5700 | |
933 | 5701 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 5702 |
5703 * xemacs/killing.texi: Properly document `zap-to-char'. | |
5704 | |
5705 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
5706 | |
5707 * lispref/frames.texi (Input Focus): cleanup select-frame | |
5708 documentation. | |
5709 | |
5710 1998-05-10 Oliver Graf <ograf@fga.de> | |
5711 | |
5712 * lispref/dragndrop.texi: new section for the DnD API | |
5713 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
5714 modes | |
5715 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
5716 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
5717 | |
5718 1998-05-05 Oliver Graf <ograf@fga.de> | |
5719 | |
5720 * commands.texi: exchange of dnd-drop with misc-user | |
5721 | |
5722 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
5723 | |
5724 * internals.texi (Techniques for XEmacs Developers): Add some more | |
5725 comments on adding new files, inspired by Olivier Galibert. | |
5726 | |
5727 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
5728 | |
5729 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
5730 scroll-conservatively. | |
5731 | |
5732 * lispref/loading.texi (Named Features): Document advanced args to | |
5733 `feature'. | |
5734 | |
5735 * lispref/files.texi (File Name Expansion): Document that | |
5736 expand-file-name does not treat // and ~/ in the middle of file | |
5737 names specially. | |
5738 | |
5739 * lispref/positions.texi (Excursions): Document | |
5740 `with-current-buffer' and `with-temp-file'. | |
5741 | |
5742 * lispref/strings.texi (Formatting Strings): Document `%*' | |
5743 construct. | |
5744 | |
5745 * lispref/os.texi (Time Conversion): Document that TIME may be | |
5746 omitted from format-time-string. | |
5747 | |
5748 * lispref/strings.texi (String Conversion): Document BASE argument | |
5749 to `string-to-number'. | |
5750 | |
5751 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
5752 constructs documentation. | |
5753 (Regexp Search): Document `split-string'. | |
5754 | |
5755 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
5756 | |
5757 * xemacs/killing.texi (Active Regions): Document that errors no | |
5758 longer highlight the region. | |
5759 | |
5760 * lispref/display.texi (The Echo Area): Document message log | |
5761 stuff, including `display-message', `lmessage', `clear-message', | |
5762 (Warnings): Document warning stuff. | |
5763 | |
5764 * lispref/commands.texi (Working With Events): Update `make-event' | |
5765 for misc-user events. | |
5766 (Using Interactive): Document `function-interactive'. | |
5767 | |
5768 * lispref/os.texi (System Environment): Document USE-FLOATS | |
5769 argument to `load-average'. | |
5770 (User Identification): Document the new semantics of | |
5771 `user-full-name'. | |
5772 | |
5773 * lispref/strings.texi (Creating Strings): Document `string' | |
5774 function. | |
5775 | |
5776 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
5777 | |
5778 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
5779 comparison functions. | |
5780 | |
5781 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
5782 | |
5783 * lispref/frames.texi (Input Focus): Document behavior of | |
5784 select-frame wrt focus-follows-mouse. | |
5785 | |
5786 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
5787 | |
5788 * Makefile: Support generic makes by avoiding `%' syntax. | |
5789 It breaks my heart to uglify the Makefile like this, but this is | |
5790 going to be a perpetual FAQ otherwise. | |
5791 General cleanup. | |
5792 Comment out w3 and vm info rules. | |
5793 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
5794 | |
2069 | 5795 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 5796 |
5797 * xemacs/frame.texi: Document cursor appearance at end of line. | |
5798 | |
5799 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
5800 | |
5801 * internals/internals.texi (GCPROing): Explain when it is | |
5802 necessary to GCPRO function parameters. | |
5803 | |
5804 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
5805 | |
5806 * internals/internals.texi (Writing Lisp Primitives): Updated | |
5807 definition of For(). | |
5808 | |
5809 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
5810 | |
5811 * lispref/menus.texi: Use recommended forms in examples. | |
5812 | |
5813 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5814 | |
5815 * cl.texi (Creating Symbols): Tell a little bit about the new | |
5816 handling of gensyms. | |
5817 | |
5818 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
5819 | |
5820 * xemacs/custom.texi (X Resources): update to describe automatic | |
5821 setting of x-emacs-application-class. | |
5822 | |
5823 * lispref/x-windows.texi (Resources): update doc for | |
5824 x-emacs-application-class. | |
5825 | |
5826 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5827 | |
5828 * cl.texi (Equality Predicates): Update to reflect change to | |
5829 `equalp' made in "cl-extra.el" - now compares characters case | |
5830 insensitively. | |
5831 | |
5832 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
5833 | |
5834 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
5835 | |
5836 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5837 | |
5838 * lispref/display.texi (Beeping): Linux has sound too. | |
5839 | |
5840 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
5841 | |
5842 * cl.texi (Argument Lists): Keywords are handled specially by | |
5843 XEmacs. | |
5844 (Porting Common Lisp): XEmacs backquotes are OK. | |
5845 | |
5846 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5847 | |
5848 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
5849 syntax for integers. | |
434 | 5850 From Adrian Aichner <adrian@xemacs.org> |
428 | 5851 * cl.texi (Porting Common Lisp): ' ' |
5852 * lispref/numbers.texi (Numbers): ' ' | |
5853 | |
5854 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
5855 | |
5856 * lispref/searching.texi (Regular Expressions): Document the | |
5857 recent regular expression syntax extensions. | |
5858 | |
5859 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
5860 | |
5861 * internals/internals.texi: Remove all mocklisp references. | |
5862 | |
5863 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
5864 | |
5865 * Makefile (SUBDIR): skk and gnats are packaged. | |
5866 | |
5867 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
5868 | |
5869 * lispref/lispref.texi: Update to 20.5/v3.3. | |
5870 | |
5871 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
5872 | |
5873 * Makefile: Don't stop on errors. | |
5874 | |
5875 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
5876 | |
5877 * Makefile: add skk manual. | |
5878 | |
5879 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
5880 | |
5881 * internals/internals.texi (XEmacs): Updated history section. | |
5882 | |
5883 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
5884 | |
5885 * lispref/compile.texi (Compilation Functions): Plug in the real | |
5886 return value. | |
5887 (Speed of Byte-Code): Ditto. | |
5888 (Compilation Functions): Ditto. | |
5889 (Compiled-Function Objects): Ditto. | |
5890 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
5891 previous value was embarrassing). | |
5892 | |
5893 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
5894 | |
5895 * Makefile (srcs): vhdl-mode has been packaged. | |
5896 | |
5897 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
5898 | |
5899 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
5900 | |
5901 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
5902 | |
5903 * lispref/commands.texi (Working With Events): Document fully. | |
5904 | |
5905 * lispref/windows.texi (Vertical Scrolling): Document | |
5906 scroll-conservatively. | |
5907 | |
5908 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
5909 | |
5910 * lispref/extents.texi (Intro to Extents): Minor correction. | |
5911 (Extent Properties): Document `extent-keymap'. | |
5912 | |
5913 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
5914 | |
5915 * xemacs/mule.texi (Mule): Modify description about supported | |
5916 scripts. | |
5917 | |
5918 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
5919 | |
5920 * xemacs/mule.texi: Add description for | |
5921 `universal-coding-system-argument'. | |
5922 | |
5923 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
5924 | |
5925 * internals/internals.texi: XEmacs 19.16 is released. | |
5926 | |
5927 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
5928 | |
5929 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
5930 been packaged. | |
5931 | |
5932 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
5933 | |
5934 * xemacs-faq.texi: Added the detailed menu listing. | |
5935 | |
5936 * lispref/extents.texi (Extent Properties): Documented | |
5937 `set-extent-properties'. | |
5938 | |
5939 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
5940 | |
5941 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
5942 | |
5943 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
5944 From Rebecca Ore <rebecca.ore@op.net> | |
5945 | |
5946 * lispref/databases.texi (Connecting to a Database): Describe | |
5947 valid types of `type' and `subtype'. | |
5948 From Raymond Toy <toy@rtp.ericsson.se> | |
5949 | |
5950 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
5951 | |
5952 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
5953 reference to (emacs) into a reference to (xemacs). | |
5954 | |
5955 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
5956 | |
5957 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
5958 to prevent line wrap. | |
5959 | |
5960 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
5961 | |
5962 * gnats/flowchart.eps: New file. | |
5963 | |
5964 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
5965 | |
5966 * xemacs/custom.texi (Easy Customization): Ditto. | |
5967 | |
5968 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
5969 | |
5970 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
5971 | |
5972 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
5973 if someone hasn't upgraded makeinfo. | |
5974 | |
5975 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
5976 * tm/Makefile (EMACS): Ditto. | |
5977 | |
5978 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
5979 | |
5980 * cl.texi (Type Predicates): Update for corrected handling of | |
5981 `string-char' and `character'. | |
5982 | |
5983 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5984 | |
5985 * cc-mode.texi: | |
5986 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
5987 | |
5988 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5989 | |
5990 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
5991 | |
5992 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
5993 | |
5994 * cc-mode.texi: | |
5995 Added description of template-args-cont syntactic symbol | |
5996 | |
5997 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
5998 | |
5999 * cc-mode.texi: Describe support for idl-mode | |
6000 | |
6001 * cc-mode.texi: | |
6002 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
6003 section on byte compiling the source. | |
6004 | |
6005 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
6006 | |
6007 * lispref/streams.texi: "Output Streams", change `last-output' | |
6008 result list from integers to characters. | |
6009 | |
6010 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
6011 | |
6012 * lispref/minibuf.texi: "Minibuffer History", add | |
6013 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
6014 short paragraph refering to `M-x apropos'. | |
6015 | |
6016 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
6017 | |
6018 * Makefile: makeinfo-1.68 is verified to work. | |
6019 | |
6020 * tm/Makefile (../../info/%-ja.info): Die if not running | |
6021 XEmacs/Mule. | |
6022 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
6023 | |
6024 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6025 | |
6026 * cc-mode.texi: | |
6027 Describe the variable c-indent-comments-syntactically-p. | |
6028 | |
6029 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
6030 | |
6031 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
6032 `Buffer's' because the former confuses makeinfo. | |
6033 | |
6034 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6035 | |
6036 * cc-mode.texi: Fixed spelling of Texinfo | |
6037 | |
6038 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
6039 | |
6040 * lispref/files.texi (Writing to Files): Correct docstring of | |
6041 write-region. | |
6042 | |
6043 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
6044 | |
6045 * lispref/annotations.texi (Annotation Primitives): | |
6046 `delete-annotation' does not return the deleted annotation. | |
6047 | |
6048 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
6049 | |
6050 * lispref/lispref.texi: Correct release dates. | |
6051 | |
6052 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
6053 | |
6054 * lispref/files.texi (File Name Expansion): Update documentation | |
6055 of file-relative-name. | |
6056 | |
6057 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
6058 | |
6059 * lispref/lispref.texi: Update version numbers (with patches from | |
6060 Hrvoje Niksic). | |
6061 | |
6062 * lispref/building.texi (Building XEmacs): Update version numbers | |
6063 and build identification. | |
6064 | |
6065 * lispref/intro.texi (Introduction): Update version number. | |
6066 | |
6067 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
6068 | |
6069 * Makefile (srcs): Add efs.texi. | |
6070 | |
6071 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
6072 | |
6073 * Makefile (srcs): Add hm--html-mode.texi. | |
6074 | |
6075 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
6076 | |
6077 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
6078 | |
6079 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
6080 | |
6081 * lispref/strings.texi (Text Comparison): Correct example for | |
6082 `char-equal'. Add new function `char='. | |
6083 | |
6084 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
6085 | |
6086 * Makefile: Update for new texinfo manual. | |
6087 | |
6088 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
6089 | |
6090 * Makefile (../info/w3.info): Use special version of makeinfo | |
6091 since this manual is not backwards compatible. | |
6092 Clean up error handling so we only have to type make once to | |
6093 rebuild the info tree. | |
6094 (../info/vm.info): Make sure to continue in the event of error. | |
6095 | |
6096 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
6097 | |
6098 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
6099 | |
6100 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
6101 | |
6102 * Makefile (auctex): New subdirectory target. | |
6103 | |
6104 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
6105 | |
6106 * mule/languages.texi: Correct typo. | |
6107 | |
6108 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
6109 | |
6110 * Makefile (srcs): Add custom and widget to srcs. | |
6111 | |
6112 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
6113 reference to `start-glyph' property. | |
6114 | |
6115 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
6116 | |
6117 * widget.texi: New file. | |
6118 | |
6119 * custom.texi: New file. | |
6120 | |
6121 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
6122 | |
6123 * lispref/extents.texi (Duplicable Extents): replicable extents | |
6124 are history. | |
6125 | |
6126 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
6127 | |
6128 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
6129 | |
6130 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
6131 | |
6132 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
6133 XEmacs manual available. | |
6134 (Q4.6.1): Updated Infodock Information. | |
6135 | |
6136 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
6137 | |
6138 * vhdl-mode.texi: Correct typo in email address. | |
6139 | |
6140 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
6141 | |
6142 * Makefile (srcs): Add vhdl-mode. | |
6143 | |
6144 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
6145 | |
6146 * Makefile (realclean): Don't delete itself `make distclean' | |
6147 | |
6148 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
6149 | |
6150 * Makefile: New File. | |
6151 | |
6152 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
6153 | |
6154 * vhdl-mode.texi: New file. | |
6155 | |
6156 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
6157 | |
6158 * texinfo.tex: Delete spurious character at beginning. | |
6159 | |
6160 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
6161 | |
6162 * emacs.tex: Corrected two typos. No other changes before | |
6163 Version 19 will be made. | |
6164 | |
6165 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
6166 Customization since the menu entry did not point to anything. | |
6167 Also added an @finalout command to remove overfull hboxes from the | |
6168 printed output. | |
6169 | |
6170 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
6171 This file is clearly intended to be a chapter of some other work, | |
6172 but the other work does not yet exist. | |
6173 | |
6174 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
6175 | |
6176 * texinfo.texinfo: Three typos corrected. | |
6177 | |
6178 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
6179 | |
6180 * texindex.c (indexify): when comparing to initial strings to | |
6181 decide whether to change the header, must use `strncmp' to avoid | |
6182 comparing entire strings of which initials are a substring. | |
6183 | |
6184 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
6185 | |
6186 * texindex.c (sort_in_core, sort_offline, parsefile): | |
6187 Give up on input file if any line doesn't start with backslash. | |
6188 | |
6189 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
6190 | |
6191 * emacs.tex: Update information for obtaining TeX distribution from the | |
6192 University of Washington. |