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