Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 5753:dbd8305e13cb
Warn about non-string non-integer ARG to #'gensym, bytecomp.el.
lisp/ChangeLog addition:
2013-08-21 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el:
* bytecomp.el (gensym):
* bytecomp.el (byte-compile-gensym): New.
Warn that gensym called in a for-effect context is unlikely to be
useful.
Warn about non-string non-integer ARGs, this is incorrect.
Am not changing the function to error with same, most code that
makes the mistake is has no problems, which is why it has survived
so long.
* window-xemacs.el (save-window-excursion/mapping):
* window.el (save-window-excursion):
Call #'gensym with a string, not a symbol.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 Aug 2013 19:02:59 +0100 |
parents | 9c17f7be0b92 |
children | a1f281776176 |
rev | line source |
---|---|
5744
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
1 2013-06-25 Jerry James <james@xemacs.org> |
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
2 |
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
3 * Makefile.in: New file, so we can replace @MAKEINFO@. |
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
4 * Makefile: Removed. |
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
5 * lispref/packaging.texi: Update required version of makeinfo. |
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
6 * xemacs/packages.texi: Ditto. |
9c17f7be0b92
Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents:
5741
diff
changeset
|
7 |
5741
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
8 2013-06-19 Jerry James <james@xemacs.org> |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
9 |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
10 * beta.texi: Move "@end info" to its own line. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
11 * lispref/edebug-inc.texi (Instrumenting Macro Calls): "@table |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
12 @bullet" is not supported by texinfo 5.x; use "@table @asis" |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
13 instead, since each table entry has a label already. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
14 * lispref/packaging.texi (Makefile Targets): Use @section instead |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
15 of @subsection inside a @chapter. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
16 * texinfo.tex: Update to new version that is known to work with |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
17 texinfo 5.x. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
18 * texinfo/texinfo.texi (documentencoding): @itemx must always |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
19 follow an @item. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
20 * widget.texi: Sync with the Emacs 24.3 version. Change all |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
21 @section to @chapter, and all @subsection to @section. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
22 * xemacs-faq.texi (11.0: The XEmacs repositories): Add |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
23 @unnumberedsec entry to contain the @unnumberedsubsec for each |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
24 question. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
25 (11.1: Working with CVS): Ditto. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
26 (11.2: Working with Mercurial): Ditto. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
27 |
5739
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
28 2013-06-17 Jerry James <james@xemacs.org> |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
29 |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
30 * internals/internals.texi (Numeric Types): New chapter describing |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
31 the implementation of bignums, ratios, and bigfloats. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
32 * lispref/numbers.texi (The Bignum Extension): Update description |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
33 to include MPIR, fix broken URLs, and note that BSD MP support is |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
34 now more complete. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
35 (Bignum Basics): Note MPIR support. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
36 (Ratio Basics): Add a missing comma. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
37 (Bigfloat Basics): Fix an incomplete sentence and add examples. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
38 * xemacs-faq.texi (Q7.2.1): Update description to include MPIR, |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
39 note that BSD MP support is now more complete, and remove the |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
40 paragraph where I promise to write internals documentation. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
41 (Q7.2.3): Update ancient section that mentions the Pentium III. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
42 |
5715
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
43 2013-01-22 Jerry James <james@xemacs.org> |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
44 |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
45 * lispref/glyphs.texi (Image Instantiators): Add :visible to the |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
46 list of allowed menu keywords. |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
47 * lispref/menus.tex (Menu Format): Document that :visible is an |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
48 alias for :included. |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
49 |
5712
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
50 2013-01-04 Stephen J. Turnbull <stephen@xemacs.org> |
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
51 |
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
52 * XEmacs 21.5.33 "horseradish" is released. |
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
53 |
5708
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
54 2013-01-02 Vin Shelton <acs@xemacs.org> |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
55 |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
56 * lispref/menus.texi (Creating Menu Accelerators): Clarify that |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
57 the menu accelerator must be lowercase. |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
58 |
5707
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
59 2012-12-28 Stephen J. Turnbull <stephen@xemacs.org> |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
60 |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
61 * xemacs/programs.texi (Defuns): Improve description of `mark-defun'. |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
62 Thanks to Steven Mitchell for the suggestion. |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
63 |
5706
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
64 2012-12-28 Byrel Mitchell <byrel.mitchell@gmail.com> |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
65 |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
66 * lispref/menus.texi (Menu Format): |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
67 Document use of :active in submenu specs. |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
68 |
5705
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
69 2012-12-28 Stephen J. Turnbull <stephen@xemacs.org> |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
70 |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
71 * internals/internals.texi (Mercurial Basics): |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
72 Update references to repository to reflect current reality. |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
73 |
5703 | 74 2012-12-28 Byrel Mitchell <byrel.mitchell@gmail.com> |
75 | |
76 * lispref/menus.texi (Creating Menu Accelerators): Typo fix. | |
77 | |
5687
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
78 2012-10-13 Mats Lidell <matsl@xemacs.org> |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
79 |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
80 * lispref/processes.texi (Synchronous Processes): New function |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
81 call-process-shell-command. |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
82 |
5686
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
83 2012-09-18 Mats Lidell <matsl@xemacs.org> |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
84 |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
85 * lispref/windows.texi (Vertical Scrolling): Added |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
86 recenter-top-bottom and recenter-positions |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
87 |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
88 * xemacs/display.texi (Display): Rearranged and added |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
89 documentation due to new function recenter-top-bottom. |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
90 |
5677
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
91 2012-08-06 Aidan Kehoe <kehoea@parhasard.net> |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
92 |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
93 * lispref/symbols.texi (Symbol Components): |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
94 Document the new syntax of ## for the symbol with name "" interned |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
95 in obarray. |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
96 |
5679
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
97 2012-09-02 Aidan Kehoe <kehoea@parhasard.net> |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
98 |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
99 * lispref/keymaps.texi (Keymaps): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
100 * lispref/keymaps.texi (Changing Key Bindings): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
101 * lispref/keymaps.texi (Scanning Keymaps): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
102 * lispref/keymaps.texi (Remapping commands): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
103 * lispref/keymaps.texi (XEmacs): New. |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
104 * lispref/keymaps.texi (Other Keymap Functions): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
105 Document the new command remapping functionality in this file. |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
106 |
5696
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
107 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org> |
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
108 |
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
109 * XEmacs 21.5.32 "habanero" is released. |
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
110 |
5658
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
111 2012-05-06 Aidan Kehoe <kehoea@parhasard.net> |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
112 |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
113 * lispref/macros.texi (Expansion): |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
114 Cross-reference to documentation of #'cl-prettyexpand, #'defmacro* |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
115 when talking about #'macroexpand. |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
116 |
5653
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
117 2012-05-04 Aidan Kehoe <kehoea@parhasard.net> |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
118 |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
119 * lispref/searching.texi (Regular Expressions): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
120 * lispref/searching.texi (Syntax of Regexps): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
121 * lispref/searching.texi (Char Classes): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
122 * lispref/searching.texi (Regexp Example): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
123 Document the predefined character classes in this file. |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
124 |
5632
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
125 2011-12-30 Aidan Kehoe <kehoea@parhasard.net> |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
126 |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
127 * cl.texi (Top): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
128 * cl.texi (Usage): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
129 * cl.texi (Organization): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
130 * cl.texi (Efficiency Concerns): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
131 * cl.texi (Common Lisp Compatibility): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
132 Remove documentation of cl-compat, now it's deleted. |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
133 |
5607
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
134 2011-12-04 Aidan Kehoe <kehoea@parhasard.net> |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
135 |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
136 * internals/internals.texi (Basic Lisp Modules): |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
137 Document sequence.c here too. |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
138 |
5583
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
139 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
140 |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
141 * lispref/lists.texi (Association Lists): |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
142 Don't document #'remassoc, #'remassq and friends in detail; |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
143 they're XEmacs-specific and (delete* ... :key #'car) is |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
144 preferable. |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
145 |
5582
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
146 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
147 |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
148 * internals/internals.texi (Top): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
149 * internals/internals.texi (Authorship of XEmacs): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
150 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
151 * internals/internals.texi (Introduction to Writing C Code): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
152 * internals/internals.texi (Working with Lisp Objects): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
153 * internals/internals.texi (Adding Global Lisp Variables): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
154 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
155 * internals/internals.texi (How Lisp Objects Are Represented in C): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
156 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
157 * internals/internals.texi (Introduction to Allocation): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
158 * internals/internals.texi (GCPROing): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
159 * internals/internals.texi (mark_object): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
160 * internals/internals.texi (sweep_bit_vectors_1): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
161 * internals/internals.texi (Fixnums and Characters): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
162 * internals/internals.texi (Future Work -- Unicode): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
163 Say fixnum rather than integer when specifically talking about |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
164 fixed-width Lisp integers. |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
165 |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
166 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
167 |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
168 * internals/internals.texi (How Lisp Objects Are Represented in C): |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
169 * internals/internals.texi (Integers and Characters): |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
170 Mechanically change INT to FIXNUM, where the usage describes non-bignum |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
171 Lisp integers. |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
172 |
5566
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
173 2011-09-07 Aidan Kehoe <kehoea@parhasard.net> |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
174 |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
175 * cl.texi (Function Bindings): |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
176 Move #'labels first, describe it in more detail, explaining that |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
177 it is to be preferred over #'flet, and explaining why. |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
178 Explain that dynamic bindings with #'flet will also not work when |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
179 functions are accessed through their bytecodes. |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
180 |
5551
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
181 2011-08-14 Mike Sperber <mike@xemacs.org> |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
182 |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
183 * xemacs-faq.texi: |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
184 * xemacs/packages.texi: Reflect change of location of packages |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
185 from lib/ to share/. |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
186 |
5547
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
187 2011-08-09 Aidan Kehoe <kehoea@parhasard.net> |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
188 |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
189 * cl.texi (Argument Lists): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
190 * cl.texi (Time of Evaluation): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
191 * cl.texi (Type Predicates): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
192 * cl.texi (Assignment): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
193 * cl.texi (Basic Setf): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
194 * cl.texi (Modify Macros): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
195 * cl.texi (Customizing Setf): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
196 * cl.texi (Dynamic Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
197 * cl.texi (Lexical Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
198 * cl.texi (Function Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
199 * cl.texi (Macro Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
200 * cl.texi (Conditionals): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
201 * cl.texi (Blocks and Exits): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
202 * cl.texi (Iteration): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
203 * cl.texi (Loop Basics): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
204 * cl.texi (Macros): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
205 * cl.texi (Declarations): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
206 * cl.texi (Property Lists): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
207 * cl.texi (Structures): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
208 * cl.texi (Assertions): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
209 * cl.texi (Efficiency Concerns): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
210 * lispref/compile.texi (Eval During Compile): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
211 * lispref/compile.texi (Compiled-Function Objects): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
212 * lispref/eval.texi (Multiple values): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
213 * lispref/frames.texi (Input Focus): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
214 * lispref/internationalization.texi (Level 3 Primitives): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
215 * lispref/positions.texi (Excursions): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
216 * lispref/positions.texi (Narrowing): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
217 * lispref/searching.texi (Saving Match Data): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
218 * lispref/specifiers.texi (Adding Specifications): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
219 * lispref/windows.texi: |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
220 Correct the manuals to avoid using the term "special operator" when |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
221 #'special-operator-p would give nil. |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
222 |
5546
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
223 2011-08-08 Stephen J. Turnbull <stephen@xemacs.org> |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
224 |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
225 * internals/internals.texi (Mercurial Techniques): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
226 (Mercurial Basics): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
227 (Preserving Existing Changes with Mercurial Queues): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
228 (Top): Update menus. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
229 (Regression Testing XEmacs): Update node pointers. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
230 (CVS Techniques): Update node pointers. Note obsolescence of CVS. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
231 Add @ref to Mercurial Techniques. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
232 |
5529
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
233 2011-06-25 Aidan Kehoe <kehoea@parhasard.net> |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
234 |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
235 * lispref/os.texi (Translating Input): |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
236 Document the just-added function-key-map-parent. |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
237 |
5512
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
238 2011-05-20 Jerry James <james@xemacs.org> |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
239 |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
240 * Makefile (DESTDIR): New variable for all Makefiles, unused in this |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
241 one. |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
242 |
5480
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
243 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org> |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
244 |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
245 * XEmacs 21.5.31 "ginger" is released. |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
246 |
5464
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
247 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org> |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
248 |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
249 * XEmacs 21.5.30 "garlic" is released. |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
250 |
5390
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
251 2011-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
252 |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
253 * xemacs-faq.texi (Q2.5.7): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
254 New node on troubleshooting duplicate auto-autoloads. |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
255 (Top): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
256 (Installation): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
257 (Q2.5.6): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
258 Update menus and node links for Q2.5.7. |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
259 |
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
260 2011-03-24 Jerry James <james@xemacs.org> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
261 |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
262 * internals/internals.texi (Creating a Window-System Type): |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
263 "desireable" -> "desirable", "neglible" -> "negligible". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
264 (The Non-Client Area): "negotation" -> "negotiation". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
265 (Better Rendering Support -- Modern Font Support): "anomolies" -> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
266 "anomalies". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
267 (Discussion -- Switching to C++): "reliablity" -> "reliability". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
268 * lispref/mule.texi (Theory of Operation): "noticable" -> "noticeable". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
269 * lispref/strings.texi (Creating Strings): "occurances" -> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
270 "occurrences". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
271 * xemacs-faq.texi (Q1.0.3: How do you pronounce XEmacs?): |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
272 "pronounciation" -> "pronunciation". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
273 (Q1.7.2: Which external packages are there?): "withing" -> "within". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
274 (Q2.4.3: XEmacs crashes and I compiled it myself.): "ealier" -> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
275 "earlier". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
276 (hg diff gives bizarre output.): "occured" -> "occurred", "relevent" |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
277 -> "relevant". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
278 (How do I recover from a bad commit? (I already pushed.)): |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
279 "inadvertantly" -> "inadvertently". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
280 |
5378
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
281 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org> |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
282 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
283 * lispref/customize.texi (Face Definitions): New node. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
284 (Customization): Add entry to menu. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
285 (Variable Definitions): Add cross-ref for `defface'. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
286 (Customization Types): Fixup Previous link. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
287 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
288 * lispref/faces.texi (Faces): |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
289 Clarify that built-in properties of faces are computed at runtime. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
290 |
5374
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
291 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
292 |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
293 * lispref/objects.texi (Character Type): |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
294 * lispref/objects.texi (Equality Predicates): |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
295 No longer document `old-eq', `old-equal', they haven't been used |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
296 in years. |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
297 |
5373
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
298 2011-03-14 Jeff Sparkes <jsparkes@gmail.com> |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
299 |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
300 * lispref/faces.texi (Faces): Mention `min-colors' as a |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
301 face specifier. |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
302 |
5361
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
303 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
304 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
305 * lispref/commands.texi (Using Interactive): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
306 * lispref/compile.texi (Eval During Compile): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
307 * lispref/compile.texi (Compiled-Function Objects): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
308 * lispref/control.texi (Sequencing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
309 * lispref/control.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
310 * lispref/control.texi (Combining Conditions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
311 * lispref/control.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
312 * lispref/control.texi (Catch and Throw): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
313 * lispref/control.texi (Handling Errors): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
314 * lispref/control.texi (Cleanups): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
315 * lispref/display.texi (Temporary Displays): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
316 * lispref/eval.texi (Quoting): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
317 * lispref/eval.texi (Multiple values): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
318 * lispref/frames.texi (Input Focus): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
319 * lispref/functions.texi (Argument List): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
320 * lispref/functions.texi (Defining Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
321 * lispref/functions.texi (Anonymous Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
322 * lispref/internationalization.texi (Level 3 Primitives): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
323 * lispref/internationalization.texi (Domain Specification): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
324 * lispref/intro.texi (A Sample Function Description): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
325 * lispref/intro.texi (A Sample Variable Description): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
326 * lispref/lists.texi (Sets And Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
327 * lispref/macros.texi (Defining Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
328 * lispref/macros.texi (Backquote): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
329 * lispref/positions.texi (Excursions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
330 * lispref/positions.texi (Narrowing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
331 * lispref/searching.texi (Saving Match Data): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
332 * lispref/sequences.texi (Sequence Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
333 * lispref/sequences.texi (Array Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
334 * lispref/specifiers.texi (Adding Specifications): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
335 * lispref/variables.texi (Local Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
336 * lispref/variables.texi (Defining Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
337 * lispref/variables.texi (Setting Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
338 * lispref/variables.texi (Default Value): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
339 * lispref/windows.texi (Selecting Windows): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
340 * lispref/windows.texi (Window Configurations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
341 No longer use @defspec, since we no longer use the term "special |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
342 form"; instead use @deffn {Special Operator}. Unfortunately |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
343 there's no way in texinfo to redefine @defspec in one place. |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
344 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
345 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
346 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
347 * cl.texi (Argument Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
348 * cl.texi (Time of Evaluation): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
349 * cl.texi (Type Predicates): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
350 * cl.texi (Assignment): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
351 * cl.texi (Basic Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
352 * cl.texi (Modify Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
353 * cl.texi (Customizing Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
354 * cl.texi (Dynamic Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
355 * cl.texi (Lexical Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
356 * cl.texi (Function Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
357 * cl.texi (Macro Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
358 * cl.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
359 * cl.texi (Blocks and Exits): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
360 * cl.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
361 * cl.texi (Loop Basics): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
362 * cl.texi (Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
363 * cl.texi (Declarations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
364 * cl.texi (Property Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
365 * cl.texi (Structures): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
366 * cl.texi (Assertions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
367 * cl.texi (Efficiency Concerns): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
368 |
5359
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
369 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
370 |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
371 * lispref/lists.texi (Sets And Lists): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
372 Document #'member*, #'remove*, #'delete* in this file. Document |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
373 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
374 the former functions. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
375 Document #'subsetp, #'union, #'intersection, #'set-difference, |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
376 #'set-exclusive-or and their destructive analogues in this file. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
377 * lispref/lists.texi (Association Lists): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
378 Document #'assoc*, #'rassoc* in this file. Document #'assq, |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
379 #'assoc, #'rassq, #'rassoc in terms of the first two functions. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
380 * lispref/objects.texi (Equality Predicates): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
381 Document #'eql here, don't leave it to cl.texi. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
382 |
5300
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
383 2010-11-06 Aidan Kehoe <kehoea@parhasard.net> |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
384 |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
385 * lispref/lists.texi (Rearrangement, Building Lists): |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
386 Document that #'nreverse and #'reverse now accept sequences, not |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
387 just lists, in this file. |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
388 |
5254
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
389 2010-09-02 Aidan Kehoe <kehoea@parhasard.net> |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
390 |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
391 * lispref/os.texi (Time Conversion): |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
392 Document the new #'format-time-string flags for Roman month |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
393 numbers. |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
394 |
5252
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
395 2010-08-30 Aidan Kehoe <kehoea@parhasard.net> |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
396 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
397 * lispref/eval.texi (Evaluation, Multiple values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
398 Document our implementation of multiple values; point the reader |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
399 to the CLTL or the Hyperspec for details of exactly when values |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
400 are discarded. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
401 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
402 * lispref/numbers.texi (Numeric Conversions): Document the |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
403 optional DIVISOR arguments to the rounding functions, and |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
404 document that they all return multiple values. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
405 (Rounding Operations): Ditto. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
406 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
407 * cl.texi (Multiple Values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
408 Document that we've moved the multiple values implementation to |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
409 core code, and cross-reference to the Lispref. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
410 (Numerical Functions): The various rounding functions are now |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
411 identical to the built-in rounding functions, with the exception |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
412 that they return lists, not multiple values; document this. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
413 |
5247
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
414 2010-08-21 Aidan Kehoe <kehoea@parhasard.net> |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
415 |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
416 * lispref/objects.texi (Character Type): |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
417 Go into more detail here on the specific type of error provoked on |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
418 overlong hex character escapes and non-Latin-1 octal character |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
419 escapes; give details of why the latter may be encountered, and |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
420 what to do with such code. |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
421 |
5236
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
422 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
423 |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
424 * external-widget.texi: Correct FSF address in permission notice. |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
425 |
5215
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
426 2010-05-28 Aidan Kehoe <kehoea@parhasard.net> |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
427 |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
428 * lispref/windows.texi (Buffers and Windows): |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
429 Reword the documentation of `buffer-display-count'; |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
430 `buffer-display-time's documentation was taken from a version of |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
431 the GNU elisp manuwal with a compatible licence, |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
432 `buffer-display-count' was not. |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
433 |
5214
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
434 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
435 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
436 * lispref/windows.texi (Buffers and Windows): |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
437 Document buffer-display-count and buffer-display-time with |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
438 descriptions from GNU emacs lispref. |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
439 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
440 * lispref/locals.texi (Standard Buffer-Local Variables): |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
441 Add buffer-display-count and buffer-display-time. |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
442 |
5191
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
443 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
444 |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
445 * lispref/hash-tables.texi (Introduction to Hash Tables): |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
446 Document that we now support #'equalp as a hash table test by |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
447 default, and mention #'define-hash-table-test. |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
448 (Working With Hash Tables): Document #'define-hash-table-test. |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
449 |
5182
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
450 2010-04-01 Aidan Kehoe <kehoea@parhasard.net> |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
451 |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
452 * lispref/lists.texi (Rearrangement): |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
453 Update the documentation of #'sort here, now that it accepts any |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
454 type of sequence and the KEY keyword argument. (Though this is |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
455 probably now the wrong place for this function, given that.) |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
456 |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
457 2010-02-22 Ben Wing <ben@xemacs.org> |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
458 |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
459 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
460 * internals/internals.texi (Modules for other Display-Related Lisp Objects): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
461 objects*.[ch] -> fontcolor*.[ch]. |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
462 |
5148
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
463 2010-03-18 Mike Sperber <mike@xemacs.org> |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
464 |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
465 * xemacs/startup.texi (Startup Paths): Reflect the (long-ago) |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
466 change from `lib' to `share' for the architecture-independent |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
467 directories. |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
468 |
5142
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
469 2010-03-13 Ben Wing <ben@xemacs.org> |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
470 |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
471 * internals/internals.texi (Working with Lisp Objects): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
472 * internals/internals.texi (Writing Macros): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
473 * internals/internals.texi (lrecords): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
474 More rewriting to correspond with changes from |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
475 *LRECORD* to *LISP_OBJECT*. |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
476 |
5127
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
477 2010-03-05 Ben Wing <ben@xemacs.org> |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
478 |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
479 * internals/internals.texi (Introduction to Allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
480 * internals/internals.texi (Integers and Characters): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
481 * internals/internals.texi (Allocation from Frob Blocks): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
482 * internals/internals.texi (lrecords): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
483 * internals/internals.texi (Low-level allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
484 Rewrite section on allocation of Lisp objects to reflect the new |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
485 reality. Remove references to nonexistent XSETINT and XSETCHAR. |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
486 |
5096 | 487 2010-03-04 Ben Wing <ben@xemacs.org> |
488 | |
489 * internals/internals.texi (Top): | |
490 * internals/internals.texi (list-to-texinfo): Removed. | |
491 * internals/internals.texi (convert-list-to-texinfo): New. | |
492 * internals/internals.texi (table-to-texinfo): Removed. | |
493 * internals/internals.texi (convert-table-to-texinfo): New. | |
494 Update Lisp functions at top to newest versions. | |
495 | |
496 * internals/internals.texi (A History of Emacs): | |
497 * internals/internals.texi (Through Version 18): | |
498 * internals/internals.texi (Lucid Emacs): | |
499 * internals/internals.texi (XEmacs): | |
500 * internals/internals.texi (The XEmacs Split): | |
501 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
502 * internals/internals.texi (Introduction to Writing C Code): | |
503 * internals/internals.texi (Writing Good Comments): | |
504 * internals/internals.texi (Writing Macros): | |
505 * internals/internals.texi (Major Textual Changes): | |
506 * internals/internals.texi (Great Integral Type Renaming): | |
507 * internals/internals.texi (How to Regression-Test): | |
508 * internals/internals.texi (Creating a Branch): | |
509 * internals/internals.texi (Dynamic Arrays): | |
510 * internals/internals.texi (Allocation by Blocks): | |
511 * internals/internals.texi (mark_object): | |
512 * internals/internals.texi (gc_sweep): | |
513 * internals/internals.texi (Byte-Char Position Conversion): | |
514 * internals/internals.texi (Searching and Matching): | |
515 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
516 * internals/internals.texi (Byte Types): | |
517 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
518 * internals/internals.texi (Buffer Positions): | |
519 * internals/internals.texi (Basic internal-format APIs): | |
520 * internals/internals.texi (The DFC API): | |
521 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
522 * internals/internals.texi (Mule-izing Code): | |
523 * internals/internals.texi (Locales): | |
524 * internals/internals.texi (More about code pages): | |
525 * internals/internals.texi (More about locales): | |
526 * internals/internals.texi (Unicode support under Windows): | |
527 * internals/internals.texi (The Frame): | |
528 * internals/internals.texi (The Non-Client Area): | |
529 * internals/internals.texi (The Client Area): | |
530 * internals/internals.texi (The Paned Area): | |
531 * internals/internals.texi (Text Areas): | |
532 * internals/internals.texi (The Displayable Area): | |
533 * internals/internals.texi (Event Queues): | |
534 * internals/internals.texi (Event Stream Callback Routines): | |
535 * internals/internals.texi (Focus Handling): | |
536 * internals/internals.texi (Future Work -- Autodetection): | |
537 Replace " with ``, '' (not complete, maybe about halfway through). | |
538 | |
5090 | 539 2010-03-03 Ben Wing <ben@xemacs.org> |
540 | |
541 * internals/internals.texi (Intro to Window and Frame Geometry): | |
542 * internals/internals.texi (The Paned Area): | |
543 * internals/internals.texi (The Displayable Area): | |
544 Update to make note of e.g. the fact that the bottom gutter is | |
545 actually above the minibuffer. | |
546 | |
5087 | 547 2010-03-02 Jerry James <james@xemacs.org> |
548 | |
549 * custom.texi: Delete, redundant with xemacs/custom.texi and | |
550 lispref/customize.texi. | |
551 * Makefile: Remove all rules relating to custom.texi. | |
552 | |
5089
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
553 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
554 |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
555 * lispref/tips.texi (Comment Tips): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
556 * lispref/text.texi (Text Properties): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
557 * lispref/strings.texi (Creating Strings): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
558 * lispref/processes.texi (Input to Processes): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
559 * lispref/functions.texi (Argument List): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
560 * lispref/extents.texi (Duplicable Extents): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
561 Move examples that used substring to using subseq; in |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
562 strings.texi, do not change the examples, but document that in |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
563 this XEmacs, it is an alias for subseq, and that there may be some |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
564 incompatibilities if you depend on that. |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
565 |
5080
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
566 2010-02-25 Didier Verna <didier@xemacs.org> |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
567 |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
568 The background-placement face property. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
569 * xemacs/custom.texi (Faces): Document it. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
570 |
5046 | 571 2010-02-20 Ben Wing <ben@xemacs.org> |
572 | |
573 * internals/internals.texi (Intro to Window and Frame Geometry): | |
574 Shrink diagram to fit when offset by five spaces as a result of | |
575 quoting. | |
576 | |
5045 | 577 2010-02-16 Ben Wing <ben@xemacs.org> |
578 | |
579 * internals/internals.texi (Top): | |
580 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
581 * internals/internals.texi (Creating a Window-System Type): | |
582 * internals/internals.texi (Window and Frame Geometry): | |
583 * internals/internals.texi (Intro to Window and Frame Geometry): | |
584 * internals/internals.texi (The Frame): | |
585 * internals/internals.texi (The Non-Client Area): | |
586 * internals/internals.texi (The Client Area): | |
587 * internals/internals.texi (The Paned Area): | |
588 * internals/internals.texi (Text Areas): | |
589 * internals/internals.texi (The Displayable Area): | |
590 * internals/internals.texi (Which Functions Use Which?): | |
591 * internals/internals.texi (The Redisplay Mechanism): | |
592 Integrate the long comment in frame.c into the internals manual. | |
593 | |
5031
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
594 2010-02-17 Jerry James <james@xemacs.org> |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
595 |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
596 * term.texi: Move to the eterm package. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
597 * Makefile: Remove all rules relating to term.texi. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
598 |
5507
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
599 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
600 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
601 * widget.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
602 * widget.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
603 * widget.texi (Introduction): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
604 * widget.texi (User Interface): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
605 * widget.texi (Programming Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
606 * widget.texi (Setting Up the Buffer): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
607 * widget.texi (Basic Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
608 * widget.texi (link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
609 * widget.texi (url-link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
610 * widget.texi (info-link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
611 * widget.texi (push-button): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
612 * widget.texi (editable-field): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
613 * widget.texi (text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
614 * widget.texi (menu-choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
615 * widget.texi (radio-button-choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
616 * widget.texi (item): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
617 * widget.texi (choice-item): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
618 * widget.texi (toggle): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
619 * widget.texi (checkbox): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
620 * widget.texi (checklist): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
621 * widget.texi (editable-list): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
622 * widget.texi (group): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
623 * widget.texi (Sexp Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
624 * widget.texi (constants): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
625 * widget.texi (generic): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
626 * widget.texi (atoms): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
627 * widget.texi (composite): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
628 * widget.texi (Widget Properties): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
629 * widget.texi (Defining New Widgets): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
630 * widget.texi (Widget Browser): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
631 * widget.texi (Widget Minor Mode): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
632 * widget.texi (Utilities): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
633 * widget.texi (Widget Wishlist): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
634 * widget.texi (Widget Internals): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
635 * widget.texi (GNU Free Documentation License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
636 * widget.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
637 Sync with FSF 23.1.92. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
638 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
639 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
640 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
641 * texinfo/fdl.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
642 * texinfo/texinfo.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
643 * texinfo/texinfo.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
644 * texinfo/texinfo.texi (Copying Conditions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
645 * texinfo/texinfo.texi (Overview): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
646 * texinfo/texinfo.texi (Reporting Bugs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
647 * texinfo/texinfo.texi (Using Texinfo): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
648 * texinfo/texinfo.texi (Output Formats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
649 * texinfo/texinfo.texi (Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
650 * texinfo/texinfo.texi (Printed Books): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
651 * texinfo/texinfo.texi (Formatting Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
652 * texinfo/texinfo.texi (Conventions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
653 * texinfo/texinfo.texi (Comments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
654 * texinfo/texinfo.texi (Minimum): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
655 * texinfo/texinfo.texi (Six Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
656 * texinfo/texinfo.texi (Short Sample): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
657 * texinfo/texinfo.texi (History): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
658 * texinfo/texinfo.texi (Texinfo Mode): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
659 * texinfo/texinfo.texi (Texinfo Mode Overview): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
660 * texinfo/texinfo.texi (XEmacs Editing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
661 * texinfo/texinfo.texi (Inserting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
662 * texinfo/texinfo.texi (Showing the Structure): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
663 * texinfo/texinfo.texi (Updating Nodes and Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
664 * texinfo/texinfo.texi (Updating Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
665 * texinfo/texinfo.texi (Updating Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
666 * texinfo/texinfo.texi (Other Updating Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
667 * texinfo/texinfo.texi (Info Formatting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
668 * texinfo/texinfo.texi (Printing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
669 * texinfo/texinfo.texi (Texinfo Mode Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
670 * texinfo/texinfo.texi (Beginning a File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
671 * texinfo/texinfo.texi (Sample Beginning): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
672 * texinfo/texinfo.texi (Texinfo File Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
673 * texinfo/texinfo.texi (First Line): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
674 * texinfo/texinfo.texi (Start of Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
675 * texinfo/texinfo.texi (setfilename): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
676 * texinfo/texinfo.texi (settitle): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
677 * texinfo/texinfo.texi (End of Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
678 * texinfo/texinfo.texi (Document Permissions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
679 * texinfo/texinfo.texi (copying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
680 * texinfo/texinfo.texi (insertcopying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
681 * texinfo/texinfo.texi (Titlepage & Copyright Page): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
682 * texinfo/texinfo.texi (titlepage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
683 * texinfo/texinfo.texi (titlefont center sp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
684 * texinfo/texinfo.texi (title subtitle author): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
685 * texinfo/texinfo.texi (Copyright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
686 * texinfo/texinfo.texi (end titlepage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
687 * texinfo/texinfo.texi (headings on off): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
688 * texinfo/texinfo.texi (Contents): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
689 * texinfo/texinfo.texi (The Top Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
690 * texinfo/texinfo.texi (Top Node Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
691 * texinfo/texinfo.texi (Master Menu Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
692 * texinfo/texinfo.texi (Global Document Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
693 * texinfo/texinfo.texi (documentdescription): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
694 * texinfo/texinfo.texi (setchapternewpage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
695 * texinfo/texinfo.texi (paragraphindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
696 * texinfo/texinfo.texi (firstparagraphindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
697 * texinfo/texinfo.texi (exampleindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
698 * texinfo/texinfo.texi (Software Copying Permissions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
699 * texinfo/texinfo.texi (Ending a File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
700 * texinfo/texinfo.texi (Printing Indices & Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
701 * texinfo/texinfo.texi (File End): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
702 * texinfo/texinfo.texi (Structuring): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
703 * texinfo/texinfo.texi (Tree Structuring): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
704 * texinfo/texinfo.texi (Structuring Command Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
705 * texinfo/texinfo.texi (makeinfo top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
706 * texinfo/texinfo.texi (chapter): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
707 * texinfo/texinfo.texi (unnumbered & appendix): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
708 * texinfo/texinfo.texi (majorheading & chapheading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
709 * texinfo/texinfo.texi (section): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
710 * texinfo/texinfo.texi (unnumberedsec appendixsec heading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
711 * texinfo/texinfo.texi (subsection): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
712 * texinfo/texinfo.texi (unnumberedsubsec appendixsubsec subheading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
713 * texinfo/texinfo.texi (subsubsection): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
714 * texinfo/texinfo.texi (Raise/lower sections): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
715 * texinfo/texinfo.texi (Nodes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
716 * texinfo/texinfo.texi (Two Paths): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
717 * texinfo/texinfo.texi (Node Menu Illustration): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
718 * texinfo/texinfo.texi (node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
719 * texinfo/texinfo.texi (Node Names): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
720 * texinfo/texinfo.texi (Writing a Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
721 * texinfo/texinfo.texi (Node Line Tips): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
722 * texinfo/texinfo.texi (Node Line Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
723 * texinfo/texinfo.texi (First Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
724 * texinfo/texinfo.texi (makeinfo top command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
725 * texinfo/texinfo.texi (makeinfo Pointer Creation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
726 * texinfo/texinfo.texi (anchor): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
727 * texinfo/texinfo.texi (Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
728 * texinfo/texinfo.texi (Menu Location): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
729 * texinfo/texinfo.texi (Writing a Menu): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
730 * texinfo/texinfo.texi (Menu Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
731 * texinfo/texinfo.texi (Less Cluttered Menu Entry): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
732 * texinfo/texinfo.texi (Menu Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
733 * texinfo/texinfo.texi (Other Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
734 * texinfo/texinfo.texi (Cross References): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
735 * texinfo/texinfo.texi (References): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
736 * texinfo/texinfo.texi (Cross Reference Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
737 * texinfo/texinfo.texi (Cross Reference Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
738 * texinfo/texinfo.texi (xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
739 * texinfo/texinfo.texi (Reference Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
740 * texinfo/texinfo.texi (One Argument): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
741 * texinfo/texinfo.texi (Two Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
742 * texinfo/texinfo.texi (Three Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
743 * texinfo/texinfo.texi (Four and Five Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
744 * texinfo/texinfo.texi (Top Node Naming): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
745 * texinfo/texinfo.texi (ref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
746 * texinfo/texinfo.texi (pxref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
747 * texinfo/texinfo.texi (inforef): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
748 * texinfo/texinfo.texi (uref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
749 * texinfo/texinfo.texi (cite): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
750 * texinfo/texinfo.texi (Marking Text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
751 * texinfo/texinfo.texi (Indicating): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
752 * texinfo/texinfo.texi (Useful Highlighting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
753 * texinfo/texinfo.texi (code): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
754 * texinfo/texinfo.texi (kbd): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
755 * texinfo/texinfo.texi (key): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
756 * texinfo/texinfo.texi (samp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
757 * texinfo/texinfo.texi (verb): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
758 * texinfo/texinfo.texi (var): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
759 * texinfo/texinfo.texi (env): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
760 * texinfo/texinfo.texi (file): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
761 * texinfo/texinfo.texi (command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
762 * texinfo/texinfo.texi (option): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
763 * texinfo/texinfo.texi (dfn): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
764 * texinfo/texinfo.texi (abbr): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
765 * texinfo/texinfo.texi (acronym): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
766 * texinfo/texinfo.texi (indicateurl): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
767 * texinfo/texinfo.texi (email): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
768 * texinfo/texinfo.texi (Emphasis): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
769 * texinfo/texinfo.texi (emph & strong): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
770 * texinfo/texinfo.texi (Smallcaps): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
771 * texinfo/texinfo.texi (Fonts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
772 * texinfo/texinfo.texi (Quotations and Examples): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
773 * texinfo/texinfo.texi (Block Enclosing Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
774 * texinfo/texinfo.texi (quotation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
775 * texinfo/texinfo.texi (example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
776 * texinfo/texinfo.texi (verbatim): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
777 * texinfo/texinfo.texi (verbatiminclude): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
778 * texinfo/texinfo.texi (lisp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
779 * texinfo/texinfo.texi (small): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
780 * texinfo/texinfo.texi (display): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
781 * texinfo/texinfo.texi (format): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
782 * texinfo/texinfo.texi (exdent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
783 * texinfo/texinfo.texi (flushleft & flushright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
784 * texinfo/texinfo.texi (noindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
785 * texinfo/texinfo.texi (indent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
786 * texinfo/texinfo.texi (cartouche): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
787 * texinfo/texinfo.texi (Lists and Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
788 * texinfo/texinfo.texi (Introducing Lists): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
789 * texinfo/texinfo.texi (itemize): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
790 * texinfo/texinfo.texi (enumerate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
791 * texinfo/texinfo.texi (Two-column Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
792 * texinfo/texinfo.texi (table): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
793 * texinfo/texinfo.texi (ftable vtable): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
794 * texinfo/texinfo.texi (itemx): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
795 * texinfo/texinfo.texi (Multi-column Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
796 * texinfo/texinfo.texi (Multitable Column Widths): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
797 * texinfo/texinfo.texi (Multitable Rows): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
798 * texinfo/texinfo.texi (Special Displays): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
799 * texinfo/texinfo.texi (Floats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
800 * texinfo/texinfo.texi (float): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
801 * texinfo/texinfo.texi (caption shortcaption): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
802 * texinfo/texinfo.texi (listoffloats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
803 * texinfo/texinfo.texi (Images): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
804 * texinfo/texinfo.texi (Image Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
805 * texinfo/texinfo.texi (Image Scaling): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
806 * texinfo/texinfo.texi (Footnotes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
807 * texinfo/texinfo.texi (Footnote Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
808 * texinfo/texinfo.texi (Footnote Styles): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
809 * texinfo/texinfo.texi (Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
810 * texinfo/texinfo.texi (Index Entries): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
811 * texinfo/texinfo.texi (Predefined Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
812 * texinfo/texinfo.texi (Indexing Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
813 * texinfo/texinfo.texi (Combining Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
814 * texinfo/texinfo.texi (syncodeindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
815 * texinfo/texinfo.texi (synindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
816 * texinfo/texinfo.texi (New Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
817 * texinfo/texinfo.texi (Insertions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
818 * texinfo/texinfo.texi (Atsign Braces Comma): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
819 * texinfo/texinfo.texi (Inserting an Atsign): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
820 * texinfo/texinfo.texi (Inserting Braces): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
821 * texinfo/texinfo.texi (Inserting a Comma): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
822 * texinfo/texinfo.texi (Inserting Quote Characters): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
823 * texinfo/texinfo.texi (Inserting Space): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
824 * texinfo/texinfo.texi (Not Ending a Sentence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
825 * texinfo/texinfo.texi (Ending a Sentence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
826 * texinfo/texinfo.texi (Multiple Spaces): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
827 * texinfo/texinfo.texi (frenchspacing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
828 * texinfo/texinfo.texi (dmn): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
829 * texinfo/texinfo.texi (Inserting Accents): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
830 * texinfo/texinfo.texi (Inserting Quotation Marks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
831 * texinfo/texinfo.texi (Dots Bullets): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
832 * texinfo/texinfo.texi (dots): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
833 * texinfo/texinfo.texi (bullet): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
834 * texinfo/texinfo.texi (TeX and copyright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
835 * texinfo/texinfo.texi (tex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
836 * texinfo/texinfo.texi (copyright symbol): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
837 * texinfo/texinfo.texi (registered symbol): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
838 * texinfo/texinfo.texi (euro): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
839 * texinfo/texinfo.texi (pounds): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
840 * texinfo/texinfo.texi (textdegree): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
841 * texinfo/texinfo.texi (minus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
842 * texinfo/texinfo.texi (geq leq): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
843 * texinfo/texinfo.texi (math): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
844 * texinfo/texinfo.texi (Click Sequences): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
845 * texinfo/texinfo.texi (Glyphs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
846 * texinfo/texinfo.texi (Glyphs Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
847 * texinfo/texinfo.texi (result): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
848 * texinfo/texinfo.texi (expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
849 * texinfo/texinfo.texi (Print Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
850 * texinfo/texinfo.texi (Error Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
851 * texinfo/texinfo.texi (Equivalence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
852 * texinfo/texinfo.texi (Point Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
853 * texinfo/texinfo.texi (Breaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
854 * texinfo/texinfo.texi (Break Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
855 * texinfo/texinfo.texi (Line Breaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
856 * texinfo/texinfo.texi (- and hyphenation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
857 * texinfo/texinfo.texi (allowcodebreaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
858 * texinfo/texinfo.texi (w): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
859 * texinfo/texinfo.texi (tie): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
860 * texinfo/texinfo.texi (sp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
861 * texinfo/texinfo.texi (page): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
862 * texinfo/texinfo.texi (group): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
863 * texinfo/texinfo.texi (need): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
864 * texinfo/texinfo.texi (Definition Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
865 * texinfo/texinfo.texi (Def Cmd Template): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
866 * texinfo/texinfo.texi (Def Cmd Continuation Lines): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
867 * texinfo/texinfo.texi (Optional Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
868 * texinfo/texinfo.texi (deffnx): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
869 * texinfo/texinfo.texi (Def Cmds in Detail): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
870 * texinfo/texinfo.texi (Functions Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
871 * texinfo/texinfo.texi (Variables Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
872 * texinfo/texinfo.texi (Typed Functions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
873 * texinfo/texinfo.texi (Typed Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
874 * texinfo/texinfo.texi (Data Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
875 * texinfo/texinfo.texi (Abstract Objects): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
876 * texinfo/texinfo.texi (Object-Oriented Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
877 * texinfo/texinfo.texi (Object-Oriented Methods): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
878 * texinfo/texinfo.texi (Defining Macros): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
879 * texinfo/texinfo.texi (Invoking Macros): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
880 * texinfo/texinfo.texi (Macro Details): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
881 * texinfo/texinfo.texi (alias): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
882 * texinfo/texinfo.texi (definfoenclose): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
883 * texinfo/texinfo.texi (Hardcopy): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
884 * texinfo/texinfo.texi (Use TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
885 * texinfo/texinfo.texi (Format with tex/texindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
886 * texinfo/texinfo.texi (Format with texi2dvi): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
887 * texinfo/texinfo.texi (Print with lpr): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
888 * texinfo/texinfo.texi (Within XEmacs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
889 * texinfo/texinfo.texi (Texinfo Mode Printing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
890 * texinfo/texinfo.texi (Compile-Command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
891 * texinfo/texinfo.texi (Requirements Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
892 * texinfo/texinfo.texi (Preparing for TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
893 * texinfo/texinfo.texi (Overfull hboxes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
894 * texinfo/texinfo.texi (smallbook): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
895 * texinfo/texinfo.texi (A4 Paper): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
896 * texinfo/texinfo.texi (pagesizes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
897 * texinfo/texinfo.texi (Cropmarks and Magnification): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
898 * texinfo/texinfo.texi (PDF Output): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
899 * texinfo/texinfo.texi (Obtaining TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
900 * texinfo/texinfo.texi (Creating and Installing Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
901 * texinfo/texinfo.texi (Creating an Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
902 * texinfo/texinfo.texi (makeinfo advantages): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
903 * texinfo/texinfo.texi (Invoking makeinfo): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
904 * texinfo/texinfo.texi (makeinfo options): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
905 * texinfo/texinfo.texi (Pointer Validation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
906 * texinfo/texinfo.texi (makeinfo in XEmacs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
907 * texinfo/texinfo.texi (texinfo-format commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
908 * texinfo/texinfo.texi (Batch Formatting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
909 * texinfo/texinfo.texi (Tag and Split Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
910 * texinfo/texinfo.texi (Installing an Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
911 * texinfo/texinfo.texi (Directory File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
912 * texinfo/texinfo.texi (New Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
913 * texinfo/texinfo.texi (Other Info Directories): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
914 * texinfo/texinfo.texi (Installing Dir Entries): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
915 * texinfo/texinfo.texi (Invoking install-info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
916 * texinfo/texinfo.texi (Generating HTML): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
917 * texinfo/texinfo.texi (HTML Translation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
918 * texinfo/texinfo.texi (HTML Splitting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
919 * texinfo/texinfo.texi (HTML CSS): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
920 * texinfo/texinfo.texi (HTML Xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
921 * texinfo/texinfo.texi (HTML Xref Link Basics): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
922 * texinfo/texinfo.texi (HTML Xref Node Name Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
923 * texinfo/texinfo.texi (HTML Xref Command Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
924 * texinfo/texinfo.texi (HTML Xref 8-bit Character Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
925 * texinfo/texinfo.texi (HTML Xref Mismatch): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
926 * texinfo/texinfo.texi (Command List): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
927 * texinfo/texinfo.texi (Command Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
928 * texinfo/texinfo.texi (Tips): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
929 * texinfo/texinfo.texi (Sample Texinfo Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
930 * texinfo/texinfo.texi (Short Sample Texinfo File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
931 * texinfo/texinfo.texi (GNU Sample Texts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
932 * texinfo/texinfo.texi (Invoking sample): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
933 * texinfo/texinfo.texi (GNU Free Documentation License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
934 * texinfo/texinfo.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
935 * texinfo/texinfo.texi (Verbatim Copying License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
936 * texinfo/texinfo.texi (All-permissive Copying License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
937 * texinfo/texinfo.texi (Include Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
938 * texinfo/texinfo.texi (Using Include Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
939 * texinfo/texinfo.texi (texinfo-multiple-files-update): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
940 * texinfo/texinfo.texi (Include Files Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
941 * texinfo/texinfo.texi (Sample Include File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
942 * texinfo/texinfo.texi (Include Files Evolution): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
943 * texinfo/texinfo.texi (Headings): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
944 * texinfo/texinfo.texi (Headings Introduced): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
945 * texinfo/texinfo.texi (Heading Format): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
946 * texinfo/texinfo.texi (Heading Choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
947 * texinfo/texinfo.texi (Custom Headings): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
948 * texinfo/texinfo.texi (Catching Mistakes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
949 * texinfo/texinfo.texi (makeinfo Preferred): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
950 * texinfo/texinfo.texi (Debugging with Info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
951 * texinfo/texinfo.texi (Debugging with TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
952 * texinfo/texinfo.texi (Using texinfo-show-structure): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
953 * texinfo/texinfo.texi (Using occur): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
954 * texinfo/texinfo.texi (Running Info-Validate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
955 * texinfo/texinfo.texi (Using Info-validate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
956 * texinfo/texinfo.texi (Unsplit): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
957 * texinfo/texinfo.texi (Tagifying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
958 * texinfo/texinfo.texi (Splitting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
959 * texinfo/texinfo.texi (Refilling Paragraphs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
960 * texinfo/texinfo.texi (Command and Variable Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
961 * texinfo/texinfo.texi (General Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
962 * texinfo/version.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
963 Sync with FSF 23.1.92. Make new directory to hold the files needed |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
964 to generate texinfo.info, since there are three such files now. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
965 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
966 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
967 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
968 * Makefile: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
969 * Makefile (src_files1): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
970 * Makefile (DIR): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
971 * Makefile (texinfo-srcs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
972 * Makefile ($(INFODIR)/widget.info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
973 * Makefile ($(INFODIR)/texinfo.info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
974 * Makefile (.PHONY): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
975 * Makefile (texinfo.dvi): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
976 * Makefile (texinfo.pdf): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
977 * Makefile ($(HTMLDIR)/widget.html): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
978 * Makefile ($(HTMLDIR)/texinfo.html): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
979 Incorporate texinfo.texi moving to a subdirectory texinfo/. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
980 Do some tricks to reduce the amount of duplication while still |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
981 maintaining compatible with non-GNU make (at least, with |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
982 Solaris make). |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
983 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
984 * doclicense.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
985 * info.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
986 * info.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
987 * info.texi (Getting Started): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
988 * info.texi (Help-Small-Screen): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
989 * info.texi (Help): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
990 * info.texi (Help-P): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
991 * info.texi (Help-^L): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
992 * info.texi (Help-Inv): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
993 * info.texi (Help-]): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
994 * info.texi (Help-M): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
995 * info.texi (Help-FOO): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
996 * info.texi (Help-Xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
997 * info.texi (Help-Int): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
998 * info.texi (Help-Q): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
999 * info.texi (Advanced): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1000 * info.texi (Search Text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1001 * info.texi (Search Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1002 * info.texi (Go to node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1003 * info.texi (Choose menu subtopic): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1004 * info.texi (Create Info buffer): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1005 * info.texi (XEmacs Info Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1006 * info.texi (Expert Info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1007 * info.texi (Add): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1008 * info.texi (Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1009 * info.texi (Cross-refs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1010 * info.texi (Help-Cross): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1011 * info.texi (Tags): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1012 * info.texi (Checking): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1013 * info.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1014 * texinfo.tex: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1015 * texinfo.tex (paragraphindent{%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1016 * texinfo.tex (sectionheading will have): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1017 * texinfo.tex (chapterzzz{#3}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1018 * texinfo.tex (subsubsection = \numberedsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1019 * texinfo.tex (subsubsection = \appendixsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1020 * texinfo.tex (subsubsection = \unnumberedsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1021 * texinfo.tex (sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1022 * texinfo.tex (sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1023 * texinfo.tex (sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1024 * texinfo.tex (sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1025 * texinfo.tex (sectionheading{#1}{subsec}{Yappendix}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1026 * texinfo.tex (sectionheading{#1}{subsec}{Ynothing}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1027 * texinfo.tex (sectionheading{#1}{subsubsec}{Ynumbered}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1028 * texinfo.tex (sectionheading{#1}{subsubsec}{Yappendix}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1029 * texinfo.tex (sectionheading{#1}{subsubsec}{Ynothing}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1030 * texinfo.tex (sectionheading{#1}{subsubsec}{Yomitfromtoc}{}): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1031 * texinfo.tex (sectionheading to do the printing.): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1032 * texinfo.tex (sectionlevel}{#1}{#4}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1033 * texinfo.tex (sectionheading, q.v.): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1034 Sync with FSF 23.1.92. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1035 |
5028
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1036 2010-02-10 Stephen J. Turnbull <stephen@xemacs.org> |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1037 |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1038 * xemacs-faq.texi (Top): Update menu. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1039 (Legacy Versions): Update next pointer. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1040 (Bleeding Edge): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1041 (Q11.0.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1042 (Q11.0.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1043 (Q11.0.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1044 (Q11.0.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1045 (Q11.0.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1046 (Q11.1.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1047 (Q11.2.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1048 (Q11.2.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1049 (Q11.2.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1050 (Q11.2.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1051 (Q11.2.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1052 (Q11.2.6): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1053 (Q11.2.7): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1054 New nodes, describing repositories and VCS usage. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1055 |
5011 | 1056 2010-02-08 Ben Wing <ben@xemacs.org> |
1057 | |
1058 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1059 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
1060 DEC Alpha is hardly the only 64-bit processor any more. | |
1061 Also, ERROR_CHECK_TYPECHECK is now ERROR_CHECK_TYPES. | |
1062 | |
5007
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1063 2010-02-08 Jerry James <james@xemacs.org> |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1064 |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1065 * emodules.texi: Relicense as GPL v2 or later, using J. Kean |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1066 Johnston's blanket permission for such relicensing of his works. |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1067 |
4984 | 1068 2010-02-05 Ben Wing <ben@xemacs.org> |
1069 | |
1070 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
1071 * internals/internals.texi (Conversion to and from External Data): | |
1072 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
1073 Correct names of files renamed common -> xlike. | |
1074 Fix up outdated explanation of old-style DFC conversion macros. | |
1075 Add a section on the different types of character and their uses, | |
1076 taken from a long comment in lisp.h. | |
1077 | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1078 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
|
1079 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1080 * internals/internals.texi (lrecords): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1081 * internals/internals.texi (The DFC API): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1082 * 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
|
1083 * internals/internals.texi (Mule-izing Code): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1084 * 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
|
1085 * internals/internals.texi (Ben's README): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1086 * 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
|
1087 * emodules.texi (Defining Variables): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1088 Rename: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1089 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1090 write_c_string -> write_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1091 build_intstring -> build_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1092 build_string -> build_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1093 build_ext_string -> build_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1094 make_ext_string -> make_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1095 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
|
1096 intern_int -> intern_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1097 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1098 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
|
1099 |
4917 | 1100 2010-02-03 Ben Wing <ben@xemacs.org> |
1101 | |
1102 * internals/internals.texi (Top): | |
1103 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
1104 * internals/internals.texi (Ben's README): | |
1105 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
1106 * internals/internals.texi (Window Hierarchy): | |
1107 * internals/internals.texi (The Window Object): | |
1108 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
1109 * internals/internals.texi (Window-System Support): | |
1110 * internals/internals.texi (Creating a Window-System Type): | |
1111 * internals/internals.texi (Discussion -- Garbage Collection): | |
1112 Update the part at the top about how to maintain the file with | |
1113 more tips. | |
1114 | |
1115 Add a chapter on "window-system support" describing in a general | |
1116 way how the support for different window systems/device types | |
1117 works, including the separation between device-independent and | |
1118 device-dependent parts, device methods, the specific device types | |
1119 and the "xlike" pseudo-type. | |
1120 | |
4905
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1121 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
|
1122 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1123 * xemacs/programs.texi (Defuns): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1124 * 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
|
1125 (Setting Variables, Default Value): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1126 * lispref/symbols.texi (Definitions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1127 * 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
|
1128 * lispref/positions.texi (Excursions, Narrowing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1129 * 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
|
1130 * 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
|
1131 * lispref/lispref.texi (Top): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1132 * 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
|
1133 * lispref/help.texi (Help Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1134 * 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
|
1135 (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
|
1136 * lispref/frames.texi (Input Focus): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1137 * 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
|
1138 (Special Operators, Quoting): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1139 * lispref/edebug-inc.texi (Instrumenting) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1140 (Specification Examples): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1141 * 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
|
1142 * 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
|
1143 (Conditionals, Combining Conditions, Iteration): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1144 (Catch and Throw, Handling Errors): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1145 * 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
|
1146 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
|
1147 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1148 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
|
1149 macros I don't understand. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1150 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1151 * 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
|
1152 example here. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1153 * lispref/positions.texi (Excursions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1154 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
|
1155 forms. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1156 * 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
|
1157 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
|
1158 18. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1159 * lispref/specifiers.texi (Adding Specifications): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1160 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
|
1161 * lispref/windows.texi (Window Configurations) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1162 (Selecting Windows): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1163 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
|
1164 are macros, not special operators. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1165 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1166 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
|
1167 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1168 * 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
|
1169 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
|
1170 * 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
|
1171 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
|
1172 |
4885
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1173 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
|
1174 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1175 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
|
1176 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
|
1177 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
|
1178 start. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1179 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1180 * lispref/text.texi (Columns): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1181 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
|
1182 (Registers): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1183 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
|
1184 * 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
|
1185 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
|
1186 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1187 (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
|
1188 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
|
1189 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
|
1190 (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
|
1191 values in syntax tables. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1192 * 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
|
1193 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
|
1194 are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1195 * 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
|
1196 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
|
1197 * 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
|
1198 (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
|
1199 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
|
1200 integers are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1201 * 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
|
1202 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
|
1203 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
|
1204 (Equality Predicates): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1205 (Range Table Type): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1206 (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
|
1207 fixed-precision integer. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1208 (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
|
1209 * 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
|
1210 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
|
1211 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
|
1212 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
|
1213 (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
|
1214 Lisp compatibility issues. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1215 (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
|
1216 * 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
|
1217 * 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
|
1218 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
|
1219 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1220 |
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1221 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
|
1222 |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1223 * 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
|
1224 valgrind configuration and use. |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1225 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
1226 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
|
1227 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
1228 * 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
|
1229 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
|
1230 * 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
|
1231 (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
|
1232 (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
|
1233 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1234 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1235 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1236 * lispref/processes.texi (Functions that Create Subprocesses): Refer |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1237 to etags instead of the obsolete wakeup program. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1238 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
1239 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
|
1240 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
1241 * 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
|
1242 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
|
1243 (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
|
1244 |
4820
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1245 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
|
1246 |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1247 * 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
|
1248 * 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
|
1249 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
|
1250 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
|
1251 backward-compatiblity. |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1252 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1253 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
|
1254 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1255 * 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
|
1256 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
|
1257 (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
|
1258 deleted files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1259 (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
|
1260 (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
|
1261 NeXTstep. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1262 * 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
|
1263 old unsupported systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1264 * 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
|
1265 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
|
1266 * 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
|
1267 Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1268 |
4792
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
1269 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
|
1270 |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
1271 * 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
|
1272 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
|
1273 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1274 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
|
1275 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1276 * 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
|
1277 "(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
|
1278 (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
|
1279 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
|
1280 * 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
|
1281 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
|
1282 * 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
|
1283 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
|
1284 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1285 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
|
1286 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1287 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1288 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
|
1289 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1290 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1291 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
|
1292 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1293 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1294 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
|
1295 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1296 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
|
1297 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1298 * 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
|
1299 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1300 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1301 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
|
1302 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1303 * 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
|
1304 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1305 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
|
1306 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
1307 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
|
1308 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
1309 * 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
|
1310 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1311 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
|
1312 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1313 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1314 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1315 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1316 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
|
1317 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1318 * 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
|
1319 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
|
1320 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
|
1321 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1322 * 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
|
1323 * 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
|
1324 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1325 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
|
1326 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1327 * 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
|
1328 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1329 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1330 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1331 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1332 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1333 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1334 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
|
1335 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1336 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1337 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1338 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1339 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1340 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
|
1341 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
|
1342 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1343 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1344 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1345 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1346 * 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
|
1347 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1348 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1349 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
|
1350 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1351 * 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
|
1352 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
|
1353 (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
|
1354 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1355 |
4488 | 1356 2008-07-26 Ville Skyttä <scop@xemacs.org> |
1357 | |
1358 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
1359 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
1360 Spelling fixes. | |
1361 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1362 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
|
1363 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1364 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1365 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
|
1366 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1367 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1368 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
|
1369 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1370 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1371 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
|
1372 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
|
1373 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1374 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
|
1375 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1376 * 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
|
1377 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
|
1378 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1379 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
1380 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
|
1381 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
1382 * 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
|
1383 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
|
1384 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
|
1385 #'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
|
1386 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
|
1387 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
1388 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
|
1389 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
1390 * 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
|
1391 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
|
1392 #'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
|
1393 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1394 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
|
1395 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1396 * 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
|
1397 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1398 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1399 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
|
1400 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1401 * 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
|
1402 (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
|
1403 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1404 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1405 (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
|
1406 (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
|
1407 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
|
1408 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1409 (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
|
1410 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
1411 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
|
1412 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
1413 * 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
|
1414 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
|
1415 |
4320 | 1416 2007-12-10 Ville Skyttä <scop@xemacs.org> |
1417 | |
1418 * internals/internals.texi: Spelling fixes. | |
1419 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
1420 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
|
1421 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
1422 * 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
|
1423 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
|
1424 |
4291 | 1425 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
1426 | |
1427 * internals/internals.texi (Ibytes and Ichars): | |
1428 Cross reference to the Mule docs describing these typedefs, | |
1429 instead of saying Not yet documented. | |
1430 | |
4265 | 1431 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
1432 | |
1433 * lispref/objects.texi (String Type): | |
1434 Describe how one can include a trailing backslash in a raw string, | |
1435 by means of the Unicode escape syntax. | |
1436 | |
4264 | 1437 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
1438 | |
1439 * xemacs/keystrokes.texi (Character Representation): | |
1440 Clarify the description of which characters are displayed as | |
1441 themselves and which as octal escapes bzw. "control" characters | |
1442 with an initial caret. | |
1443 | |
4225 | 1444 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
1445 | |
1446 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
1447 Sort enries to easy future syncs. | |
1448 | |
4199 | 1449 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
1450 | |
1451 * lispref/searching.texi (Replacing Match): Document the escapes | |
1452 for changing case in `replace-match'. Document the change to | |
1453 STRBUFFER to permit subexpressions in string replacement. | |
1454 | |
4196 | 1455 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
1456 | |
1457 * Makefile (TEXI2HTML_NOSPLIT): New. | |
1458 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
1459 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
1460 | |
4195 | 1461 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
1462 | |
1463 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
1464 xemacsweb/Documentation/Makefile. | |
1465 | |
4143 | 1466 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
1467 | |
1468 * internals/internals.texi (Through Version 18): Fix error in | |
1469 Emacs Timeline URL. | |
1470 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
1471 | |
4039 | 1472 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
1473 | |
1474 * lispref/variables.texi (Extent): | |
1475 Mention that lexical scope is available using lexical-let and | |
1476 lexical-let* in cl-macs, instead of ignoring them entirely. | |
1477 | |
3979 | 1478 2007-05-21 Ville Skyttä <scop@xemacs.org> |
1479 | |
1480 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
1481 * lispref/ldap.texi: Ditto. | |
1482 | |
3975 | 1483 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
1484 | |
1485 * XEmacs 21.5.28 "fuki" is released. | |
1486 | |
3955 | 1487 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
1488 | |
1489 * internals/internals.texi: | |
1490 Replace an inaccurate description of the read syntax of a Kanji | |
1491 character with one using the recently-added Unicode escapes. Also | |
1492 update the size of an Ichar; they're now 21-bit integers, not | |
1493 19-bit integers. | |
1494 | |
3930 | 1495 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
1496 | |
1497 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
1498 Typo fix. | |
1499 | |
3773 | 1500 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
1501 | |
1502 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
1503 of fgrep. | |
1504 | |
3772 | 1505 2006-11-07 Robert Pluim <rpluim@gmail.com> |
1506 | |
1507 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
1508 not HOMEDIR. | |
1509 | |
3711 | 1510 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
1511 | |
1512 * xemacs/custom.texi (Face Resources): | |
1513 Mention that the user should use full XLFD forms for specifying | |
1514 fonts, and that Mule builds reject the short forms by | |
1515 default. Also mention the work-around to the latter design choice | |
1516 that was implemented for Ilya. | |
1517 | |
3685 | 1518 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
1519 | |
1520 * internals/internals.texi | |
1521 (Better Rendering Support -- Configuration with the Interim Patches): | |
1522 Fix examples of configuration via X resources. | |
1523 (Better Rendering Support -- Implementation): Fix description of | |
1524 xftFont resources, introduce fcFontName resource. | |
1525 | |
3674 | 1526 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
1527 | |
1528 * lispref/faces.texi (Face Convenience Functions): | |
1529 Add information on how to specify a face's font for a given Mule | |
1530 charset. | |
1531 | |
1532 * lispref/specifiers.texi (Specifiers): | |
1533 * lispref/specifiers.texi (Simple Specifier Usage): | |
1534 * lispref/specifiers.texi (Specifiers In-Depth): | |
1535 * lispref/specifiers.texi (Specifier Tag Functions): | |
1536 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
1537 Update the documentation of specifiers to reflect the new support | |
1538 for Mule character sets and associating tags with them. | |
1539 | |
3543 | 1540 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
1541 | |
1542 * lispref/objects.texi (String Type): | |
1543 Give details of the raw string syntax, taken from SXEmacs and | |
1544 Python. | |
1545 | |
3516 | 1546 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
1547 | |
1548 * new-users-guide/edit.texi (Insert): Document bogosity in | |
1549 vendor labeling of DEL key. | |
1550 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
1551 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
1552 | |
3510 | 1553 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
1554 | |
1555 * xemacs/custom.texi (File Variables): | |
1556 Make it clearer that file variables are buffer-local. | |
1557 * xemacs/custom.texi (Faces): | |
1558 "must be encoding" -> "must be encoded". | |
1559 | |
1560 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
1561 | |
1562 * lispref/variables.texi (Creating Buffer-Local): | |
1563 Mention that buffer-local variables are created when file local | |
1564 variables are set. | |
1565 | |
3496 | 1566 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
1567 | |
1568 * internals/internals.texi (Internal String Encoding): | |
1569 Mention that UTF-8 would be a reasonable alternative encoding. | |
1570 * internals/internals.texi (Internal Character Encoding): | |
1571 Re-arrange the description of characters to deal with 21-bit | |
1572 characters. | |
1573 | |
3439 | 1574 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
1575 | |
1576 * lispref/mule.texi (CCL Syntax): | |
1577 * lispref/mule.texi (CCL Statements): | |
1578 Describe the mule-to-unicode and unicode-to-mule statements; | |
1579 rename the section they are described in. | |
1580 | |
3404 | 1581 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
1582 | |
1583 * xemacs-faq.texi (Q2.2.3): New node. | |
1584 (Q2.2.2, Q2.3.1): Fix navigation references. | |
1585 (Top, Installation): Add to menus. | |
1586 | |
3402 | 1587 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
1588 | |
1589 * XEmacs 21.5.27 "fiddleheads" is released. | |
1590 | |
3388 | 1591 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
1592 | |
1593 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
1594 (Reporting Problems): Improve it, make it a top-level node, add | |
1595 some vertical spacing to make node breaks more visible. | |
1596 (Getting the Source): Flesh it out a bit and move it to the | |
1597 Building Beta XEmacs node. | |
1598 | |
3387 | 1599 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
1600 | |
1601 * xemacs/custom.texi (Xft Font Customization): New node. | |
1602 (Faces): Create menu, add new node. | |
1603 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
1604 | |
3367 | 1605 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
1606 | |
1607 * lispref/objects.texi (Character Type): | |
1608 Document the Unicode syntax for characters in characters and | |
1609 strings. | |
1610 | |
3354 | 1611 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
1612 | |
1613 * internals/internals.texi: Run texinfo-master-menu. | |
1614 (Creating a New Console/Device/Frame Type): New node. | |
1615 | |
3323 | 1616 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
1617 | |
1618 * XEmacs 21.5.26 "endive" is released. | |
1619 | |
3322 | 1620 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
1621 | |
1622 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
1623 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
1624 README.ben-separate-stderr to Internals Manual. | |
1625 | |
1626 * internals/internals.texi (Ben's TODO list): | |
1627 (CHANGES from 21.4-windows branch): | |
1628 (Ben's README): | |
1629 (Ben's separate stderr notes): | |
1630 New nodes. | |
1631 | |
1632 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
1633 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
1634 "Ben's README" to menu. | |
1635 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
1636 to menu. | |
1637 | |
1638 (Top): Update detailmenu. | |
1639 | |
1640 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
1641 | |
1642 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
1643 Internals Manual. | |
1644 | |
1645 * internals/internals.texi (The Great Mule Merge of March 2002): | |
1646 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
1647 | |
3260 | 1648 2006-02-26 Mike Sperber <mike@xemacs.org> |
1649 | |
1650 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
1651 needs the os-utils package. | |
1652 | |
3259 | 1653 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
1654 | |
1655 * XEmacs 21.5.25 "eggplant" is released. | |
1656 | |
3179 | 1657 2005-11-25 Mike Sperber <mike@xemacs.org> |
1658 | |
1659 * lispref/packaging.texi (The User View): | |
1660 * xemacs/startup.texi (Startup Paths): | |
1661 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
1662 environment variables for | |
1663 package locations. | |
1664 | |
3171 | 1665 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
1666 | |
1667 * xemacs/keystrokes.texi (Keystrokes): | |
1668 Add new node on keyboards with which one can't type Latin. | |
1669 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
1670 Describe the support for falling back to a US key layout on | |
1671 keyboards where typing the Roman alphabet is difficult. | |
1672 | |
3150 | 1673 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
1674 | |
1675 * XEmacs 21.5.24 "dandelion" is released. | |
1676 | |
3147 | 1677 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
1678 | |
1679 * internals/internals.texi (The configure Script): Documented | |
1680 more fully the behaviour of complex options. Provided examples. | |
1681 | |
3128 | 1682 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
1683 | |
1684 * custom.texi (Declaring Variables): Typo fixes. | |
1685 | |
3111 | 1686 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
1687 | |
1688 * xemacs/custom.texi (Faces): Describe some of the more important | |
1689 font naming syntaxes under `set-face-font'. Fix a typo. | |
1690 | |
3094 | 1691 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
1692 | |
1693 * internals/internals.texi (Working with Lisp Objects): Explain | |
1694 better why DEFSYMBOL is usually preferable to intern. | |
1695 | |
3073 | 1696 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
1697 | |
1698 * internals/internals.texi (The configure Script): Added the | |
1699 definition of the new macro XE_HELP_SUBSECTION. | |
1700 | |
3062 | 1701 2005-11-13 Ben Wing <ben@xemacs.org> |
1702 | |
1703 * Makefile: | |
1704 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
1705 Do some refactoring for cleanliness. | |
1706 | |
3059 | 1707 2005-11-13 Ben Wing <ben@xemacs.org> |
1708 | |
1709 * internals/internals.texi (Top): | |
1710 * internals/internals.texi (CVS Techniques): | |
1711 * internals/internals.texi (Creating a Branch): | |
1712 * internals/internals.texi (Merging a Branch into the Trunk): | |
1713 Add node on Creating a Branch. Update info concerning problems | |
1714 with rtag on symlinks. (#### Is this still valid?) | |
1715 | |
3031 | 1716 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
1717 | |
1718 * XEmacs 21.5.23 "daikon" is released. | |
1719 | |
3018 | 1720 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
1721 | |
1722 * xemacs-faq.texi (Q1.2.2): | |
1723 * xemacs-faq.texi (Q2.1.1): | |
1724 * xemacs-faq.texi (Q2.1.6): | |
1725 * xemacs-faq.texi (Q2.2.1): | |
1726 * xemacs-faq.texi (Q2.3.6): | |
1727 * xemacs-faq.texi (Q2.4.3): | |
1728 * xemacs-faq.texi (Q2.4.4): | |
1729 * xemacs-faq.texi (Q2.4.7): | |
1730 * xemacs-faq.texi (Q5.3.3): | |
1731 * xemacs-faq.texi (Q6.0.8): | |
1732 * xemacs-faq.texi (Q7.2.1): | |
1733 Add 21.5 specific examples of configure options in addition to the | |
1734 existing 21.4 ones. | |
1735 | |
3003 | 1736 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
1737 | |
1738 * internals/internals.texi: "API's" -> "APIs". This fixes | |
1739 problems generating dvi and pdf versions. | |
1740 * internals/internals.texi (The configure Script): | |
1741 Describe the use of XE_MERGED_ARG. | |
1742 | |
2995 | 1743 2005-10-13 Ben Wing <ben@xemacs.org> |
1744 | |
1745 * xemacs-faq.texi (Top): | |
1746 * xemacs-faq.texi (External Subsystems): | |
1747 * xemacs-faq.texi (Q5.4.4): | |
1748 * xemacs-faq.texi (Q5.4.5): | |
1749 * xemacs-faq.texi (Q5.4.6): | |
1750 Add question about need to run `rebaseall' under Cygwin. | |
1751 | |
2972 | 1752 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
1753 | |
1754 * emodules.texi (Distribution with XEmacs): New node describing | |
1755 organization of module-related code in top-level configure.ac and | |
1756 src/Makefile.in.in. | |
1757 | |
2960 | 1758 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1759 | |
1760 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
1761 argument in `byte-compile-print-gensym' documentation, as | |
1762 suggested by Stephen. | |
1763 | |
2955 | 1764 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1765 | |
1766 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
1767 * lispref/packaging.texi (Packaging): Ditto. | |
1768 * lispref/packaging.texi (Package Overview): Ditto. | |
1769 * lispref/packaging.texi (The User View): Ditto. | |
1770 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
1771 * lispref/packaging.texi (Infrastructure): Ditto. | |
1772 * lispref/packaging.texi (Obtaining): Ditto. | |
1773 * lispref/packaging.texi (Local.rules File): Ditto. | |
1774 * lispref/packaging.texi (package-info.in): Ditto. | |
1775 * lispref/packaging.texi (Makefile): Ditto. | |
1776 * lispref/packaging.texi (Documenting Packages): Ditto. | |
1777 | |
1778 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
1779 | |
1780 * internals/internals.texi (A Summary of the Various XEmacs | |
1781 Modules): Get file to compile with texinfmt.el. | |
1782 * internals/internals.texi (Windows Build Flags): Ditto. | |
1783 | |
2953 | 1784 2005-09-26 Ben Wing <ben@xemacs.org> |
1785 | |
1786 * lispref/glyphs.texi (Images): | |
1787 * lispref/glyphs.texi (Image Instantiators): | |
1788 * lispref/glyphs.texi (Image Instantiator Formats): | |
1789 * lispref/glyphs.texi (Image Instances): | |
1790 * lispref/glyphs.texi (Image Instance Functions): | |
1791 * lispref/glyphs.texi (Creating Glyphs): | |
1792 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
1793 * lispref/glyphs.texi (Glyph Properties): | |
1794 * lispref/glyphs.texi (Glyph Examples): | |
1795 * lispref/lispref.texi (Top): | |
1796 * lispref/specifiers.texi (Specifiers): | |
1797 * lispref/specifiers.texi (Introduction to Specifiers): | |
1798 * lispref/specifiers.texi (Simple Specifier Usage): | |
1799 * lispref/specifiers.texi (Specifiers In-Depth): | |
1800 * lispref/specifiers.texi (Specifier Instantiation): | |
1801 * lispref/specifiers.texi (Retrieving Specifications): | |
1802 * lispref/specifiers.texi (Specifier Tag Functions): | |
1803 * lispref/specifiers.texi (Specifier Validation Functions): | |
1804 Use "instantiation" not "instancing". Fix some places where | |
1805 "specifier" is used to mean "instantiator". | |
1806 | |
2949 | 1807 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
1808 | |
1809 * lispref/compile.texi (Compilation Options): Supply missing | |
1810 argument to @var{}, using same SYMBOL as in variable docstring of | |
1811 `byte-compile-print-gensym'. | |
1812 | |
2931 | 1813 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
1814 | |
1815 * XEmacs 21.5.22 "cucumber" is released. | |
1816 | |
2867 | 1817 2005-07-20 Didier Verna <didier@xemacs.org> |
1818 | |
1819 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
1820 aliasing paragraph following a suggestion from Stephen J. | |
1821 Turnbull. | |
1822 | |
2865 | 1823 2005-07-19 Didier Verna <didier@xemacs.org> |
1824 | |
1825 * lispref/faces.texi (Basic Face Functions): Document the face | |
1826 aliasing feature. | |
1827 | |
2862 | 1828 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
1829 | |
1830 * lispref/commands.texi (Converting Events): | |
1831 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 1832 event-to-character, and why you shouldn't use it. |
2862 | 1833 |
2828 | 1834 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
1835 | |
2865 | 1836 * lispref/commands.texi (Converting Events): |
2828 | 1837 * lispref/keymaps.texi (Key Sequences): |
1838 Stop pretending ASCII is an eight-bit character set, and remove | |
1839 documentation of event-to-character's vanished fourth argument. | |
1840 | |
1841 * internals/internals.texi (Old Future Work -- Improvements in | |
1842 support for non-ASCII (European) keysyms under X): | |
2865 | 1843 Rename the ascii-character property. |
1844 | |
2818 | 1845 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
1846 | |
1847 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 1848 Pure storage has been gone for half a decade or more. |
1849 * lispref/mule.texi (Internationalization Terminology): | |
1850 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 1851 * lispref/lispref.texi (Top): |
2865 | 1852 Take out info on pure storage. |
2818 | 1853 |
2791 | 1854 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
1855 | |
1856 * XEmacs 21.5.21 "corn" is released. | |
1857 | |
2769 | 1858 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1859 | |
1860 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 1861 'turn-on-auto-fill) is not a good idea. |
2769 | 1862 |
2768 | 1863 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1864 | |
2865 | 1865 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
1866 underfeatured and not getting better anytime soon; suggest using | |
1867 another mailer. | |
2768 | 1868 |
2757 | 1869 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
1870 | |
1871 * xemacs/building.texi (Lisp Modes): | |
1872 * xemacs/building.texi (Lisp Interaction): | |
1873 * xemacs/entering.texi (Entering Emacs): | |
1874 * xemacs/menus.texi (File Menu): | |
1875 * xemacs/text.texi (Auto Fill): | |
1876 None of the keymaps I have access to have linefeed keys; they all | |
1877 use Return. As such, for new users, C-j is really the only option | |
1878 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 1879 as such. |
1880 | |
3050 | 1881 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 1882 |
1883 * internals/internals.texi | |
1884 (Better Rendering Support -- Modern Font Support): | |
1885 (Modern Font Support -- Font Concepts): | |
1886 (Modern Font Support -- fontconfig): | |
1887 (Modern Font Support -- Xft): | |
1888 New nodes describing the Lisp API. | |
1889 (Future Work -- Better Rendering Support): | |
1890 Add Better Rendering Support -- Modern Font Support to menu. | |
1891 | |
1892 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
1893 | |
1894 * xemacs/custom.texi (X Resources): Improve wording. | |
1895 | |
1896 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
1897 | |
1898 * xemacs/custom.texi (Minor Modes): Improve general description. | |
1899 Add description of Pending Delete and Filladapt modes. | |
1900 (File Variables): Improve caution against invoking minor modes. | |
1901 (Syntax Entry): Strengthen caution against "\s ". | |
1902 | |
1903 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
1904 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
1905 | |
2715 | 1906 2005-04-06 Ben Wing <ben@xemacs.org> |
1907 | |
1908 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
1909 section from FAQ and comment out old info, which is quite out of | |
1910 date and full of typos. | |
1911 | |
2690 | 1912 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
1913 | |
1914 * lispref/mule.texi (CCL Example): | |
2691 | 1915 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 1916 with my previous patch pointed out by Stephen. |
2690 | 1917 * lispref/mule.texi (The actual coding system): |
1918 Give information on the make-coding-system call, and where the | |
2865 | 1919 actual package can be found. |
1920 | |
2681 | 1921 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
1922 | |
1923 * xemacs/custom.texi (X Resources): | |
1924 "Emacs" as the application class -> "XEmacs" as the application | |
1925 class, mention the old resource class determination behaviour, and | |
2865 | 1926 how one can temporarily re-instate it. |
1927 | |
2665 | 1928 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
1929 | |
1930 * internals/internals.texi (The XEmacs Split): | |
1931 * standards.texi (Option Table): | |
1932 Shut up makeinfo and hack-local-variables. | |
1933 | |
2662 | 1934 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
1935 | |
1936 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1937 Document compiler warnings when assert expands to empty statement. | |
1938 | |
2653 | 1939 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
1940 | |
1941 * XEmacs 21.5.20 "cilantro" is released. | |
1942 | |
2647 | 1943 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
1944 | |
1945 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
1946 style configure. | |
1947 * internals/internals.texi (The Build Configuration System): Fill | |
1948 out the details. | |
1949 | |
2640 | 1950 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1951 | |
1952 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 1953 web's URL encoding as a CCL coding system example. |
2640 | 1954 |
1955 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1956 | |
1957 * internals/internals.texi (The version.sh Script): New node. | |
1958 (XEmacs from the Perspective of Building): | |
1959 (Low-Level Modules): | |
1960 (The Build Configuration System): | |
1961 (Adding Configurable Features): | |
1962 Add or update references to the version.sh node and/or file. | |
1963 | |
1964 (XEmacs from the Perspective of Building): Improve text. | |
1965 | |
1966 | |
1967 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1968 | |
1969 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
1970 (The XEmacs Split): Add comments on untrue legal factoids. | |
1971 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
1972 | |
2608 | 1973 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
1974 | |
1975 * lispref/searching.texi (Syntax of Regexps): | |
1976 Mention the \c and \C regular expression constructs; cross | |
2865 | 1977 reference to the Category Table documentation. |
2608 | 1978 |
2602 | 1979 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
1980 | |
1981 * internals/internals.texi (The version.sh Script): New node. | |
1982 (XEmacs from the Perspective of Building): | |
1983 (Low-Level Modules): | |
1984 (The Build Configuration System): | |
1985 (Adding Configurable Features): | |
1986 Add or update references to the version.sh node and/or file. | |
1987 | |
1988 (XEmacs from the Perspective of Building): Improve text. | |
1989 | |
2597 | 1990 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
1991 | |
1992 * internals/internals.texi (Introduction to Writing C Code): | |
1993 Change "mostly warning-free" to "warning-free" to encourage | |
1994 reporting warnings as bugs. | |
1995 (The configure Script): | |
1996 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
1997 his implementations of keyword and complex options, and remove | |
1998 descriptions of my obsolete code. | |
1999 | |
2000 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
2001 | |
2002 * internals/internals.texi (Better Rendering Support -- | |
2003 Configuration with the Interim Patches): | |
2004 Improve notes on configuration. | |
2005 | |
2006 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
2007 | |
2008 * internals/internals.texi (Better Rendering Support -- | |
2009 Configuration with the Interim Patches): Menubar uses xftFont | |
2010 resource, too. | |
2011 | |
2012 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
2013 | |
2014 * internals/internals.texi (XEmacs from the Perspective of | |
2015 Building): Mention autoconf. | |
2016 (The Modules of XEmacs): Point Next the The Build Configuration | |
2017 System and add Modules for Building XEmacs to the menu. | |
2018 (A Summary of the Various XEmacs Modules): Add Modules for | |
2019 Building XEmacs to menu, and Modules for Build Configuration, | |
2020 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
2021 the table of sections. | |
2022 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
2023 (Modules for Building XEmacs): | |
2024 (Modules for Build Configuration): | |
2025 (Modules for Compiling XEmacs): | |
2026 (Modules for Preloading Lisp): | |
2027 (The Build Configuration System): | |
2028 (Adding Configurable Features): | |
2029 (The configure Script): | |
2030 (The Makefile Precursors): | |
2031 New nodes. | |
2032 (Rules When Writing New C Code): | |
2033 Point Previous to The Build Configuration System. | |
2034 | |
2594 | 2035 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
2036 | |
2037 * XEmacs 21.5.19 "chives" is released. | |
2038 | |
2559 | 2039 2005-02-03 Ben Wing <ben@xemacs.org> |
2040 | |
2041 * xemacs-faq.texi: | |
2042 * xemacs-faq.texi (Top): | |
2043 * xemacs-faq.texi (Introduction): | |
2044 * xemacs-faq.texi (Q1.2.2): | |
2045 * xemacs-faq.texi (Q1.2.5): | |
2046 * xemacs-faq.texi (Q1.2.9): | |
2047 * xemacs-faq.texi (Q1.2.10): | |
2048 * xemacs-faq.texi (Q1.2.11): | |
2049 * xemacs-faq.texi (Q1.2.12): | |
2050 * xemacs-faq.texi (Q1.4.2): | |
2051 * xemacs-faq.texi (Q1.5.2): | |
2052 * xemacs-faq.texi (Q1.5.3): | |
2053 * xemacs-faq.texi (Q1.5.4): | |
2054 * xemacs-faq.texi (Q1.5.5): | |
2055 * xemacs-faq.texi (Q1.6.6): | |
2056 * xemacs-faq.texi (Q1.7.1): | |
2057 * xemacs-faq.texi (Q1.7.2): | |
2058 * xemacs-faq.texi (Q1.7.3): | |
2059 * xemacs-faq.texi (Q1.7.4): | |
2060 * xemacs-faq.texi (Installation): | |
2061 * xemacs-faq.texi (Q2.0.1): | |
2062 * xemacs-faq.texi (Q2.0.2): | |
2063 * xemacs-faq.texi (Q2.0.3): | |
2064 * xemacs-faq.texi (Q2.0.4): | |
2065 * xemacs-faq.texi (Q2.0.5): | |
2066 * xemacs-faq.texi (Q2.1.1): | |
2067 * xemacs-faq.texi (Q2.1.2): | |
2068 * xemacs-faq.texi (Q2.1.3): | |
2069 * xemacs-faq.texi (Q2.1.4): | |
2070 * xemacs-faq.texi (Q2.1.5): | |
2071 * xemacs-faq.texi (Q2.1.6): | |
2072 * xemacs-faq.texi (Q2.1.7): | |
2073 * xemacs-faq.texi (Q2.2.1): | |
2074 * xemacs-faq.texi (Q2.2.2): | |
2075 * xemacs-faq.texi (Q2.3.1): | |
2076 * xemacs-faq.texi (Q2.3.2): | |
2077 * xemacs-faq.texi (Q2.3.3): | |
2078 * xemacs-faq.texi (Q2.3.4): | |
2079 * xemacs-faq.texi (Q2.3.5): | |
2080 * xemacs-faq.texi (Q2.3.6): | |
2081 * xemacs-faq.texi (Q2.3.7): | |
2082 * xemacs-faq.texi (Q2.3.8): | |
2083 * xemacs-faq.texi (Q2.4.1): | |
2084 * xemacs-faq.texi (Q2.4.2): | |
2085 * xemacs-faq.texi (Q2.4.3): | |
2086 * xemacs-faq.texi (Q2.4.4): | |
2087 * xemacs-faq.texi (Q2.4.5): | |
2088 * xemacs-faq.texi (Q2.4.6): | |
2089 * xemacs-faq.texi (Q2.4.7): | |
2090 * xemacs-faq.texi (Q2.4.8): | |
2091 * xemacs-faq.texi (Q2.4.9): | |
2092 * xemacs-faq.texi (Q2.4.10): | |
2093 * xemacs-faq.texi (Q2.4.11): | |
2094 * xemacs-faq.texi (Q2.4.12): | |
2095 * xemacs-faq.texi (Q2.5.1): | |
2096 * xemacs-faq.texi (Q2.5.2): | |
2097 * xemacs-faq.texi (Q2.5.3): | |
2098 * xemacs-faq.texi (Q2.5.4): | |
2099 * xemacs-faq.texi (Q2.5.5): | |
2100 * xemacs-faq.texi (Legacy Versions): | |
2101 * xemacs-faq.texi (Q10.0.1): | |
2102 * xemacs-faq.texi (Q10.0.2): | |
2103 Flesh out intro section on packages and section on installing | |
2104 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
2105 Various other changes. | |
2106 | |
2547 | 2107 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
2108 | |
2109 * beta.texi: Update Copyright. Add pointer comment. | |
2110 | |
2111 (New packages): Remove personal names, point at jobs.html | |
2112 instead. | |
2113 | |
2114 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
2115 "conditionalize Mule dependencies correctly". RMS stroking: use | |
2116 "GNU", not "FSF", in sync notices. | |
2117 | |
2118 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
2119 | |
2120 * beta.texi (Top): | |
2865 | 2121 Add reference to Index in catalog to prevent |
2547 | 2122 errors compiling with GNU makeinfo 4.5. |
2123 | |
2124 * beta.texi (Syncing with GNU Emacs): | |
2865 | 2125 Add forward reference to Index in next node to prevent |
2547 | 2126 errors compiling with GNU makeinfo 4.5. |
2127 | |
2128 * beta.texi (Index): | |
2129 Add backward reference to Syncing with GNU Emacs to | |
2865 | 2130 replace obsolete reference to Defining Variables to |
2547 | 2131 prevent errors compiling with GNU makeinfo 4.5. |
2132 | |
2537 | 2133 2005-01-31 Ben Wing <ben@xemacs.org> |
2134 | |
2135 * xemacs/help.texi (Misc Help): | |
2136 Delete references to DISTRIB. Point to FAQ. | |
2865 | 2137 |
2537 | 2138 * xemacs/new.texi: |
2139 Update sample code for version checking. | |
2865 | 2140 |
2537 | 2141 * xemacs/xemacs.texi (Distrib): |
2142 * xemacs/xemacs.texi (Intro): | |
2143 Delete references to DISTRIB. Point directly to web site. | |
2144 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
2145 | |
2146 2005-01-31 Ben Wing <ben@xemacs.org> | |
2147 | |
2148 * Makefile: | |
2149 * Makefile (info_files): | |
2150 * Makefile (html_files): | |
2151 * Makefile (dvi_files): | |
2152 * Makefile (pdf_files): | |
2153 * Makefile ($(INFODIR)/beta.info): | |
2154 Add beta.texi and built files. | |
2865 | 2155 |
2537 | 2156 * xemacs-faq.texi (Top): |
2157 * xemacs-faq.texi (Introduction): | |
2158 * xemacs-faq.texi (Q1.0.3): | |
2159 * xemacs-faq.texi (Q1.0.4): | |
2160 * xemacs-faq.texi (Q1.0.5): | |
2161 * xemacs-faq.texi (Q1.0.6): | |
2162 * xemacs-faq.texi (Q1.1.1): | |
2163 * xemacs-faq.texi (Q1.1.2): | |
2164 * xemacs-faq.texi (Q1.1.3): | |
2165 * xemacs-faq.texi (Q1.1.4): | |
2166 * xemacs-faq.texi (Q1.2.1): | |
2167 * xemacs-faq.texi (Q1.2.2): | |
2168 * xemacs-faq.texi (Q1.2.3): | |
2169 * xemacs-faq.texi (Q1.2.4): | |
2170 * xemacs-faq.texi (Q1.2.5): | |
2171 * xemacs-faq.texi (Q1.2.6): | |
2172 * xemacs-faq.texi (Q1.2.7): | |
2173 * xemacs-faq.texi (Q1.2.8): | |
2174 * xemacs-faq.texi (Q1.2.9): | |
2175 * xemacs-faq.texi (Q1.2.10): | |
2176 * xemacs-faq.texi (Q1.2.11): | |
2177 * xemacs-faq.texi (Q1.2.12): | |
2178 * xemacs-faq.texi (Q1.2.13): | |
2179 * xemacs-faq.texi (Q1.3.1): | |
2180 * xemacs-faq.texi (Q1.3.2): | |
2181 * xemacs-faq.texi (Q1.3.3): | |
2182 * xemacs-faq.texi (Q1.3.4): | |
2183 * xemacs-faq.texi (Q1.3.5): | |
2184 * xemacs-faq.texi (Q1.3.6): | |
2185 * xemacs-faq.texi (Q1.3.7): | |
2186 * xemacs-faq.texi (Q1.3.8): | |
2187 * xemacs-faq.texi (Q1.4.1): | |
2188 * xemacs-faq.texi (Q1.4.2): | |
2189 * xemacs-faq.texi (double-word): New. | |
2190 * xemacs-faq.texi (Q1.4.3): | |
2191 * xemacs-faq.texi (Q1.4.4): | |
2192 * xemacs-faq.texi (Q1.4.5): | |
2193 * xemacs-faq.texi (Q1.5.1): | |
2194 * xemacs-faq.texi (Q1.5.2): | |
2195 * xemacs-faq.texi (Q1.5.3): | |
2196 * xemacs-faq.texi (Q1.6.1): | |
2197 * xemacs-faq.texi (Q1.6.2): | |
2198 * xemacs-faq.texi (Q1.6.3): | |
2199 * xemacs-faq.texi (Q1.6.4): | |
2200 * xemacs-faq.texi (Q1.6.5): | |
2201 * xemacs-faq.texi (Q1.6.6): | |
2202 * xemacs-faq.texi (Q1.7.1): | |
2203 * xemacs-faq.texi (Q1.8.1): | |
2204 * xemacs-faq.texi (Q1.8.2): | |
2205 * xemacs-faq.texi (Q1.8.3): | |
2206 * xemacs-faq.texi (Q1.8.4): | |
2207 * xemacs-faq.texi (Q1.8.5): | |
2208 * xemacs-faq.texi (Q1.8.6): | |
2209 * xemacs-faq.texi (Q1.8.7): | |
2210 * xemacs-faq.texi (Q1.8.8): | |
2211 * xemacs-faq.texi (Q1.8.9): | |
2212 * xemacs-faq.texi (Q2.2.1): | |
2213 * xemacs-faq.texi (Q2.2.2): | |
2214 * xemacs-faq.texi (Q2.4.2): | |
2215 * xemacs-faq.texi (Advanced): | |
2216 * xemacs-faq.texi (Q7.0.1): | |
2217 * xemacs-faq.texi (Q7.0.2): | |
2218 * xemacs-faq.texi (Q7.0.3): | |
2219 * xemacs-faq.texi (Q7.0.4): | |
2220 * xemacs-faq.texi (Q7.0.5): | |
2221 * xemacs-faq.texi (Q7.0.6): | |
2222 * xemacs-faq.texi (Q7.1.1): | |
2223 * xemacs-faq.texi (Q7.1.2): | |
2224 * xemacs-faq.texi (Q7.1.3): | |
2225 * xemacs-faq.texi (Q7.1.4): | |
2226 * xemacs-faq.texi (Q7.1.5): | |
2227 * xemacs-faq.texi (Q7.1.6): | |
2228 * xemacs-faq.texi (Q7.1.7): | |
2229 * xemacs-faq.texi (Q7.1.8): | |
2230 * xemacs-faq.texi (Q7.1.9): | |
2231 * xemacs-faq.texi (Q7.1.10): | |
2232 * xemacs-faq.texi (Q7.1.11): | |
2233 * xemacs-faq.texi (Q7.2.1): | |
2234 * xemacs-faq.texi (Q7.2.2): | |
2235 * xemacs-faq.texi (Q7.2.3): | |
2236 * xemacs-faq.texi (Other Packages): | |
2237 * xemacs-faq.texi (Current Events): | |
2238 * xemacs-faq.texi (Legacy Versions): | |
2239 Major overhaul of section 1. Add mailing list info, update | |
2240 downloading info, add info on CVS, etc. | |
2241 | |
2522 | 2242 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
2243 | |
2244 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
2245 current status of programming modes. | |
2246 * xemacs/programs.texi (CC Mode): New section introduces CC | |
2247 Mode. Introduces customization with reference to CC Mode | |
2248 manual. Also introduce C/AWK modes in prog-modes package | |
2249 * xemacs/programs.texi (C Ident): Removed - it was | |
2250 obsolete. prog-modes package documentation now contains | |
2865 | 2251 indentation description for old C mode |
2522 | 2252 * xemacs/major.texi (Mode Hooks): Add description of major mode |
2253 hooks. Cleaned up and updated programming mode descriptions. | |
2254 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
2255 CC Mode section in programs.texi | |
2256 | |
2257 | |
2507 | 2258 2005-01-26 Ben Wing <ben@xemacs.org> |
2259 | |
2260 * internals/internals.texi: | |
2261 * internals/internals.texi (Through Version 18): | |
2262 * internals/internals.texi (GNU Emacs 19): | |
2263 * internals/internals.texi (GNU Emacs 20): | |
2264 Update History. | |
2265 | |
2266 * internals/internals.texi (Unicode support under Windows): | |
2267 Redo section on Windows 95 support for Unicode. | |
2268 | |
2492 | 2269 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
2270 | |
2271 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
2272 Commands" | |
2273 * man/lispref/functions.texi (What Is a Function): Move the definition | |
2274 of a command further up the list, give information on a trivial | |
2275 (interactive) declaration, and cross-reference to the key binding | |
2276 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 2277 (comp.emacs.xemacs, 2005-01-18). |
2492 | 2278 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 2279 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 2280 man/lispref/variables.texi: Fix cross references. |
2281 | |
2459 | 2282 2004-12-28 Ben Wing <ben@xemacs.org> |
2283 | |
2284 * xemacs-faq.texi (Top): | |
2285 * xemacs-faq.texi (Introduction): | |
2286 * xemacs-faq.texi (Q1.0.3): | |
2287 * xemacs-faq.texi (Q1.0.5): | |
2288 * xemacs-faq.texi (Q1.0.10): | |
2289 * xemacs-faq.texi (Q1.1.4): | |
2290 * xemacs-faq.texi (Q1.1.5): | |
2291 * xemacs-faq.texi (Q1.4.1): | |
2292 * xemacs-faq.texi (Q1.4.3): | |
2293 * xemacs-faq.texi (Q1.5.8): | |
2294 * xemacs-faq.texi (Installation): | |
2295 * xemacs-faq.texi (Q2.0.3): | |
2296 * xemacs-faq.texi (Q2.0.5): | |
2297 * xemacs-faq.texi (Q2.1.1): | |
2298 * xemacs-faq.texi (Q2.1.2): | |
2299 * xemacs-faq.texi (Q2.2.7): | |
2300 * xemacs-faq.texi (Q2.4.6): | |
2301 * xemacs-faq.texi (Editing): | |
2302 * xemacs-faq.texi (Q3.0.1): | |
2303 * xemacs-faq.texi (Q3.0.2): | |
2304 * xemacs-faq.texi (Q3.0.3): | |
2305 * xemacs-faq.texi (Q3.0.4): | |
2306 * xemacs-faq.texi (Q3.0.5): | |
2307 * xemacs-faq.texi (Q3.0.6): | |
2308 * xemacs-faq.texi (Q3.0.7): | |
2309 * xemacs-faq.texi (Q3.0.8): | |
2310 * xemacs-faq.texi (Q3.0.9): | |
2311 * xemacs-faq.texi (Q3.0.10): | |
2312 * xemacs-faq.texi (Q3.0.11): | |
2313 * xemacs-faq.texi (Q3.1.1): | |
2314 * xemacs-faq.texi (Q3.1.2): | |
2315 * xemacs-faq.texi (Q3.1.3): | |
2316 * xemacs-faq.texi (Q3.1.4): | |
2317 * xemacs-faq.texi (Q3.1.5): | |
2318 * xemacs-faq.texi (Q3.2.1): | |
2319 * xemacs-faq.texi (Q3.2.2): | |
2320 * xemacs-faq.texi (Q3.2.3): | |
2321 * xemacs-faq.texi (Q3.2.4): | |
2322 * xemacs-faq.texi (Q3.2.5): | |
2323 * xemacs-faq.texi (Q3.3.1): | |
2324 * xemacs-faq.texi (Q3.3.2): | |
2325 * xemacs-faq.texi (Q3.3.3): | |
2326 * xemacs-faq.texi (Q3.3.4): | |
2327 * xemacs-faq.texi (Q3.3.5): | |
2328 * xemacs-faq.texi (Q3.3.6): | |
2329 * xemacs-faq.texi (Q3.4.1): | |
2330 * xemacs-faq.texi (Q3.4.2): | |
2331 * xemacs-faq.texi (Display): | |
2332 * xemacs-faq.texi (Q4.0.1): | |
2333 * xemacs-faq.texi (Q4.0.2): | |
2334 * xemacs-faq.texi (Q4.0.3): | |
2335 * xemacs-faq.texi (Q4.0.4): | |
2336 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
2337 * xemacs-faq.texi (Q4.0.5): | |
2338 * xemacs-faq.texi (Q4.0.6): | |
2339 * xemacs-faq.texi (Q4.0.7): | |
2340 * xemacs-faq.texi (Q4.0.8): | |
2341 * xemacs-faq.texi (Q4.0.9): | |
2342 * xemacs-faq.texi (Q4.1.1): | |
2343 * xemacs-faq.texi (Q4.1.2): | |
2344 * xemacs-faq.texi (Q4.2.1): | |
2345 * xemacs-faq.texi (Q4.2.2): | |
2346 * xemacs-faq.texi (Q4.2.3): | |
2347 * xemacs-faq.texi (Q4.2.4): | |
2348 * xemacs-faq.texi (Q4.3.1): | |
2349 * xemacs-faq.texi (Q4.3.2): | |
2350 * xemacs-faq.texi (Q4.3.3): | |
2351 * xemacs-faq.texi (Q4.4.1): | |
2352 * xemacs-faq.texi (Q4.4.2): | |
2353 * xemacs-faq.texi (Q4.4.3): | |
2354 * xemacs-faq.texi (Q4.4.4): | |
2355 * xemacs-faq.texi (Q4.4.5): | |
2356 * xemacs-faq.texi (Q4.5.1): | |
2357 * xemacs-faq.texi (Q4.5.2): | |
2358 * xemacs-faq.texi (Q4.5.3): | |
2359 * xemacs-faq.texi (Q4.5.4): | |
2360 * xemacs-faq.texi (Q4.6.1): | |
2361 * xemacs-faq.texi (Q4.6.2): | |
2362 * xemacs-faq.texi (Q4.6.3): | |
2363 * xemacs-faq.texi (Q4.6.4): | |
2364 * xemacs-faq.texi (scroll-up): Removed. | |
2365 * xemacs-faq.texi (Q4.6.5): | |
2366 * xemacs-faq.texi (scroll-down): Removed. | |
2367 * xemacs-faq.texi (Q4.6.6): | |
2368 * xemacs-faq.texi (Q4.6.7): | |
2369 * xemacs-faq.texi (Q4.7.1): | |
2370 * xemacs-faq.texi (Q4.7.2): | |
2371 * xemacs-faq.texi (Q4.7.3): | |
2372 * xemacs-faq.texi (Q4.7.4): | |
2373 * xemacs-faq.texi (External Subsystems): | |
2374 * xemacs-faq.texi (Q5.0.1): | |
2375 * xemacs-faq.texi (Q5.0.2): | |
2376 * xemacs-faq.texi (Q5.0.3): | |
2377 * xemacs-faq.texi (Q5.0.4): | |
2378 * xemacs-faq.texi (Q5.0.5): | |
2379 * xemacs-faq.texi (Q5.0.6): | |
2380 * xemacs-faq.texi (Q5.1.1): | |
2381 * xemacs-faq.texi (Q5.1.2): | |
2382 * xemacs-faq.texi (Q5.2.1): | |
2383 * xemacs-faq.texi (Q5.2.2): | |
2384 * xemacs-faq.texi (Q5.2.3): | |
2385 * xemacs-faq.texi (Q5.2.4): | |
2386 * xemacs-faq.texi (Q5.3.1): | |
2387 * xemacs-faq.texi (Q5.3.2): | |
2388 * xemacs-faq.texi (Q5.3.3): | |
2389 * xemacs-faq.texi (Q5.3.4): | |
2390 * xemacs-faq.texi (Q5.4.1): | |
2391 * xemacs-faq.texi (Q5.4.2): | |
2392 * xemacs-faq.texi (Q5.4.3): | |
2393 * xemacs-faq.texi (Q5.4.4): | |
2394 * xemacs-faq.texi (Q5.4.5): | |
2395 * xemacs-faq.texi (Q5.5.1): | |
2396 * xemacs-faq.texi (Q5.5.2): | |
2397 * xemacs-faq.texi (Q5.5.3): | |
2398 * xemacs-faq.texi (Q5.5.4): | |
2399 * xemacs-faq.texi (Q5.5.5): | |
2400 * xemacs-faq.texi (Internet): | |
2401 * xemacs-faq.texi (Q6.0.1): | |
2402 * xemacs-faq.texi (Q6.0.2): | |
2403 * xemacs-faq.texi (Q6.0.3): | |
2404 * xemacs-faq.texi (Q6.0.4): | |
2405 * xemacs-faq.texi (Q6.0.5): | |
2406 * xemacs-faq.texi (Q6.0.6): | |
2407 * xemacs-faq.texi (Q6.0.7): | |
2408 * xemacs-faq.texi (Q6.0.8): | |
2409 * xemacs-faq.texi (Q6.0.9): | |
2410 * xemacs-faq.texi (Q6.0.10): | |
2411 * xemacs-faq.texi (Q6.0.11): | |
2412 * xemacs-faq.texi (Q6.1.1): | |
2413 * xemacs-faq.texi (Q6.1.2): | |
2414 * xemacs-faq.texi (Q6.1.3): | |
2415 * xemacs-faq.texi (Q6.1.4): | |
2416 * xemacs-faq.texi (Q6.1.5): | |
2417 * xemacs-faq.texi (Q6.1.6): | |
2418 * xemacs-faq.texi (Q6.2.1): | |
2419 * xemacs-faq.texi (Q6.2.2): | |
2420 * xemacs-faq.texi (Q6.3.1): | |
2421 * xemacs-faq.texi (Q6.3.2): | |
2422 * xemacs-faq.texi (Q6.4.1): | |
2423 * xemacs-faq.texi (Q6.4.2): | |
2424 * xemacs-faq.texi (Q6.4.3): | |
2425 * xemacs-faq.texi (Advanced): | |
2426 * xemacs-faq.texi (Q7.0.1): | |
2427 * xemacs-faq.texi (Q7.0.2): | |
2428 * xemacs-faq.texi (Q7.1.1): | |
2429 * xemacs-faq.texi (Q7.1.2): | |
2430 * xemacs-faq.texi (Q7.1.3): | |
2431 * xemacs-faq.texi (Q7.1.4): | |
2432 * xemacs-faq.texi (Q7.1.5): | |
2433 * xemacs-faq.texi (Q7.1.6): | |
2434 * xemacs-faq.texi (Q7.2.1): | |
2435 * xemacs-faq.texi (Q7.2.2): | |
2436 * xemacs-faq.texi (Q7.2.3): | |
2437 * xemacs-faq.texi (Q7.2.4): | |
2438 * xemacs-faq.texi (Q7.2.5): | |
2439 * xemacs-faq.texi (Q7.2.6): | |
2440 * xemacs-faq.texi (Q7.2.7): | |
2441 * xemacs-faq.texi (Q7.2.8): | |
2442 * xemacs-faq.texi (Q7.2.9): | |
2443 * xemacs-faq.texi (Q7.2.10): | |
2444 * xemacs-faq.texi (Q7.2.11): | |
2445 * xemacs-faq.texi (Q7.3.1): | |
2446 * xemacs-faq.texi (Q7.3.2): | |
2447 * xemacs-faq.texi (Q7.3.3): | |
2448 * xemacs-faq.texi (Q7.3.4): | |
2449 * xemacs-faq.texi (Other Packages): | |
2450 * xemacs-faq.texi (Q8.0.1): | |
2451 * xemacs-faq.texi (Q8.0.2): | |
2452 * xemacs-faq.texi (Q8.0.3): | |
2453 * xemacs-faq.texi (Q8.0.4): | |
2454 * xemacs-faq.texi (Q8.1.1): | |
2455 * xemacs-faq.texi (Q8.1.2): | |
2456 * xemacs-faq.texi (Q8.1.3): | |
2457 * xemacs-faq.texi (Q8.2.1): | |
2458 * xemacs-faq.texi (Q8.2.2): | |
2459 * xemacs-faq.texi (Q8.2.3): | |
2460 * xemacs-faq.texi (Q8.2.4): | |
2461 * xemacs-faq.texi (Current Events): | |
2462 * xemacs-faq.texi (Q9.0.1): | |
2463 * xemacs-faq.texi (my-function): Removed. | |
2464 * xemacs-faq.texi (Q9.0.2): | |
2465 * xemacs-faq.texi (Q9.0.3): | |
2466 * xemacs-faq.texi (Q9.0.4): | |
2467 * xemacs-faq.texi (Q9.0.5): | |
2468 * xemacs-faq.texi (Legacy Versions): | |
2469 Major rearrangement. Expand to 10 sections. Add various questions, | |
2470 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
2471 of the links. | |
2472 | |
2444 | 2473 2004-12-15 Ville Skyttä <scop@xemacs.org> |
2474 | |
2475 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
2476 | |
2441 | 2477 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
2478 | |
2479 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
2480 Objects): Remove Mote in Make's eye, fix build. | |
2481 | |
2438 | 2482 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
2483 | |
2484 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
2485 Objects): Comment on problems, and extensions needed to handle | |
2486 native widgets properly. | |
2487 | |
2431 | 2488 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
2489 | |
2490 * internals/internals.texi (Better Rendering Support -- | |
2491 Implementation): Document reasons for Label Widget crash. | |
2492 | |
2427 | 2493 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
2494 | |
2495 * Makefile (RECURSIVE_MAKE): Removed. | |
2496 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
2497 handling parallel builds. | |
2498 | |
2421 | 2499 2004-12-05 Ben Wing <ben@xemacs.org> |
2500 | |
2501 * xemacs/packages.texi (Packages): | |
2502 * xemacs/packages.texi (Manually): | |
2503 * xemacs/packages.texi (Building Packages): | |
2504 * xemacs/packages.texi (Local.rules File): | |
2505 * xemacs/packages.texi (Available Packages): | |
2506 Add long form of Lisp Reference Manual to links. | |
2507 Add links pointing to Lisp Reference Manual for more detailed | |
2508 package discussion. | |
2422 | 2509 |
2510 * xemacs/xemacs-faq.texi: | |
2511 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
2512 | |
2421 | 2513 2004-12-05 Ben Wing <ben@xemacs.org> |
2514 | |
2515 * lispref/range-tables.texi (Range Tables): | |
2516 * lispref/range-tables.texi (Introduction to Range Tables): | |
2517 * lispref/range-tables.texi (Working With Range Tables): | |
2518 Document range-table changes. | |
2519 | |
2520 2004-12-05 Ben Wing <ben@xemacs.org> | |
2521 | |
2522 * internals/internals.texi (A History of Emacs): | |
2523 Update history section. | |
2524 | |
2525 2004-12-05 Ben Wing <ben@xemacs.org> | |
2526 | |
2527 * xemacs-faq.texi: | |
2528 * xemacs-faq.texi (fix-main-menu): New. | |
2529 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
2530 * xemacs-faq.texi (Top): | |
2531 * xemacs-faq.texi (Introduction): | |
2532 * xemacs-faq.texi (Q1.0.1): | |
2533 * xemacs-faq.texi (Q1.0.2): | |
2534 * xemacs-faq.texi (Q1.0.4): | |
2535 * xemacs-faq.texi (Q1.0.5): | |
2536 * xemacs-faq.texi (Q1.0.6): | |
2537 * xemacs-faq.texi (Q1.0.7): | |
2538 * xemacs-faq.texi (Q1.0.8): | |
2539 * xemacs-faq.texi (Q1.0.9): | |
2540 * xemacs-faq.texi (Q1.0.10): | |
2541 * xemacs-faq.texi (Q1.0.11): | |
2542 * xemacs-faq.texi (Q1.0.12): | |
2543 * xemacs-faq.texi (Q1.0.13): | |
2544 * xemacs-faq.texi (Q1.0.14): | |
2545 * xemacs-faq.texi (Q1.1.1): | |
2546 * xemacs-faq.texi (Q1.1.2): | |
2547 * xemacs-faq.texi (Q1.1.3): | |
2548 * xemacs-faq.texi (Q1.1.4): | |
2549 * xemacs-faq.texi (Q1.1.5): | |
2550 * xemacs-faq.texi (Q1.1.6): | |
2551 * xemacs-faq.texi (Q1.1.7): | |
2552 * xemacs-faq.texi (Q1.1.8): | |
2553 * xemacs-faq.texi (Q1.1.9): | |
2554 * xemacs-faq.texi (Q1.2.1): | |
2555 * xemacs-faq.texi (Q1.2.2): | |
2556 * xemacs-faq.texi (Q1.2.3): | |
2557 * xemacs-faq.texi (Q1.3.1): | |
2558 * xemacs-faq.texi (Q1.3.2): | |
2559 * xemacs-faq.texi (Q1.3.3): | |
2560 * xemacs-faq.texi (Q1.4.1): | |
2561 * xemacs-faq.texi (Q1.4.2): | |
2562 * xemacs-faq.texi (Q1.4.3): | |
2563 * xemacs-faq.texi (Q1.4.4): | |
2564 * xemacs-faq.texi (Q1.4.5): | |
2565 * xemacs-faq.texi (Q1.4.6): | |
2566 * xemacs-faq.texi (Q1.4.7): | |
2567 * xemacs-faq.texi (Q1.4.8): | |
2568 * xemacs-faq.texi (Q1.4.9): | |
2569 * xemacs-faq.texi (Q1.5.1): | |
2570 * xemacs-faq.texi (Q1.5.2): | |
2571 * xemacs-faq.texi (Q1.5.3): | |
2572 * xemacs-faq.texi (Q1.5.4): | |
2573 * xemacs-faq.texi (Q1.5.5): | |
2574 * xemacs-faq.texi (Q1.5.6): | |
2575 * xemacs-faq.texi (Q1.5.7): | |
2576 * xemacs-faq.texi (Q1.5.8): | |
2577 * xemacs-faq.texi (Installation): | |
2578 * xemacs-faq.texi (Q2.0.1): | |
2579 * xemacs-faq.texi (Q2.0.2): | |
2580 * xemacs-faq.texi (Q2.0.3): | |
2581 * xemacs-faq.texi (Q2.0.4): | |
2582 * xemacs-faq.texi (Q2.0.5): | |
2583 * xemacs-faq.texi (Q2.0.6): | |
2584 * xemacs-faq.texi (Q2.0.7): | |
2585 * xemacs-faq.texi (Q2.1.1): | |
2586 * xemacs-faq.texi (Q2.1.2): | |
2587 * xemacs-faq.texi (Q2.1.3): | |
2588 * xemacs-faq.texi (Q2.1.4): | |
2589 * xemacs-faq.texi (Q2.2.1): | |
2590 * xemacs-faq.texi (Q2.2.2): | |
2591 * xemacs-faq.texi (Q2.2.3): | |
2592 * xemacs-faq.texi (Q2.2.4): | |
2593 * xemacs-faq.texi (Q2.2.5): | |
2594 * xemacs-faq.texi (Q2.2.6): | |
2595 * xemacs-faq.texi (Q2.2.7): | |
2596 * xemacs-faq.texi (Q2.2.8): | |
2597 * xemacs-faq.texi (Q2.3.1): | |
2598 * xemacs-faq.texi (Q2.3.2): | |
2599 * xemacs-faq.texi (Q2.3.3): | |
2600 * xemacs-faq.texi (Q2.3.4): | |
2601 * xemacs-faq.texi (Q2.3.5): | |
2602 * xemacs-faq.texi (Q2.3.6): | |
2603 * xemacs-faq.texi (Q2.3.7): | |
2604 * xemacs-faq.texi (Q2.3.8): | |
2605 * xemacs-faq.texi (Q2.3.9): | |
2606 * xemacs-faq.texi (Q2.3.10): | |
2607 * xemacs-faq.texi (Q2.3.11): | |
2608 * xemacs-faq.texi (Q2.4.1): | |
2609 * xemacs-faq.texi (Q2.4.2): | |
2610 * xemacs-faq.texi (Q2.4.3): | |
2611 * xemacs-faq.texi (Q2.4.4): | |
2612 * xemacs-faq.texi (Q2.4.5): | |
2613 * xemacs-faq.texi (Q2.4.6): | |
2614 * xemacs-faq.texi (Display Subsystems): | |
2615 * xemacs-faq.texi (running-xemacs): Removed. | |
2616 * xemacs-faq.texi (Q3.0.1): | |
2617 * xemacs-faq.texi (Q3.0.2): | |
2618 * xemacs-faq.texi (Q3.0.3): | |
2619 * xemacs-faq.texi (Q3.0.4): | |
2620 * xemacs-faq.texi (Q3.0.5): | |
2621 * xemacs-faq.texi (Q3.0.6): | |
2622 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
2623 * xemacs-faq.texi (Q3.0.7): | |
2624 * xemacs-faq.texi (Q3.0.8): | |
2625 * xemacs-faq.texi (Q3.0.9): | |
2626 * xemacs-faq.texi (Q3.0.10): | |
2627 * xemacs-faq.texi (Q3.1.1): | |
2628 * xemacs-faq.texi (Q3.1.2): | |
2629 * xemacs-faq.texi (Q3.1.3): | |
2630 * xemacs-faq.texi (Q3.1.4): | |
2631 * xemacs-faq.texi (Q3.1.5): | |
2632 * xemacs-faq.texi (Q3.2.1): | |
2633 * xemacs-faq.texi (Q3.2.2): | |
2634 * xemacs-faq.texi (Q3.2.3): | |
2635 * xemacs-faq.texi (Q3.2.4): | |
2636 * xemacs-faq.texi (Q3.2.5): | |
2637 * xemacs-faq.texi (Q3.2.6): | |
2638 * xemacs-faq.texi (Q3.2.7): | |
2639 * xemacs-faq.texi (Q3.2.8): | |
2640 * xemacs-faq.texi (Q3.2.9): | |
2641 * xemacs-faq.texi (Q3.3.1): | |
2642 * xemacs-faq.texi (Q3.3.2): | |
2643 * xemacs-faq.texi (Q3.3.3): | |
2644 * xemacs-faq.texi (Q3.3.4): | |
2645 * xemacs-faq.texi (Q3.3.5): | |
2646 * xemacs-faq.texi (Q3.3.6): | |
2647 * xemacs-faq.texi (Q3.4.1): | |
2648 * xemacs-faq.texi (Q3.4.2): | |
2649 * xemacs-faq.texi (Q3.4.3): | |
2650 * xemacs-faq.texi (Q3.4.4): | |
2651 * xemacs-faq.texi (Q3.4.5): | |
2652 * xemacs-faq.texi (Q3.4.6): | |
2653 * xemacs-faq.texi (Q3.5.1): | |
2654 * xemacs-faq.texi (Q3.5.2): | |
2655 * xemacs-faq.texi (Q3.5.3): | |
2656 * xemacs-faq.texi (Q3.5.4): | |
2657 * xemacs-faq.texi (Q3.6.1): | |
2658 * xemacs-faq.texi (Q3.6.2): | |
2659 * xemacs-faq.texi (Q3.6.3): | |
2660 * xemacs-faq.texi (Q3.7.1): | |
2661 * xemacs-faq.texi (Q3.7.2): | |
2662 * xemacs-faq.texi (Q3.7.3): | |
2663 * xemacs-faq.texi (Q3.7.4): | |
2664 * xemacs-faq.texi (Q3.7.5): | |
2665 * xemacs-faq.texi (Q3.7.6): | |
2666 * xemacs-faq.texi (Q3.7.7): | |
2667 * xemacs-faq.texi (Q3.7.8): | |
2668 * xemacs-faq.texi (Q3.8.1): | |
2669 * xemacs-faq.texi (Q3.8.2): | |
2670 * xemacs-faq.texi (Q3.8.3): | |
2671 * xemacs-faq.texi (my-toggle-toolbar): New. | |
2672 * xemacs-faq.texi (Q3.8.4): | |
2673 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
2674 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
2675 * xemacs-faq.texi (Q3.8.5): | |
2676 * xemacs-faq.texi (Q3.9.1): | |
2677 * xemacs-faq.texi (Q3.9.2): | |
2678 * xemacs-faq.texi (Q3.9.3): | |
2679 * xemacs-faq.texi (Q3.9.4): | |
2680 * xemacs-faq.texi (Q3.9.5): | |
2681 * xemacs-faq.texi (External Subsystems): | |
2682 * xemacs-faq.texi (Q4.0.1): | |
2683 * xemacs-faq.texi (Q4.0.2): | |
2684 * xemacs-faq.texi (Q4.0.3): | |
2685 * xemacs-faq.texi (Q4.0.4): | |
2686 * xemacs-faq.texi (Q4.0.5): | |
2687 * xemacs-faq.texi (Q4.0.6): | |
2688 * xemacs-faq.texi (global-map): Removed. | |
2689 * xemacs-faq.texi (Q4.1.1): | |
2690 * xemacs-faq.texi (Q4.1.2): | |
2691 * xemacs-faq.texi (Q4.2.1): | |
2692 * xemacs-faq.texi (Q4.2.2): | |
2693 * xemacs-faq.texi (Q4.2.3): | |
2694 * xemacs-faq.texi (Q4.2.4): | |
2695 * xemacs-faq.texi (Q4.3.1): | |
2696 * xemacs-faq.texi (Q4.3.2): | |
2697 * xemacs-faq.texi (Q4.3.3): | |
2698 * xemacs-faq.texi (Q4.3.4): | |
2699 * xemacs-faq.texi (Q4.4.1): | |
2700 * xemacs-faq.texi (Q4.4.2): | |
2701 * xemacs-faq.texi (Q4.4.3): | |
2702 * xemacs-faq.texi (Q4.4.4): | |
2703 * xemacs-faq.texi (Q4.4.5): | |
2704 * xemacs-faq.texi (Q4.5.1): | |
2705 * xemacs-faq.texi (Q4.5.2): | |
2706 * xemacs-faq.texi (Q4.5.3): | |
2707 * xemacs-faq.texi (Q4.5.4): | |
2708 * xemacs-faq.texi (Q4.5.5): | |
2709 * xemacs-faq.texi (Q4.6.1): | |
2710 * xemacs-faq.texi (Q4.6.2): | |
2711 * xemacs-faq.texi (Q4.6.3): | |
2712 * xemacs-faq.texi (Q4.6.4): | |
2713 * xemacs-faq.texi (Q4.7.1): | |
2714 * xemacs-faq.texi (Q4.7.2): | |
2715 * xemacs-faq.texi (Q4.7.3): | |
2716 * xemacs-faq.texi (Q4.8.1): | |
2717 * xemacs-faq.texi (Q4.8.2): | |
2718 * xemacs-faq.texi (Q4.8.3): | |
2719 * xemacs-faq.texi (Q4.8.4): | |
2720 * xemacs-faq.texi (Internet): | |
2721 * xemacs-faq.texi (Q5.0.1): | |
2722 * xemacs-faq.texi (Q5.0.2): | |
2723 * xemacs-faq.texi (Q5.0.3): | |
2724 * xemacs-faq.texi (Q5.0.4): | |
2725 * xemacs-faq.texi (Q5.0.5): | |
2726 * xemacs-faq.texi (Q5.0.6): | |
2727 * xemacs-faq.texi (Q5.0.7): | |
2728 * xemacs-faq.texi (Q5.0.8): | |
2729 * xemacs-faq.texi (Q5.0.9): | |
2730 * xemacs-faq.texi (Q5.0.10): | |
2731 * xemacs-faq.texi (Q5.0.11): | |
2732 * xemacs-faq.texi (Q5.1.1): | |
2733 * xemacs-faq.texi (Q5.1.2): | |
2734 * xemacs-faq.texi (Q5.1.3): | |
2735 * xemacs-faq.texi (Q5.1.4): | |
2736 * xemacs-faq.texi (Q5.1.5): | |
2737 * xemacs-faq.texi (Q5.1.6): | |
2738 * xemacs-faq.texi (Q5.2.1): | |
2739 * xemacs-faq.texi (Q5.2.2): | |
2740 * xemacs-faq.texi (Q5.3.1): | |
2741 * xemacs-faq.texi (Q5.3.2): | |
2742 * xemacs-faq.texi (Q5.4.1): | |
2743 * xemacs-faq.texi (Q5.4.2): | |
2744 * xemacs-faq.texi (Q5.4.3): | |
2745 * xemacs-faq.texi (Advanced): | |
2746 * xemacs-faq.texi (Q6.0.1): | |
2747 * xemacs-faq.texi (Q6.0.2): | |
2748 * xemacs-faq.texi (Q6.1.1): | |
2749 * xemacs-faq.texi (Q6.1.2): | |
2750 * xemacs-faq.texi (Q6.1.3): | |
2751 * xemacs-faq.texi (Q6.1.4): | |
2752 * xemacs-faq.texi (Q6.1.5): | |
2753 * xemacs-faq.texi (Q6.1.6): | |
2754 * xemacs-faq.texi (Q6.2.1): | |
2755 * xemacs-faq.texi (Q6.2.2): | |
2756 * xemacs-faq.texi (Q6.2.3): | |
2757 * xemacs-faq.texi (Q6.2.4): | |
2758 * xemacs-faq.texi (Q6.2.5): | |
2759 * xemacs-faq.texi (Q6.2.6): | |
2760 * xemacs-faq.texi (Q6.2.7): | |
2761 * xemacs-faq.texi (Q6.2.8): | |
2762 * xemacs-faq.texi (Q6.2.9): | |
2763 * xemacs-faq.texi (Q6.2.10): | |
2764 * xemacs-faq.texi (Q6.2.11): | |
2765 * xemacs-faq.texi (Q6.3.1): | |
2766 * xemacs-faq.texi (Q6.3.2): | |
2767 * xemacs-faq.texi (Q6.3.3): | |
2768 * xemacs-faq.texi (Q6.3.4): | |
2769 * xemacs-faq.texi (Current Events): | |
2770 * xemacs-faq.texi (Q7.0.1): | |
2771 * xemacs-faq.texi (Q7.0.2): | |
2772 * xemacs-faq.texi (Q7.0.3): | |
2773 * xemacs-faq.texi (Q7.0.5): | |
2774 * xemacs-faq.texi (Q7.0.6): | |
2775 * xemacs-faq.texi (Legacy Versions): | |
2776 * xemacs-faq.texi (my-function): Removed. | |
2777 * xemacs-faq.texi (Q8.0.1): | |
2778 | |
2779 The section on Troubleshooting (now 2.3) has been completely | |
2780 written and includes a lot of stuff that is not properly | |
2781 documented anywhere else. A fair amount of obsolete info has been | |
2782 deleted and I've incorporated the comments that people (mostly | |
2783 Stephen T) made. Former chapter 3 has been split up in two, one | |
2784 pertaining to basic I/O and the other to external I/O. What were | |
2785 formerly chapters 5 and 6 no longer exist as such; the info in | |
2786 them has been distributed across various other chapters. Old | |
2787 chapter 4 got split up, part going to the new chapter 4 on | |
2788 external I/O and part going to the new chapter 5 on the Internet. | |
2789 In this new chapter, stuff not pertaining to a specific package | |
2790 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
2791 general mail section was constituted. Part of old chapter 5 | |
2792 remains in a new chapter 6 devoted to Emacs Lisp and other | |
2793 advanced stuff, and a section from old chapter 3 on basic | |
2794 init-file Lisp and some stuff from old chapter 5 on Info. The | |
2795 rest of chapter 5 was just "misc" and has gotten scattered to the | |
2796 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
2797 quite scattered; there is no longer any section specifically | |
2798 devoted to Windows except one of the Installation sections (along | |
2799 with a section specfically devoted to Unix), and the rest has | |
2800 moved to join the appropriate non-Windows-specific section | |
2801 elsewhere. A lot of chapters had their sections rearranged and | |
2802 likewise for sections having entries rearranged, with the | |
2803 intention that the new arrangement should be more natural. In | |
2804 general I hope that stuff should be much easier to locate. I also | |
2805 rewrote the entries on the relation between XEmacs and GNU Emacs | |
2806 on the authors of XEmacs, including lots of info on who wrote | |
2807 specific subsections. | |
2808 | |
2418 | 2809 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
2810 | |
2811 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
2812 * Makefile (TEXI2HTML_SPLIT): New. | |
2813 * Makefile (CP): New. | |
2814 * Makefile (PHOTODIR): New. | |
2815 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
2816 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
2817 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
2818 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
2819 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
2820 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
2821 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
2822 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
2823 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
2824 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
2825 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
2826 Produce unsplit output for website also, copy photos to HTMLDIR. | |
2827 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
2828 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
2829 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
2830 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
2831 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
2832 | |
2406 | 2833 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2834 | |
2835 * internals/internals.texi (Better Rendering Support -- | |
2836 Configuration with the Interim Patches): | |
2837 Add documentation of X resources, especially for GUI elements. | |
2838 (Better Rendering Support -- Implementation): | |
2839 More comments about specification and design issues. | |
2840 (Better Rendering Support -- Current Status): | |
2841 New subsubsection "Bugs Reported in sjt-xft". | |
2842 | |
2405 | 2843 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2844 | |
2845 * internals/internals.texi (Future Work -- Better Rendering Support): | |
2846 New node. | |
2865 | 2847 (Top): |
2405 | 2848 (Future Work): |
2849 (Future Work -- Lisp Engine Replacement): | |
2850 Add pointers to new node. | |
2851 | |
2393 | 2852 2004-11-16 Ben Wing <ben@xemacs.org> |
2853 | |
2854 * internals/internals.texi (Top): | |
2855 * internals/internals.texi (Introduction): | |
2856 * internals/internals.texi (Authorship of XEmacs): | |
2857 * internals/internals.texi (A History of Emacs): | |
2858 * internals/internals.texi (Through Version 18): | |
2859 * internals/internals.texi (Epoch): | |
2860 * internals/internals.texi (Lucid Emacs): | |
2861 * internals/internals.texi (GNU Emacs 19): | |
2862 * internals/internals.texi (GNU Emacs 20): | |
2863 * internals/internals.texi (XEmacs): | |
2864 * internals/internals.texi (The XEmacs Split): | |
2865 * internals/internals.texi (Build-Time Dependencies): | |
2866 * internals/internals.texi (Low-Level Modules): | |
2867 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2868 * internals/internals.texi (Rules When Writing New C Code): | |
2869 * internals/internals.texi (Introduction to Writing C Code): | |
2870 * internals/internals.texi (Writing New Modules): | |
2871 * internals/internals.texi (Working with Lisp Objects): | |
2872 * internals/internals.texi (Writing Lisp Primitives): | |
2873 * internals/internals.texi (Adding Global Lisp Variables): | |
2874 * internals/internals.texi (Writing Macros): | |
2875 * internals/internals.texi (Proper Use of Unsigned Types): | |
2876 * internals/internals.texi (Major Textual Changes): | |
2877 * internals/internals.texi (Great Integral Type Renaming): | |
2878 * internals/internals.texi (Text/Char Type Renaming): | |
2879 * internals/internals.texi (Debugging and Testing): | |
2880 * internals/internals.texi (Modules for Regression Testing): | |
2881 * internals/internals.texi (Merging a Branch into the Trunk): | |
2882 * internals/internals.texi (XEmacs from the Inside): | |
2883 * internals/internals.texi (Basic Types): | |
2884 * internals/internals.texi (Low-Level Allocation): | |
2885 * internals/internals.texi (Basic Heap Allocation): | |
2886 * internals/internals.texi (Stack Allocation): | |
2887 * internals/internals.texi (Dynamic Arrays): | |
2888 * internals/internals.texi (Allocation by Blocks): | |
2889 * internals/internals.texi (Modules for Allocation): | |
2890 * internals/internals.texi (Critical Redisplay Sections): | |
2891 * internals/internals.texi (Control-G (Quit) Checking): | |
2892 * internals/internals.texi (Future Work Discussion): | |
2893 * internals/internals.texi (Discussion -- Garbage Collection): | |
2894 * internals/internals.texi (Discussion -- Pure Space): | |
2895 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
2896 * internals/internals.texi (Discussion -- The Anti-Cons): | |
2897 * internals/internals.texi (Discussion -- Glyphs): | |
2898 * internals/internals.texi (Discussion -- Dialog Boxes): | |
2899 * internals/internals.texi (Discussion -- Multilingual Issues): | |
2900 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
2901 * internals/internals.texi (image-instance-property): New. | |
2902 * internals/internals.texi (set-image-instance-property): New. | |
2903 * internals/internals.texi (Discussion -- Switching to C++): | |
2904 * internals/internals.texi (Discussion -- Windows External Widget): | |
2905 | |
2906 Add sections on Basic Types and Low-Level Allocation. Move module | |
2907 docs here. Incorporate dynamic array and blocktype docs from | |
2908 source. | |
2909 | |
2910 Add info on beta releases up to present. | |
2911 | |
2912 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
2913 together properly. Put "Major Textual Changes" under this | |
2914 chapter. Incorporate etc/CODING-STANDARDS. | |
2915 | |
2916 Add discussion sections on "Instantiators and Generic Property | |
2917 Accessors" and "Switching to C++". Fill out discussion on garbage | |
2918 collection. | |
2919 | |
2920 Incorporate backtraces showing crashes due to problems with | |
2921 redisplay-critical-section protection. | |
2922 | |
2367 | 2923 2004-11-04 Ben Wing <ben@xemacs.org> |
2924 | |
2925 * lispref/mule.texi (CCL Syntax): | |
2926 * lispref/mule.texi (INT-OR-CHAR): New. | |
2927 * lispref/mule.texi (CCL Statements): | |
2928 Update CCL docs. | |
2929 | |
2930 2004-11-04 Ben Wing <ben@xemacs.org> | |
2931 | |
2932 * internals/internals.texi (Top): | |
2933 * internals/internals.texi (NOTE): New. | |
2934 * internals/internals.texi (list-to-texinfo): New. | |
2935 * internals/internals.texi (remove-spacing): New. | |
2936 * internals/internals.texi (table-to-texinfo): New. | |
2937 * internals/internals.texi (convert-text-to-texinfo): New. | |
2938 * internals/internals.texi ('make-future): New. | |
2939 * internals/internals.texi ('make-discussion): New. | |
2940 * internals/internals.texi ('make-old-future): New. | |
2941 * internals/internals.texi ('make-section): New. | |
2942 * internals/internals.texi ('make-subsection): New. | |
2943 * internals/internals.texi (Introduction): | |
2944 * internals/internals.texi (divisions): New. | |
2945 * internals/internals.texi (Authorship of XEmacs): | |
2946 * internals/internals.texi (XEmacs): | |
2947 * internals/internals.texi (The XEmacs Split): | |
2948 * internals/internals.texi (Author): New. | |
2949 * internals/internals.texi (XEmacs from the Outside): | |
2950 * internals/internals.texi (The Lisp Language): | |
2951 * internals/internals.texi (XEmacs from the Perspective of Building): | |
2952 * internals/internals.texi (Build-Time Dependencies): | |
2953 * internals/internals.texi (The Modules of XEmacs): | |
2954 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2955 * internals/internals.texi (ways): Removed. | |
2956 * internals/internals.texi (Low-Level Modules): | |
2957 * internals/internals.texi (Basic Lisp Modules): | |
2958 * internals/internals.texi (Modules for Standard Editing Operations): | |
2959 * internals/internals.texi (files): Removed. | |
2960 * internals/internals.texi (Modules for Interfacing with the File System): | |
2961 * internals/internals.texi (some_variable): Removed. | |
2962 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2963 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2964 * internals/internals.texi (character): Removed. | |
2965 * internals/internals.texi (Major Textual Changes): | |
2966 * internals/internals.texi (Great Integral Type Renaming): | |
2967 * internals/internals.texi (commands): Removed. | |
2968 * internals/internals.texi (Text/Char Type Renaming): | |
2969 * internals/internals.texi (pattern): Removed. | |
2970 * internals/internals.texi (Rules When Writing New C Code): | |
2971 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2972 * internals/internals.texi (General Coding Rules): | |
2973 * internals/internals.texi (examples): Removed. | |
2974 * internals/internals.texi (Object-Oriented Techniques for C): | |
2975 * internals/internals.texi (Writing Lisp Primitives): | |
2976 * internals/internals.texi (Writing Good Comments): | |
2977 * internals/internals.texi (Adding Global Lisp Variables): | |
2978 * internals/internals.texi (Writing Macros): | |
2979 * internals/internals.texi (Proper Use of Unsigned Types): | |
2980 * internals/internals.texi (Techniques for XEmacs Developers): | |
2981 * internals/internals.texi (Regression Testing XEmacs): | |
2982 * internals/internals.texi (How to Regression-Test): | |
2983 * internals/internals.texi (Modules for Regression Testing): | |
2984 * internals/internals.texi (CVS Techniques): | |
2985 * internals/internals.texi (Merging a Branch into the Trunk): | |
2986 * internals/internals.texi (XEmacs from the Inside): | |
2987 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2988 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2989 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2990 * internals/internals.texi (Introduction to Allocation): | |
2991 * internals/internals.texi (Garbage Collection): | |
2992 * internals/internals.texi (GCPROing): | |
2993 * internals/internals.texi (Garbage Collection - Step by Step): | |
2994 * internals/internals.texi (Invocation): | |
2995 * internals/internals.texi (garbage_collect_1): | |
2996 * internals/internals.texi (mark_object): | |
2997 * internals/internals.texi (gc_sweep): | |
2998 * internals/internals.texi (sweep_lcrecords_1): | |
2999 * internals/internals.texi (compact_string_chars): | |
3000 * internals/internals.texi (sweep_strings): | |
3001 * internals/internals.texi (sweep_bit_vectors_1): | |
3002 * internals/internals.texi (Integers and Characters): | |
3003 * internals/internals.texi (Allocation from Frob Blocks): | |
3004 * internals/internals.texi (lrecords): | |
3005 * internals/internals.texi (Low-level allocation): | |
3006 * internals/internals.texi (Cons): | |
3007 * internals/internals.texi (Vector): | |
3008 * internals/internals.texi (Bit Vector): | |
3009 * internals/internals.texi (Symbol): | |
3010 * internals/internals.texi (Marker): | |
3011 * internals/internals.texi (String): | |
3012 * internals/internals.texi (Compiled Function): | |
3013 * internals/internals.texi (The Lisp Reader and Compiler): | |
3014 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
3015 * internals/internals.texi (Evaluation): | |
3016 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3017 * internals/internals.texi (Simple Special Forms): | |
3018 * internals/internals.texi (Catch and Throw): | |
3019 * internals/internals.texi (Error Trapping): | |
3020 * internals/internals.texi (Symbols and Variables): | |
3021 * internals/internals.texi (Introduction to Symbols): | |
3022 * internals/internals.texi (Obarrays): | |
3023 * internals/internals.texi (Symbol Values): | |
3024 * internals/internals.texi (Buffers): | |
3025 * internals/internals.texi (Introduction to Buffers): | |
3026 * internals/internals.texi (Buffer Lists): | |
3027 * internals/internals.texi (Markers and Extents): | |
3028 * internals/internals.texi (The Buffer Object): | |
3029 * internals/internals.texi (Text): | |
3030 * internals/internals.texi (The Text in a Buffer): | |
3031 * internals/internals.texi (Ibytes and Ichars): | |
3032 * internals/internals.texi (Byte-Char Position Conversion): | |
3033 * internals/internals.texi (Searching and Matching): | |
3034 * internals/internals.texi (Multilingual Support): | |
3035 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
3036 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
3037 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
3038 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
3039 * internals/internals.texi (Character Sets): | |
3040 * internals/internals.texi (Encodings): | |
3041 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
3042 * internals/internals.texi (JIS7): | |
3043 * internals/internals.texi (Internal Mule Encodings): | |
3044 * internals/internals.texi (Internal String Encoding): | |
3045 * internals/internals.texi (Internal Character Encoding): | |
3046 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
3047 * internals/internals.texi (Byte Types): | |
3048 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
3049 * internals/internals.texi (Buffer Positions): | |
3050 * internals/internals.texi (Other Typedefs): | |
3051 * internals/internals.texi (Usage of the Various Representations): | |
3052 * internals/internals.texi (Working With the Various Representations): | |
3053 * internals/internals.texi (Internal Text API's): | |
3054 * internals/internals.texi (Basic internal-format API's): | |
3055 * internals/internals.texi (The DFC API): | |
3056 * internals/internals.texi (The Eistring API): | |
3057 * internals/internals.texi (Coding for Mule): | |
3058 * internals/internals.texi (Character-Related Data Types): | |
3059 * internals/internals.texi (Working With Character and Byte Positions): | |
3060 * internals/internals.texi (Conversion to and from External Data): | |
3061 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3062 * internals/internals.texi (An Example of Mule-Aware Code): | |
3063 * internals/internals.texi (Mule-izing Code): | |
3064 * internals/internals.texi (CCL): | |
3065 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
3066 * internals/internals.texi (Microsoft Documentation): | |
3067 * internals/internals.texi (Locales): | |
3068 * internals/internals.texi (More about code pages): | |
3069 * internals/internals.texi (More about locales): | |
3070 * internals/internals.texi (Unicode support under Windows): | |
3071 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
3072 * internals/internals.texi (The format of the locale in setlocale()): | |
3073 * internals/internals.texi (Random other Windows I18N docs): | |
3074 * internals/internals.texi (Modules for Internationalization): | |
3075 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
3076 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3077 * internals/internals.texi (Point): | |
3078 * internals/internals.texi (Window Hierarchy): | |
3079 * internals/internals.texi (The Window Object): | |
3080 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3081 * internals/internals.texi (The Redisplay Mechanism): | |
3082 * internals/internals.texi (Critical Redisplay Sections): | |
3083 * internals/internals.texi (Line Start Cache): | |
3084 * internals/internals.texi (Redisplay Piece by Piece): | |
3085 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
3086 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
3087 * internals/internals.texi (Extents): | |
3088 * internals/internals.texi (Introduction to Extents): | |
3089 * internals/internals.texi (Extent Ordering): | |
3090 * internals/internals.texi (Format of the Extent Info): | |
3091 * internals/internals.texi (Zero-Length Extents): | |
3092 * internals/internals.texi (Mathematics of Extent Ordering): | |
3093 * internals/internals.texi (Extent Fragments): | |
3094 * internals/internals.texi (Faces): | |
3095 * internals/internals.texi (Glyphs): | |
3096 * internals/internals.texi (Specifiers): | |
3097 * internals/internals.texi (Menus): | |
3098 * internals/internals.texi (Events and the Event Loop): | |
3099 * internals/internals.texi (Introduction to Events): | |
3100 * internals/internals.texi (Main Loop): | |
3101 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
3102 * internals/internals.texi (Specifics About the Emacs Event): | |
3103 * internals/internals.texi (Event Queues): | |
3104 * internals/internals.texi (Event Stream Callback Routines): | |
3105 * internals/internals.texi (Other Event Loop Functions): | |
3106 * internals/internals.texi (Stream Pairs): | |
3107 * internals/internals.texi (Converting Events): | |
3108 * internals/internals.texi (Dispatching Events; The Command Builder): | |
3109 * internals/internals.texi (Focus Handling): | |
3110 * internals/internals.texi (Editor-Level Control Flow Modules): | |
3111 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
3112 * internals/internals.texi (Signal Handling): | |
3113 * internals/internals.texi (Control-G (Quit) Checking): | |
3114 * internals/internals.texi (Profiling): | |
3115 * internals/internals.texi (Asynchronous Timeouts): | |
3116 * internals/internals.texi (Exiting): | |
3117 * internals/internals.texi (Lstreams): | |
3118 * internals/internals.texi (Creating an Lstream): | |
3119 * internals/internals.texi (Lstream Types): | |
3120 * internals/internals.texi (Lstream Functions): | |
3121 * internals/internals.texi (Lstream Methods): | |
3122 * internals/internals.texi (Subprocesses): | |
3123 * internals/internals.texi (Interface to MS Windows): | |
3124 * internals/internals.texi (Different kinds of Windows environments): | |
3125 * internals/internals.texi (Windows Build Flags): | |
3126 * internals/internals.texi (Windows I18N Introduction): | |
3127 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
3128 * internals/internals.texi (Interface to the X Window System): | |
3129 * internals/internals.texi (Lucid Widget Library): | |
3130 * internals/internals.texi (Generic Widget Interface): | |
3131 * internals/internals.texi (dependencies): New. | |
3132 * internals/internals.texi (routines): New. | |
3133 * internals/internals.texi (Summary): New. | |
3134 * internals/internals.texi (Scrollbars): | |
3135 * internals/internals.texi (Menubars): | |
3136 * internals/internals.texi (Checkboxes and Radio Buttons): | |
3137 * internals/internals.texi (Progress Bars): | |
3138 * internals/internals.texi (Tab Controls): | |
3139 * internals/internals.texi (Modules for Interfacing with X Windows): | |
3140 * internals/internals.texi (Dumping): | |
3141 * internals/internals.texi (Dumping Justification): | |
3142 * internals/internals.texi (Overview): | |
3143 * internals/internals.texi (Data descriptions): | |
3144 * internals/internals.texi (Dumping phase): | |
3145 * internals/internals.texi (Object inventory): | |
3146 * internals/internals.texi (Address allocation): | |
3147 * internals/internals.texi (The header): | |
3148 * internals/internals.texi (Data dumping): | |
3149 * internals/internals.texi (Pointers dumping): | |
3150 * internals/internals.texi (Reloading phase): | |
3151 * internals/internals.texi (Abstract): New. | |
3152 * internals/internals.texi (Remaining issues): | |
3153 * internals/internals.texi (Future Work): | |
3154 * internals/internals.texi (Future Work -- General Suggestions): | |
3155 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
3156 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
3157 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
3158 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
3159 * internals/internals.texi (Future Work -- Keyword Parameters): | |
3160 * internals/internals.texi (Future Work -- Property Interface Changes): | |
3161 * internals/internals.texi (Future Work -- Toolbars): | |
3162 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
3163 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
3164 * internals/internals.texi (Future Work -- Menu API Changes): | |
3165 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
3166 * internals/internals.texi (Future Work -- Mouse Pointer): | |
3167 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
3168 * internals/internals.texi (Future Work -- Busy Pointer): | |
3169 * internals/internals.texi (Future Work -- Extents): | |
3170 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
3171 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
3172 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
3173 * internals/internals.texi (Future Work -- Keybindings): | |
3174 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
3175 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
3176 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
3177 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
3178 * internals/internals.texi (Future Work -- Autodetection): | |
3179 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
3180 * internals/internals.texi (Future Work -- Unicode): | |
3181 * internals/internals.texi (Future Work -- BIDI Support): | |
3182 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
3183 * internals/internals.texi (Future Work -- Lisp Stream API): | |
3184 * internals/internals.texi (Future Work -- Multiple Values): | |
3185 * internals/internals.texi (Future Work -- Macros): | |
3186 * internals/internals.texi (Future Work -- Specifiers): | |
3187 * internals/internals.texi (Future Work -- Display Tables): | |
3188 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
3189 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
3190 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
3191 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
3192 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
3193 * internals/internals.texi (Future Work Discussion): | |
3194 * internals/internals.texi (Discussion -- garbage collection): | |
3195 * internals/internals.texi (Discussion -- glyphs): | |
3196 * internals/internals.texi (Discussion -- Dialog Boxes): | |
3197 * internals/internals.texi (Discussion -- Multilingual Issues): | |
3198 * internals/internals.texi (Discussion -- Windows External Widget): | |
3199 * internals/internals.texi (Discussion -- Packages): | |
3200 * internals/internals.texi (Discussion -- Distribution Layout): | |
3201 * internals/internals.texi (Old Future Work): | |
3202 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
3203 * internals/internals.texi (backtrace): New. | |
3204 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
3205 * internals/internals.texi (emacs-lisp): New. | |
3206 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
3207 * internals/internals.texi (Newsgroups): New. | |
3208 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
3209 * internals/internals.texi (own-selection): New. | |
3210 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
3211 * internals/internals.texi (COMMENT): New. | |
3212 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
3213 * internals/internals.texi (Now): Removed. | |
3214 * internals/internals.texi (Proof): Removed. | |
3215 * internals/internals.texi (Note): Removed. | |
3216 * internals/internals.texi (Date): New. | |
3217 * internals/internals.texi (ben): Removed. | |
3218 * internals/internals.texi (importance): New. | |
3219 * internals/internals.texi (From): New. | |
3220 Major work on internals manual. Rearranged many chapters so as to | |
3221 lie in coherent divisions. | |
3222 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
3223 Add lots of stuff to Mule section (Multilingual ...). | |
3224 Remove index.texi, incorporate into internals.texi. | |
3225 Section on early history and an introduction. | |
3226 Section on XEmacs split. Lots of new MS Windows docs | |
3227 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
3228 Loads of other stuff. | |
3229 | |
2362 | 3230 2004-11-02 Ben Wing <ben@xemacs.org> |
3231 | |
3232 * internals/index.texi: | |
3233 Deleted. Incorporated into internals.texi. Having a separate | |
3234 index file messes up texinfo-master-menu. | |
2865 | 3235 |
2362 | 3236 * internals/internals.texi: |
3237 * internals/internals.texi (Top): | |
3238 * internals/internals.texi (Introduction): | |
3239 * internals/internals.texi (Authorship of XEmacs): | |
3240 * internals/internals.texi (A History of Emacs): | |
3241 * internals/internals.texi (Through Version 18): | |
3242 * internals/internals.texi (Lucid Emacs): | |
3243 * internals/internals.texi (GNU Emacs 19): | |
3244 * internals/internals.texi (GNU Emacs 20): | |
3245 * internals/internals.texi (XEmacs): | |
3246 * internals/internals.texi (XEmacs From the Outside): | |
3247 * internals/internals.texi (The Lisp Language): | |
3248 * internals/internals.texi (XEmacs From the Perspective of Building): | |
3249 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3250 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3251 * internals/internals.texi (Major Textual Changes): | |
3252 * internals/internals.texi (Great Integral Type Renaming): | |
3253 * internals/internals.texi (Text/Char Type Renaming): | |
3254 * internals/internals.texi (Rules When Writing New C Code): | |
3255 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
3256 * internals/internals.texi (General Coding Rules): | |
3257 * internals/internals.texi (Object-Oriented Techniques for C): | |
3258 * internals/internals.texi (Writing Lisp Primitives): | |
3259 * internals/internals.texi (Writing Good Comments): | |
3260 * internals/internals.texi (Adding Global Lisp Variables): | |
3261 * internals/internals.texi (Writing Macros): | |
3262 * internals/internals.texi (Proper Use of Unsigned Types): | |
3263 * internals/internals.texi (Techniques for XEmacs Developers): | |
3264 * internals/internals.texi (Regression Testing XEmacs): | |
3265 * internals/internals.texi (How to Regression-Test): | |
3266 * internals/internals.texi (Modules for Regression Testing): | |
3267 * internals/internals.texi (CVS Techniques): | |
3268 * internals/internals.texi (Merging a Branch into the Trunk): | |
3269 * internals/internals.texi (The Modules of XEmacs): | |
3270 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3271 * internals/internals.texi (Low-Level Modules): | |
3272 * internals/internals.texi (Basic Lisp Modules): | |
3273 * internals/internals.texi (Modules for Standard Editing Operations): | |
3274 * internals/internals.texi (Modules for Interfacing with the File System): | |
3275 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3276 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
3277 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
3278 * internals/internals.texi (Introduction to Allocation): | |
3279 * internals/internals.texi (Garbage Collection): | |
3280 * internals/internals.texi (GCPROing): | |
3281 * internals/internals.texi (Garbage Collection - Step by Step): | |
3282 * internals/internals.texi (Invocation): | |
3283 * internals/internals.texi (garbage_collect_1): | |
3284 * internals/internals.texi (mark_object): | |
3285 * internals/internals.texi (gc_sweep): | |
3286 * internals/internals.texi (sweep_lcrecords_1): | |
3287 * internals/internals.texi (compact_string_chars): | |
3288 * internals/internals.texi (Integers and Characters): | |
3289 * internals/internals.texi (Allocation from Frob Blocks): | |
3290 * internals/internals.texi (lrecords): | |
3291 * internals/internals.texi (Low-level allocation): | |
3292 * internals/internals.texi (Cons): | |
3293 * internals/internals.texi (Vector): | |
3294 * internals/internals.texi (Symbol): | |
3295 * internals/internals.texi (Marker): | |
3296 * internals/internals.texi (String): | |
3297 * internals/internals.texi (Dumping): | |
3298 * internals/internals.texi (Dumping Justification): | |
3299 * internals/internals.texi (Overview): | |
3300 * internals/internals.texi (Data descriptions): | |
3301 * internals/internals.texi (Dumping phase): | |
3302 * internals/internals.texi (Object inventory): | |
3303 * internals/internals.texi (Address allocation): | |
3304 * internals/internals.texi (The header): | |
3305 * internals/internals.texi (Data dumping): | |
3306 * internals/internals.texi (Pointers dumping): | |
3307 * internals/internals.texi (Reloading phase): | |
3308 * internals/internals.texi (Remaining issues): | |
3309 * internals/internals.texi (Events and the Event Loop): | |
3310 * internals/internals.texi (Introduction to Events): | |
3311 * internals/internals.texi (Main Loop): | |
3312 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
3313 * internals/internals.texi (Specifics About the Emacs Event): | |
3314 * internals/internals.texi (Event Queues): | |
3315 * internals/internals.texi (Event Stream Callback Routines): | |
3316 * internals/internals.texi (IMPORTANT): New. | |
3317 * internals/internals.texi (Other Event Loop Functions): | |
3318 * internals/internals.texi (Stream Pairs): | |
3319 * internals/internals.texi (Converting Events): | |
3320 * internals/internals.texi (Dispatching Events; The Command Builder): | |
3321 * internals/internals.texi (Focus Handling): | |
3322 * internals/internals.texi (Editor-Level Control Flow Modules): | |
3323 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
3324 * internals/internals.texi (Control-G (Quit) Checking): | |
3325 * internals/internals.texi (completely): New. | |
3326 * internals/internals.texi (Profiling): | |
3327 * internals/internals.texi (Exiting): | |
3328 * internals/internals.texi (BEWARE): New. | |
3329 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
3330 * internals/internals.texi (Evaluation): | |
3331 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3332 * internals/internals.texi (Simple Special Forms): | |
3333 * internals/internals.texi (Catch and Throw): | |
3334 * internals/internals.texi (Introduction to Symbols): | |
3335 * internals/internals.texi (Obarrays): | |
3336 * internals/internals.texi (Symbol Values): | |
3337 * internals/internals.texi (Buffers): | |
3338 * internals/internals.texi (Introduction to Buffers): | |
3339 * internals/internals.texi (Buffer Lists): | |
3340 * internals/internals.texi (Markers and Extents): | |
3341 * internals/internals.texi (The Buffer Object): | |
3342 * internals/internals.texi (Text): | |
3343 * internals/internals.texi (The Text in a Buffer): | |
3344 * internals/internals.texi (Ibytes and Ichars): | |
3345 * internals/internals.texi (Byte-Char Position Conversion): | |
3346 * internals/internals.texi (Searching and Matching): | |
3347 * internals/internals.texi (Multilingual Support): | |
3348 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
3349 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
3350 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
3351 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
3352 * internals/internals.texi (Character Sets): | |
3353 * internals/internals.texi (Encodings): | |
3354 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
3355 * internals/internals.texi (JIS7): | |
3356 * internals/internals.texi (Internal Mule Encodings): | |
3357 * internals/internals.texi (Internal String Encoding): | |
3358 * internals/internals.texi (Internal Character Encoding): | |
3359 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
3360 * internals/internals.texi (Byte Types): | |
3361 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
3362 * internals/internals.texi (prefixes): New. | |
3363 * internals/internals.texi (C): New. | |
3364 * internals/internals.texi (U): New. | |
3365 * internals/internals.texi (S): New. | |
3366 * internals/internals.texi (Specifically): New. | |
3367 * internals/internals.texi (Buffer Positions): | |
3368 * internals/internals.texi (Other Typedefs): | |
3369 * internals/internals.texi (Usage of the Various Representations): | |
3370 * internals/internals.texi (Working With the Various Representations): | |
3371 * internals/internals.texi (Internal Text API's): | |
3372 * internals/internals.texi (Basic internal-format API's): | |
3373 * internals/internals.texi (The DFC API): | |
3374 * internals/internals.texi (The Eistring API): | |
3375 * internals/internals.texi (Coding for Mule): | |
3376 * internals/internals.texi (Character-Related Data Types): | |
3377 * internals/internals.texi (Working With Character and Byte Positions): | |
3378 * internals/internals.texi (Conversion to and from External Data): | |
3379 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3380 * internals/internals.texi (An Example of Mule-Aware Code): | |
3381 * internals/internals.texi (Mule-izing Code): | |
3382 * internals/internals.texi (CCL): | |
3383 * internals/internals.texi (Modules for Internationalization): | |
3384 * internals/internals.texi (The Lisp Reader and Compiler): | |
3385 * internals/internals.texi (Lstreams): | |
3386 * internals/internals.texi (Creating an Lstream): | |
3387 * internals/internals.texi (Lstream Types): | |
3388 * internals/internals.texi (Lstream Functions): | |
3389 * internals/internals.texi (Lstream Methods): | |
3390 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3391 * internals/internals.texi (Point): | |
3392 * internals/internals.texi (Window Hierarchy): | |
3393 * internals/internals.texi (The Window Object): | |
3394 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3395 * internals/internals.texi (The Redisplay Mechanism): | |
3396 * internals/internals.texi (Critical Redisplay Sections): | |
3397 * internals/internals.texi (Line Start Cache): | |
3398 * internals/internals.texi (Redisplay Piece by Piece): | |
3399 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
3400 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
3401 * internals/internals.texi (Introduction to Extents): | |
3402 * internals/internals.texi (Extent Ordering): | |
3403 * internals/internals.texi (Format of the Extent Info): | |
3404 * internals/internals.texi (Zero-Length Extents): | |
3405 * internals/internals.texi (Mathematics of Extent Ordering): | |
3406 * internals/internals.texi (Extent Fragments): | |
3407 * internals/internals.texi (Faces): | |
3408 * internals/internals.texi (Glyphs): | |
3409 * internals/internals.texi (Specifiers): | |
3410 * internals/internals.texi (Menus): | |
3411 * internals/internals.texi (Subprocesses): | |
3412 * internals/internals.texi (Interface to MS Windows): | |
3413 * internals/internals.texi (Different kinds of Windows environments): | |
3414 * internals/internals.texi (Windows Build Flags): | |
3415 * internals/internals.texi (Windows I18N Introduction): | |
3416 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
3417 * internals/internals.texi (Interface to the X Window System): | |
3418 * internals/internals.texi (Generic Widget Interface): | |
3419 * internals/internals.texi (Scrollbars): | |
3420 * internals/internals.texi (Menubars): | |
3421 * internals/internals.texi (Checkboxes and Radio Buttons): | |
3422 * internals/internals.texi (Modules for Interfacing with X Windows): | |
3423 * internals/internals.texi (Future Work): | |
3424 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
3425 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
3426 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
3427 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
3428 * internals/internals.texi (Future Work -- Keyword Parameters): | |
3429 * internals/internals.texi (Future Work -- Property Interface Changes): | |
3430 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
3431 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
3432 * internals/internals.texi (Future Work -- Menu API Changes): | |
3433 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
3434 * internals/internals.texi (Future Work -- Mouse Pointer): | |
3435 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
3436 * internals/internals.texi (Future Work -- Busy Pointer): | |
3437 * internals/internals.texi (Future Work -- Extents): | |
3438 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
3439 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
3440 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
3441 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
3442 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
3443 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
3444 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
3445 * internals/internals.texi (Future Work -- Autodetection): | |
3446 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
3447 * internals/internals.texi (Future Work -- BIDI Support): | |
3448 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
3449 * internals/internals.texi (freeze): New. | |
3450 * internals/internals.texi (fail-safe): New. | |
3451 * internals/internals.texi (like): New. | |
3452 * internals/internals.texi (user): New. | |
3453 * internals/internals.texi (ben): New. | |
3454 * internals/internals.texi ('type): New. | |
3455 * internals/internals.texi (NOTE): New. | |
3456 * internals/internals.texi (ILLEGIBLE): New. | |
3457 * internals/internals.texi (language): New. | |
3458 * internals/internals.texi (preprocessing): New. | |
3459 * internals/internals.texi (Subject): New. | |
3460 * internals/internals.texi (http): New. | |
3461 * internals/internals.texi (Now): Removed. | |
3462 * internals/internals.texi (wrong): New. | |
3463 * internals/internals.texi (Proof): Removed. | |
3464 | |
3465 Add bunches and bunches and bunches and bunches of stuff, taken | |
3466 from documentation floating around in various places -- text.c, | |
3467 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
3468 old XEmacs contract, proposals written up in the process of an | |
3469 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
3470 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
3471 Future Work and Future Work Discussion added. | |
3472 | |
3473 Bunches of other work. Add bunches of documentation taken from the | |
3474 source code. Fixup various places to use @strong{}, @code{}, | |
3475 @file{}. Create new Text chapter, split off from Buffers and | |
3476 Textual Representation. Create new chapter for MS Windows, mostly | |
3477 written from scratch. Consolidate all Mule info under | |
3478 "Multilingual Support". Break up chapter on modules and move some | |
3479 parts to the sections discussing the modules, for consolidation | |
3480 purposes. Add a big cross-reference table for all the modules to | |
3481 where they're discussed (or not). New chapter Asynchronous | |
3482 Events; Quit Checking. (Taken from various parts of the code.) New | |
3483 Introduction. New section on Focus Handling (from the code). | |
3484 | |
3485 NOTE that in the process, I discovered that we essentially have | |
3486 FOUR redundant introductions to Mule issues! Someone really needs | |
3487 to go through and clean them up and integrate them (sjt?). | |
3488 | |
2355 | 3489 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
3490 | |
3491 * lispref/windows.texi (Basic Windows): Fix typo. | |
3492 | |
2346 | 3493 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
3494 | |
3495 * XEmacs 21.5.18 "chestnut" is released. | |
3496 | |
2297 | 3497 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
3498 | |
3499 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
3500 as a catch tag. | |
3501 | |
3502 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3503 | |
3504 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
3505 words about the tab control widget. | |
3506 | |
2289 | 3507 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
3508 | |
3509 * lispref/windows.texi. Added documentation for the functions, | |
3510 ``current-pixel-row'' and ``current-pixel-column''. | |
3511 | |
2269 | 3512 2004-09-13 Jerry James <james@xemacs.org> |
3513 | |
3514 * internals/internals.texi (Modules for Interfacing with the | |
3515 Operating System): The code formerly in callproc.c is now | |
3516 implemented in Lisp in process.el. | |
3517 | |
2256 | 3518 2004-08-30 Jerry James <james@xemacs.org> |
3519 | |
3520 * lispref/text.texi: Document text fields. | |
3521 | |
2255 | 3522 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
3523 | |
3524 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
3525 of shy groups in variable subexpression, correct rumor that there | |
2297 | 3526 may be substantial performance gain. Document double-digit back- |
3527 references. | |
2255 | 3528 |
2214 | 3529 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
3530 | |
2215 | 3531 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
3532 to function index. Document Info-goto-emacs-command-node. | |
3533 | |
2214 | 3534 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
3535 | |
2182 | 3536 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
3537 | |
3538 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
3539 * lispref/lispref.texi (Top): Update menu to match. | |
3540 * lispref/extents.texi (Extent Properties): Update xref. | |
3541 | |
3542 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
3543 | |
3544 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
3545 Interpreter and Object System): Add description of Sextword syntax | |
3546 class (now obsolete). | |
3547 | |
3548 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3549 | |
3550 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
3551 specific when discussing optimization. | |
2255 | 3552 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 3553 by themselves or contain placeholders should be @samp, not @code. |
3554 (Modules for Internationalization): Add description of mule-coding.c | |
3555 and further deprecate mule.c. | |
3556 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
3557 | |
2164 | 3558 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
3559 | |
3560 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
3561 the "pc" package. | |
3562 | |
2141 | 3563 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
3564 | |
3565 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
3566 modeline" hack as an example. Thanks to Giacomo Boffi. | |
3567 | |
2135 | 3568 2004-06-07 Jerry James <james@xemacs.org> |
3569 | |
3570 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
3571 the use of a nil argument to defined-derived mode. | |
3572 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
3573 delay-mode-hooks and define-derived-mode. | |
3574 * lispref/modes.texi (Derived Modes): Warn against the use of | |
3575 interactive specs in derived mode definitions. | |
3576 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
3577 delay-mode-hooks, run-hook-with-args, | |
3578 run-hook-with-args-until-failure, and0 | |
3579 run-hook-with-args-until-success. | |
3580 | |
2127 | 3581 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
3582 | |
3583 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
3584 couple of typos. | |
3585 | |
3586 * lispref/faces.texi (Face Properties): Background pixmaps | |
3587 can be used on GTK and MS Windows. | |
3588 (Face Convenience Functions): Cross-reference glyph interface. | |
3589 Background pixmap is an image specifier, not a glyph. | |
3590 | |
2091 | 3591 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
3592 | |
3593 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
3594 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
3595 | |
2090 | 3596 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
3597 | |
3598 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
3599 precision rationals," and fix description of floating-point | |
3600 contagion. | |
3601 (Integer Basics, Float Basics): Fix typos. | |
3602 (Canonicalization and Contagion): Complete rewrite. | |
3603 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
3604 bigfloatp, floatingp, realp, oddp and evenp. | |
3605 (Rational Basics): Add numerator and denominator. | |
3606 (Random Numbers): Fix description of range, and add paranoid | |
3607 comment about how unpredictable `(random t)' is. | |
3608 (Canonicalization and Contagion): Renamed from Contagion and | |
3609 Canonicalization. | |
3610 (The Bignum Extension): Fix it in menu. | |
3611 | |
2069 | 3612 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
3613 | |
3614 * internals/internals.texi (Object-Oriented Techniques for C): | |
3615 Remove reference to "encouraging port to C++". | |
3616 | |
3617 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 3618 |
3619 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
3620 symbols provided. | |
3621 | |
2069 | 3622 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 3623 |
3624 * lispref/numbers.texi (Rational Basics): There's a reason why | |
3625 this node is named "Rational" and not "Ratio" in the menu.... | |
3626 | |
2028 | 3627 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
3628 | |
3629 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
3630 New node. | |
3631 (The XEmacs Object System (Abstractly Speaking)): | |
3632 Reorder the list of objects somewhat. | |
3633 Add brief descriptions of the arbitrary-precision number types. | |
3634 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
3635 (Character-Related Data Types): Add a few comments re Unicode. | |
3636 (Working With Character and Byte Positions): Ditto. | |
3637 (General Guidelines for Writing Mule-Aware Code): Query. | |
3638 (Conversion to and from External Data): Ditto. | |
3639 (Techniques for XEmacs Developers): Typo. | |
3640 (Modules for Regression Testing): Add an xref. | |
3641 (Overview): Note that dump file is now inside the executable. | |
3642 (Remaining issues): Mention ExecShield vs. pdumper. | |
3643 (Searching and Matching): Mention UTF-8 wrt Mule. | |
3644 | |
3645 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
3646 | |
3647 * widget.texi (Introduction): Update historical references a bit. | |
3648 Fix many typos and grammatical problems. | |
3649 (User Interface): Fix typo. | |
3650 | |
2069 | 3651 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 3652 |
3653 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
3654 bigfloats briefly. | |
3655 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
3656 statement of minimum available precision and the examples. | |
3657 Document most-positive-fixnum and most-negative-fixnum. Add a | |
3658 pointer to the node "The Bignum Extension". | |
3659 (Float Basics): Document most-positive-float, most-negative-float, | |
3660 least-positive-float, least-positive-normalized-float, | |
3661 least-negative-float, and least-negative-normalized-float. Add a | |
3662 pointer to the node "The Bignum Extension". | |
3663 (Comparison of Numbers): Update for bignums. | |
3664 | |
3665 (The Bignum Extension): | |
3666 (Bignum Basics): | |
3667 (Ratio Basics): | |
3668 (Bigfloat Basics): | |
3669 (Contagion and Canonicalization): | |
3670 (Compatibility Issues): | |
3671 New nodes. | |
3672 | |
3673 * lispref/lispref.texi (Top): | |
2865 | 3674 * lispref/numbers.texi (Numbers): |
2028 | 3675 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
3676 | |
3677 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
3678 | |
3679 * lispref/specifiers.texi: Update FSF copyright. | |
3680 (Specifier Compatibility Notes): New node. | |
3681 | |
3682 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
3683 (Glyphs): | |
3684 (Native GUI Widgets): New node. | |
3685 | |
3686 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
3687 (Gutter): | |
2865 | 3688 (Gutter Intro): |
3689 (Creating Gutter): | |
3690 (Specifying a Gutter): | |
2028 | 3691 Pluralize node name to Creating Gutters. |
3692 (Creating Gutters): Improve explanation of gutter descriptors. | |
3693 (Other Gutter Variables): Remove extraneous text. | |
3694 (Common Gutter Widgets): In lieu of real documentation, at least | |
3695 point to gutter-items.el. | |
3696 | |
2069 | 3697 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 3698 |
3699 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
3700 Thanks to Jerry James <james@xemacs.org>. | |
3701 | |
3702 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
3703 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
3704 replacement section 5.3. | |
3705 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
3706 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
3707 (Q6.4.1) Correct @unnumberedsec heading. | |
3708 | |
1964 | 3709 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
3710 | |
3711 * XEmacs 21.5.17 "chayote" is released. | |
3712 | |
1920 | 3713 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
3714 | |
3715 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
3716 that references, not the objects themselves, are what is marked. | |
3717 | |
1882 | 3718 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
3719 | |
3720 * lispref/specifiers.texi (Copyright): Update. | |
3721 | |
3722 (Creating Specifiers): Correct more instances of subject-verb | |
3723 disagreement. | |
3724 | |
1877 | 3725 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
3726 | |
3727 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
3728 typos, thanks to Ilpo Nyyssönen. | |
3729 | |
1875 | 3730 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
3731 | |
3732 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
3733 documentation of `specifier-matching-instance'. | |
3734 (Introduction to Specifiers): Fix typos. | |
3735 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
3736 (Creating Specifiers): | |
3737 (Specifier Instancing Functions): | |
3738 (Adding Specifications): | |
3739 Various improvements. Deprecate set-specifier a bit more. | |
3740 | |
1869 | 3741 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
3742 | |
3743 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
3744 pluralize node name and section title. | |
3745 (Specifiers): Pluralize "Specifier Examples" in menu. | |
3746 | |
3747 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
3748 | |
3749 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3750 | |
3751 * xemacs-faq.texi: Fix Tony Rossini's address. | |
3752 | |
1833 | 3753 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
3754 | |
3755 * lispref/customize.texi (Defining New Types): New node. | |
3756 From Per Abrahamsen <abraham@dina.kvl.dk> | |
3757 | |
1755 | 3758 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
3759 | |
3760 * lispref/tips.texi (Comment Tips): Typo fix. | |
3761 | |
1738 | 3762 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3763 | |
3764 * new-users-guide/custom2.texi (Init File): | |
3765 | |
3766 Fix up erroneous uses of @var instead of @code for the names of | |
3767 particular variables in programming languages. | |
3768 | |
3769 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
3770 | |
3771 * custom.texi (The Init File): | |
3772 * xemacs-faq.texi (Q2.1.3): | |
3773 (Q2.1.5): | |
3774 | |
3775 * internals/internals.texi (Modules for Internationalization): | |
3776 | |
3777 * lispref/display.texi (Beeping): | |
3778 * lispref/ldap.texi (Encoder/Decoder Functions): | |
3779 * lispref/markers.texi (The Mark): | |
3780 (The Region): | |
3781 * lispref/menus.texi (Menu Accelerator Functions): | |
3782 * lispref/numbers.texi (Math Functions): | |
3783 * lispref/packaging.texi (package-info.in): | |
3784 (Makefile): | |
3785 (Local.rules File): | |
3786 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
3787 (libpq Lisp Variables): | |
3788 (Synchronous Interface Functions): | |
3789 (Other libpq Functions): | |
3790 | |
3791 * new-users-guide/custom2.texi (Init File): | |
3792 (Setting Variables): | |
3793 * new-users-guide/files.texi (File Names): | |
3794 (Saving Files): | |
3795 * new-users-guide/search.texi (Search and Replace): | |
3796 | |
3797 * xemacs/custom.texi (X Resources): | |
3798 | |
3799 Fix up erroneous uses of @var instead of @code for the names of | |
3800 particular variables in programming languages. | |
3801 | |
3802 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
3803 | |
3804 * Makefile: Remove old package and redundant cruft. | |
3805 | |
1734 | 3806 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3807 | |
3808 * lispref/mule.texi (Charset Property Functions): Charset registry | |
3809 can be set. | |
3810 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 3811 |
1716 | 3812 2003-09-26 Steve Youngs <youngs@xemacs.org> |
3813 | |
3814 * XEmacs 21.5.16 "celeriac" is released. | |
3815 | |
1710 | 3816 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
3817 | |
3818 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
3819 argument for a cross reference to "The XEmacs User's Manual". | |
3820 | |
1709 | 3821 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
3822 | |
3823 * internals/internals.texi: Update copyright notice. | |
3824 (GCPROing): Add missing period. | |
3825 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
3826 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
3827 | |
1703 | 3828 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
3829 | |
3830 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
3831 reference. | |
3832 * lispref/display.texi (Customizing Message Display): New, | |
3833 describe `redisplay-echo-area-function', | |
3834 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
3835 (The Echo Area): Add menu. | |
3836 | |
1702 | 3837 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
3838 | |
3839 * Makefile: add targets to produce PDF files | |
3840 | |
1665 | 3841 2003-09-03 Steve Youngs <youngs@xemacs.org> |
3842 | |
3843 * XEmacs 21.5.15 "celery" is released. | |
3844 | |
1648 | 3845 2003-08-28 Steve Youngs <youngs@xemacs.org> |
3846 | |
3847 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
3848 remove a package. | |
3849 (Q3.8.2): big-menubar is in the edit-utils package. | |
3850 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
3851 MH-E and VM. | |
3852 (Q5.3.3): State correct location of ps-print.el. | |
3853 | |
3854 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
3855 entry. | |
3856 (Package Terminology): Whitespace clean up. | |
3857 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 3858 formatters. |
1648 | 3859 Re-organise the menu so that installation via PUI is first and |
3860 Sumo is last. | |
3861 (Automatically): mule-base is no longer a requirement for using | |
3862 PUI. | |
3863 Mention optionally requiring mailcrypt. | |
3864 (Note): Removed. | |
3865 (Manually): Move to below the PUI installation method. | |
3866 (Sumo): Move to below the manual installation method. | |
3867 (Which Packages): Add mailcrypt. | |
3868 (Building Packages): Remove duplicated stuff that is in | |
3869 lispref/packaging.texi, xref to it instead. | |
3870 (Local.rules File): xref to the appropriate node in | |
2865 | 3871 lispref/packaging.texi. |
1648 | 3872 (Available Packages): Update to current reality. |
3873 (all): Removed. | |
3874 (srckit): Removed. | |
3875 (binkit): Removed. | |
2865 | 3876 |
1648 | 3877 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
3878 | |
3879 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
3880 the edit-utils package. | |
3881 | |
3882 * lispref/packaging.texi (Packaging): | |
3883 (The User View): | |
3884 (The Library Maintainer View): | |
3885 (Infrastructure): | |
3886 (Control Files): | |
3887 (Obtaining): | |
3888 (The Package Release Engineer View): | |
3889 (Package Terminology): | |
3890 (Building Packages): | |
3891 (Makefile Targets): | |
3892 (packages): New. | |
3893 (Local.rules File): | |
3894 (XEMACS_PACKAGES): Removed. | |
3895 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
3896 (NONMULE_PACKAGES): New. | |
3897 (EXCLUDES): New. | |
3898 (Creating Packages): | |
3899 (BATCH): New. | |
3900 (VERSION): Removed. | |
3901 (AUTHOR_VERSION): Removed. | |
3902 (MAINTAINER): Removed. | |
3903 (PACKAGE): Removed. | |
3904 (PKG_TYPE): Removed. | |
3905 (REQUIRES): Removed. | |
3906 (CATEGORY): Removed. | |
3907 (ELS): Removed. | |
3908 (ELCS): Removed. | |
3909 (all): Removed. | |
3910 (srckit): Removed. | |
3911 (binkit): Removed. | |
3912 (are): New. | |
3913 (STANDARD_DOCS): New. | |
3914 (ELCS_1_DEST): New. | |
3915 (example): New. | |
3916 (PACKAGE_SUPPRESS): New. | |
3917 (EXPLICIT_DOCS): New. | |
3918 (DATA_DEST): New. | |
3919 (Documenting Packages): | |
3920 | |
3921 Not quite a total rewrite, but a fairly thorough audit | |
3922 nonetheless. | |
3923 | |
1620 | 3924 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
3925 | |
3926 * lispref/display.texi (Invisible Text): | |
3927 mention line-move-ignore-invisible. | |
3928 * lispref/extents.texi (Extent Properties): | |
3929 end-glyph will still be displayed when invisible is set. | |
3930 * lispref/extents.texi (Extents and Events): | |
3931 only begin-glyph is highlighted. | |
3932 | |
1616 | 3933 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
3934 | |
3935 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
3936 | |
1613 | 3937 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
3938 | |
3939 * lispref/packaging.texi (Creating Packages): | |
3940 * xemacs/packages.texi (Creating Packages): | |
3941 Style guideline for package-info.in description. | |
3942 | |
1554 | 3943 2003-06-30 Vin Shelton <acs@xemacs.org> |
3944 | |
3945 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
3946 | |
1549 | 3947 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
3948 | |
3949 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
3950 | |
3951 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3952 | |
3953 * lispref/objects.texi (Character Type): Document ?\x00 read | |
3954 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
3955 | |
3956 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3957 | |
3958 * lispref/lists.texi (List-related Predicates): Document | |
3959 `true-list-p', and reference it from `listp'. | |
3960 | |
1510 | 3961 2003-06-01 Steve Youngs <youngs@xemacs.org> |
3962 | |
3963 * XEmacs 21.5.14 "cassava" is released. | |
3964 | |
1496 | 3965 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
3966 | |
3967 * internals/internals.texi (Searching and Matching): New node. | |
3968 | |
1495 | 3969 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
3970 | |
3971 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
3972 (Legacy Versions): New section. | |
3973 (Q8.0.1): New question. | |
3974 | |
3975 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3976 | |
3977 * lispref/searching.texi (Regexp Search): Update split-string for | |
3978 new specification. | |
3979 | |
3980 * lispref/strings.texi (Creating Strings): Xref split-string | |
3981 (this is where GNU Emacs documents it). | |
3982 | |
1473 | 3983 2003-05-10 Steve Youngs <youngs@xemacs.org> |
3984 | |
3985 * XEmacs 21.5.13 "cauliflower" is released. | |
3986 | |
1468 | 3987 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
3988 | |
3989 * lispref/searching.texi (Match Data): Failed match preserves data. | |
3990 | |
1441 | 3991 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
3992 | |
3993 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
3994 | |
1431 | 3995 2003-04-24 Steve Youngs <youngs@xemacs.org> |
3996 | |
3997 * XEmacs 21.5.12 "carrot" is released. | |
3998 | |
1389 | 3999 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
4000 | |
4001 * xemacs/frame.texi (XEmacs under X): | |
4002 * xemacs-faq.texi: | |
4003 Global substitute .Xresources for .Xdefaults. | |
1386 | 4004 |
4005 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
4006 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
4007 Suggested by Janis Dzerins <jonis@dir.lv>. | |
4008 | |
1366 | 4009 2003-03-20 Steve Youngs <youngs@xemacs.org> |
4010 | |
4011 * xemacs/packages.texi (Automatically): Refer to | |
4012 'pui-set-local-package-get-directory' instead of | |
2865 | 4013 'pui-add-install-directory'. |
1366 | 4014 Remove comment about PGP not being intergrated into PUI. |
4015 Document balloon-help in PUI. | |
4016 Add heading "Keeping Packages Up To Date". | |
4017 (Building Packages): makeinfo 4.2 is required. | |
4018 | |
1362 | 4019 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
4020 | |
4021 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
4022 buffers tab control. | |
4023 | |
1353 | 4024 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
4025 | |
4026 * cl.texi: Change incorrect references to GNU where XEmacs is | |
4027 appropriate. | |
4028 | |
1347 | 4029 2003-03-09 Ben Wing <ben@xemacs.org> |
4030 | |
4031 * widget.texi (Defining New Widgets): | |
4032 Fix Turnbull typos. | |
4033 | |
1339 | 4034 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
4035 | |
4036 * widget.texi (Defining New Widgets): | |
4037 Document `widget-create-child', `widget-create-child-and-convert', | |
4038 and `widget-create-child-value'. Document the `:copy' method. | |
4039 Improve discussion of the `:convert-widget' method. | |
4040 | |
1333 | 4041 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
4042 | |
4043 * internals/internals.texi (XEmacs From the Perspective of Building): | |
4044 Fix typo. | |
4045 (Build-Time Dependencies): New node. | |
4046 | |
1307 | 4047 2003-02-16 Steve Youngs <youngs@xemacs.org> |
4048 | |
4049 * XEmacs 21.5.11 "cabbage" is released. | |
4050 | |
1288 | 4051 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
4052 | |
4053 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
4054 manual. | |
4055 | |
1263 | 4056 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
4057 | |
4058 * internals/internals.texi (Top): | |
4059 (Buffers and Textual Representation): | |
4060 Fix up white space in menu. | |
4061 (Character-Related Data Types): | |
4062 (Conversion to and from External Data): | |
4063 (Format of the Extent Info): | |
4064 Pedantic grammatical nits. | |
4065 | |
1261 | 4066 2003-02-05 Ben Wing <ben@xemacs.org> |
4067 | |
4068 * lispref/mule.texi (Internationalization Terminology): | |
4069 Lots of Mule rewriting. | |
4070 | |
4071 2003-02-05 Ben Wing <ben@xemacs.org> | |
4072 | |
4073 * internals/internals.texi (Top): | |
4074 * internals/internals.texi (Coding for Mule): | |
4075 * internals/internals.texi (Character-Related Data Types): | |
4076 * internals/internals.texi (Working With Character and Byte Positions): | |
4077 * internals/internals.texi (Conversion to and from External Data): | |
4078 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
4079 * internals/internals.texi (An Example of Mule-Aware Code): | |
4080 * internals/internals.texi (Mule-izing Code): | |
4081 * internals/internals.texi (help): New. | |
4082 * internals/internals.texi (Buffers and Textual Representation): | |
4083 * internals/internals.texi (The Text in a Buffer): | |
4084 * internals/internals.texi (Markers and Extents): | |
4085 * internals/internals.texi (MULE Character Sets and Encodings): | |
4086 * internals/internals.texi (Lstream Functions): | |
4087 * internals/internals.texi (Lstream Methods): | |
4088 * internals/internals.texi (Format of the Extent Info): | |
4089 * internals/internals.texi (Mathematics of Extent Ordering): | |
4090 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
4091 lots of Mule rewriting. | |
4092 | |
1258 | 4093 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
4094 | |
4095 * xemacs/startup.texi (Startup Paths): Clarification of package | |
4096 hierarchy structure. | |
4097 | |
4098 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
4099 (Q2.1.15): Stylistic changes for clarity. | |
4100 | |
1251 | 4101 2003-02-03 Steve Youngs <youngs@xemacs.org> |
4102 | |
4103 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
4104 recent dabble into the packages. | |
4105 | |
1187 | 4106 2003-01-04 Steve Youngs <youngs@xemacs.org> |
4107 | |
4108 * XEmacs 21.5.10 "burdock" is released. | |
4109 | |
1188 | 4110 2003-01-04 Steve Youngs <youngs@xemacs.org> |
4111 | |
4112 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
4113 should be "Unification Internals". | |
4114 | |
1183 | 4115 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
4116 | |
4117 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
4118 | |
4119 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
4120 | |
4121 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
4122 (Q2.0.6): Mention union type bugs. | |
4123 (Q2.1.1): Debugging HOWTO improvements. | |
4124 (Q2.1.15): Decoding Lisp objects in the debugger. | |
4125 | |
4126 * widget.texi (Widget Internals): New node. | |
4127 (Top): Add menu item for it. | |
4128 | |
4129 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
4130 menu. Mule submenu. | |
4131 | |
4132 Charset unification docs. What a concept---commit docs first! | |
4133 | |
4134 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
4135 (Unicode Support): Fixup next node. | |
4136 (Charset Unification): | |
4137 (Overview): | |
4138 (Usage): | |
4139 (Basic Functionality): | |
4140 (Interactive Usage): | |
4141 (Configuration): | |
4142 (Theory of Operation): | |
4143 (What Unification Cannot Do for You): | |
4144 (Unification Internals): | |
4145 (Charsets and Coding Systems): | |
4146 New nodes. | |
4147 | |
4148 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
4149 (Recognize Coding): | |
4150 (Specify Coding): | |
4151 Fixup next and previous pointers. | |
4152 (Unification): | |
4153 (Unification Overview): | |
4154 (Unification Usage): | |
4155 (Unification Configuration): | |
4156 (Unification FAQs): | |
4157 (Unification Theory): | |
4158 (What Unification Cannot Do for You): | |
4159 (Charsets and Coding Systems): | |
4160 New nodes. | |
4161 | |
4162 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
4163 | |
4164 * widget.texi (Widget Wishlist): Typo. | |
4165 (Defining New Widgets): s/widget-define/define-widget/g. | |
4166 | |
4167 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
4168 | |
4169 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
4170 test design. | |
4171 | |
1143 | 4172 2002-10-29 Ville Skyttä <scop@xemacs.org> |
4173 | |
4174 * xemacs-faq.texi (Top): | |
4175 The canonical location for FAQ on the website is /FAQ/. | |
4176 | |
1142 | 4177 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
4178 | |
4179 * xemacs/custom.texi (Face Customization): | |
4180 (Faces): | |
4181 Document face-frob-from-locale-first variable. | |
4182 | |
1138 | 4183 2002-12-03 Didier Verna <didier@xemacs.org> |
4184 | |
4185 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
4186 | |
4187 2002-12-03 Didier Verna <didier@xemacs.org> | |
4188 | |
4189 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
4190 spelling of `Buffer-Local Variables' crossref. | |
4191 | |
1137 | 4192 2002-12-03 Didier Verna <didier@xemacs.org> |
4193 | |
4194 * xemacs/custom.texi (Faces): document | |
4195 `set-face-background-pixmap-file'. | |
4196 | |
4197 2002-12-03 Didier Verna <didier@xemacs.org> | |
4198 | |
4199 * lispref/faces.texi (Face Convenience Functions): ditto. | |
4200 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
4201 | |
1135 | 4202 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
4203 | |
4204 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
4205 (Specifiers): Adjust node pointers. | |
4206 (Simple Specifier Usage): Revise. Adjust node pointers. | |
4207 | |
4208 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
4209 | |
4210 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
4211 | |
4212 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
4213 (Q3.5.7, Q1.3.3): Cross-reference it. | |
4214 | |
4215 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
4216 | |
4217 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
4218 (Q2.0.9): Note how out-of-date the entry is. | |
4219 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
4220 (Q1.2.1): Fix typo. | |
4221 | |
4222 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
4223 rewrite, documenting macros explicitly. | |
4224 | |
4225 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 4226 |
4227 * lispref/compile.texi (Compilation Options): New node. | |
4228 (Byte Compilation): Add it to menu. | |
4229 (Compilation Functions): Minor mods. | |
4230 (Docs and Compilation): | |
4231 (Dynamic Loading): | |
4232 Document some variable defaults. | |
4233 | |
1135 | 4234 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 4235 |
4236 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
4237 Lea's and Wolfram Gloger's home pages. | |
4238 | |
1135 | 4239 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 4240 |
4241 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
4242 (Q6.1.4): Document cygXpm-noX. | |
4243 | |
1030 | 4244 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
4245 | |
4246 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
4247 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
4248 Some consistency tweaks. | |
4249 | |
1026 | 4250 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
4251 | |
4252 * lispref/variables.texi (add-to-list): Document the new | |
4253 (optional) append argument. | |
4254 | |
1024 | 4255 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
4256 | |
4257 * internals/internals.texi (Techniques for XEmacs Developers): | |
4258 More performance optimization hints. | |
4259 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4260 Describe syntax code internals. | |
4261 | |
4262 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
4263 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
4264 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
4265 | |
981 | 4266 2002-08-30 Steve Youngs <youngs@xemacs.org> |
4267 | |
4268 * XEmacs 21.5.9 "brussels sprouts" is released. | |
4269 | |
973 | 4270 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
4271 | |
4272 * internals/internals.texi (Regression Testing XEmacs): Document | |
4273 how to skip and warn about tests that depend on packages. | |
4274 | |
967 | 4275 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 4276 |
967 | 4277 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
4278 | |
965 | 4279 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 4280 |
965 | 4281 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
4282 (Regression Testing XEmacs): New node. | |
4283 (Modules for Regression Testing): New node. | |
4284 | |
959 | 4285 2002-08-12 Simon Josefsson <jas@extundo.com> |
4286 | |
4287 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
4288 | |
955 | 4289 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
4290 | |
4291 * xemacs/packages.texi (Available Packages): Bring up to date. | |
4292 | |
947 | 4293 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
4294 | |
4295 * xemacs/packages.texi (Available Packages): | |
4296 Bring package list up to date, thanks also to Brian Palmer. | |
4297 | |
936 | 4298 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
4299 | |
4300 * term.texi (Input to the inferior): Fix term line/char mode | |
4301 switch keybindings. Kudos to Jacob P. Burckhardt. | |
4302 | |
4303 * xemacs/misc.texi (Term Mode): Ditto. | |
4304 | |
933 | 4305 2002-07-27 Steve Youngs <youngs@xemacs.org> |
4306 | |
4307 * XEmacs 21.5.8 "broccoli" is released. | |
4308 | |
918 | 4309 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
4310 | |
4311 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
4312 improper use of indef. art. "a". | |
4313 | |
4314 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
4315 | |
4316 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
4317 * lispref/customize.texi (Type Keywords): Ditto. | |
4318 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
4319 | |
4320 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
4321 | |
4322 * termcap.texi (Clearing): Ditto. | |
4323 * widget.texi (User Interface): Ditto. | |
4324 * widget.texi (Basic Types): Ditto. | |
4325 * widget.texi (group): Ditto. | |
4326 | |
901 | 4327 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
4328 | |
4329 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
4330 indef. art. "an". | |
4331 | |
4332 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
4333 | |
4334 * lispref/control.texi (Processing of Errors): Ditto. | |
4335 * lispref/mule.texi (ISO 2022): Ditto. | |
4336 * lispref/packaging.texi (Package Terminology): Ditto. | |
4337 * lispref/text.texi (Transformations): Ditto. | |
4338 | |
4339 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
4340 | |
4341 * termcap.texi (Naming): Ditto. | |
4342 * texinfo.texi (itemize): Ditto. | |
4343 * texinfo.texi (Tips): Ditto. | |
4344 * widget.texi (Introduction): Ditto. | |
4345 * widget.texi (group): Ditto. | |
4346 | |
894 | 4347 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
4348 | |
4349 * XEmacs 21.5.7 "broccoflower" is released. | |
4350 | |
892 | 4351 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
4352 | |
4353 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
4354 New "killing is slow" FAQ and link updates. | |
4355 | |
880 | 4356 2002-06-17 Jerry James <james@xemacs.org> |
4357 | |
4358 * emodules.texi (Loading other Modules): Describe why we do not | |
4359 use RTLD_GLOBAL. | |
4360 | |
873 | 4361 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
4362 | |
4363 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
4364 Frank Schmitt. | |
4365 | |
871 | 4366 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
4367 | |
4368 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
4369 (found by linklint) with Google's help. | |
4370 | |
4371 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
4372 | |
4373 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
4374 | |
868 | 4375 2002-06-05 Ben Wing <ben@xemacs.org> |
4376 | |
4377 * internals/internals.texi (Top): | |
4378 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4379 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
4380 * internals/internals.texi (Major Textual Changes): | |
4381 * internals/internals.texi (Great Integral Type Renaming): | |
4382 * internals/internals.texi (Text/Char Type Renaming): | |
4383 * internals/internals.texi (files): New. | |
4384 | |
863 | 4385 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
4386 | |
4387 * custom.texi (The Init File): Rewrite completely. | |
4388 | |
4389 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
4390 | |
4391 * widget.texi (constants): Typo fix. | |
4392 | |
4393 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
4394 | |
4395 * external-widget.texi (External Client Widget Internals): New node. | |
4396 | |
4397 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
4398 | |
4399 * lispref/glyphs.texi: | |
4400 lispref/lispref.texi: Add examples of how to insert graphics into a | |
4401 buffer. | |
1137 | 4402 |
863 | 4403 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
4404 | |
4405 * xemacs/packages.texi (Packages): | |
4406 (Package Terminology): | |
4407 Carefully distinguish libraries and packages. | |
4408 (Package Terminology): | |
4409 More careful definitions of ``category'' and ``distribution.'' | |
4410 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
4411 ``standard''.) | |
4412 (Installing Packages): | |
4413 Use @var to mark variable version strings, not @t or <>. | |
4414 (Sumo): | |
4415 Add disk space estimate when unpacked. | |
4416 | |
4417 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
4418 | |
4419 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
4420 | |
4421 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
4422 | |
4423 * xemacs/packages.texi (Removing Packages): The interactive | |
4424 function is 'package-get-delete-package'. | |
4425 | |
4426 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
4427 | |
4428 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 4429 |
863 | 4430 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
4431 | |
4432 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
4433 | |
4434 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
4435 | |
4436 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4437 | |
4438 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
4439 | |
4440 * xemacs/files.texi (Files): | |
4441 (File Names): | |
4442 Document remote file editing, refer to EFS and TRAMP. | |
4443 | |
861 | 4444 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
4445 | |
4446 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
4447 | |
836 | 4448 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
4449 | |
4450 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
4451 Trouble Shooting". | |
4452 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
4453 menu. | |
4454 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
4455 * xemacs-faq.texi (Q2.0.15): New. | |
4456 | |
824 | 4457 2002-05-01 Steve Youngs <youngs@xemacs.org> |
4458 | |
4459 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
4460 menu. | |
4461 (Installing Packages): Don't mention getting list of packages via | |
1137 | 4462 customize. |
824 | 4463 |
804 | 4464 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
4465 | |
4466 * XEmacs 21.5.6 "bok choi" is released. | |
4467 | |
802 | 4468 2002-04-03 Ben Wing <ben@xemacs.org> |
4469 | |
4470 * internals/internals.texi (Top): | |
4471 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
4472 * internals/internals.texi (Techniques for XEmacs Developers): | |
4473 * internals/internals.texi (CVS Techniques): | |
4474 * internals/internals.texi (Merging a Branch into the Trunk): | |
4475 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
4476 Add section on correctly merging a branch back into the trunk. | |
4477 | |
785 | 4478 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
4479 | |
4480 * widget.texi (constants): Typo fix. | |
4481 | |
778 | 4482 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
4483 | |
4484 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
4485 which makes cygwin texinfo 4.0 unhappy. | |
4486 | |
776 | 4487 2002-03-15 Ben Wing <ben@xemacs.org> |
4488 | |
4489 * Makefile (new-users-guide-srcs): | |
4490 * Makefile (extraclean): | |
4491 Use -no-packages to avoid problems with package files shadowing | |
4492 core files (e.g. unicode.el in mule-ucs). | |
4493 | |
775 | 4494 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
4495 | |
4496 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
4497 | |
1137 | 4498 * lispref/mule.texi (Unicode Support): |
775 | 4499 * xemacs/custom.texi (Behaviors): |
4500 * lispref/customize.texi (Enabling Behavior): | |
4501 New nodes. | |
4502 | |
774 | 4503 2002-03-12 Ben Wing <ben@xemacs.org> |
4504 | |
3322 | 4505 * The Great Mule Merge of March 2002: |
4506 see node by that name in the Internals Manual. | |
774 | 4507 |
768 | 4508 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
4509 | |
4510 * XEmacs 21.5.5 "beets" is released. | |
4511 | |
761 | 4512 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
4513 | |
4514 * lispref/packaging.texi (The User View, The Library Maintainer | |
4515 View, The Package Release Engineer View): Remove apostrophes. | |
4516 * lispref/lispref.texi (The User View, The Library Maintainer | |
4517 View, The Package Release Engineer View): Remove apostrophes. | |
4518 | |
759 | 4519 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
4520 | |
4521 * lispref/packaging.texi (The User View, The Library Maintainer | |
4522 View, The Package Release Engineer View): Remove apostrophes. | |
4523 | |
755 | 4524 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
4525 | |
4526 * external-widget.texi | |
4527 (Example Program Using the External Client Widget): Fix braces. | |
4528 From Mats Lidell <matsl@contactor.se>. | |
4529 | |
753 | 4530 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
4531 | |
4532 * external-widget.texi | |
4533 (Example Program Using the External Client Widget): Fix | |
4534 documentation to explain needed resource settings. | |
4535 | |
752 | 4536 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
4537 | |
4538 * lispref/packaging.texi (Documenting Packages): New node. | |
4539 (Makefile Variables): Fix typo per Steve Youngs. | |
4540 | |
750 | 4541 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
4542 | |
4543 * external-widget.texi | |
4544 (Example Program Using the External Client Widget): New node. | |
4545 | |
4546 * lispref/packaging.texi (Documenting Packages): New node. | |
4547 | |
749 | 4548 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
4549 | |
4550 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
4551 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
4552 | |
745 | 4553 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
4554 | |
4555 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
4556 | |
742 | 4557 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
4558 | |
4559 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4560 | |
741 | 4561 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
4562 | |
4563 * xemacs/files.texi (Files): | |
4564 (File Names): | |
4565 Document remote file editing, refer to EFS and TRAMP. | |
4566 | |
4567 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
4568 | |
4569 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
4570 | |
4571 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
4572 | |
4573 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4574 | |
737 | 4575 2002-02-01 Steve Youngs <youngs@xemacs.org> |
4576 | |
4577 * xemacs/packages.texi (Removing Packages): The interactive | |
4578 function is 'package-get-delete-package'. | |
4579 | |
725 | 4580 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
4581 | |
4582 * XEmacs 21.5.4 "bamboo" is released. | |
4583 | |
724 | 4584 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
4585 | |
4586 * glyphs.texi: | |
4587 lispref.texi: Add examples of how to insert graphics into a | |
4588 buffer. | |
1137 | 4589 |
721 | 4590 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
4591 | |
4592 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
4593 to "dynamically loadable". | |
4594 * external-widget.texi: Add missing direntry. | |
4595 | |
709 | 4596 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
4597 | |
4598 * xemacs/programs.texi: Etags update from Francesco. | |
4599 | |
704 | 4600 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
4601 | |
4602 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
4603 cross reference. | |
4604 | |
696 | 4605 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
4606 | |
4607 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
4608 the benefit of HTML online docs. | |
4609 | |
4610 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
4611 | |
4612 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
4613 @chapter agree with new title. | |
4614 | |
694 | 4615 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
4616 | |
4617 * lispref/packaging.texi (The User's View): | |
4618 Correct description of man subdirectory. | |
4619 | |
4620 (The Package Release Engineer's View): | |
4621 (package-compile.el): | |
4622 Change hazmat to useful documentation. | |
4623 | |
4624 (Issues): | |
4625 Hazmat removal. | |
4626 | |
693 | 4627 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
4628 | |
4629 * lispref/packaging.texi: New file. | |
4630 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
4631 Include packaging.texi. | |
4632 * lispref/intro.texi (Introduction): Next -> Packaging. | |
4633 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
4634 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 4635 |
675 | 4636 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
4637 | |
4638 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
4639 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
4640 * xemacs-faq.texi (Q7.0.3): Ditto. | |
4641 | |
4642 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
4643 | |
4644 * external-widget.texi: Add @settitle to this stand-alone | |
4645 document. | |
4646 | |
4647 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
4648 | |
4649 * Makefile: Add rule to produce html from texi sources (currently | |
4650 using texi2html). | |
4651 * Makefile (HTMLDIR): New. | |
4652 * Makefile (html_files): New. | |
4653 * Makefile (html): New target. | |
4654 | |
662 | 4655 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
4656 | |
4657 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
4658 got from Gregory Neil Shapiro. | |
4659 | |
661 | 4660 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
4661 | |
4662 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
4663 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
4664 avoid HTML error in texi2html translation. | |
4665 | |
660 | 4666 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
4667 | |
4668 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
4669 infodock.com is no more. | |
4670 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
4671 | |
4672 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
4673 | |
4674 * xemacs-faq.texi (Q4.6.1): | |
4675 | |
658 | 4676 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
4677 | |
4678 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
4679 by Robin S. Socha. | |
4680 | |
654 | 4681 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
4682 | |
4683 * XEmacs 21.5.3 "asparagus" is released. | |
4684 | |
652 | 4685 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
4686 | |
4687 * widget.texi (Basic Types, Defining New Widgets): | |
4688 Distinguish between :action and :notify. | |
4689 | |
641 | 4690 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
4691 | |
4692 * XEmacs 21.5.2 "artichoke" is released. | |
4693 | |
635 | 4694 2001-07-25 Jim Horning <jim.horning@lmco.com> |
4695 | |
4696 * xemacs/packages.texi (Package Terminology): | |
4697 * xemacs/packages.texi (Automatically): | |
4698 In itemize and enumerate lists @item should be on it's own line. | |
4699 | |
626 | 4700 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
4701 | |
4702 * xemacs-faq.texi (Q1.0.14): Update information following a | |
4703 request by Tom Mostyn. | |
4704 | |
625 | 4705 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
4706 | |
4707 * lispref\windows.texi (Window Configurations): Fix typos. | |
4708 * lispref\x-windows.texi (Resources): Ditto. | |
4709 | |
4710 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
4711 | |
4712 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
4713 | |
4714 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
4715 | |
4716 * emodules.texi (Initialization Mode): Ditto. | |
4717 * xemacs-faq.texi (Q6.3.2): Ditto. | |
4718 | |
613 | 4719 2001-06-10 Ben Wing <ben@xemacs.org> |
4720 | |
4721 * xemacs-faq.texi (Q1.0.10): | |
4722 * xemacs-faq.texi (Q1.0.11): | |
4723 * xemacs-faq.texi (Q1.0.12): | |
4724 Update sections on Windows and MacOS availability. | |
4725 | |
611 | 4726 2001-06-08 Ben Wing <ben@xemacs.org> |
4727 | |
4728 * xemacs-faq.texi (Top): | |
4729 * xemacs-faq.texi (MS Windows): | |
4730 * xemacs-faq.texi (Q6.2.1): | |
4731 * xemacs-faq.texi (Q6.2.2): | |
4732 * xemacs-faq.texi (Q6.2.3): | |
4733 * xemacs-faq.texi (Q6.2.4): | |
4734 * xemacs-faq.texi (Q6.2.5): | |
4735 * xemacs-faq.texi (Q6.3.1): | |
4736 * xemacs-faq.texi (Q6.3.2): | |
4737 * xemacs-faq.texi (Q6.3.3): | |
4738 * xemacs-faq.texi (Q6.3.4): | |
4739 * xemacs-faq.texi (Q6.4.1): | |
4740 * xemacs-faq.texi (Q6.4.2): | |
4741 * xemacs-faq.texi (Current Events): | |
4742 * xemacs-faq.texi (Q7.0.1): | |
4743 * xemacs-faq.texi (Q7.0.2): | |
4744 * xemacs-faq.texi (Q7.0.3): | |
4745 * xemacs-faq.texi (Q7.0.4): | |
4746 * xemacs-faq.texi (Q7.0.5): | |
4747 * xemacs-faq.texi (Q7.0.6): | |
4748 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
4749 to update current reality and add condensed versions of | |
4750 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
4751 Lots more Windows updates. | |
4752 | |
600 | 4753 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
4754 | |
4755 * xemacs/custom.texi: Documented keyboard shortcut. | |
4756 | |
4757 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
4758 | |
593 | 4759 2001-05-30 Ben Wing <ben@xemacs.org> |
4760 | |
4761 * xemacs-faq.texi (Top): | |
4762 * xemacs-faq.texi (MS Windows): | |
4763 * xemacs-faq.texi (Q6.0.1): | |
4764 * xemacs-faq.texi (Q6.0.2): | |
4765 * xemacs-faq.texi (Q6.0.3): | |
4766 * xemacs-faq.texi (Q6.0.4): | |
4767 * xemacs-faq.texi (Q6.1.1): | |
4768 * xemacs-faq.texi (Q6.1.4): | |
4769 * xemacs-faq.texi (Q6.1.5): | |
4770 * xemacs-faq.texi (Q6.1.6): | |
4771 * xemacs-faq.texi (Q6.2.1): | |
4772 * xemacs-faq.texi (Q6.2.2): | |
4773 * xemacs-faq.texi (Q6.3.1): | |
4774 * xemacs-faq.texi (Q6.3.2): | |
4775 * xemacs-faq.texi (Q6.3.3): | |
4776 * xemacs-faq.texi (Q6.4.1): | |
4777 * xemacs-faq.texi (Current Events): | |
4778 Major rewrite. | |
4779 Update all MS Windows info to current. | |
4780 Redo section 6.1 almost completely. | |
4781 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
4782 | |
563 | 4783 2001-05-24 Ben Wing <ben@xemacs.org> |
4784 | |
4785 * xemacs-faq.texi (Top): | |
4786 * xemacs-faq.texi (Installation): | |
4787 * xemacs-faq.texi (Q2.1.15): | |
4788 * xemacs-faq.texi (Q2.1.18): | |
4789 * xemacs-faq.texi (Q2.1.19): | |
4790 document how to debug X errors | |
1137 | 4791 |
540 | 4792 2001-05-15 Steve Youngs <youngs@xemacs.org> |
4793 | |
4794 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
4795 (Creating Packages): Ditto. | |
4796 (Available Packages): Ditto. | |
4797 | |
522 | 4798 2001-05-09 Martin Buchholz <martin@xemacs.org> |
4799 | |
4800 * XEmacs 21.5.1 "anise" is released. | |
4801 | |
511 | 4802 2001-05-07 Martin Buchholz <martin@xemacs.org> |
4803 | |
4804 * make-stds.texi: Support makeinfo 3.12 | |
4805 | |
485 | 4806 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
4807 | |
4808 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
4809 rather than default-frame-alist. | |
4810 | |
479 | 4811 2001-04-15 Ben Wing <ben@xemacs.org> |
4812 | |
4813 * xemacs-faq.texi (Q1.0.1): | |
4814 * xemacs-faq.texi (Q1.0.2): | |
4815 Rewrite description of XEmacs to match what's on web page, | |
4816 in about.el. | |
4817 | |
472 | 4818 2001-04-18 Martin Buchholz <martin@xemacs.org> |
4819 | |
4820 * XEmacs 21.5.0 "alfalfa" is released. | |
4821 | |
464 | 4822 2001-03-30 Ben Wing <ben@xemacs.org> |
4823 | |
4824 * internals\internals.texi: | |
4825 * internals\internals.texi (Top): | |
4826 * internals\internals.texi (Lucid Emacs): | |
4827 * internals\internals.texi (XEmacs): | |
4828 * internals\internals.texi (XEmacs From the Outside): | |
4829 Bump version to 1.4 and fix this everywhere. Document all | |
4830 XEmacs releases up through 21.2.46. | |
4831 | |
4832 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
4833 | |
4834 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
4835 result of INSERT in R in pq-cmd-status example. | |
4836 | |
462 | 4837 2001-03-21 Martin Buchholz <martin@xemacs.org> |
4838 | |
4839 * XEmacs 21.2.46 "Urania" is released. | |
4840 | |
4841 2001-03-08 Ben Wing <ben@xemacs.org> | |
4842 | |
4843 * internals\internals.texi (Top): | |
4844 * internals\internals.texi (A History of Emacs): | |
4845 * internals\internals.texi (Through Version 18): | |
4846 * internals\internals.texi (Lucid Emacs): | |
4847 * internals\internals.texi (GNU Emacs 19): | |
4848 * internals\internals.texi (GNU Emacs 20): | |
4849 * internals\internals.texi (XEmacs From the Outside): | |
4850 * internals\internals.texi (The Lisp Language): | |
4851 * internals\internals.texi (XEmacs From the Perspective of Building): | |
4852 * internals\internals.texi (XEmacs From the Inside): | |
4853 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4854 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
4855 * internals\internals.texi (Rules When Writing New C Code): | |
4856 * internals\internals.texi (General Coding Rules): | |
4857 * internals\internals.texi (Writing Lisp Primitives): | |
4858 * internals\internals.texi (Writing Good Comments): | |
4859 * internals\internals.texi (Adding Global Lisp Variables): | |
4860 * internals\internals.texi (Proper Use of Unsigned Types): | |
4861 * internals\internals.texi (Coding for Mule): | |
4862 * internals\internals.texi (Character-Related Data Types): | |
4863 * internals\internals.texi (Working With Character and Byte Positions): | |
4864 * internals\internals.texi (Conversion to and from External Data): | |
4865 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
4866 * internals\internals.texi (An Example of Mule-Aware Code): | |
4867 * internals\internals.texi (Techniques for XEmacs Developers): | |
4868 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
4869 * internals\internals.texi (Low-Level Modules): | |
4870 * internals\internals.texi (Basic Lisp Modules): | |
4871 * internals\internals.texi (Modules for Standard Editing Operations): | |
4872 * internals\internals.texi (Editor-Level Control Flow Modules): | |
4873 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
4874 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
4875 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
4876 * internals\internals.texi (Modules for Interfacing with the File System): | |
4877 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4878 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
4879 * internals\internals.texi (Modules for Interfacing with X Windows): | |
4880 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
4881 * internals\internals.texi (Introduction to Allocation): | |
4882 * internals\internals.texi (Garbage Collection): | |
4883 * internals\internals.texi (GCPROing): | |
4884 * internals\internals.texi (Garbage Collection - Step by Step): | |
4885 * internals\internals.texi (Invocation): | |
4886 * internals\internals.texi (garbage_collect_1): | |
4887 * internals\internals.texi (mark_object): | |
4888 * internals\internals.texi (gc_sweep): | |
4889 * internals\internals.texi (sweep_lcrecords_1): | |
4890 * internals\internals.texi (compact_string_chars): | |
4891 * internals\internals.texi (sweep_strings): | |
4892 * internals\internals.texi (sweep_bit_vectors_1): | |
4893 * internals\internals.texi (Integers and Characters): | |
4894 * internals\internals.texi (Allocation from Frob Blocks): | |
4895 * internals\internals.texi (lrecords): | |
4896 * internals\internals.texi (Low-level allocation): | |
4897 * internals\internals.texi (Cons): | |
4898 * internals\internals.texi (Vector): | |
4899 * internals\internals.texi (Bit Vector): | |
4900 * internals\internals.texi (Symbol): | |
4901 * internals\internals.texi (Marker): | |
4902 * internals\internals.texi (String): | |
4903 * internals\internals.texi (Dumping): | |
4904 * internals\internals.texi (Overview): | |
4905 * internals\internals.texi (Data descriptions): | |
4906 * internals\internals.texi (Dumping phase): | |
4907 * internals\internals.texi (Object inventory): | |
4908 * internals\internals.texi (Address allocation): | |
4909 * internals\internals.texi (The header): | |
4910 * internals\internals.texi (Data dumping): | |
4911 * internals\internals.texi (Pointers dumping): | |
4912 * internals\internals.texi (Reloading phase): | |
4913 * internals\internals.texi (Events and the Event Loop): | |
4914 * internals\internals.texi (Introduction to Events): | |
4915 * internals\internals.texi (Main Loop): | |
4916 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
4917 * internals\internals.texi (Specifics About the Emacs Event): | |
4918 * internals\internals.texi (The Event Stream Callback Routines): | |
4919 * internals\internals.texi (Other Event Loop Functions): | |
4920 * internals\internals.texi (Converting Events): | |
4921 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
4922 * internals\internals.texi (Evaluation): | |
4923 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
4924 * internals\internals.texi (Simple Special Forms): | |
4925 * internals\internals.texi (Symbols and Variables): | |
4926 * internals\internals.texi (Introduction to Symbols): | |
4927 * internals\internals.texi (Obarrays): | |
4928 * internals\internals.texi (Buffers and Textual Representation): | |
4929 * internals\internals.texi (Introduction to Buffers): | |
4930 * internals\internals.texi (The Text in a Buffer): | |
4931 * internals\internals.texi (Buffer Lists): | |
4932 * internals\internals.texi (Markers and Extents): | |
4933 * internals\internals.texi (Bufbytes and Emchars): | |
4934 * internals\internals.texi (MULE Character Sets and Encodings): | |
4935 * internals\internals.texi (Character Sets): | |
4936 * internals\internals.texi (Encodings): | |
4937 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
4938 * internals\internals.texi (JIS7): | |
4939 * internals\internals.texi (Internal Mule Encodings): | |
4940 * internals\internals.texi (Internal String Encoding): | |
4941 * internals\internals.texi (Internal Character Encoding): | |
4942 * internals\internals.texi (The Lisp Reader and Compiler): | |
4943 * internals\internals.texi (Lstreams): | |
4944 * internals\internals.texi (Creating an Lstream): | |
4945 * internals\internals.texi (Lstream Types): | |
4946 * internals\internals.texi (Lstream Functions): | |
4947 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
4948 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
4949 * internals\internals.texi (Point): | |
4950 * internals\internals.texi (Window Hierarchy): | |
4951 * internals\internals.texi (The Redisplay Mechanism): | |
4952 * internals\internals.texi (Critical Redisplay Sections): | |
4953 * internals\internals.texi (Line Start Cache): | |
4954 * internals\internals.texi (Extents): | |
4955 * internals\internals.texi (Introduction to Extents): | |
4956 * internals\internals.texi (Extent Ordering): | |
4957 * internals\internals.texi (Format of the Extent Info): | |
4958 * internals\internals.texi (Zero-Length Extents): | |
4959 * internals\internals.texi (Mathematics of Extent Ordering): | |
4960 * internals\internals.texi (Faces): | |
4961 * internals\internals.texi (Glyphs): | |
4962 * internals\internals.texi (Specifiers): | |
4963 * internals\internals.texi (Menus): | |
4964 * internals\internals.texi (Subprocesses): | |
4965 * internals\internals.texi (Interface to the X Window System): | |
4966 * internals\internals.texi (Lucid Widget Library): | |
4967 * internals\internals.texi (Generic Widget Interface): | |
4968 * internals\internals.texi (Scrollbars): | |
4969 * internals\internals.texi (Menubars): | |
4970 * internals\internals.texi (Checkboxes and Radio Buttons): | |
4971 * internals\internals.texi (Progress Bars): | |
4972 * internals\internals.texi (Tab Controls): | |
4973 Add more index entries. Add sections on comments and unsigned types. | |
4974 | |
4975 2001-03-08 Ben Wing <ben@xemacs.org> | |
4976 | |
4977 * make-stds.texi (Makefile Basics): | |
4978 * make-stds.texi (Command Variables): | |
4979 * make-stds.texi (Directory Variables): | |
4980 * make-stds.texi (Standard Targets): | |
4981 * standards.texi: | |
4982 * standards.texi (Top): | |
4983 * standards.texi (Preface): | |
4984 * standards.texi (Legal Issues): | |
4985 * standards.texi (Reading Non-Free Code): | |
4986 * standards.texi (Contributions): | |
4987 * standards.texi (Trademarks): | |
4988 * standards.texi (Design Advice): | |
4989 * standards.texi (Source Language): | |
4990 * standards.texi (Compatibility): | |
4991 * standards.texi (Using Extensions): | |
4992 * standards.texi (Standard C): | |
4993 * standards.texi (Program Behavior): | |
4994 * standards.texi (Semantics): | |
4995 * standards.texi (Libraries): | |
4996 * standards.texi (Errors): | |
4997 * standards.texi (User Interfaces): | |
4998 * standards.texi (Graphical Interfaces): | |
4999 * standards.texi (Command-Line Interfaces): | |
5000 * standards.texi (Option Table): | |
5001 * standards.texi (Memory Usage): | |
5002 * standards.texi (File Usage): | |
5003 * standards.texi (Formatting): | |
5004 * standards.texi (Comments): | |
5005 * standards.texi (Syntactic Conventions): | |
5006 * standards.texi (Names): | |
5007 * standards.texi (System Portability): | |
5008 * standards.texi (CPU Portability): | |
5009 * standards.texi (System Functions): | |
5010 * standards.texi (Internationalization): | |
5011 * standards.texi (Mmap): | |
5012 * standards.texi (Documentation): | |
5013 * standards.texi (GNU Manuals): | |
5014 * standards.texi (Doc Strings and Manuals): | |
5015 * standards.texi (Manual Structure Details): | |
5016 * standards.texi (License for Manuals): | |
5017 * standards.texi (Manual Credits): | |
5018 * standards.texi (Printed Manuals): | |
5019 * standards.texi (NEWS File): | |
5020 * standards.texi (Change Logs): | |
5021 * standards.texi (Style of Change Logs): | |
5022 * standards.texi (Simple Changes): | |
5023 * standards.texi (Conditional Changes): | |
5024 * standards.texi (Indicating the Part Changed): | |
5025 * standards.texi (Managing Releases): | |
5026 * standards.texi (Configuration): | |
5027 * standards.texi (Releases): | |
5028 * standards.texi (References): | |
5029 * standards.texi (Index): | |
5030 Update to latest GNU version. | |
1137 | 5031 |
462 | 5032 * xemacs-faq.texi (Q6.3.3): |
5033 * xemacs-faq.texi (Q6.4.1): | |
5034 Improve questions on current Windows activity. | |
5035 | |
5036 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
5037 | |
5038 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
5039 | |
5040 2001-02-25 Ben Wing <ben@xemacs.org> | |
5041 | |
5042 * xemacs-faq.texi (Top): | |
5043 * xemacs-faq.texi (Introduction): | |
5044 * xemacs-faq.texi (Q1.0.1): | |
5045 * xemacs-faq.texi (Q1.0.4): | |
5046 * xemacs-faq.texi (Q1.0.6): | |
5047 * xemacs-faq.texi (Q1.0.10): | |
5048 * xemacs-faq.texi (Q1.2.1): | |
5049 * xemacs-faq.texi (Q1.4.1): | |
5050 * xemacs-faq.texi (Q1.4.2): | |
5051 * xemacs-faq.texi (Q2.0.12): | |
5052 * xemacs-faq.texi (Q2.1.1): | |
5053 * xemacs-faq.texi (Q2.1.2): | |
5054 * xemacs-faq.texi (Q2.1.9): | |
5055 * xemacs-faq.texi (Q2.1.15): | |
5056 * xemacs-faq.texi (Q2.1.19): | |
5057 * xemacs-faq.texi (Customization): | |
5058 * xemacs-faq.texi (Q3.0.1): | |
5059 * xemacs-faq.texi (Q3.0.2): | |
5060 * xemacs-faq.texi (Q3.0.3): | |
5061 * xemacs-faq.texi (Q3.0.7): | |
5062 * xemacs-faq.texi (Q3.1.5): | |
5063 * xemacs-faq.texi (Q3.1.6): | |
5064 * xemacs-faq.texi (Q3.2.1): | |
5065 * xemacs-faq.texi (Q3.2.3): | |
5066 * xemacs-faq.texi (Q3.2.4): | |
5067 * xemacs-faq.texi (Q3.3.1): | |
5068 * xemacs-faq.texi (Q3.3.2): | |
5069 * xemacs-faq.texi (Q3.3.3): | |
5070 * xemacs-faq.texi (Q3.3.4): | |
5071 * xemacs-faq.texi (Q3.3.5): | |
5072 * xemacs-faq.texi (Q3.4.1): | |
5073 * xemacs-faq.texi (Q3.4.2): | |
5074 * xemacs-faq.texi (Q3.5.2): | |
5075 * xemacs-faq.texi (Q3.5.4): | |
5076 * xemacs-faq.texi (key-translation-map): New. | |
5077 * xemacs-faq.texi (Q3.5.5): | |
5078 * xemacs-faq.texi (Q3.5.6): | |
5079 * xemacs-faq.texi (Q3.5.7): | |
5080 * xemacs-faq.texi (Q3.5.8): | |
5081 * xemacs-faq.texi (global-map): Removed. | |
5082 * xemacs-faq.texi (Q3.5.9): | |
5083 * xemacs-faq.texi (Q3.6.1): | |
5084 * xemacs-faq.texi (Q3.6.2): | |
5085 * xemacs-faq.texi (Q3.6.3): | |
5086 * xemacs-faq.texi (Q3.7.6): | |
5087 * xemacs-faq.texi (Q3.7.7): | |
5088 * xemacs-faq.texi (Q3.8.1): | |
5089 * xemacs-faq.texi (Q3.8.2): | |
5090 * xemacs-faq.texi (Q3.8.3): | |
5091 * xemacs-faq.texi (Q3.9.1): | |
5092 * xemacs-faq.texi (Q3.9.4): | |
5093 * xemacs-faq.texi (Q3.10.1): | |
5094 * xemacs-faq.texi (Q3.10.2): | |
5095 * xemacs-faq.texi (Q3.10.3): | |
5096 * xemacs-faq.texi (Q4.0.12): | |
5097 * xemacs-faq.texi (Miscellaneous): | |
5098 * xemacs-faq.texi (Q5.0.1): | |
5099 * xemacs-faq.texi (Q5.0.2): | |
5100 * xemacs-faq.texi (Q5.0.3): | |
5101 * xemacs-faq.texi (Q5.0.4): | |
5102 * xemacs-faq.texi (Q5.0.5): | |
5103 * xemacs-faq.texi (Q5.0.8): | |
5104 * xemacs-faq.texi (Q5.0.9): | |
5105 * xemacs-faq.texi (Q5.0.11): | |
5106 * xemacs-faq.texi (Q5.0.12): | |
5107 * xemacs-faq.texi (Q5.0.13): | |
5108 * xemacs-faq.texi (Q5.0.16): | |
5109 * xemacs-faq.texi (Q5.0.17): | |
5110 * xemacs-faq.texi (Q5.1.9): | |
5111 * xemacs-faq.texi (Q5.1.11): | |
5112 * xemacs-faq.texi (Q5.2.1): | |
5113 * xemacs-faq.texi (Q5.2.2): | |
5114 * xemacs-faq.texi (Q5.3.1): | |
5115 * xemacs-faq.texi (Q5.3.2): | |
5116 * xemacs-faq.texi (Q5.3.4): | |
5117 * xemacs-faq.texi (MS Windows): | |
5118 * xemacs-faq.texi (Q6.0.1): | |
5119 * xemacs-faq.texi (Q6.0.2): | |
5120 * xemacs-faq.texi (Q6.0.3): | |
5121 * xemacs-faq.texi (Q6.0.4): | |
5122 * xemacs-faq.texi (Q6.1.5): | |
5123 * xemacs-faq.texi (Q6.2.3): | |
5124 * xemacs-faq.texi (Q6.3.1): | |
5125 | |
5126 Remove most references to XEmacs pre-19.15, since they are way out | |
5127 of date and are cluttering up and confusing many answers. Update | |
5128 references to .emacs to take into account the new init file | |
5129 location. Update information about the MS Windows port. Change | |
5130 description of XEmacs at beginning to match the web site. Update | |
5131 info about current developers. | |
1137 | 5132 |
462 | 5133 |
5134 2001-02-25 Ben Wing <ben@xemacs.org> | |
5135 | |
5136 * lispref\help.texi (Describing Characters): | |
5137 kp- not kp_. | |
1137 | 5138 |
462 | 5139 2001-02-25 Ben Wing <ben@xemacs.org> |
5140 | |
5141 * new-users-guide\custom1.texi (Customization Basics): | |
5142 * new-users-guide\custom1.texi (Customizing key Bindings): | |
5143 * new-users-guide\custom1.texi (Customizing Menus): | |
5144 * new-users-guide\custom2.texi (Other Customizations): | |
5145 * new-users-guide\custom2.texi (Setting Variables): | |
5146 * new-users-guide\custom2.texi (Init File): | |
5147 * new-users-guide\xmenu.texi (Options Menu): | |
5148 * new-users-guide\modes.texi (Major Modes): | |
5149 * new-users-guide\modes.texi (Minor Modes): | |
5150 * new-users-guide\new-users-guide.texi (Top): | |
5151 Fix up references to .emacs to take into account init.el. | |
1137 | 5152 |
460 | 5153 2001-02-23 Martin Buchholz <martin@xemacs.org> |
5154 | |
5155 * XEmacs 21.2.45 "Thelxepeia" is released. | |
5156 | |
5157 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
5158 | |
5159 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
5160 | |
458 | 5161 2001-02-08 Martin Buchholz <martin@xemacs.org> |
5162 | |
5163 * XEmacs 21.2.44 "Thalia" is released. | |
5164 | |
5165 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
5166 | |
5167 * xemacs/xemacs.texi: Update to accomodate new and improved | |
5168 packages.texi. | |
5169 | |
5170 * xemacs/packages.texi: Basically, apart from a few things, | |
5171 rewritten from scratch. | |
5172 | |
456 | 5173 2001-01-27 Martin Buchholz <martin@xemacs.org> |
5174 | |
5175 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
5176 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
5177 | |
5178 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
5179 | |
5180 * XEmacs 21.2.43 "Terspichore" is released. | |
5181 | |
454 | 5182 2001-01-20 Martin Buchholz <martin@xemacs.org> |
5183 | |
5184 * XEmacs 21.2.42 "Poseidon" is released. | |
5185 | |
5186 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
5187 | |
5188 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
5189 | |
5190 2001-01-17 Andy Piper <andy@xemacs.org> | |
5191 | |
5192 * internals.texi: some glyph documentation. | |
5193 | |
5194 2001-01-16 Didier Verna <didier@xemacs.org> | |
5195 | |
5196 * frame.texi (Mode Line Basics): new node ... | |
5197 * frame.texi (GUI Components): ... under this one ... | |
5198 * frame.texi (Scrollbar Basics): ... after this one ... | |
5199 * frame.texi (Toolbar Basics): ... before this one. | |
5200 | |
452 | 5201 2001-01-17 Martin Buchholz <martin@xemacs.org> |
5202 | |
5203 * XEmacs 21.2.41 "Polyhymnia" is released. | |
5204 | |
5205 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
5206 | |
5207 * internals/internals.texi: A little post-pdump-rename fixup. | |
5208 | |
5209 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
5210 | |
5211 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
5212 | |
5213 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
5214 | |
5215 * internals/internals.texi: Update for pdump changes. | |
5216 | |
5217 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
5218 | |
5219 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
5220 XEmacs. | |
5221 * texinfo.texi (First Node): Fixing grammar. | |
5222 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
5223 to XEmacs. | |
5224 | |
450 | 5225 2001-01-08 Martin Buchholz <martin@xemacs.org> |
5226 | |
5227 * XEmacs 21.2.40 is released. | |
5228 | |
5229 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
5230 | |
5231 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
5232 modules (module and statically linked). Typo fix. | |
5233 | |
5234 * texinfo.texi (ref): Typo fix. | |
5235 | |
448 | 5236 2000-12-31 Martin Buchholz <martin@xemacs.org> |
5237 | |
5238 * XEmacs 21.2.39 is released. | |
5239 | |
5240 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
5241 | |
5242 * internals/internals.texi (General Coding Rules): further document | |
5243 usage of symsinit.h. Reorder slightly. | |
5244 | |
446 | 5245 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
5246 | |
5247 * xemacs/packages.texi (Creating Packages): new node. | |
5248 | |
5249 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
5250 | |
5251 * XEmacs 21.2.38 is released. | |
5252 | |
5253 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
5254 | |
5255 * lispref/compile.texi: | |
5256 Document differences between compiler and interpreter. | |
5257 | |
5258 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
5259 | |
5260 * internals/index.texi: | |
5261 internals/internals.texi: | |
5262 Change "X Windows" to "the X Window System" randomly. | |
5263 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
5264 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
5265 structure. | |
5266 * xemacs/frame.texi (GUI Components): new node. | |
5267 * xemacs/packages.texi: minor updates. | |
5268 | |
5269 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
5270 | |
5271 * info.texi (Creating an Info File): Fix typos in xrefs. | |
5272 | |
5273 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
5274 | |
5275 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
5276 portable dumper switches. Other minor edits. | |
5277 | |
5278 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
5279 | |
5280 * lispref/positions.texi (Word Motion): | |
5281 forward-word arg is now optional. | |
5282 backward-word arg is now optional. | |
5283 Remove vile comment advising lisp programmer to use (forward-word -1) | |
5284 instead of (backward-word 1). | |
5285 * lispref/syntax.texi (Parsing Expressions): | |
5286 Similarly for forward-comment. | |
5287 * lispref/text.texi (Deletion): | |
5288 Similarly for delete-char. | |
5289 Similarly for delete-backward-char. | |
5290 | |
5291 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
5292 | |
5293 * cl.texi (Assertions): | |
5294 Remove claim that elisp doesn't have continuable errors. | |
5295 Document check-type as being continuable. | |
5296 | |
5297 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5298 | |
5299 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
5300 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
5301 This should also serve as a reminder for future merges with GNU | |
5302 Emacs. | |
5303 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
5304 "XEmacs User's Manual" for lispref and xemacs respectively. | |
5305 | |
5306 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5307 | |
5308 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
5309 * lispref/backups.texi (Auto-Saving): Ditto. | |
5310 * lispref/backups.texi (Reverting): Ditto. | |
5311 * lispref/display.texi (The Echo Area): Ditto. | |
5312 * lispref/help.texi (Documentation Basics): Ditto. | |
5313 * lispref/help.texi (Help Functions): Ditto. | |
5314 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
5315 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
5316 * lispref/modes.texi (Auto Major Mode): Ditto. | |
5317 * lispref/positions.texi (List Motion): Ditto. | |
5318 * lispref/searching.texi (Regexp Search): Ditto. | |
5319 * lispref/symbols.texi (Symbol Components): Ditto. | |
5320 * lispref/tips.texi (Comment Tips): Ditto. | |
5321 * lispref/tips.texi (Library Headers): Ditto. | |
5322 | |
5323 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5324 | |
5325 * internals/internals.texi (The Buffer Object): Ditto. | |
5326 | |
5327 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5328 | |
5329 * cl.texi (Hash Tables): Ditto. | |
5330 * texinfo.texi (Other Info Files): Ditto. | |
5331 * xemacs-faq.texi (Q1.0.14): Ditto. | |
5332 | |
444 | 5333 2000-11-14 Martin Buchholz <martin@xemacs.org> |
5334 | |
5335 * XEmacs 21.2.37 is released. | |
5336 | |
5337 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
5338 | |
5339 * xemacs/windows.texi (Other Window): | |
5340 | |
5341 * new-users-guide/files.texi (Saving Files): | |
5342 * new-users-guide/search.texi (Search and Replace): | |
5343 | |
5344 * lispref/abbrevs.texi (Abbrev Tables): | |
5345 * lispref/abbrevs.texi (Defining Abbrevs): | |
5346 * lispref/abbrevs.texi (Abbrev Files): | |
5347 * lispref/annotations.texi (Annotation Primitives): | |
5348 * lispref/backups.texi (Auto-Saving): | |
5349 * lispref/backups.texi (Reverting): | |
5350 * lispref/buffers.texi (Current Buffer): | |
5351 * lispref/buffers.texi (Buffer Names): | |
5352 * lispref/buffers.texi (Buffer Modification): | |
5353 * lispref/buffers.texi (Read Only Buffers): | |
5354 * lispref/buffers.texi (The Buffer List): | |
5355 * lispref/buffers.texi (Killing Buffers): | |
5356 * lispref/buffers.texi (Indirect Buffers): | |
5357 * lispref/building.texi (Building XEmacs): | |
5358 * lispref/building.texi (Garbage Collection): | |
5359 * lispref/commands.texi (Interactive Call): | |
5360 * lispref/commands.texi (Events): | |
5361 * lispref/commands.texi (Event Predicates): | |
5362 * lispref/commands.texi (Working With Events): | |
5363 * lispref/commands.texi (Converting Events): | |
5364 * lispref/commands.texi (Key Sequence Input): | |
5365 * lispref/commands.texi (Reading One Event): | |
5366 * lispref/commands.texi (Waiting): | |
5367 * lispref/commands.texi (Prefix Command Arguments): | |
5368 * lispref/commands.texi (Recursive Editing): | |
5369 * lispref/compile.texi (Compilation Functions): | |
5370 * lispref/compile.texi (Compiled-Function Objects): | |
5371 * lispref/consoles-devices.texi (Basic Device Functions): | |
5372 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
5373 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
5374 * lispref/control.texi (Signaling Errors): | |
5375 * lispref/customize.texi (Type Keywords): | |
5376 * lispref/databases.texi (Connecting to a Database): | |
5377 * lispref/databases.texi (Working With a Database): | |
5378 * lispref/databases.texi (Other Database Functions): | |
5379 * lispref/debugging.texi (Function Debugging): | |
5380 * lispref/display.texi (Refresh Screen): | |
5381 * lispref/display.texi (The Echo Area): | |
5382 * lispref/display.texi (Blinking): | |
5383 * lispref/edebug-inc.texi (Tracing): | |
5384 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
5385 * lispref/edebug-inc.texi (Edebug Options): | |
5386 * lispref/eval.texi (Function Indirection): | |
5387 * lispref/extents.texi (Creating and Modifying Extents): | |
5388 * lispref/extents.texi (Finding Extents): | |
5389 * lispref/extents.texi (Mapping Over Extents): | |
5390 * lispref/extents.texi (Extent Properties): | |
5391 * lispref/faces.texi (Basic Face Functions): | |
5392 * lispref/faces.texi (Face Properties): | |
5393 * lispref/faces.texi (Face Convenience Functions): | |
5394 * lispref/faces.texi (Other Face Display Functions): | |
5395 * lispref/faces.texi (Font Instance Characteristics): | |
5396 * lispref/faces.texi (Color Specifiers): | |
5397 * lispref/files.texi (Visiting Functions): | |
5398 * lispref/files.texi (Reading from Files): | |
5399 * lispref/files.texi (Changing File Attributes): | |
5400 * lispref/files.texi (File Names): | |
5401 * lispref/files.texi (File Name Components): | |
5402 * lispref/files.texi (Directory Names): | |
5403 * lispref/files.texi (Relative File Names): | |
5404 * lispref/files.texi (File Name Expansion): | |
5405 * lispref/files.texi (File Name Completion): | |
5406 * lispref/files.texi (User Name Completion): | |
5407 * lispref/files.texi (Magic File Names): | |
5408 * lispref/files.texi (Creating a Partial File): | |
5409 * lispref/files.texi (Format Conversion): | |
5410 * lispref/frames.texi (Creating Frames): | |
5411 * lispref/frames.texi (Property Access): | |
5412 * lispref/frames.texi (Size and Position): | |
5413 * lispref/frames.texi (Deleting Frames): | |
5414 * lispref/frames.texi (Finding All Frames): | |
5415 * lispref/frames.texi (Frames and Windows): | |
5416 * lispref/frames.texi (Visibility of Frames): | |
5417 * lispref/frames.texi (Frame Configurations): | |
5418 * lispref/functions.texi (Calling Functions): | |
5419 * lispref/functions.texi (Function Cells): | |
5420 * lispref/glyphs.texi (Creating Glyphs): | |
5421 * lispref/glyphs.texi (Image Specifiers): | |
5422 * lispref/glyphs.texi (Image Instance Types): | |
5423 * lispref/glyphs.texi (Image Instance Functions): | |
5424 * lispref/gutter.texi (Creating Gutter): | |
5425 * lispref/gutter.texi (Specifying a Gutter): | |
5426 * lispref/gutter.texi (Other Gutter Variables): | |
5427 * lispref/help.texi (Accessing Documentation): | |
5428 * lispref/help.texi (Help Functions): | |
5429 * lispref/help.texi (Obsoleteness): | |
5430 * lispref/internationalization.texi (Domain Specification): | |
5431 * lispref/intro.texi (Caveats): | |
5432 * lispref/keymaps.texi (Active Keymaps): | |
5433 * lispref/keymaps.texi (Functions for Key Lookup): | |
5434 * lispref/keymaps.texi (Changing Key Bindings): | |
5435 * lispref/keymaps.texi (Scanning Keymaps): | |
5436 * lispref/ldap.texi (The High-Level LDAP API): | |
5437 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
5438 * lispref/ldap.texi (Encoder/Decoder Functions): | |
5439 * lispref/lists.texi (Setcar): | |
5440 * lispref/lists.texi (Setcdr): | |
5441 * lispref/lists.texi (Working With Normal Plists): | |
5442 * lispref/lists.texi (Working With Lax Plists): | |
5443 * lispref/loading.texi (Autoload): | |
5444 * lispref/loading.texi (Named Features): | |
5445 * lispref/markers.texi (Creating Markers): | |
5446 * lispref/markers.texi (Changing Markers): | |
5447 * lispref/markers.texi (The Mark): | |
5448 * lispref/menus.texi (Modifying Menus): | |
5449 * lispref/menus.texi (Pop-Up Menus): | |
5450 * lispref/menus.texi (Menu Accelerator Functions): | |
5451 * lispref/minibuf.texi (Text from Minibuffer): | |
5452 * lispref/minibuf.texi (Object from Minibuffer): | |
5453 * lispref/minibuf.texi (Basic Completion): | |
5454 * lispref/minibuf.texi (High-Level Completion): | |
5455 * lispref/minibuf.texi (Reading a Password): | |
5456 * lispref/minibuf.texi (Minibuffer Misc): | |
5457 * lispref/mouse.texi (Mouse Tracking): | |
5458 * lispref/syntax.texi (Syntax Table Functions): | |
5459 * lispref/numbers.texi (Arithmetic Operations): | |
5460 * lispref/numbers.texi (Rounding Operations): | |
5461 * lispref/numbers.texi (Math Functions): | |
5462 * lispref/objects.texi (String Type): | |
5463 * lispref/objects.texi (Equality Predicates): | |
5464 * lispref/os.texi (Killing XEmacs): | |
5465 * lispref/os.texi (Suspending XEmacs): | |
5466 * lispref/os.texi (System Environment): | |
5467 * lispref/os.texi (Time Conversion): | |
5468 * lispref/os.texi (Timers): | |
5469 * lispref/os.texi (Input Modes): | |
5470 * lispref/os.texi (Translating Input): | |
5471 * lispref/os.texi (Terminal Output): | |
5472 * lispref/os.texi (Flow Control): | |
5473 * lispref/positions.texi (Character Motion): | |
5474 * lispref/positions.texi (Word Motion): | |
5475 * lispref/positions.texi (Text Lines): | |
5476 * lispref/positions.texi (Screen Lines): | |
5477 * lispref/positions.texi (List Motion): | |
5478 * lispref/positions.texi (Narrowing): | |
5479 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
5480 * lispref/processes.texi (Subprocess Creation): | |
5481 * lispref/processes.texi (Synchronous Processes): | |
5482 * lispref/processes.texi (Asynchronous Processes): | |
5483 * lispref/processes.texi (Process Information): | |
5484 * lispref/processes.texi (Input to Processes): | |
5485 * lispref/processes.texi (Signals to Processes): | |
5486 * lispref/processes.texi (Process Buffers): | |
5487 * lispref/processes.texi (Filter Functions): | |
5488 * lispref/processes.texi (Network): | |
5489 * lispref/range-tables.texi (Working With Range Tables): | |
5490 * lispref/searching.texi (String Search): | |
5491 * lispref/searching.texi (Regexp Search): | |
5492 * lispref/searching.texi (POSIX Regexps): | |
5493 * lispref/searching.texi (Replacing Match): | |
5494 * lispref/searching.texi (Entire Match Data): | |
5495 * lispref/sequences.texi (Bit Vector Functions): | |
5496 * lispref/specifiers.texi (Adding Specifications): | |
5497 * lispref/specifiers.texi (Creating Specifiers): | |
5498 * lispref/specifiers.texi (Specifier Validation Functions): | |
5499 * lispref/specifiers.texi (Other Specification Functions): | |
5500 * lispref/streams.texi (Output Variables): | |
5501 * lispref/symbols.texi (Other Plists): | |
5502 * lispref/text.texi (Insertion): | |
5503 * lispref/text.texi (Commands for Insertion): | |
5504 * lispref/text.texi (Deletion): | |
5505 * lispref/text.texi (User-Level Deletion): | |
5506 * lispref/text.texi (Kill Functions): | |
5507 * lispref/text.texi (Low-Level Kill Ring): | |
5508 * lispref/text.texi (Undo): | |
5509 * lispref/text.texi (Maintaining Undo): | |
5510 * lispref/text.texi (Margins): | |
5511 * lispref/text.texi (Sorting): | |
5512 * lispref/text.texi (Columns): | |
5513 * lispref/text.texi (Primitive Indent): | |
5514 * lispref/text.texi (Mode-Specific Indent): | |
5515 * lispref/text.texi (Region Indent): | |
5516 * lispref/text.texi (Case Changes): | |
5517 * lispref/text.texi (Examining Properties): | |
5518 * lispref/text.texi (Property Search): | |
5519 * lispref/text.texi (Registers): | |
5520 * lispref/text.texi (Transformations): | |
5521 * lispref/mule.texi (Charset Property Functions): | |
5522 * lispref/mule.texi (MULE Characters): | |
5523 * lispref/mule.texi (Composite Characters): | |
5524 * lispref/mule.texi (Coding System Properties): | |
5525 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
5526 * lispref/mule.texi (CCL Statements): | |
5527 * lispref/mule.texi (Calling CCL): | |
5528 * lispref/mule.texi (Category Tables): | |
5529 * lispref/toolbar.texi (Specifying the Toolbar): | |
5530 * lispref/toolbar.texi (Other Toolbar Variables): | |
5531 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
5532 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
5533 * lispref/variables.texi (Creating Buffer-Local): | |
5534 * lispref/variables.texi (Variable Aliases): | |
5535 * lispref/windows.texi (Splitting Windows): | |
5536 * lispref/windows.texi (Deleting Windows): | |
5537 * lispref/windows.texi (Selecting Windows): | |
5538 * lispref/windows.texi (Cyclic Window Ordering): | |
5539 * lispref/windows.texi (Buffers and Windows): | |
5540 * lispref/windows.texi (Displaying Buffers): | |
5541 * lispref/windows.texi (Choosing Window): | |
5542 * lispref/windows.texi (Window Point): | |
5543 * lispref/windows.texi (Window Start): | |
5544 * lispref/windows.texi (Vertical Scrolling): | |
5545 * lispref/windows.texi (Horizontal Scrolling): | |
5546 * lispref/windows.texi (Resizing Windows): | |
5547 * lispref/windows.texi (Window Configurations): | |
5548 * lispref/x-windows.texi (X Selections): | |
5549 * lispref/x-windows.texi (Resources): | |
5550 * lispref/strings.texi (Creating Strings): | |
5551 * lispref/strings.texi (Character Codes): | |
5552 * lispref/strings.texi (Text Comparison): | |
5553 * lispref/strings.texi (String Conversion): | |
5554 * lispref/strings.texi (Formatting Strings): | |
5555 * lispref/strings.texi (Character Case): | |
5556 * lispref/strings.texi (Case Tables): | |
5557 * lispref/strings.texi (Char Table Types): | |
5558 * lispref/strings.texi (Working With Char Tables): | |
5559 Giant docstring parameter/Texinfo fixes. | |
5560 | |
5561 Don't use abbreviations for English words, especially when those | |
5562 words have other meanings. For example, use START, not BEG. | |
5563 Use OBJECT, not OBJ. | |
5564 Use VALUE, not VAL. | |
5565 Use BUFFER, not BUF. | |
5566 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
5567 Use CHARACTER, not CH or CHR. | |
5568 Use NUMBER, not NUM. | |
5569 Use COLUMN, not COL. | |
5570 Use POSITION, not POS. | |
5571 Use SYMBOL, not SYM. | |
5572 Use STRING, not STR. | |
5573 Use LIMIT, not LIM. | |
5574 Use OTHER-WINDOW-P, not OTHER-P. | |
5575 Use PRIORITY, not PRI. | |
5576 | |
5577 Use `non-nil', not `true'. | |
5578 | |
5579 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
5580 | |
5581 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
5582 | |
5583 Try to find better parameter names than ARG. | |
5584 | |
5585 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
5586 | |
5587 Use type information in parameter names. For example, use | |
5588 (make-bit-vector length bit), not (make-bit-vector length init). | |
5589 | |
5590 Completion functions should have parameters with names like | |
5591 PARTIAL-FILENAME instead of the misleading FILENAME. | |
5592 | |
5593 Type predicates should consistently take an OBJECT parameter, | |
5594 since any object is valid as input. | |
5595 | |
5596 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
5597 functions like next-window and next-frame that walk over window or | |
5598 frame lists. | |
5599 | |
5600 Deleted duplicated documentation for: | |
5601 one-window-p, format-insert-file | |
5602 | |
5603 Deleted 21 lines of VMS-specific texinfo documentation. | |
5604 | |
5605 Fixed up a few places where `_' was used in docstring parameter | |
5606 names instead of `-'. | |
5607 | |
5608 Fixed up places that used nil or t without @code. | |
5609 | |
5610 Fixed up places that erroneously used @code instead of @var. | |
5611 | |
5612 Fixed many typos. | |
5613 | |
5614 Fixed many places where the parameters mentioned in the docstring | |
5615 didn't match the actual parameters. | |
5616 | |
5617 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
5618 | |
5619 Fixed 40 places where docstrings were missing trailing `.' | |
5620 | |
5621 Fixed the texi documentation of 41 functions where the | |
5622 interactiveness of the function in the documentation did not match | |
5623 the implementation. | |
5624 | |
5625 Fixed 117 functions where the names of parameters in the texi was | |
5626 different from the names in the implementation. | |
5627 | |
5628 Fixed the texi documentation of 137 functions where the parameter | |
5629 list of the function in the texi was semantically different from | |
5630 the implementation. | |
5631 | |
5632 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
5633 | |
5634 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
5635 incorporate raw HTML output in the HTML version. | |
5636 | |
5637 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
5638 | |
5639 * xemacs/menus.texi: | |
5640 * widget.texi: | |
5641 Typo fixes and tiny clarifications. | |
5642 | |
5643 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
5644 | |
5645 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
5646 Added Q2.1.25 - function not found due to package not installed. | |
5647 | |
5648 * xemacs/xemacs.texi: | |
5649 * xemacs/abbrevs.texi: | |
5650 * xemacs/basic.texi: | |
5651 * xemacs/building.texi: | |
5652 * xemacs/packages.texi: | |
5653 * xemacs/startup.texi: | |
5654 Moved "Packages" node to "Important General Concepts" section. | |
5655 | |
5656 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
5657 | |
442 | 5658 2000-10-04 Martin Buchholz <martin@xemacs.org> |
5659 | |
5660 * XEmacs 21.2.36 is released. | |
5661 | |
5662 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
5663 | |
5664 * lispref/processes.texi (Signals to Processes): Many corrections. | |
5665 | |
5666 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
5667 | |
5668 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
5669 | |
5670 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
5671 | |
5672 * *: Spelling mega-patch | |
5673 | |
5674 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
5675 | |
5676 * internals/internals.texi (Low-Level Modules): | |
5677 Correct the list of source files. | |
5678 | |
5679 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
5680 | |
5681 * emodules.texi (Introduction): Trivial typo fix. | |
5682 | |
5683 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
5684 | |
5685 * emodules.texi (Initialization Mode): Spell-Check. | |
5686 | |
5687 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
5688 | |
5689 * lispref/databases.texi (Connecting to a Database): | |
5690 s/berkeley_db/berkeley-db/. Too much C programming. | |
5691 | |
5692 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
5693 | |
5694 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
5695 | |
5696 2000-07-30 Ben Wing <ben@xemacs.org> | |
5697 | |
5698 * xemacs\search.texi (Regexp Search): | |
5699 * xemacs\search.texi (Regexps): | |
5700 Synch up with updated docs below (describing non-greedy | |
5701 operators and such). | |
5702 | |
5703 2000-07-30 Ben Wing <ben@xemacs.org> | |
5704 | |
5705 * lispref\searching.texi (Syntax of Regexps): | |
5706 Document ??, which we've supported since 20.4. | |
5707 | |
5708 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
5709 | |
5710 * xemacs-faq.texi: Minor updates in first two sections | |
5711 | |
5712 2000-07-27 Andy Piper <andy@xemacs.org> | |
5713 | |
5714 * lispref/hash-tables.texi: add new hash table type. | |
5715 | |
5716 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
5717 | |
5718 * XEmacs 21.2.35 is released. | |
5719 | |
5720 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
5721 | |
5722 * Makefile: rm -f ==> $(RM) | |
5723 | |
5724 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
5725 | |
454 | 5726 * lispref/postgresql.texi: |
442 | 5727 - Don't mention ".so" extension. |
5728 - Make installation instructions more generic. | |
5729 - Mention M-x describe-installation. | |
5730 | |
5731 2000-07-08 Ben Wing <ben@xemacs.org> | |
5732 | |
5733 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
5734 Windows problem with binary locs and latest info. | |
5735 | |
5736 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
5737 | |
5738 * lispref/glyphs.texi: Fix trivial typos. | |
5739 * lispref/gutter.texi: Ditto. | |
5740 * lispref/loading.texi: Ditto. | |
5741 * lispref/postgresql.texi: Ditto. | |
5742 | |
5743 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
5744 | |
5745 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
5746 | |
5747 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
5748 | |
5749 * make-stds.texi: Fix trivial typos. | |
5750 * xemacs-faq.texi: Ditto. | |
5751 * internals/internals.texi: Ditto. | |
5752 * new-users-guide/edit.texi: Ditto. | |
5753 * new-users-guide/modes.texi: Ditto. | |
5754 * new-users-guide/region.texi: Ditto. | |
5755 | |
5756 2000-06-10 Ben Wing <ben@xemacs.org> | |
5757 | |
5758 * xemacs-faq.texi (Q6.1.2): | |
5759 * xemacs-faq.texi (Q6.1.5): | |
5760 * xemacs-faq.texi (Q6.1.6): | |
5761 Corrections for Cygwin, MinGW. | |
5762 | |
5763 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
5764 | |
5765 * xemacs/basic.texi: Fix trivial typos. | |
5766 * xemacs/buffers.texi: Fix trivial typos. | |
5767 * xemacs/building.texi: Ditto. | |
5768 * xemacs/glossary.texi: Ditto. | |
5769 * xemacs/gnu.texi: Ditto. | |
5770 * xemacs/help.texi: Ditto. | |
5771 * xemacs/keystrokes.texi: Ditto. | |
5772 * xemacs/programs.texi: Ditto. | |
5773 * xemacs/search.texi: Ditto. | |
5774 * xemacs/sending.texi: Ditto. | |
5775 | |
5776 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
5777 | |
5778 * XEmacs 21.2.34 is released. | |
5779 | |
5780 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5781 | |
5782 * xemacs/basic.texi: Document translation of tutorial. | |
5783 * xemacs/startup.texi: Remove lock-directory. | |
5784 * xemacs/enterings.texi: Update. | |
5785 | |
5786 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5787 | |
5788 * lispref/display.texi: | |
5789 * lispref/faces.texi: | |
5790 * lispref/glyphs.texi: | |
5791 * lispref/gutter.texi: | |
5792 * lispref/modes.texi: | |
5793 * lispref/specifiers.texi: | |
5794 * lispref/toolbar.texi: | |
5795 Update. Merge Ben's doc-string update. | |
5796 | |
5797 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5798 | |
5799 * xemacs/basic.texi: | |
5800 * xemacs/enterings.texi: | |
5801 * xemacs/mini.texi: | |
5802 Partial sync with FSF Emacs 20.6 and some update. | |
5803 | |
5804 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
5805 | |
5806 * XEmacs 21.2.33 is released. | |
5807 | |
5808 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5809 | |
5810 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
5811 | |
5812 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
5813 | |
5814 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
5815 internationalization APIs | |
5816 | |
5817 * lispref/lispref.texi: Updated LDAP-related menus | |
5818 | |
5819 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
5820 | |
5821 * XEmacs 21.2.32 is released. | |
5822 | |
5823 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
5824 | |
5825 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
5826 documentation to reflect the latest code. | |
5827 | |
5828 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
5829 | |
5830 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
5831 | |
5832 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
5833 * lispref/lispref.texi (Top): Ditto. | |
5834 * lispref/internationalization.texi: Ditto. | |
5835 | |
5836 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5837 | |
5838 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
5839 | |
5840 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5841 | |
5842 * xemacs-faq.texi: Put node before section. | |
5843 | |
5844 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5845 | |
5846 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
5847 | |
5848 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
5849 | |
5850 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
5851 | |
5852 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5853 | |
5854 * xemacs/xemacs.texi: Detailed menu update. | |
5855 | |
5856 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5857 | |
5858 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
5859 | |
5860 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5861 | |
5862 * lispref/minibuf.texi: Add default argument documentation. | |
5863 | |
5864 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
5865 | |
5866 * internals/internals.texi (lrecords): Update docs for new lisp | |
5867 object representation. | |
5868 | |
5869 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
5870 | |
5871 * internals/internals.texi (Techniques for XEmacs Developers): | |
5872 Document INLINE_HEADER and how to create macros and inline functions. | |
5873 Cleanup entire section. | |
5874 | |
2069 | 5875 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5876 |
5877 * man/lispref/gutter.texi: New file describing gutter API. | |
5878 | |
5879 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
5880 | |
5881 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
5882 | |
2069 | 5883 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5884 |
5885 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
5886 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
5887 toolbars, and gutters as optional components of frames, with | |
5888 pointers to descriptions. | |
5889 | |
2069 | 5890 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5891 |
5892 * man/lispref/mule.texi: Substantial reorganization and | |
5893 revision for style of descriptions of character sets, | |
5894 encodings, and coding systems. Addition of a complete table | |
5895 of coding systems as of XEmacs 21.2.19. | |
5896 | |
5897 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
5898 | |
5899 * XEmacs 21.2.31 is released. | |
5900 | |
5901 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
5902 | |
5903 * XEmacs 21.2.30 is released. | |
5904 | |
5905 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5906 | |
5907 * internals/internals.texi: Made texinfmt-friendly. | |
5908 | |
5909 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
5910 | |
5911 * lispref/backups.texi (Numbered Backups): | |
5912 * xemacs/files.texi (Backup Deletion): | |
5913 Change trim-versions-without-asking to delete-old-versions. | |
5914 | |
5915 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
5916 | |
5917 * internals/internals.texi (Conversion to and from External Data): | |
5918 Document TO_EXTERNAL_FORMAT and friends. | |
5919 Doc bug fixes. | |
5920 | |
5921 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5922 | |
5923 * XEmacs 21.2.29 is released. | |
5924 | |
5925 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5926 | |
5927 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
5928 | |
5929 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
5930 | |
5931 * lispref/symbols.texi (Object Plists): | |
5932 Document `object-plist'. | |
5933 Document `remprop'. | |
5934 Rework all plist frobbing docs for accuracy. | |
5935 | |
440 | 5936 2000-02-07 Martin Buchholz <martin@xemacs.org> |
5937 | |
5938 * XEmacs 21.2.28 is released. | |
5939 | |
5940 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
5941 | |
5942 * cl.texi: Remove (or replace by `get') references to `get*'. | |
5943 | |
5944 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5945 | |
5946 * widget.texi: | |
5947 * internals/internals.texi: | |
5948 * lispref/commands.texi: | |
5949 * lispref/consoles-devices.texi: | |
5950 * lispref/customize.texi: | |
5951 * lispref/dialog.texi: | |
5952 * lispref/extents.texi: | |
5953 * lispref/faces.texi: | |
5954 * lispref/glyphs.texi: | |
5955 * lispref/keymaps.texi: | |
5956 * lispref/lists.texi: | |
5957 * lispref/markers.texi: | |
5958 * lispref/menus.texi: | |
5959 * lispref/mule.texi: | |
5960 * lispref/objects.texi: | |
5961 * lispref/specifiers.texi: | |
5962 * lispref/toolbar.texi: | |
5963 * lispref/tooltalk.texi: | |
5964 * lispref/x-windows.texi: | |
5965 * new-users-guide/custom2.texi: | |
5966 * new-users-guide/help.texi: | |
5967 * new-users-guide/modes.texi: | |
5968 * xemacs/abbrevs.texi: | |
5969 * xemacs/buffers.texi: | |
5970 * xemacs/custom.texi: | |
5971 * xemacs/help.texi: | |
5972 * xemacs/keystrokes.texi: | |
5973 * xemacs/mini.texi: | |
5974 * xemacs/new.texi: | |
5975 * xemacs/packages.texi: | |
5976 * xemacs/programs.texi: | |
5977 * xemacs/sending.texi: | |
5978 Change ' -- ' to '---' since Texinfo formats --- to --. | |
5979 Untabify. TeX doesn't like TAB. | |
5980 | |
5981 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
5982 | |
5983 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
5984 21.2.* | |
5985 | |
5986 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5987 | |
5988 * xemacs-faq.texi: Untabify. | |
442 | 5989 |
440 | 5990 2000-01-22 Martin Buchholz <martin@xemacs.org> |
5991 | |
5992 * internals/internals.texi (General Coding Rules): Document why we | |
5993 #include <config.h> | |
5994 | |
5995 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5996 | |
5997 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 5998 |
440 | 5999 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
6000 | |
6001 * lispref/faces.texi (Face Properties): Document | |
6002 remove-face-property. | |
6003 | |
438 | 6004 2000-01-18 Martin Buchholz <martin@xemacs.org> |
6005 | |
6006 * XEmacs 21.2.27 is released. | |
6007 | |
6008 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6009 | |
6010 * xemacs/regs.texi: Synch with FSF 20.5. | |
6011 | |
6012 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6013 | |
6014 * info.texi: Change cross reference from emacs to xemacs. | |
6015 | |
6016 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6017 | |
6018 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
6019 | |
6020 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
6021 | |
6022 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
6023 | |
6024 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
6025 | |
6026 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
6027 | |
6028 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
6029 | |
6030 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
6031 | |
6032 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
6033 | |
6034 * xemacs-faq.texi: Updated Macintosh information, | |
6035 updated OS/2 info, changed turn-on-pending-delete answer. | |
6036 | |
6037 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
6038 | |
6039 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
6040 | |
6041 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
6042 | |
6043 * lispref/control.texi (Signaling Errors): Document that `signal' | |
6044 is continuable. | |
6045 (Signaling Errors): Document `cerror', `signal-error', and | |
6046 `check-argument-type'. | |
6047 (Handling Errors): Mention `debug-on-signal'. | |
6048 (Error Symbols): Document `define-error'. | |
6049 (Processing of Errors): Document `display-error' and | |
6050 `error-message-string'. | |
6051 | |
6052 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6053 | |
6054 * internals/internals.texi: Remove latin-1 char. | |
6055 | |
6056 2000-01-05 Didier Verna <didier@xemacs.org> | |
6057 | |
6058 * xemacs/custom.texi (Key bindings using strings): add missing | |
6059 whitespace. | |
6060 | |
6061 * xemacs/xemacs.texi (Top): | |
6062 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
6063 node. | |
6064 | |
6065 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6066 | |
6067 * lispref/minibuf.texi (Reading a Password): New section. | |
6068 | |
6069 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6070 | |
6071 * lispref/minibuf.texi: Remove documentation about | |
6072 minibuffer-local-ns-map, read-no-blanks-input. | |
6073 | |
6074 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6075 | |
6076 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
6077 Add description about DEFAULT argument of reading functions. | |
6078 | |
436 | 6079 1999-12-31 Martin Buchholz <martin@xemacs.org> |
6080 | |
6081 * XEmacs 21.2.26 is released. | |
6082 | |
6083 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
6084 | |
6085 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
6086 | |
434 | 6087 1999-12-24 Martin Buchholz <martin@xemacs.org> |
6088 | |
6089 * XEmacs 21.2.25 is released. | |
6090 | |
6091 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
6092 | |
6093 * lispref/text.texi (Near Point): Document `char-before'. | |
6094 | |
6095 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
6096 | |
6097 * widget.texi: Fix typos and possessive singular errors. Break | |
6098 long sentences for readability. Remove some redundant commas. | |
6099 | |
6100 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
6101 | |
442 | 6102 * lispref/functions.texi (Mapping Functions): |
434 | 6103 Warn about mapping functions modifying their sequences. |
6104 | |
6105 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
6106 | |
6107 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
6108 | |
432 | 6109 1999-12-14 Martin Buchholz <martin@xemacs.org> |
6110 | |
6111 * XEmacs 21.2.24 is released. | |
6112 | |
6113 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6114 | |
6115 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 6116 instead of PACKAGEPATH |
432 | 6117 From Marcus Harnisch <harnisch@mikrom.de> |
6118 | |
430 | 6119 1999-12-07 Martin Buchholz <martin@xemacs.org> |
6120 | |
6121 * XEmacs 21.2.23 is released. | |
6122 | |
6123 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
6124 | |
6125 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
6126 | |
6127 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
6128 | |
442 | 6129 * info.texi (Top): |
430 | 6130 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 6131 * texinfo.texi (Top): |
430 | 6132 Revert to pre-texinfo-4.0 version, plus small changes to make |
6133 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
6134 | |
6135 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
6136 | |
6137 * xemacs-faq.texi: fixed and commented out bad URL links | |
6138 | |
428 | 6139 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
6140 | |
6141 * XEmacs 21.2.22 is released | |
6142 | |
6143 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
6144 | |
6145 * XEmacs 21.2.21 is released. | |
6146 | |
6147 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
6148 | |
6149 * internals.texi (Lstream Functions): | |
6150 * internals.texi (Lstream Methods): | |
6151 Types have changed to size_t and ssize_t. Document them. | |
6152 | |
6153 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6154 | |
6155 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
6156 XEmacs 21 | |
6157 | |
6158 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
6159 | |
6160 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 6161 |
428 | 6162 * Makefile: |
6163 - Make sure the default target is `info' instead of cl.info. | |
6164 - Use $(INFODIR) consistently where appropriate. | |
6165 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
6166 - Comment out unused macros: EMACS EMACSFLAGS | |
6167 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
6168 - Get dependencies up to date. | |
6169 | |
6170 * internals/Makefile: | |
6171 * xemacs/Makefile: | |
6172 * lispref/Makefile: | |
6173 * new-users-guide/Makefile: | |
6174 * lispref/index.perm: | |
6175 * lispref/index.unperm: | |
6176 * lispref/permute-index: | |
6177 * internals/index.perm: | |
6178 * internals/index.unperm: | |
6179 Remove these Makefiles. | |
6180 Include all functionality in man/Makefile. | |
6181 Support only non-permuted indexes for simplicity. | |
6182 | |
6183 * emodules.texi: | |
6184 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
6185 | |
6186 * lispref/commands.texi: | |
6187 * lispref/display.texi: | |
6188 * lispref/faces.texi: | |
6189 * lispref/functions.texi: | |
6190 * lispref/keymaps.texi: | |
6191 * lispref/lists.texi: | |
6192 * lispref/modes.texi: | |
6193 * lispref/objects.texi: | |
6194 * lispref/os.texi: | |
6195 * lispref/sequences.texi: | |
6196 * lispref/strings.texi: | |
6197 * lispref/text.texi: | |
6198 * new-users-guide/custom1.texi: | |
6199 * xemacs/custom.texi: | |
6200 * xemacs/menus.texi: | |
6201 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
6202 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
6203 - Replace @var{(foo)} with (@var{foo}), etc... | |
6204 | |
6205 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
6206 | |
6207 * texinfo.tex: | |
6208 * texinfo.texi: | |
6209 * info.texi: | |
6210 * standards.texi: | |
6211 * make-stds.texi: | |
6212 Import FSF-maintained files from texinfo-4.0. | |
6213 | |
6214 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6215 | |
6216 * XEmacs 21.2.20 is released | |
6217 | |
6218 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
6219 | |
6220 * xemacs/packages.texi (Using Packages): Added description of | |
6221 package-get-package-provider. | |
6222 | |
6223 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
6224 | |
6225 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
6226 | |
434 | 6227 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 6228 |
6229 * xemacs/programs.texi (Balanced Editing): Remove broken | |
6230 line-break. | |
6231 | |
6232 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
6233 menus. | |
6234 (Q1.4.1): ditto. | |
6235 (Q1.4.3): ditto. | |
6236 (Q2.0.5): Hyphenate words. | |
6237 | |
6238 * info.texi (Add): Fix one typo. | |
6239 | |
6240 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
6241 | |
6242 * internals/internals.texi (Garbage Collection - Step by Step): | |
6243 just added some dots to shut up compile warnings. | |
6244 | |
6245 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
6246 | |
6247 * internals/internals.texi (Garbage Collection - Step by Step): | |
6248 new section in chapter Allocation of Objects in XEmacs Lisp. | |
6249 | |
6250 1999-07-28 Andy Piper <andy@xemacs.org> | |
6251 | |
6252 * internals.texi (Glyphs): add some glyph documentation. | |
6253 | |
6254 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6255 | |
6256 * XEmacs 21.2.19 is released | |
6257 | |
434 | 6258 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 6259 |
6260 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
6261 @macro (unsupported by texinfo package). Remove stray @code. | |
6262 * custom.texi: Add info extension to @setfilename. | |
6263 * texinfo.texi: Ditto. | |
6264 * widget.texi: Ditto. | |
6265 * packages.texi: Reword a sentence, fixing @item Decide where to | |
6266 install ... | |
6267 | |
442 | 6268 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 6269 |
6270 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
6271 entry. They are implemented. | |
6272 | |
6273 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6274 | |
6275 * XEmacs 21.2.18 is released | |
6276 | |
6277 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6278 | |
6279 * XEmacs 21.2.17 is released | |
6280 | |
6281 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6282 | |
6283 * XEmacs 21.2.16 is released | |
6284 | |
6285 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6286 | |
6287 * XEmacs 21.2.15 is released | |
6288 | |
6289 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
6290 | |
6291 * custom.texi, external-widget.texi: Minor | |
6292 fix to get info DIR entry correct. | |
6293 | |
6294 1999-05-22 Vin Shelton <acs@xemacs.org> | |
6295 | |
6296 * xemacs/cmdargs.texi: | |
6297 Document -private. | |
6298 | |
6299 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
6300 | |
6301 * Makefile: Added `emodules.info' to info targets. | |
6302 | |
6303 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
6304 | |
6305 * internals/internals.texi (The XEmacs Object System | |
6306 (Abstractly Speaking)): typo. | |
6307 | |
6308 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
6309 | |
6310 * lispref/text.texi (Substitution): Document improvements in | |
6311 `translate-region'. | |
6312 | |
6313 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6314 | |
6315 * XEmacs 21.2.14 is released | |
6316 | |
6317 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
6318 | |
6319 * man/internals/internals.texi: | |
6320 * man/lispref/lispref.texi: | |
6321 * man/new-users-guide/new-users-guide.texi: | |
6322 * man/xemacs/xemacs.texi: | |
6323 * man/cl.texi: | |
6324 * man/custom.texi: | |
6325 * man/term.texi: | |
6326 * man/termcap.texi: | |
6327 * man/widget.texi: | |
6328 * man/xemacs-faq.texi: | |
6329 * man/external-widget.texi: | |
6330 Added info dir entries so install-info will add them to | |
6331 the common `dir' file. | |
6332 | |
2069 | 6333 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 6334 |
6335 * man/lispref/mule.texi: Document CCL | |
6336 - add sections: syntax, statements, expressions, and examples. | |
6337 - fix naming and description errors. | |
6338 - update links in neighboring nodes. | |
6339 | |
6340 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6341 | |
6342 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
6343 | |
6344 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6345 | |
6346 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
6347 Appearance) | |
6348 | |
6349 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6350 | |
6351 * XEmacs 21.2.13 is released | |
6352 | |
6353 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6354 | |
6355 * XEmacs 21.2.12 is released | |
6356 | |
6357 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6358 | |
6359 * XEmacs 21.2.11 is released | |
6360 | |
6361 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6362 | |
6363 * XEmacs 21.2.10 is released | |
6364 | |
6365 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6366 | |
6367 * XEmacs 21.2.9 is released | |
6368 | |
434 | 6369 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 6370 |
6371 * internals\internals.texi (Techniques for XEmacs Developers): | |
6372 Fixing documentation. | |
6373 (Basic Lisp Modules): ditto. | |
6374 | |
6375 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
6376 | |
6377 * emodules.texi: New file to describe XEmacs modules. | |
6378 | |
6379 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
6380 | |
6381 * XEmacs 21.2.8 is released. | |
6382 | |
6383 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
6384 | |
6385 * XEmacs 21.2.7 is released. | |
6386 | |
6387 1998-12-16 Andy Piper <andy@xemacs.org> | |
6388 | |
6389 * XEmacs 21.2.6 is released | |
6390 | |
6391 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6392 | |
6393 * XEmacs 21.2.5 is released | |
6394 | |
6395 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
6396 | |
6397 * xemacs/startup.texi (Startup Paths): | |
6398 * xemacs/custom.texi (Widgets): | |
6399 * xemacs-faq.texi (Q3.0.5): | |
6400 * xemacs-faq.texi (Top): | |
6401 | |
6402 * widget.texi (info-link): | |
6403 | |
6404 * lispref/objects.texi (Type Predicates): | |
6405 * lispref/objects.texi (Hash Table Type): | |
6406 * lispref/objects.texi (Primitive Types): | |
6407 * lispref/objects.texi (Lisp Data Types): | |
6408 * lispref/macros.texi (Backquote): | |
6409 * lispref/hash-tables.texi (Weak Hash Tables): | |
6410 * lispref/hash-tables.texi: | |
6411 * lispref/errors.texi (Standard Errors): | |
6412 * lispref/compile.texi (Disassembly): | |
6413 * lispref/compile.texi (Compiled-Function Objects): | |
6414 * lispref/compile.texi (Eval During Compile): | |
6415 * lispref/compile.texi (Docs and Compilation): | |
6416 * lispref/compile.texi (Compilation Functions): | |
6417 * lispref/compile.texi (Speed of Byte-Code): | |
6418 * lispref/compile.texi (Byte Compilation): | |
6419 * lispref/building.texi (Garbage Collection): | |
6420 | |
6421 * internals/internals.texi (Simple Special Forms): | |
6422 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
6423 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
6424 * internals/internals.texi (String): | |
6425 * internals/internals.texi (Introduction to Allocation): | |
6426 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
6427 * internals/internals.texi (Modules for Internationalization): | |
6428 * internals/internals.texi (Modules for Interfacing with X Windows): | |
6429 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
6430 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
6431 * internals/internals.texi (Modules for Interfacing with the File System): | |
6432 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
6433 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
6434 * internals/internals.texi (Editor-Level Control Flow Modules): | |
6435 * internals/internals.texi (Modules for Standard Editing Operations): | |
6436 * internals/internals.texi (Basic Lisp Modules): | |
6437 * internals/internals.texi (Low-Level Modules): | |
6438 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
6439 * internals/internals.texi (An Example of Mule-Aware Code): | |
6440 * internals/internals.texi (Working With Character and Byte Positions): | |
6441 * internals/internals.texi (Writing Lisp Primitives): | |
6442 * internals/internals.texi (General Coding Rules): | |
6443 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
6444 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
6445 * internals/internals.texi (XEmacs From the Perspective of Building): | |
6446 * internals/internals.texi (The Lisp Language): | |
6447 * internals/internals.texi (Top): | |
6448 * internals/internals.texi: | |
6449 - rewrite Internals manual | |
6450 | |
6451 * cl.texi (Porting Common Lisp): | |
6452 * cl.texi (Hash Tables): | |
6453 * cl.texi (Association Lists): | |
6454 * cl.texi (Declarations): | |
6455 * cl.texi (For Clauses): | |
6456 * cl.texi (Basic Setf): | |
6457 * cl.texi (Equality Predicates): | |
6458 - mega patch | |
6459 | |
6460 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
6461 | |
6462 * XEmacs 21.2-beta4 is released. | |
6463 | |
6464 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
6465 | |
6466 * XEmacs 21.2-beta3 is released. | |
6467 | |
6468 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
6469 | |
6470 * Makefile (MAKEINFO): Undo no-split change. | |
6471 | |
6472 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
6473 | |
6474 * XEmacs 21.2-beta2 is released. | |
6475 | |
6476 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
6477 | |
6478 * lispref/customize.texi: New file. | |
6479 | |
6480 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
6481 | |
6482 * internals/internals.texi (Coding for Mule): New node and | |
6483 section. | |
6484 | |
6485 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
6486 | |
6487 * xemacs/packages.texi: Document manually installing binary packages. | |
6488 | |
6489 1998-09-02 Jeff Miller <jmiller@smart.net> | |
6490 | |
6491 * Synch calendar.texi with Emacs 20.3 | |
6492 | |
6493 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
6494 | |
6495 * xemacs/packages.texi: Correct and update package documentation. | |
6496 Updated the package installation section to mention the visual | |
6497 package browser/installer. | |
6498 | |
6499 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
6500 | |
6501 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
6502 specifics. | |
6503 | |
6504 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
6505 | |
6506 * lispref/files.texi (User Name Completion): new section. | |
6507 | |
434 | 6508 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 6509 |
6510 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
6511 @itemize @bullet (this is what all other files included in | |
6512 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
6513 | |
6514 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
6515 | |
6516 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
6517 | |
6518 * xemacs/xemacs.texi: | |
6519 * xemacs/packages.texi: More packages documentation. | |
6520 | |
6521 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
6522 | |
6523 * XEmacs 21.2-beta1 is released. | |
6524 | |
6525 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
6526 | |
6527 * XEmacs 21.0-pre5 is released. | |
6528 | |
6529 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
6530 | |
6531 * XEmacs 21.0-pre4 is released. | |
6532 | |
6533 1998-07-09 Oliver Graf <ograf@fga.de> | |
6534 | |
6535 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
6536 | |
6537 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
6538 | |
6539 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
6540 damage in transit. | |
6541 | |
6542 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
6543 | |
6544 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
6545 | |
6546 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
6547 | |
6548 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
6549 | |
6550 * lispref/Makefile: Added ldap.texi to srcs | |
6551 | |
6552 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
6553 | |
6554 * standards.texi (Preface): Revert previous change to @node | |
6555 because it doesn't pass makeinfo. | |
6556 | |
434 | 6557 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 6558 |
6559 * cl.texi: See ALL. | |
6560 * info-stnd.texi: Fixed @setfilename. | |
6561 * info.texi: Fixed @setfilename and a typo. | |
6562 * standards.texi: Added NEXT to @node Preface. See ALL. | |
6563 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 6564 changed some occurrences of `:' to `colon'. |
428 | 6565 * xemacs-faq.texi: See ALL. |
6566 * internals/internals.texi: See ALL. | |
6567 * lispref/back.texi: Fixed @setfilename. | |
6568 * lispref/compile.texi: See ALL. | |
6569 * lispref/debugging.texi: See ALL. | |
6570 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
6571 * lispref/eval.texi: See ALL. | |
6572 * lispref/extents.texi: See ALL. | |
6573 * lispref/loading.texi: See ALL. | |
6574 * lispref/searching.texi: Escaped `(' in | |
6575 @cindex @samp{(?:} in regex | |
6576 * lispref/variables.texi: See ALL. | |
6577 | |
6578 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
6579 | |
6580 * xemacs/calendar.texi: Massive update. | |
6581 From Jeff Miller <jmiller@smart.net> | |
6582 | |
6583 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
6584 | |
6585 * xemacs/abbrevs.texi: | |
6586 * xemacs/basic.texi: | |
6587 * xemacs/buildings.texi: | |
6588 * xemacs/cmdargs.texi: | |
6589 * xemacs/files.texi: | |
6590 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
6591 and packages.texi stuff. | |
6592 | |
6593 * xemacs/startup.texi: | |
6594 * xemacs/packages.texi: Created. | |
6595 | |
434 | 6596 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 6597 |
6598 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
6599 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
6600 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
6601 happy. Fixed refs broken by a previous patch of mine. | |
6602 | |
6603 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
6604 | |
6605 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
6606 | |
6607 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
6608 | |
6609 * lispref/windows.texi (Resizing Windows): document third optional | |
6610 WINDOW argument to enlarge-window and shrink-window. | |
6611 (Selecting Windows): document select-window optional norecord | |
6612 argument. | |
6613 (Size of Window): document window-text-area-pixel-height and | |
6614 window-text-area-pixel-width. | |
6615 (Size of Window): document window-displayed-text-pixel-height. | |
6616 (Position of Window): document window-text-area-pixel-edges. | |
6617 | |
6618 * lispref/positions.texi (Screen Lines): cleanup docs for | |
6619 vertical-motion and vertical-motion-pixels. | |
6620 | |
6621 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6622 | |
6623 * lispref/windows.texi (Resizing Windows): Document | |
6624 `enlarge-window-pixels' and `shrink-window-pixels'. | |
6625 | |
6626 * lispref/positions.texi (Screen Lines): Update documentation of | |
6627 `vertical-motion'. | |
6628 (Screen Lines): Document `vertical-motion-pixels'. | |
6629 | |
6630 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
6631 `save-selected-frame' and `with-selected-frame'. | |
6632 | |
6633 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6634 | |
6635 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
6636 | |
6637 * lispref/files.texi (Unique File Names): Update docs for | |
6638 `make-temp-name'; document `temp-directory'. | |
6639 | |
6640 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6641 | |
6642 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
6643 | |
6644 * lispref/specifiers.texi (Specifier Instancing): Correct | |
6645 instantiation order. | |
6646 (Specifier Instancing Functions): Ditto. | |
6647 | |
6648 1998-06-11 Oliver Graf <ograf@fga.de> | |
6649 | |
6650 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
6651 * lispref/modes.texi: references to Drag'n'Drop fixed | |
6652 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
6653 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
6654 added some docu about the drop procedure | |
6655 | |
434 | 6656 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 6657 |
6658 * info-stnd.texi: added ../info/ to @setfilename. | |
6659 * info.texi: added ../info/ to @setfilename. | |
6660 * lispref/commands.texi: see ALL. | |
6661 * lispref/frames.texi: see ALL. | |
6662 * lispref/os.texi: see ALL. | |
6663 * lispref/text.texi: see ALL. | |
6664 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
6665 * new-users-guide/custom2.texi: see ALL. | |
6666 * new-users-guide/edit.texi: see ALL. | |
6667 * new-users-guide/enter.texi: see ALL. | |
6668 * new-users-guide/files.texi: see ALL. | |
6669 * new-users-guide/help.texi | |
6670 * new-users-guide/modes.texi: see ALL. | |
6671 * new-users-guide/new-users-guide.texi: see ALL. | |
6672 * new-users-guide/region.texi: see ALL. | |
6673 * new-users-guide/search.texi: see ALL. | |
6674 * new-users-guide/xmenu.texi: see ALL. | |
6675 * standards.texi: added ../info/ to @setfilename. | |
6676 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
6677 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
6678 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
6679 happy. | |
6680 * xemacs-faq.texi: added ../info/ to @setfilename. | |
6681 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
6682 p?xefs (most were empty, some elisp and emacs), used | |
6683 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
6684 User's Manual" respectively for all these. | |
6685 | |
6686 1998-06-01 Oliver Graf <ograf@fga.de> | |
6687 | |
6688 * lispref/dragndrop.texi: added experimental | |
6689 | |
6690 1998-05-28 Oliver Graf <ograf@fga.de> | |
6691 | |
6692 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
6693 | |
6694 1998-05-26 Oliver Graf <ograf@fga.de> | |
6695 | |
6696 * lispref/dragndrop.texi: only small changes | |
6697 | |
933 | 6698 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 6699 |
6700 * xemacs/killing.texi: Properly document `zap-to-char'. | |
6701 | |
6702 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
6703 | |
6704 * lispref/frames.texi (Input Focus): cleanup select-frame | |
6705 documentation. | |
6706 | |
6707 1998-05-10 Oliver Graf <ograf@fga.de> | |
6708 | |
6709 * lispref/dragndrop.texi: new section for the DnD API | |
6710 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
6711 modes | |
6712 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
6713 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
6714 | |
6715 1998-05-05 Oliver Graf <ograf@fga.de> | |
6716 | |
6717 * commands.texi: exchange of dnd-drop with misc-user | |
6718 | |
6719 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
6720 | |
6721 * internals.texi (Techniques for XEmacs Developers): Add some more | |
6722 comments on adding new files, inspired by Olivier Galibert. | |
6723 | |
6724 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6725 | |
6726 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
6727 scroll-conservatively. | |
6728 | |
6729 * lispref/loading.texi (Named Features): Document advanced args to | |
6730 `feature'. | |
6731 | |
6732 * lispref/files.texi (File Name Expansion): Document that | |
6733 expand-file-name does not treat // and ~/ in the middle of file | |
6734 names specially. | |
6735 | |
6736 * lispref/positions.texi (Excursions): Document | |
6737 `with-current-buffer' and `with-temp-file'. | |
6738 | |
6739 * lispref/strings.texi (Formatting Strings): Document `%*' | |
6740 construct. | |
6741 | |
6742 * lispref/os.texi (Time Conversion): Document that TIME may be | |
6743 omitted from format-time-string. | |
6744 | |
6745 * lispref/strings.texi (String Conversion): Document BASE argument | |
6746 to `string-to-number'. | |
6747 | |
6748 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
6749 constructs documentation. | |
6750 (Regexp Search): Document `split-string'. | |
6751 | |
6752 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
6753 | |
6754 * xemacs/killing.texi (Active Regions): Document that errors no | |
6755 longer highlight the region. | |
6756 | |
6757 * lispref/display.texi (The Echo Area): Document message log | |
6758 stuff, including `display-message', `lmessage', `clear-message', | |
6759 (Warnings): Document warning stuff. | |
6760 | |
6761 * lispref/commands.texi (Working With Events): Update `make-event' | |
6762 for misc-user events. | |
6763 (Using Interactive): Document `function-interactive'. | |
6764 | |
6765 * lispref/os.texi (System Environment): Document USE-FLOATS | |
6766 argument to `load-average'. | |
6767 (User Identification): Document the new semantics of | |
6768 `user-full-name'. | |
6769 | |
6770 * lispref/strings.texi (Creating Strings): Document `string' | |
6771 function. | |
6772 | |
6773 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6774 | |
6775 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
6776 comparison functions. | |
6777 | |
6778 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
6779 | |
6780 * lispref/frames.texi (Input Focus): Document behavior of | |
6781 select-frame wrt focus-follows-mouse. | |
6782 | |
6783 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
6784 | |
6785 * Makefile: Support generic makes by avoiding `%' syntax. | |
6786 It breaks my heart to uglify the Makefile like this, but this is | |
6787 going to be a perpetual FAQ otherwise. | |
6788 General cleanup. | |
6789 Comment out w3 and vm info rules. | |
6790 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
6791 | |
2069 | 6792 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 6793 |
6794 * xemacs/frame.texi: Document cursor appearance at end of line. | |
6795 | |
6796 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
6797 | |
6798 * internals/internals.texi (GCPROing): Explain when it is | |
6799 necessary to GCPRO function parameters. | |
6800 | |
6801 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
6802 | |
6803 * internals/internals.texi (Writing Lisp Primitives): Updated | |
6804 definition of For(). | |
6805 | |
6806 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6807 | |
6808 * lispref/menus.texi: Use recommended forms in examples. | |
6809 | |
6810 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6811 | |
6812 * cl.texi (Creating Symbols): Tell a little bit about the new | |
6813 handling of gensyms. | |
6814 | |
6815 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
6816 | |
6817 * xemacs/custom.texi (X Resources): update to describe automatic | |
6818 setting of x-emacs-application-class. | |
6819 | |
6820 * lispref/x-windows.texi (Resources): update doc for | |
6821 x-emacs-application-class. | |
6822 | |
6823 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6824 | |
6825 * cl.texi (Equality Predicates): Update to reflect change to | |
6826 `equalp' made in "cl-extra.el" - now compares characters case | |
6827 insensitively. | |
6828 | |
6829 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6830 | |
6831 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
6832 | |
6833 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6834 | |
6835 * lispref/display.texi (Beeping): Linux has sound too. | |
6836 | |
6837 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
6838 | |
6839 * cl.texi (Argument Lists): Keywords are handled specially by | |
6840 XEmacs. | |
6841 (Porting Common Lisp): XEmacs backquotes are OK. | |
6842 | |
6843 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6844 | |
6845 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
6846 syntax for integers. | |
434 | 6847 From Adrian Aichner <adrian@xemacs.org> |
428 | 6848 * cl.texi (Porting Common Lisp): ' ' |
6849 * lispref/numbers.texi (Numbers): ' ' | |
6850 | |
6851 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6852 | |
6853 * lispref/searching.texi (Regular Expressions): Document the | |
6854 recent regular expression syntax extensions. | |
6855 | |
6856 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
6857 | |
6858 * internals/internals.texi: Remove all mocklisp references. | |
6859 | |
6860 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
6861 | |
6862 * Makefile (SUBDIR): skk and gnats are packaged. | |
6863 | |
6864 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
6865 | |
6866 * lispref/lispref.texi: Update to 20.5/v3.3. | |
6867 | |
6868 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
6869 | |
6870 * Makefile: Don't stop on errors. | |
6871 | |
6872 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
6873 | |
6874 * Makefile: add skk manual. | |
6875 | |
6876 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
6877 | |
6878 * internals/internals.texi (XEmacs): Updated history section. | |
6879 | |
6880 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
6881 | |
6882 * lispref/compile.texi (Compilation Functions): Plug in the real | |
6883 return value. | |
6884 (Speed of Byte-Code): Ditto. | |
6885 (Compilation Functions): Ditto. | |
6886 (Compiled-Function Objects): Ditto. | |
6887 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
6888 previous value was embarrassing). | |
6889 | |
6890 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
6891 | |
6892 * Makefile (srcs): vhdl-mode has been packaged. | |
6893 | |
6894 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
6895 | |
6896 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
6897 | |
6898 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
6899 | |
6900 * lispref/commands.texi (Working With Events): Document fully. | |
6901 | |
6902 * lispref/windows.texi (Vertical Scrolling): Document | |
6903 scroll-conservatively. | |
6904 | |
6905 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
6906 | |
6907 * lispref/extents.texi (Intro to Extents): Minor correction. | |
6908 (Extent Properties): Document `extent-keymap'. | |
6909 | |
6910 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6911 | |
6912 * xemacs/mule.texi (Mule): Modify description about supported | |
6913 scripts. | |
6914 | |
6915 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6916 | |
6917 * xemacs/mule.texi: Add description for | |
6918 `universal-coding-system-argument'. | |
6919 | |
6920 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
6921 | |
6922 * internals/internals.texi: XEmacs 19.16 is released. | |
6923 | |
6924 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
6925 | |
6926 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
6927 been packaged. | |
6928 | |
6929 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
6930 | |
6931 * xemacs-faq.texi: Added the detailed menu listing. | |
6932 | |
6933 * lispref/extents.texi (Extent Properties): Documented | |
6934 `set-extent-properties'. | |
6935 | |
6936 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
6937 | |
6938 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
6939 | |
6940 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
6941 From Rebecca Ore <rebecca.ore@op.net> | |
6942 | |
6943 * lispref/databases.texi (Connecting to a Database): Describe | |
6944 valid types of `type' and `subtype'. | |
6945 From Raymond Toy <toy@rtp.ericsson.se> | |
6946 | |
6947 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6948 | |
6949 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
6950 reference to (emacs) into a reference to (xemacs). | |
6951 | |
6952 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6953 | |
6954 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
6955 to prevent line wrap. | |
6956 | |
6957 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
6958 | |
6959 * gnats/flowchart.eps: New file. | |
6960 | |
6961 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
6962 | |
6963 * xemacs/custom.texi (Easy Customization): Ditto. | |
6964 | |
6965 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
6966 | |
6967 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
6968 | |
6969 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
6970 if someone hasn't upgraded makeinfo. | |
6971 | |
6972 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
6973 * tm/Makefile (EMACS): Ditto. | |
6974 | |
6975 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
6976 | |
6977 * cl.texi (Type Predicates): Update for corrected handling of | |
6978 `string-char' and `character'. | |
6979 | |
6980 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6981 | |
6982 * cc-mode.texi: | |
6983 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
6984 | |
6985 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6986 | |
6987 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
6988 | |
6989 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6990 | |
6991 * cc-mode.texi: | |
6992 Added description of template-args-cont syntactic symbol | |
6993 | |
6994 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
6995 | |
6996 * cc-mode.texi: Describe support for idl-mode | |
6997 | |
6998 * cc-mode.texi: | |
6999 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
7000 section on byte compiling the source. | |
7001 | |
7002 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
7003 | |
7004 * lispref/streams.texi: "Output Streams", change `last-output' | |
7005 result list from integers to characters. | |
7006 | |
7007 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
7008 | |
7009 * lispref/minibuf.texi: "Minibuffer History", add | |
7010 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
7011 short paragraph refering to `M-x apropos'. | |
7012 | |
7013 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
7014 | |
7015 * Makefile: makeinfo-1.68 is verified to work. | |
7016 | |
7017 * tm/Makefile (../../info/%-ja.info): Die if not running | |
7018 XEmacs/Mule. | |
7019 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
7020 | |
7021 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
7022 | |
7023 * cc-mode.texi: | |
7024 Describe the variable c-indent-comments-syntactically-p. | |
7025 | |
7026 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
7027 | |
7028 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
7029 `Buffer's' because the former confuses makeinfo. | |
7030 | |
7031 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
7032 | |
7033 * cc-mode.texi: Fixed spelling of Texinfo | |
7034 | |
7035 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
7036 | |
7037 * lispref/files.texi (Writing to Files): Correct docstring of | |
7038 write-region. | |
7039 | |
7040 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
7041 | |
7042 * lispref/annotations.texi (Annotation Primitives): | |
7043 `delete-annotation' does not return the deleted annotation. | |
7044 | |
7045 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
7046 | |
7047 * lispref/lispref.texi: Correct release dates. | |
7048 | |
7049 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
7050 | |
7051 * lispref/files.texi (File Name Expansion): Update documentation | |
7052 of file-relative-name. | |
7053 | |
7054 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
7055 | |
7056 * lispref/lispref.texi: Update version numbers (with patches from | |
7057 Hrvoje Niksic). | |
7058 | |
7059 * lispref/building.texi (Building XEmacs): Update version numbers | |
7060 and build identification. | |
7061 | |
7062 * lispref/intro.texi (Introduction): Update version number. | |
7063 | |
7064 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
7065 | |
7066 * Makefile (srcs): Add efs.texi. | |
7067 | |
7068 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
7069 | |
7070 * Makefile (srcs): Add hm--html-mode.texi. | |
7071 | |
7072 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
7073 | |
7074 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
7075 | |
7076 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
7077 | |
7078 * lispref/strings.texi (Text Comparison): Correct example for | |
7079 `char-equal'. Add new function `char='. | |
7080 | |
7081 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
7082 | |
7083 * Makefile: Update for new texinfo manual. | |
7084 | |
7085 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
7086 | |
7087 * Makefile (../info/w3.info): Use special version of makeinfo | |
7088 since this manual is not backwards compatible. | |
7089 Clean up error handling so we only have to type make once to | |
7090 rebuild the info tree. | |
7091 (../info/vm.info): Make sure to continue in the event of error. | |
7092 | |
7093 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
7094 | |
7095 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
7096 | |
7097 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
7098 | |
7099 * Makefile (auctex): New subdirectory target. | |
7100 | |
7101 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
7102 | |
7103 * mule/languages.texi: Correct typo. | |
7104 | |
7105 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
7106 | |
7107 * Makefile (srcs): Add custom and widget to srcs. | |
7108 | |
7109 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
7110 reference to `start-glyph' property. | |
7111 | |
7112 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
7113 | |
7114 * widget.texi: New file. | |
7115 | |
7116 * custom.texi: New file. | |
7117 | |
7118 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
7119 | |
7120 * lispref/extents.texi (Duplicable Extents): replicable extents | |
7121 are history. | |
7122 | |
7123 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
7124 | |
7125 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
7126 | |
7127 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
7128 | |
7129 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
7130 XEmacs manual available. | |
7131 (Q4.6.1): Updated Infodock Information. | |
7132 | |
7133 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
7134 | |
7135 * vhdl-mode.texi: Correct typo in email address. | |
7136 | |
7137 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
7138 | |
7139 * Makefile (srcs): Add vhdl-mode. | |
7140 | |
7141 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
7142 | |
7143 * Makefile (realclean): Don't delete itself `make distclean' | |
7144 | |
7145 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
7146 | |
7147 * Makefile: New File. | |
7148 | |
7149 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
7150 | |
7151 * vhdl-mode.texi: New file. | |
7152 | |
7153 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
7154 | |
7155 * texinfo.tex: Delete spurious character at beginning. | |
7156 | |
7157 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7158 | |
7159 * emacs.tex: Corrected two typos. No other changes before | |
7160 Version 19 will be made. | |
7161 | |
7162 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
7163 Customization since the menu entry did not point to anything. | |
7164 Also added an @finalout command to remove overfull hboxes from the | |
7165 printed output. | |
7166 | |
7167 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
7168 This file is clearly intended to be a chapter of some other work, | |
7169 but the other work does not yet exist. | |
7170 | |
7171 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7172 | |
7173 * texinfo.texinfo: Three typos corrected. | |
7174 | |
7175 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
7176 | |
7177 * texindex.c (indexify): when comparing to initial strings to | |
7178 decide whether to change the header, must use `strncmp' to avoid | |
7179 comparing entire strings of which initials are a substring. | |
7180 | |
7181 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
7182 | |
7183 * texindex.c (sort_in_core, sort_offline, parsefile): | |
7184 Give up on input file if any line doesn't start with backslash. | |
7185 | |
7186 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7187 | |
7188 * emacs.tex: Update information for obtaining TeX distribution from the | |
7189 University of Washington. | |
5440
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7190 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7191 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7192 ChangeLog entries synched from GNU Emacs are the property of the FSF. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7193 Other ChangeLog entries are usually the property of the author of the |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7194 change. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7195 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7196 This file is part of XEmacs. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7197 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7198 XEmacs is free software: you can redistribute it and/or modify it |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7199 under the terms of the GNU General Public License as published by the |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7200 Free Software Foundation, either version 3 of the License, or (at your |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7201 option) any later version. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7202 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7203 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7204 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7205 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7206 for more details. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7207 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7208 You should have received a copy of the GNU General Public License |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7209 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |