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