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