annotate man/ChangeLog @ 5768:3bfcdeb65578

Return a fixnum as documented with marker arg, #'max, #'min 2013-12-15 Aidan Kehoe <kehoea@parhasard.net> * data.c (Fmax): * data.c (Fmin): When an argument is a marker or a character, and WITH_NUMBER_TYPES is defined, return a fixnum in these functions as is documented and as the non-NUMBER_TYPES code does.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 15 Dec 2013 09:57:28 +0000
parents 182d01410b8d
children 9fae6227ede5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5766
182d01410b8d Add mode-require-final-newline from GNU. Thanks GNU.
Mats Lidell <mats.lidell@cag.se>
parents: 5758
diff changeset
1 2013-09-15 Mats Lidell <matsl@xemacs.org>
182d01410b8d Add mode-require-final-newline from GNU. Thanks GNU.
Mats Lidell <mats.lidell@cag.se>
parents: 5758
diff changeset
2
182d01410b8d Add mode-require-final-newline from GNU. Thanks GNU.
Mats Lidell <mats.lidell@cag.se>
parents: 5758
diff changeset
3 * xemacs/files.texi (Saving): New variable
182d01410b8d Add mode-require-final-newline from GNU. Thanks GNU.
Mats Lidell <mats.lidell@cag.se>
parents: 5758
diff changeset
4 mode-require-final-newline. Update info for require-final-newline.
182d01410b8d Add mode-require-final-newline from GNU. Thanks GNU.
Mats Lidell <mats.lidell@cag.se>
parents: 5758
diff changeset
5
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
6 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
7
9c17f7be0b92 Require makeinfo 4.12 or later to build the info files. See xemacs-beta
Jerry James <james@xemacs.org>
parents: 5741
diff changeset
8 * 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
9 * 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
10 * 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
11 * 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
12
5757
6c2aa9851f5e XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5741
diff changeset
13 2013-06-23 Stephen J. Turnbull <stephen@xemacs.org>
6c2aa9851f5e XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5741
diff changeset
14
6c2aa9851f5e XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5741
diff changeset
15 * XEmacs 21.5.34 "kale" is released.
6c2aa9851f5e XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5741
diff changeset
16
5741
d11efddf3617 Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents: 5739
diff changeset
17 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
18
d11efddf3617 Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents: 5739
diff changeset
19 * 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
20 * 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
21 @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
22 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
23 * 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
24 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
25 * 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
26 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
27 * 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
28 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
29 * 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
30 @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
31 * 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
32 @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
33 question.
d11efddf3617 Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents: 5739
diff changeset
34 (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
35 (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
36
5739
a2912073be85 Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents: 5715
diff changeset
37 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
38
a2912073be85 Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents: 5715
diff changeset
39 * 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
40 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
41 * 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
42 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
43 now more complete.
a2912073be85 Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents: 5715
diff changeset
44 (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
45 (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
46 (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
47 * 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
48 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
49 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
50 (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
51
5715
68f8d295be49 Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents: 5712
diff changeset
52 2013-01-22 Jerry James <james@xemacs.org>
68f8d295be49 Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents: 5712
diff changeset
53
68f8d295be49 Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents: 5712
diff changeset
54 * lispref/glyphs.texi (Image Instantiators): Add :visible to the
68f8d295be49 Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents: 5712
diff changeset
55 list of allowed menu keywords.
68f8d295be49 Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents: 5712
diff changeset
56 * 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
57 alias for :included.
68f8d295be49 Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents: 5712
diff changeset
58
5712
bee2e2568828 XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5708
diff changeset
59 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
60
bee2e2568828 XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5708
diff changeset
61 * 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
62
5708
8ca881999349 Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents: 5707
diff changeset
63 2013-01-02 Vin Shelton <acs@xemacs.org>
8ca881999349 Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents: 5707
diff changeset
64
8ca881999349 Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents: 5707
diff changeset
65 * lispref/menus.texi (Creating Menu Accelerators): Clarify that
8ca881999349 Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents: 5707
diff changeset
66 the menu accelerator must be lowercase.
8ca881999349 Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents: 5707
diff changeset
67
5707
5fd1b9a95531 Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5706
diff changeset
68 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
69
5fd1b9a95531 Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5706
diff changeset
70 * 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
71 Thanks to Steven Mitchell for the suggestion.
5fd1b9a95531 Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5706
diff changeset
72
5706
44b0b4ea5cae Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5705
diff changeset
73 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
74
44b0b4ea5cae Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5705
diff changeset
75 * lispref/menus.texi (Menu Format):
44b0b4ea5cae Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5705
diff changeset
76 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
77
5705
9c9b07d40f20 Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5703
diff changeset
78 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
79
9c9b07d40f20 Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5703
diff changeset
80 * internals/internals.texi (Mercurial Basics):
9c9b07d40f20 Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5703
diff changeset
81 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
82
5703
6b027725e340 Doc typo fix.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5696
diff changeset
83 2012-12-28 Byrel Mitchell <byrel.mitchell@gmail.com>
6b027725e340 Doc typo fix.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5696
diff changeset
84
6b027725e340 Doc typo fix.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5696
diff changeset
85 * lispref/menus.texi (Creating Menu Accelerators): Typo fix.
6b027725e340 Doc typo fix.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5696
diff changeset
86
5687
965a9ddc915a Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents: 5686
diff changeset
87 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
88
965a9ddc915a Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents: 5686
diff changeset
89 * lispref/processes.texi (Synchronous Processes): New function
965a9ddc915a Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents: 5686
diff changeset
90 call-process-shell-command.
965a9ddc915a Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents: 5686
diff changeset
91
5686
c6b1500299a7 recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents: 5679
diff changeset
92 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
93
c6b1500299a7 recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents: 5679
diff changeset
94 * 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
95 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
96
c6b1500299a7 recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents: 5679
diff changeset
97 * 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
98 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
99
5677
febc025c4e0c Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents: 5673
diff changeset
100 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
101
febc025c4e0c Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents: 5673
diff changeset
102 * 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
103 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
104 in obarray.
febc025c4e0c Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents: 5673
diff changeset
105
5679
a81a739181dc Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents: 5677
diff changeset
106 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
107
a81a739181dc Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents: 5677
diff changeset
108 * 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
109 * 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
110 * 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
111 * 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
112 * 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
113 * 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
114 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
115
5696
9f1c9f957073 Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5687
diff changeset
116 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org>
9f1c9f957073 Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5687
diff changeset
117
9f1c9f957073 Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5687
diff changeset
118 * XEmacs 21.5.32 "habanero" is released.
9f1c9f957073 Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5687
diff changeset
119
5658
289cf21be887 Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5653
diff changeset
120 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
121
289cf21be887 Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5653
diff changeset
122 * lispref/macros.texi (Expansion):
289cf21be887 Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5653
diff changeset
123 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
124 when talking about #'macroexpand.
289cf21be887 Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5653
diff changeset
125
5653
3df910176b6a Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5632
diff changeset
126 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
127
3df910176b6a Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5632
diff changeset
128 * 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
129 * 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
130 * 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
131 * 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
132 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
133
5632
bd80d9103fc8 Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5607
diff changeset
134 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
135
bd80d9103fc8 Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5607
diff changeset
136 * cl.texi (Top):
bd80d9103fc8 Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5607
diff changeset
137 * cl.texi (Usage):
bd80d9103fc8 Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5607
diff changeset
138 * cl.texi (Organization):
bd80d9103fc8 Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5607
diff changeset
139 * cl.texi (Efficiency Concerns):
bd80d9103fc8 Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5607
diff changeset
140 * 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
141 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
142
5607
1a507c4c6c42 Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5583
diff changeset
143 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
144
1a507c4c6c42 Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5583
diff changeset
145 * 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
146 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
147
5583
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
148 2011-10-09 Aidan Kehoe <kehoea@parhasard.net>
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
149
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
150 * lispref/lists.texi (Association Lists):
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
151 Don't document #'remassoc, #'remassq and friends in detail;
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
152 they're XEmacs-specific and (delete* ... :key #'car) is
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
153 preferable.
10f179710250 Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5582
diff changeset
154
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
155 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
156
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 (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
158 * 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
159 * 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
160 * 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
161 * 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
162 * 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
163 * 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
164 * 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
165 * 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
166 * 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
167 * 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
168 * 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
169 * 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
170 * 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
171 * 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
172 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
173 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
174
5581
56144c8593a8 Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5566
diff changeset
175 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
176
56144c8593a8 Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5566
diff changeset
177 * 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
178 * internals/internals.texi (Integers and Characters):
56144c8593a8 Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5566
diff changeset
179 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
180 Lisp integers.
56144c8593a8 Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5566
diff changeset
181
5566
4654c01af32b Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5551
diff changeset
182 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
183
4654c01af32b Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5551
diff changeset
184 * cl.texi (Function Bindings):
4654c01af32b Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5551
diff changeset
185 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
186 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
187 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
188 functions are accessed through their bytecodes.
4654c01af32b Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5551
diff changeset
189
5551
40a52efbf3a3 Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents: 5547
diff changeset
190 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
191
40a52efbf3a3 Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents: 5547
diff changeset
192 * xemacs-faq.texi:
40a52efbf3a3 Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents: 5547
diff changeset
193 * 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
194 from lib/ to share/.
40a52efbf3a3 Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents: 5547
diff changeset
195
5547
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
196 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
197
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
198 * cl.texi (Argument Lists):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
199 * cl.texi (Time of Evaluation):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
200 * cl.texi (Type Predicates):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
201 * cl.texi (Assignment):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
202 * cl.texi (Basic Setf):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
203 * cl.texi (Modify Macros):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
204 * cl.texi (Customizing Setf):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
205 * cl.texi (Dynamic Bindings):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
206 * cl.texi (Lexical Bindings):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
207 * cl.texi (Function Bindings):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
208 * cl.texi (Macro Bindings):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
209 * cl.texi (Conditionals):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
210 * cl.texi (Blocks and Exits):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
211 * cl.texi (Iteration):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
212 * cl.texi (Loop Basics):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
213 * cl.texi (Macros):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
214 * cl.texi (Declarations):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
215 * cl.texi (Property Lists):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
216 * cl.texi (Structures):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
217 * cl.texi (Assertions):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
218 * cl.texi (Efficiency Concerns):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
219 * 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
220 * 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
221 * lispref/eval.texi (Multiple values):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
222 * lispref/frames.texi (Input Focus):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
223 * 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
224 * lispref/positions.texi (Excursions):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
225 * lispref/positions.texi (Narrowing):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
226 * 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
227 * lispref/specifiers.texi (Adding Specifications):
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
228 * lispref/windows.texi:
a46c5c8d6564 Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5546
diff changeset
229 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
230 #'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
231
5546
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
232 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
233
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
234 * internals/internals.texi (Mercurial Techniques): New.
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
235 (Mercurial Basics): New.
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
236 (Preserving Existing Changes with Mercurial Queues): New.
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
237 (Top): Update menus.
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
238 (Regression Testing XEmacs): Update node pointers.
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
239 (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
240 Add @ref to Mercurial Techniques.
d54278e74d71 Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5529
diff changeset
241
5529
3d1f8f0e690f Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents: 5512
diff changeset
242 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
243
3d1f8f0e690f Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents: 5512
diff changeset
244 * 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
245 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
246
5512
4aa8ee813265 Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents: 5508
diff changeset
247 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
248
4aa8ee813265 Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents: 5508
diff changeset
249 * 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
250 one.
4aa8ee813265 Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents: 5508
diff changeset
251
5480
f5a0b32f4687 XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5476
diff changeset
252 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
253
f5a0b32f4687 XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5476
diff changeset
254 * 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
255
5464
e79916901603 XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5390
diff changeset
256 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
257
e79916901603 XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5390
diff changeset
258 * 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
259
5390
593d9f73a7e8 New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5384
diff changeset
260 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
261
593d9f73a7e8 New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5384
diff changeset
262 * 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
263 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
264 (Top):
593d9f73a7e8 New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5384
diff changeset
265 (Installation):
593d9f73a7e8 New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5384
diff changeset
266 (Q2.5.6):
593d9f73a7e8 New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5384
diff changeset
267 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
268
5384
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
269 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
270
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
271 * 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
272 "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
273 (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
274 (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
275 "anomalies".
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
276 (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
277 * 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
278 * 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
279 "occurrences".
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
280 * 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
281 "pronounciation" -> "pronunciation".
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
282 (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
283 (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
284 "earlier".
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
285 (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
286 -> "relevant".
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
287 (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
288 "inadvertantly" -> "inadvertently".
3889ef128488 Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents: 5378
diff changeset
289
5378
4f0a1f4cc111 Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5375
diff changeset
290 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
291
4f0a1f4cc111 Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5375
diff changeset
292 * 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
293 (Customization): Add entry to menu.
4f0a1f4cc111 Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5375
diff changeset
294 (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
295 (Customization Types): Fixup Previous link.
4f0a1f4cc111 Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5375
diff changeset
296
4f0a1f4cc111 Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5375
diff changeset
297 * lispref/faces.texi (Faces):
4f0a1f4cc111 Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5375
diff changeset
298 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
299
5374
d967d96ca043 Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5361
diff changeset
300 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
301
d967d96ca043 Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5361
diff changeset
302 * 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
303 * 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
304 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
305 in years.
d967d96ca043 Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5361
diff changeset
306
5373
b6e59ea11533 Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents: 5361
diff changeset
307 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
308
b6e59ea11533 Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents: 5361
diff changeset
309 * 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
310 face specifier.
b6e59ea11533 Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents: 5361
diff changeset
311
5361
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
312 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
313
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
314 * 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
315 * 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
316 * 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
317 * lispref/control.texi (Sequencing):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
318 * lispref/control.texi (Conditionals):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
319 * 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
320 * lispref/control.texi (Iteration):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
321 * 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
322 * 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
323 * lispref/control.texi (Cleanups):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
324 * 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
325 * lispref/eval.texi (Quoting):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
326 * 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
327 * 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
328 * 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
329 * 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
330 * 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
331 * 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
332 * 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
333 * 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
334 * 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
335 * 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
336 * 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
337 * lispref/macros.texi (Backquote):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
338 * lispref/positions.texi (Excursions):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
339 * lispref/positions.texi (Narrowing):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
340 * 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
341 * 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
342 * 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
343 * 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
344 * 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
345 * 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
346 * 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
347 * 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
348 * 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
349 * 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
350 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
351 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
352 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
353
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
354 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
355
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
356 * cl.texi (Argument Lists):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
357 * 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
358 * cl.texi (Type Predicates):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
359 * cl.texi (Assignment):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
360 * cl.texi (Basic Setf):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
361 * cl.texi (Modify Macros):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
362 * cl.texi (Customizing Setf):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
363 * cl.texi (Dynamic Bindings):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
364 * cl.texi (Lexical Bindings):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
365 * cl.texi (Function Bindings):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
366 * cl.texi (Macro Bindings):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
367 * cl.texi (Conditionals):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
368 * 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
369 * cl.texi (Iteration):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
370 * cl.texi (Loop Basics):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
371 * cl.texi (Macros):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
372 * cl.texi (Declarations):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
373 * cl.texi (Property Lists):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
374 * cl.texi (Structures):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
375 * cl.texi (Assertions):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
376 * cl.texi (Efficiency Concerns):
62b9ef1ed4ac Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents: 5359
diff changeset
377
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
378 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
379
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/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
381 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
382 #'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
383 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
384 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
385 #'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
386 * 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
387 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
388 #'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
389 * 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
390 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
391
5300
9f738305f80f Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5254
diff changeset
392 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
393
9f738305f80f Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5254
diff changeset
394 * lispref/lists.texi (Rearrangement, Building Lists):
9f738305f80f Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5254
diff changeset
395 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
396 just lists, in this file.
9f738305f80f Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5254
diff changeset
397
5254
1537701f08a1 Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents: 5252
diff changeset
398 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
399
1537701f08a1 Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents: 5252
diff changeset
400 * lispref/os.texi (Time Conversion):
1537701f08a1 Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents: 5252
diff changeset
401 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
402 numbers.
1537701f08a1 Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents: 5252
diff changeset
403
5252
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
404 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
405
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
406 * 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
407 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
408 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
409 are discarded.
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
410
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
411 * 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
412 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
413 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
414 (Rounding Operations): Ditto.
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
415
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
416 * cl.texi (Multiple Values):
378a34562cbe Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5247
diff changeset
417 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
418 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
419 (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
420 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
421 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
422
5247
02d875ebd1ea Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents: 5236
diff changeset
423 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
424
02d875ebd1ea Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents: 5236
diff changeset
425 * 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
426 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
427 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
428 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
429 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
430
5236
0f7d483cff5a Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5215
diff changeset
431 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
432
0f7d483cff5a Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5215
diff changeset
433 * 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
434
5215
956d54c39176 Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5214
diff changeset
435 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
436
956d54c39176 Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5214
diff changeset
437 * lispref/windows.texi (Buffers and Windows):
956d54c39176 Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5214
diff changeset
438 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
439 `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
440 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
441 `buffer-display-count' was not.
956d54c39176 Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5214
diff changeset
442
5214
0b4d355771bd Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5191
diff changeset
443 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
444
0b4d355771bd Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5191
diff changeset
445 * 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
446 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
447 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
448
0b4d355771bd Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5191
diff changeset
449 * 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
450 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
451
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
452 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
453
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
454 * 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
455 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
456 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
457 (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
458
5182
2e528066e2fc Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5178
diff changeset
459 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
460
2e528066e2fc Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5178
diff changeset
461 * lispref/lists.texi (Rearrangement):
2e528066e2fc Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5178
diff changeset
462 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
463 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
464 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
465
5176
8b2f75cecb89 rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
466 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
467
8b2f75cecb89 rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
468 * 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
469 * 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
470 objects*.[ch] -> fontcolor*.[ch].
8b2f75cecb89 rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
471
5148
9c4bf82eaac2 Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents: 5142
diff changeset
472 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
473
9c4bf82eaac2 Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents: 5142
diff changeset
474 * 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
475 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
476 directories.
9c4bf82eaac2 Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents: 5142
diff changeset
477
5142
f965e31a35f0 reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents: 5128
diff changeset
478 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
479
f965e31a35f0 reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents: 5128
diff changeset
480 * 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
481 * 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
482 * internals/internals.texi (lrecords):
f965e31a35f0 reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents: 5128
diff changeset
483 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
484 *LRECORD* to *LISP_OBJECT*.
f965e31a35f0 reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents: 5128
diff changeset
485
5127
a9c41067dd88 more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
486 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
487
a9c41067dd88 more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
488 * internals/internals.texi (Introduction to Allocation):
a9c41067dd88 more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
489 * internals/internals.texi (Integers and Characters):
a9c41067dd88 more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
490 * 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
491 * internals/internals.texi (lrecords):
a9c41067dd88 more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
492 * internals/internals.texi (Low-level allocation):
a9c41067dd88 more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents: 5048
diff changeset
493 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
494 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
495
5096
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
496 2010-03-04 Ben Wing <ben@xemacs.org>
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
497
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
498 * internals/internals.texi (Top):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
499 * internals/internals.texi (list-to-texinfo): Removed.
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
500 * internals/internals.texi (convert-list-to-texinfo): New.
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
501 * internals/internals.texi (table-to-texinfo): Removed.
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
502 * internals/internals.texi (convert-table-to-texinfo): New.
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
503 Update Lisp functions at top to newest versions.
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
504
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
505 * internals/internals.texi (A History of Emacs):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
506 * internals/internals.texi (Through Version 18):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
507 * internals/internals.texi (Lucid Emacs):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
508 * internals/internals.texi (XEmacs):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
509 * internals/internals.texi (The XEmacs Split):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
510 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
511 * internals/internals.texi (Introduction to Writing C Code):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
512 * internals/internals.texi (Writing Good Comments):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
513 * internals/internals.texi (Writing Macros):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
514 * internals/internals.texi (Major Textual Changes):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
515 * internals/internals.texi (Great Integral Type Renaming):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
516 * internals/internals.texi (How to Regression-Test):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
517 * internals/internals.texi (Creating a Branch):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
518 * internals/internals.texi (Dynamic Arrays):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
519 * internals/internals.texi (Allocation by Blocks):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
520 * internals/internals.texi (mark_object):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
521 * internals/internals.texi (gc_sweep):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
522 * internals/internals.texi (Byte-Char Position Conversion):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
523 * internals/internals.texi (Searching and Matching):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
524 * internals/internals.texi (Introduction to Multilingual Issues #3):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
525 * internals/internals.texi (Byte Types):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
526 * internals/internals.texi (Different Ways of Seeing Internal Text):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
527 * internals/internals.texi (Buffer Positions):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
528 * internals/internals.texi (Basic internal-format APIs):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
529 * internals/internals.texi (The DFC API):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
530 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
531 * internals/internals.texi (Mule-izing Code):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
532 * internals/internals.texi (Locales):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
533 * internals/internals.texi (More about code pages):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
534 * internals/internals.texi (More about locales):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
535 * internals/internals.texi (Unicode support under Windows):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
536 * internals/internals.texi (The Frame):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
537 * internals/internals.texi (The Non-Client Area):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
538 * internals/internals.texi (The Client Area):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
539 * internals/internals.texi (The Paned Area):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
540 * internals/internals.texi (Text Areas):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
541 * internals/internals.texi (The Displayable Area):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
542 * internals/internals.texi (Event Queues):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
543 * internals/internals.texi (Event Stream Callback Routines):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
544 * internals/internals.texi (Focus Handling):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
545 * internals/internals.texi (Future Work -- Autodetection):
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
546 Replace " with ``, '' (not complete, maybe about halfway through).
e0587c615e8b Updates to internals.texi
Ben Wing <ben@xemacs.org>
parents: 5095
diff changeset
547
5090
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
548 2010-03-03 Ben Wing <ben@xemacs.org>
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
549
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
550 * internals/internals.texi (Intro to Window and Frame Geometry):
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
551 * internals/internals.texi (The Paned Area):
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
552 * internals/internals.texi (The Displayable Area):
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
553 Update to make note of e.g. the fact that the bottom gutter is
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
554 actually above the minibuffer.
0ca81354c4c7 Further frame-geometry cleanups
Ben Wing <ben@xemacs.org>
parents: 5080
diff changeset
555
5087
818eeb72e0fb Remove man/custom.texi.
Jerry James <james@xemacs.org>
parents: 5080
diff changeset
556 2010-03-02 Jerry James <james@xemacs.org>
818eeb72e0fb Remove man/custom.texi.
Jerry James <james@xemacs.org>
parents: 5080
diff changeset
557
818eeb72e0fb Remove man/custom.texi.
Jerry James <james@xemacs.org>
parents: 5080
diff changeset
558 * custom.texi: Delete, redundant with xemacs/custom.texi and
818eeb72e0fb Remove man/custom.texi.
Jerry James <james@xemacs.org>
parents: 5080
diff changeset
559 lispref/customize.texi.
818eeb72e0fb Remove man/custom.texi.
Jerry James <james@xemacs.org>
parents: 5080
diff changeset
560 * Makefile: Remove all rules relating to custom.texi.
818eeb72e0fb Remove man/custom.texi.
Jerry James <james@xemacs.org>
parents: 5080
diff changeset
561
5089
99f8ebc082d9 Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5087
diff changeset
562 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
563
99f8ebc082d9 Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5087
diff changeset
564 * 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
565 * 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
566 * 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
567 * 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
568 * 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
569 * 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
570 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
571 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
572 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
573 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
574
5080
5502045ec510 The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents: 5048
diff changeset
575 2010-02-25 Didier Verna <didier@xemacs.org>
5502045ec510 The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents: 5048
diff changeset
576
5502045ec510 The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents: 5048
diff changeset
577 The background-placement face property.
5502045ec510 The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents: 5048
diff changeset
578 * xemacs/custom.texi (Faces): Document it.
5502045ec510 The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents: 5048
diff changeset
579
5046
d4f666cda5e6 some random fixups
Ben Wing <ben@xemacs.org>
parents: 5045
diff changeset
580 2010-02-20 Ben Wing <ben@xemacs.org>
d4f666cda5e6 some random fixups
Ben Wing <ben@xemacs.org>
parents: 5045
diff changeset
581
d4f666cda5e6 some random fixups
Ben Wing <ben@xemacs.org>
parents: 5045
diff changeset
582 * internals/internals.texi (Intro to Window and Frame Geometry):
d4f666cda5e6 some random fixups
Ben Wing <ben@xemacs.org>
parents: 5045
diff changeset
583 Shrink diagram to fit when offset by five spaces as a result of
d4f666cda5e6 some random fixups
Ben Wing <ben@xemacs.org>
parents: 5045
diff changeset
584 quoting.
d4f666cda5e6 some random fixups
Ben Wing <ben@xemacs.org>
parents: 5045
diff changeset
585
5045
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
586 2010-02-16 Ben Wing <ben@xemacs.org>
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
587
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
588 * internals/internals.texi (Top):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
589 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
590 * internals/internals.texi (Creating a Window-System Type):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
591 * internals/internals.texi (Window and Frame Geometry):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
592 * internals/internals.texi (Intro to Window and Frame Geometry):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
593 * internals/internals.texi (The Frame):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
594 * internals/internals.texi (The Non-Client Area):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
595 * internals/internals.texi (The Client Area):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
596 * internals/internals.texi (The Paned Area):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
597 * internals/internals.texi (Text Areas):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
598 * internals/internals.texi (The Displayable Area):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
599 * internals/internals.texi (Which Functions Use Which?):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
600 * internals/internals.texi (The Redisplay Mechanism):
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
601 Integrate the long comment in frame.c into the internals manual.
c3cc3fa503a2 more frame-sizing cleanups
Ben Wing <ben@xemacs.org>
parents: 5024
diff changeset
602
5031
bd3e7db3bdf6 Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents: 5028
diff changeset
603 2010-02-17 Jerry James <james@xemacs.org>
bd3e7db3bdf6 Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents: 5028
diff changeset
604
bd3e7db3bdf6 Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents: 5028
diff changeset
605 * term.texi: Move to the eterm package.
bd3e7db3bdf6 Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents: 5028
diff changeset
606 * Makefile: Remove all rules relating to term.texi.
bd3e7db3bdf6 Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents: 5028
diff changeset
607
5507
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
608 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
609
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
610 * widget.texi:
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
611 * widget.texi (Top):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
612 * widget.texi (Introduction):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
613 * widget.texi (User Interface):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
614 * widget.texi (Programming Example):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
615 * 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
616 * widget.texi (Basic Types):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
617 * widget.texi (link):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
618 * widget.texi (url-link):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
619 * widget.texi (info-link):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
620 * widget.texi (push-button):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
621 * widget.texi (editable-field):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
622 * widget.texi (text):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
623 * widget.texi (menu-choice):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
624 * 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
625 * widget.texi (item):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
626 * widget.texi (choice-item):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
627 * widget.texi (toggle):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
628 * widget.texi (checkbox):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
629 * widget.texi (checklist):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
630 * widget.texi (editable-list):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
631 * widget.texi (group):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
632 * widget.texi (Sexp Types):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
633 * widget.texi (constants):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
634 * widget.texi (generic):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
635 * widget.texi (atoms):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
636 * widget.texi (composite):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
637 * widget.texi (Widget Properties):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
638 * 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
639 * widget.texi (Widget Browser):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
640 * 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
641 * widget.texi (Utilities):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
642 * widget.texi (Widget Wishlist):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
643 * widget.texi (Widget Internals):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
644 * 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
645 * widget.texi (Index):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
646 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
647
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
648 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
649
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
650 * 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
651 * texinfo/texinfo.texi:
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
652 * texinfo/texinfo.texi (Top):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
653 * 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
654 * texinfo/texinfo.texi (Overview):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
655 * 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
656 * 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
657 * 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
658 * 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
659 * 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
660 * 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
661 * texinfo/texinfo.texi (Conventions):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
662 * texinfo/texinfo.texi (Comments):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
663 * texinfo/texinfo.texi (Minimum):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
664 * 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
665 * 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
666 * texinfo/texinfo.texi (History):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
667 * 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
668 * 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
669 * 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
670 * texinfo/texinfo.texi (Inserting):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
671 * 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
672 * 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
673 * 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
674 * 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
675 * 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
676 * 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
677 * texinfo/texinfo.texi (Printing):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
678 * 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
679 * 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
680 * 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
681 * 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
682 * 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
683 * 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
684 * texinfo/texinfo.texi (setfilename):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
685 * texinfo/texinfo.texi (settitle):
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 of Header):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
687 * 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
688 * texinfo/texinfo.texi (copying):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
689 * texinfo/texinfo.texi (insertcopying):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
690 * 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
691 * texinfo/texinfo.texi (titlepage):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
692 * 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
693 * 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
694 * texinfo/texinfo.texi (Copyright):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
695 * 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
696 * 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
697 * texinfo/texinfo.texi (Contents):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
698 * 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
699 * 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
700 * 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
701 * 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
702 * texinfo/texinfo.texi (documentdescription):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
703 * texinfo/texinfo.texi (setchapternewpage):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
704 * texinfo/texinfo.texi (paragraphindent):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
705 * texinfo/texinfo.texi (firstparagraphindent):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
706 * texinfo/texinfo.texi (exampleindent):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
707 * 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
708 * 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
709 * 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
710 * 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
711 * texinfo/texinfo.texi (Structuring):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
712 * 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
713 * 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
714 * 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
715 * texinfo/texinfo.texi (chapter):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
716 * 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
717 * 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
718 * texinfo/texinfo.texi (section):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
719 * 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
720 * texinfo/texinfo.texi (subsection):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
721 * 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
722 * texinfo/texinfo.texi (subsubsection):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
723 * 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
724 * texinfo/texinfo.texi (Nodes):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
725 * 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
726 * 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
727 * texinfo/texinfo.texi (node):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
728 * 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
729 * 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
730 * 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
731 * 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
732 * 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
733 * 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
734 * 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
735 * texinfo/texinfo.texi (anchor):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
736 * texinfo/texinfo.texi (Menus):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
737 * 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
738 * 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
739 * 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
740 * 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
741 * 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
742 * 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
743 * 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
744 * texinfo/texinfo.texi (References):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
745 * 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
746 * 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
747 * texinfo/texinfo.texi (xref):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
748 * 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
749 * 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
750 * 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
751 * 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
752 * 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
753 * 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
754 * texinfo/texinfo.texi (ref):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
755 * texinfo/texinfo.texi (pxref):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
756 * texinfo/texinfo.texi (inforef):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
757 * texinfo/texinfo.texi (uref):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
758 * texinfo/texinfo.texi (cite):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
759 * 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
760 * texinfo/texinfo.texi (Indicating):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
761 * 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
762 * texinfo/texinfo.texi (code):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
763 * texinfo/texinfo.texi (kbd):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
764 * texinfo/texinfo.texi (key):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
765 * texinfo/texinfo.texi (samp):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
766 * texinfo/texinfo.texi (verb):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
767 * texinfo/texinfo.texi (var):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
768 * texinfo/texinfo.texi (env):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
769 * texinfo/texinfo.texi (file):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
770 * texinfo/texinfo.texi (command):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
771 * texinfo/texinfo.texi (option):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
772 * texinfo/texinfo.texi (dfn):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
773 * texinfo/texinfo.texi (abbr):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
774 * texinfo/texinfo.texi (acronym):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
775 * texinfo/texinfo.texi (indicateurl):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
776 * texinfo/texinfo.texi (email):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
777 * texinfo/texinfo.texi (Emphasis):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
778 * 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
779 * texinfo/texinfo.texi (Smallcaps):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
780 * texinfo/texinfo.texi (Fonts):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
781 * 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
782 * 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
783 * texinfo/texinfo.texi (quotation):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
784 * texinfo/texinfo.texi (example):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
785 * texinfo/texinfo.texi (verbatim):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
786 * texinfo/texinfo.texi (verbatiminclude):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
787 * texinfo/texinfo.texi (lisp):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
788 * texinfo/texinfo.texi (small):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
789 * texinfo/texinfo.texi (display):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
790 * texinfo/texinfo.texi (format):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
791 * texinfo/texinfo.texi (exdent):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
792 * 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
793 * texinfo/texinfo.texi (noindent):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
794 * texinfo/texinfo.texi (indent):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
795 * texinfo/texinfo.texi (cartouche):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
796 * 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
797 * 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
798 * texinfo/texinfo.texi (itemize):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
799 * texinfo/texinfo.texi (enumerate):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
800 * 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
801 * texinfo/texinfo.texi (table):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
802 * 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
803 * texinfo/texinfo.texi (itemx):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
804 * 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
805 * 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
806 * 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
807 * 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
808 * texinfo/texinfo.texi (Floats):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
809 * texinfo/texinfo.texi (float):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
810 * 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
811 * texinfo/texinfo.texi (listoffloats):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
812 * texinfo/texinfo.texi (Images):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
813 * 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
814 * 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
815 * texinfo/texinfo.texi (Footnotes):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
816 * 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
817 * 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
818 * texinfo/texinfo.texi (Indices):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
819 * 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
820 * 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
821 * 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
822 * 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
823 * texinfo/texinfo.texi (syncodeindex):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
824 * texinfo/texinfo.texi (synindex):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
825 * 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
826 * texinfo/texinfo.texi (Insertions):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
827 * 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
828 * 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
829 * 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
830 * 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
831 * 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
832 * 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
833 * 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
834 * 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
835 * 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
836 * texinfo/texinfo.texi (frenchspacing):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
837 * texinfo/texinfo.texi (dmn):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
838 * 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
839 * 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
840 * 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
841 * texinfo/texinfo.texi (dots):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
842 * texinfo/texinfo.texi (bullet):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
843 * 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
844 * texinfo/texinfo.texi (tex):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
845 * 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
846 * 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
847 * texinfo/texinfo.texi (euro):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
848 * texinfo/texinfo.texi (pounds):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
849 * texinfo/texinfo.texi (textdegree):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
850 * texinfo/texinfo.texi (minus):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
851 * 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
852 * texinfo/texinfo.texi (math):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
853 * 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
854 * texinfo/texinfo.texi (Glyphs):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
855 * 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
856 * texinfo/texinfo.texi (result):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
857 * texinfo/texinfo.texi (expansion):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
858 * 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
859 * 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
860 * texinfo/texinfo.texi (Equivalence):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
861 * 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
862 * texinfo/texinfo.texi (Breaks):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
863 * 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
864 * 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
865 * 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
866 * texinfo/texinfo.texi (allowcodebreaks):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
867 * texinfo/texinfo.texi (w):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
868 * texinfo/texinfo.texi (tie):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
869 * texinfo/texinfo.texi (sp):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
870 * texinfo/texinfo.texi (page):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
871 * texinfo/texinfo.texi (group):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
872 * texinfo/texinfo.texi (need):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
873 * 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
874 * 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
875 * 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
876 * 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
877 * texinfo/texinfo.texi (deffnx):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
878 * 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
879 * 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
880 * 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
881 * 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
882 * 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
883 * 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
884 * 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
885 * 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
886 * 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
887 * 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
888 * 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
889 * 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
890 * texinfo/texinfo.texi (alias):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
891 * texinfo/texinfo.texi (definfoenclose):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
892 * texinfo/texinfo.texi (Hardcopy):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
893 * 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
894 * 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
895 * 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
896 * 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
897 * 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
898 * 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
899 * 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
900 * 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
901 * 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
902 * 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
903 * texinfo/texinfo.texi (smallbook):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
904 * 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
905 * texinfo/texinfo.texi (pagesizes):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
906 * 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
907 * 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
908 * 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
909 * 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
910 * 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
911 * 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
912 * 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
913 * 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
914 * 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
915 * 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
916 * 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
917 * 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
918 * 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
919 * 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
920 * 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
921 * 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
922 * 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
923 * 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
924 * 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
925 * 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
926 * 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
927 * 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
928 * 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
929 * 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
930 * 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
931 * 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
932 * 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
933 * 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
934 * 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
935 * 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
936 * 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
937 * texinfo/texinfo.texi (Tips):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
938 * 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
939 * 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
940 * 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
941 * 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
942 * 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
943 * texinfo/texinfo.texi (Index):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
944 * 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
945 * 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
946 * 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
947 * 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
948 * 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
949 * 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
950 * 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
951 * 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
952 * texinfo/texinfo.texi (Headings):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
953 * 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
954 * 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
955 * 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
956 * 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
957 * 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
958 * 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
959 * 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
960 * 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
961 * 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
962 * 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
963 * 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
964 * 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
965 * texinfo/texinfo.texi (Unsplit):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
966 * texinfo/texinfo.texi (Tagifying):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
967 * texinfo/texinfo.texi (Splitting):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
968 * 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
969 * 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
970 * 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
971 * 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
972 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
973 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
974
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
975 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
976
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
977 * Makefile:
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
978 * Makefile (src_files1):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
979 * Makefile (DIR):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
980 * Makefile (texinfo-srcs):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
981 * Makefile ($(INFODIR)/widget.info):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
982 * Makefile ($(INFODIR)/texinfo.info):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
983 * Makefile (.PHONY):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
984 * Makefile (texinfo.dvi):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
985 * Makefile (texinfo.pdf):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
986 * Makefile ($(HTMLDIR)/widget.html):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
987 * Makefile ($(HTMLDIR)/texinfo.html):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
988 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
989 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
990 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
991 Solaris make).
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
992
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
993 * doclicense.texi: New file.
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
994 * info.texi:
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
995 * info.texi (Top):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
996 * info.texi (Getting Started):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
997 * 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
998 * info.texi (Help):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
999 * info.texi (Help-P):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1000 * info.texi (Help-^L):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1001 * info.texi (Help-Inv):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1002 * info.texi (Help-]):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1003 * info.texi (Help-M):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1004 * info.texi (Help-FOO):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1005 * info.texi (Help-Xref):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1006 * info.texi (Help-Int):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1007 * info.texi (Help-Q):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1008 * info.texi (Advanced):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1009 * info.texi (Search Text):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1010 * info.texi (Search Index):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1011 * 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
1012 * 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
1013 * 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
1014 * 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
1015 * info.texi (Expert Info):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1016 * info.texi (Add):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1017 * info.texi (Menus):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1018 * info.texi (Cross-refs):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1019 * info.texi (Help-Cross):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1020 * info.texi (Tags):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1021 * info.texi (Checking):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1022 * info.texi (Index):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1023 * texinfo.tex:
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1024 * texinfo.tex (paragraphindent{%):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1025 * 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
1026 * texinfo.tex (chapterzzz{#3}%):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1027 * texinfo.tex (subsubsection = \numberedsubsubsec):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1028 * texinfo.tex (subsubsection = \appendixsubsubsec):
64be8a494bdc Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents: 5496
diff changeset
1029 * texinfo.tex (subsubsection = \unnumberedsubsubsec):
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}{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
1031 * 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
1032 * 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
1033 * 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
1034 * 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
1035 * 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
1036 * 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
1037 * 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
1038 * 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
1039 * 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
1040 * 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
1041 * 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
1042 * 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
1043 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
1044
5028
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1045 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
1046
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1047 * 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
1048 (Legacy Versions): Update next pointer.
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1049 (Bleeding Edge):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1050 (Q11.0.1):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1051 (Q11.0.2):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1052 (Q11.0.3):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1053 (Q11.0.4):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1054 (Q11.0.5):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1055 (Q11.1.1):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1056 (Q11.2.1):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1057 (Q11.2.2):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1058 (Q11.2.3):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1059 (Q11.2.4):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1060 (Q11.2.5):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1061 (Q11.2.6):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1062 (Q11.2.7):
b7232de2a937 Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 5024
diff changeset
1063 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
1064
5011
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1065 2010-02-08 Ben Wing <ben@xemacs.org>
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1066
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1067 * internals/internals.texi (How Lisp Objects Are Represented in C):
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1068 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1069 DEC Alpha is hardly the only 64-bit processor any more.
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1070 Also, ERROR_CHECK_TYPECHECK is now ERROR_CHECK_TYPES.
865c9a95f21c some internals-manual updates
Ben Wing <ben@xemacs.org>
parents: 4984
diff changeset
1071
5007
bb6a375da086 Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents: 4984
diff changeset
1072 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
1073
bb6a375da086 Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents: 4984
diff changeset
1074 * 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
1075 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
1076
4984
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1077 2010-02-05 Ben Wing <ben@xemacs.org>
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1078
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1079 * internals/internals.texi (A Summary of the Various XEmacs Modules):
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1080 * internals/internals.texi (Conversion to and from External Data):
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1081 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1082 Correct names of files renamed common -> xlike.
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1083 Fix up outdated explanation of old-style DFC conversion macros.
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1084 Add a section on the different types of character and their uses,
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1085 taken from a long comment in lisp.h.
f23cd0184dcf xlike, doc changes
Ben Wing <ben@xemacs.org>
parents: 4969
diff changeset
1086
4953
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1087 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
1088
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1089 * internals/internals.texi (lrecords):
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1090 * internals/internals.texi (The DFC API):
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1091 * 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
1092 * internals/internals.texi (Mule-izing Code):
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1093 * 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
1094 * internals/internals.texi (Ben's README):
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1095 * 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
1096 * emodules.texi (Defining Variables):
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1097 Rename:
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1098
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1099 write_c_string -> write_cistring
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1100 build_intstring -> build_istring
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1101 build_string -> build_cistring
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1102 build_ext_string -> build_extstring
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1103 make_ext_string -> make_extstring
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1104 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
1105 intern_int -> intern_istring
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1106
304aebb79cd3 function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents: 4820
diff changeset
1107 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
1108
4917
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1109 2010-02-03 Ben Wing <ben@xemacs.org>
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1110
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1111 * internals/internals.texi (Top):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1112 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1113 * internals/internals.texi (Ben's README):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1114 * internals/internals.texi (Consoles; Devices; Frames; Windows):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1115 * internals/internals.texi (Window Hierarchy):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1116 * internals/internals.texi (The Window Object):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1117 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1118 * internals/internals.texi (Window-System Support):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1119 * internals/internals.texi (Creating a Window-System Type):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1120 * internals/internals.texi (Discussion -- Garbage Collection):
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1121 Update the part at the top about how to maintain the file with
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1122 more tips.
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1123
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1124 Add a chapter on "window-system support" describing in a general
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1125 way how the support for different window systems/device types
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1126 works, including the separation between device-independent and
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1127 device-dependent parts, device methods, the specific device types
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1128 and the "xlike" pseudo-type.
fce43cb76a1c xlike cleanup, documentation
Ben Wing <ben@xemacs.org>
parents: 4905
diff changeset
1129
4905
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1130 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
1131
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1132 * xemacs/programs.texi (Defuns):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1133 * 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
1134 (Setting Variables, Default Value):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1135 * lispref/symbols.texi (Definitions):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1136 * 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
1137 * lispref/positions.texi (Excursions, Narrowing):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1138 * 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
1139 * 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
1140 * lispref/lispref.texi (Top):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1141 * 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
1142 * lispref/help.texi (Help Functions):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1143 * 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
1144 (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
1145 * lispref/frames.texi (Input Focus):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1146 * 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
1147 (Special Operators, Quoting):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1148 * lispref/edebug-inc.texi (Instrumenting)
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1149 (Specification Examples):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1150 * 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
1151 * 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
1152 (Conditionals, Combining Conditions, Iteration):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1153 (Catch and Throw, Handling Errors):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1154 * 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
1155 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
1156
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1157 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
1158 macros I don't understand.
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1159
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1160 * 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
1161 example here.
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1162 * lispref/positions.texi (Excursions):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1163 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
1164 forms.
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1165 * 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
1166 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
1167 18.
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1168 * lispref/specifiers.texi (Adding Specifications):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1169 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
1170 * lispref/windows.texi (Window Configurations)
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1171 (Selecting Windows):
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1172 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
1173 are macros, not special operators.
755ae5b97edb Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4894
diff changeset
1174
4894
03ab78e48ef6 Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents: 4885
diff changeset
1175 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
1176
03ab78e48ef6 Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents: 4885
diff changeset
1177 * 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
1178 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
1179 * 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
1180 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
1181
4885
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1182 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
1183
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1184 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
1185 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
1186 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
1187 start.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1188
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1189 * lispref/text.texi (Columns):
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1190 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
1191 (Registers):
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1192 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
1193 * 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
1194 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
1195 general are accepted.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1196 (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
1197 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
1198 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
1199 (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
1200 values in syntax tables.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1201 * 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
1202 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
1203 are accepted.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1204 * 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
1205 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
1206 * 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
1207 (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
1208 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
1209 integers are accepted.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1210 * 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
1211 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
1212 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
1213 (Equality Predicates):
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1214 (Range Table Type):
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1215 (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
1216 fixed-precision integer.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1217 (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
1218 * 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
1219 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
1220 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
1221 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
1222 (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
1223 Lisp compatibility issues.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1224 (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
1225 * 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
1226 * 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
1227 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
1228 general are accepted.
6772ce4d982b Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents: 4820
diff changeset
1229
4803
5d120deb60ca Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents: 4792
diff changeset
1230 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
1231
5d120deb60ca Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents: 4792
diff changeset
1232 * 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
1233 valgrind configuration and use.
5d120deb60ca Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents: 4792
diff changeset
1234
4790
bc4f2511bbea Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents: 4771
diff changeset
1235 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
1236
bc4f2511bbea Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents: 4771
diff changeset
1237 * 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
1238 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
1239 * 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
1240 (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
1241 (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
1242
4771
e0b8ef850996 Remove more obsolete files.
Jerry James <james@xemacs.org>
parents: 4769
diff changeset
1243 2009-12-10 Jerry James <james@xemacs.org>
e0b8ef850996 Remove more obsolete files.
Jerry James <james@xemacs.org>
parents: 4769
diff changeset
1244
e0b8ef850996 Remove more obsolete files.
Jerry James <james@xemacs.org>
parents: 4769
diff changeset
1245 * lispref/processes.texi (Functions that Create Subprocesses): Refer
e0b8ef850996 Remove more obsolete files.
Jerry James <james@xemacs.org>
parents: 4769
diff changeset
1246 to etags instead of the obsolete wakeup program.
e0b8ef850996 Remove more obsolete files.
Jerry James <james@xemacs.org>
parents: 4769
diff changeset
1247
4769
5460287a3327 Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents: 4759
diff changeset
1248 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
1249
5460287a3327 Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents: 4759
diff changeset
1250 * 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
1251 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
1252 (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
1253
4820
e6dec75ded0e Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4803
diff changeset
1254 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
1255
e6dec75ded0e Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4803
diff changeset
1256 * 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
1257 * 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
1258 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
1259 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
1260 backward-compatiblity.
e6dec75ded0e Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4803
diff changeset
1261
4759
aa5ed11f473b Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents: 4708
diff changeset
1262 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
1263
aa5ed11f473b Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents: 4708
diff changeset
1264 * 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
1265 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
1266 (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
1267 deleted files.
aa5ed11f473b Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents: 4708
diff changeset
1268 (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
1269 (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
1270 NeXTstep.
aa5ed11f473b Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents: 4708
diff changeset
1271 * 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
1272 old unsupported systems.
aa5ed11f473b Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents: 4708
diff changeset
1273 * 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
1274 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
1275 * 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
1276 Ditto.
aa5ed11f473b Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents: 4708
diff changeset
1277
4792
95b04754ea8c Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4790
diff changeset
1278 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
1279
95b04754ea8c Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4790
diff changeset
1280 * 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
1281 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
1282
4708
1cecc3e9f0a0 Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents: 4678
diff changeset
1283 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
1284
1cecc3e9f0a0 Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents: 4678
diff changeset
1285 * 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
1286 "(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
1287 (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
1288 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
1289 * 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
1290 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
1291 * 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
1292 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
1293
4678
b5e1d4f6b66f Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4677
diff changeset
1294 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
1295
b5e1d4f6b66f Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4677
diff changeset
1296 * lispref/numbers.texi (Bigfloat Basics):
b5e1d4f6b66f Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4677
diff changeset
1297 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
1298 off in mid-sentence).
b5e1d4f6b66f Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4677
diff changeset
1299
4677
8f1ee2d15784 Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4668
diff changeset
1300 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
1301
8f1ee2d15784 Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4668
diff changeset
1302 * cl.texi (Organization):
8f1ee2d15784 Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4668
diff changeset
1303 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
1304
4668
8b2a8ecf91cd Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4666
diff changeset
1305 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
1306
8b2a8ecf91cd Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4666
diff changeset
1307 * 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
1308 Small improvements.
8b2a8ecf91cd Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4666
diff changeset
1309
4666
4c1a8323aa9a Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4658
diff changeset
1310 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
1311
4c1a8323aa9a Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4658
diff changeset
1312 * 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
1313 from XftFont (now deprecated) to FcFontName.
4c1a8323aa9a Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4658
diff changeset
1314 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
1315
4636
5c427ece884b XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4632
diff changeset
1316 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
1317
5c427ece884b XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4632
diff changeset
1318 * 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
1319
4632
b93587f33338 Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4626
diff changeset
1320 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
1321
b93587f33338 Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4626
diff changeset
1322 * internals/internals.texi: s/@urlref/@uref/g.
b93587f33338 Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4626
diff changeset
1323 (Lstreams): Add urefs to David Beasley tutorials.
b93587f33338 Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4626
diff changeset
1324
4658
fd2495d78aac Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4636
diff changeset
1325 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
1326
fd2495d78aac Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4636
diff changeset
1327 * 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
1328 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
1329 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
1330
fd2495d78aac Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4636
diff changeset
1331 * 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
1332 * 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
1333
4625
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1334 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
1335
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1336 * 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
1337 (Top):
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1338 (Editing):
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1339 (Q3.0.11):
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1340 (Q3.1.1):
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1341 Fix up Next/Prev/Menu references.
4527fc976aa3 Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4509
diff changeset
1342
4601
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1343 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
1344
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1345 * xemacs/xemacs.texi (Top):
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1346 * xemacs/misc.texi (Emulation):
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1347 * xemacs/building.texi (Lisp Libraries):
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1348 (Compiling Libraries):
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1349 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
1350 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
1351 which is no longer available.
7c7262c47538 Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4509
diff changeset
1352
4509
dd12adb12b8f Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4505
diff changeset
1353 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org>
dd12adb12b8f Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4505
diff changeset
1354
dd12adb12b8f Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4505
diff changeset
1355 * 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
1356 antialiased fonts.
dd12adb12b8f Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4505
diff changeset
1357
4505
a5f1da0eb001 Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4488
diff changeset
1358 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
1359
a5f1da0eb001 Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4488
diff changeset
1360 * 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
1361 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
1362 (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
1363 alphabet.
a5f1da0eb001 Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4488
diff changeset
1364
4488
6b0000935adc Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4486
diff changeset
1365 2008-07-26 Ville Skyttä <scop@xemacs.org>
6b0000935adc Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4486
diff changeset
1366
6b0000935adc Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4486
diff changeset
1367 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi,
6b0000935adc Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4486
diff changeset
1368 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi:
6b0000935adc Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4486
diff changeset
1369 Spelling fixes.
6b0000935adc Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4486
diff changeset
1370
4486
f9104f0e9b91 Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4485
diff changeset
1371 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
1372
f9104f0e9b91 Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4485
diff changeset
1373 * lispref/objects.texi (Character Type):
f9104f0e9b91 Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4485
diff changeset
1374 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
1375 hexadecimal constant.
f9104f0e9b91 Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4485
diff changeset
1376
4485
57db42ba54fb Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents: 4472
diff changeset
1377 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
1378
57db42ba54fb Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents: 4472
diff changeset
1379 * lispref/variables.texi (Extent):
57db42ba54fb Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents: 4472
diff changeset
1380 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
1381 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
1382
4472
a99eb40f0b5b Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4471
diff changeset
1383 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
1384
a99eb40f0b5b Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4471
diff changeset
1385 * 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
1386 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
1387 commit.
a99eb40f0b5b Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4471
diff changeset
1388
4471
2d39535e1f9d Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents: 4466
diff changeset
1389 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
1390
2d39535e1f9d Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents: 4466
diff changeset
1391 * 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
1392 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
1393 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
1394 #'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
1395 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
1396
4466
969a957a44ac Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents: 4450
diff changeset
1397 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
1398
969a957a44ac Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents: 4450
diff changeset
1399 * 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
1400 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
1401 #'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
1402
4448
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4329
diff changeset
1403 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
1404
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4329
diff changeset
1405 * 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
1406 Describe --script, -script.
fd8a9a4d81d9 Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4329
diff changeset
1407
4427
cff4ad0ab682 Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4329
diff changeset
1408 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
1409
cff4ad0ab682 Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4329
diff changeset
1410 * 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
1411 (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
1412 New nodes.
cff4ad0ab682 Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4329
diff changeset
1413 (Top):
cff4ad0ab682 Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4329
diff changeset
1414 (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
1415 (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
1416 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
1417
cff4ad0ab682 Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents: 4329
diff changeset
1418 (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
1419
4329
d9eb5ea14f65 Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4320
diff changeset
1420 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
1421
d9eb5ea14f65 Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents: 4320
diff changeset
1422 * 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
1423 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
1424
4320
a78603f584d7 Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4313
diff changeset
1425 2007-12-10 Ville Skyttä <scop@xemacs.org>
a78603f584d7 Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4313
diff changeset
1426
a78603f584d7 Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4313
diff changeset
1427 * internals/internals.texi: Spelling fixes.
a78603f584d7 Spelling fixes.
"Ville Skyttä <scop@xemacs.org>"
parents: 4313
diff changeset
1428
4313
0d2e738dfcd0 Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents: 4291
diff changeset
1429 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
1430
0d2e738dfcd0 Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents: 4291
diff changeset
1431 * 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
1432 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
1433
4291
fcc999c434bc [xemacs-hg @ 2007-11-27 23:18:25 by aidan]
aidan
parents: 4265
diff changeset
1434 2007-11-28 Aidan Kehoe <kehoea@parhasard.net>
fcc999c434bc [xemacs-hg @ 2007-11-27 23:18:25 by aidan]
aidan
parents: 4265
diff changeset
1435
fcc999c434bc [xemacs-hg @ 2007-11-27 23:18:25 by aidan]
aidan
parents: 4265
diff changeset
1436 * internals/internals.texi (Ibytes and Ichars):
fcc999c434bc [xemacs-hg @ 2007-11-27 23:18:25 by aidan]
aidan
parents: 4265
diff changeset
1437 Cross reference to the Mule docs describing these typedefs,
fcc999c434bc [xemacs-hg @ 2007-11-27 23:18:25 by aidan]
aidan
parents: 4265
diff changeset
1438 instead of saying Not yet documented.
fcc999c434bc [xemacs-hg @ 2007-11-27 23:18:25 by aidan]
aidan
parents: 4265
diff changeset
1439
4265
dc697b1b786f [xemacs-hg @ 2007-11-14 18:20:41 by aidan]
aidan
parents: 4264
diff changeset
1440 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
dc697b1b786f [xemacs-hg @ 2007-11-14 18:20:41 by aidan]
aidan
parents: 4264
diff changeset
1441
dc697b1b786f [xemacs-hg @ 2007-11-14 18:20:41 by aidan]
aidan
parents: 4264
diff changeset
1442 * lispref/objects.texi (String Type):
dc697b1b786f [xemacs-hg @ 2007-11-14 18:20:41 by aidan]
aidan
parents: 4264
diff changeset
1443 Describe how one can include a trailing backslash in a raw string,
dc697b1b786f [xemacs-hg @ 2007-11-14 18:20:41 by aidan]
aidan
parents: 4264
diff changeset
1444 by means of the Unicode escape syntax.
dc697b1b786f [xemacs-hg @ 2007-11-14 18:20:41 by aidan]
aidan
parents: 4264
diff changeset
1445
4264
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1446 2007-11-14 Aidan Kehoe <kehoea@parhasard.net>
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1447
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1448 * xemacs/keystrokes.texi (Character Representation):
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1449 Clarify the description of which characters are displayed as
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1450 themselves and which as octal escapes bzw. "control" characters
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1451 with an initial caret.
9db20cbbe4c7 [xemacs-hg @ 2007-11-14 18:06:47 by aidan]
aidan
parents: 4225
diff changeset
1452
4225
e358b6c40407 [xemacs-hg @ 2007-10-15 06:54:20 by adrian]
adrian
parents: 4199
diff changeset
1453 2007-10-15 Adrian Aichner <adrian@xemacs.org>
e358b6c40407 [xemacs-hg @ 2007-10-15 06:54:20 by adrian]
adrian
parents: 4199
diff changeset
1454
e358b6c40407 [xemacs-hg @ 2007-10-15 06:54:20 by adrian]
adrian
parents: 4199
diff changeset
1455 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile.
e358b6c40407 [xemacs-hg @ 2007-10-15 06:54:20 by adrian]
adrian
parents: 4199
diff changeset
1456 Sort enries to easy future syncs.
e358b6c40407 [xemacs-hg @ 2007-10-15 06:54:20 by adrian]
adrian
parents: 4199
diff changeset
1457
4199
3660d327399f [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
stephent
parents: 4196
diff changeset
1458 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org>
3660d327399f [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
stephent
parents: 4196
diff changeset
1459
3660d327399f [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
stephent
parents: 4196
diff changeset
1460 * lispref/searching.texi (Replacing Match): Document the escapes
3660d327399f [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
stephent
parents: 4196
diff changeset
1461 for changing case in `replace-match'. Document the change to
3660d327399f [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
stephent
parents: 4196
diff changeset
1462 STRBUFFER to permit subexpressions in string replacement.
3660d327399f [xemacs-hg @ 2007-10-01 08:07:39 by stephent]
stephent
parents: 4196
diff changeset
1463
4196
ffcf5a27df12 [xemacs-hg @ 2007-09-30 15:26:05 by adrian]
adrian
parents: 4195
diff changeset
1464 2007-09-30 Adrian Aichner <adrian@xemacs.org>
ffcf5a27df12 [xemacs-hg @ 2007-09-30 15:26:05 by adrian]
adrian
parents: 4195
diff changeset
1465
ffcf5a27df12 [xemacs-hg @ 2007-09-30 15:26:05 by adrian]
adrian
parents: 4195
diff changeset
1466 * Makefile (TEXI2HTML_NOSPLIT): New.
ffcf5a27df12 [xemacs-hg @ 2007-09-30 15:26:05 by adrian]
adrian
parents: 4195
diff changeset
1467 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT.
ffcf5a27df12 [xemacs-hg @ 2007-09-30 15:26:05 by adrian]
adrian
parents: 4195
diff changeset
1468 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto.
ffcf5a27df12 [xemacs-hg @ 2007-09-30 15:26:05 by adrian]
adrian
parents: 4195
diff changeset
1469
4195
cd09974da26e [xemacs-hg @ 2007-09-30 15:13:33 by adrian]
adrian
parents: 4143
diff changeset
1470 2007-09-30 Adrian Aichner <adrian@xemacs.org>
cd09974da26e [xemacs-hg @ 2007-09-30 15:13:33 by adrian]
adrian
parents: 4143
diff changeset
1471
cd09974da26e [xemacs-hg @ 2007-09-30 15:13:33 by adrian]
adrian
parents: 4143
diff changeset
1472 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by
cd09974da26e [xemacs-hg @ 2007-09-30 15:13:33 by adrian]
adrian
parents: 4143
diff changeset
1473 xemacsweb/Documentation/Makefile.
cd09974da26e [xemacs-hg @ 2007-09-30 15:13:33 by adrian]
adrian
parents: 4143
diff changeset
1474
4143
80495fae7418 [xemacs-hg @ 2007-08-24 22:26:42 by adrian]
adrian
parents: 4039
diff changeset
1475 2007-08-25 Adrian Aichner <adrian@xemacs.org>
80495fae7418 [xemacs-hg @ 2007-08-24 22:26:42 by adrian]
adrian
parents: 4039
diff changeset
1476
80495fae7418 [xemacs-hg @ 2007-08-24 22:26:42 by adrian]
adrian
parents: 4039
diff changeset
1477 * internals/internals.texi (Through Version 18): Fix error in
80495fae7418 [xemacs-hg @ 2007-08-24 22:26:42 by adrian]
adrian
parents: 4039
diff changeset
1478 Emacs Timeline URL.
80495fae7418 [xemacs-hg @ 2007-08-24 22:26:42 by adrian]
adrian
parents: 4039
diff changeset
1479 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches):
80495fae7418 [xemacs-hg @ 2007-08-24 22:26:42 by adrian]
adrian
parents: 4039
diff changeset
1480
4039
effcad8baac1 [xemacs-hg @ 2007-06-27 12:19:08 by aidan]
aidan
parents: 3979
diff changeset
1481 2007-06-27 Aidan Kehoe <kehoea@parhasard.net>
effcad8baac1 [xemacs-hg @ 2007-06-27 12:19:08 by aidan]
aidan
parents: 3979
diff changeset
1482
effcad8baac1 [xemacs-hg @ 2007-06-27 12:19:08 by aidan]
aidan
parents: 3979
diff changeset
1483 * lispref/variables.texi (Extent):
effcad8baac1 [xemacs-hg @ 2007-06-27 12:19:08 by aidan]
aidan
parents: 3979
diff changeset
1484 Mention that lexical scope is available using lexical-let and
effcad8baac1 [xemacs-hg @ 2007-06-27 12:19:08 by aidan]
aidan
parents: 3979
diff changeset
1485 lexical-let* in cl-macs, instead of ignoring them entirely.
effcad8baac1 [xemacs-hg @ 2007-06-27 12:19:08 by aidan]
aidan
parents: 3979
diff changeset
1486
3979
8d2106500793 [xemacs-hg @ 2007-05-21 11:39:55 by scop]
scop
parents: 3975
diff changeset
1487 2007-05-21 Ville Skyttä <scop@xemacs.org>
8d2106500793 [xemacs-hg @ 2007-05-21 11:39:55 by scop]
scop
parents: 3975
diff changeset
1488
8d2106500793 [xemacs-hg @ 2007-05-21 11:39:55 by scop]
scop
parents: 3975
diff changeset
1489 * internals/internals.texi: Fix corrupted/oddly encoded chars.
8d2106500793 [xemacs-hg @ 2007-05-21 11:39:55 by scop]
scop
parents: 3975
diff changeset
1490 * lispref/ldap.texi: Ditto.
8d2106500793 [xemacs-hg @ 2007-05-21 11:39:55 by scop]
scop
parents: 3975
diff changeset
1491
3975
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3955
diff changeset
1492 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org>
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3955
diff changeset
1493
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3955
diff changeset
1494 * XEmacs 21.5.28 "fuki" is released.
1af222c75869 [xemacs-hg @ 2007-05-21 04:59:52 by stephent]
stephent
parents: 3955
diff changeset
1495
3955
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1496 2007-05-15 Aidan Kehoe <kehoea@parhasard.net>
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1497
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1498 * internals/internals.texi:
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1499 Replace an inaccurate description of the read syntax of a Kanji
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1500 character with one using the recently-added Unicode escapes. Also
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1501 update the size of an Ichar; they're now 21-bit integers, not
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1502 19-bit integers.
c1f9ac9f66de [xemacs-hg @ 2007-05-15 10:25:12 by aidan]
aidan
parents: 3930
diff changeset
1503
3930
1dac67fc67ae [xemacs-hg @ 2007-04-30 16:22:22 by stephent]
stephent
parents: 3773
diff changeset
1504 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org>
1dac67fc67ae [xemacs-hg @ 2007-04-30 16:22:22 by stephent]
stephent
parents: 3773
diff changeset
1505
1dac67fc67ae [xemacs-hg @ 2007-04-30 16:22:22 by stephent]
stephent
parents: 3773
diff changeset
1506 * internals/internals.texi (Creating a New Console/Device/Frame Type):
1dac67fc67ae [xemacs-hg @ 2007-04-30 16:22:22 by stephent]
stephent
parents: 3773
diff changeset
1507 Typo fix.
1dac67fc67ae [xemacs-hg @ 2007-04-30 16:22:22 by stephent]
stephent
parents: 3773
diff changeset
1508
3773
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3772
diff changeset
1509 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org>
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3772
diff changeset
1510
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3772
diff changeset
1511 * internals/internals.texi (Ben's README): Use 'grep -F' instead
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3772
diff changeset
1512 of fgrep.
5f25b1501bcd [xemacs-hg @ 2007-01-01 10:03:52 by malcolmp]
malcolmp
parents: 3772
diff changeset
1513
3772
30958064156d [xemacs-hg @ 2007-01-01 07:46:34 by malcolmp]
malcolmp
parents: 3711
diff changeset
1514 2006-11-07 Robert Pluim <rpluim@gmail.com>
30958064156d [xemacs-hg @ 2007-01-01 07:46:34 by malcolmp]
malcolmp
parents: 3711
diff changeset
1515
30958064156d [xemacs-hg @ 2007-01-01 07:46:34 by malcolmp]
malcolmp
parents: 3711
diff changeset
1516 * lispref/os.texi (User Identification): The code uses HOMEPATH,
30958064156d [xemacs-hg @ 2007-01-01 07:46:34 by malcolmp]
malcolmp
parents: 3711
diff changeset
1517 not HOMEDIR.
30958064156d [xemacs-hg @ 2007-01-01 07:46:34 by malcolmp]
malcolmp
parents: 3711
diff changeset
1518
3711
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1519 2006-11-29 Aidan Kehoe <kehoea@parhasard.net>
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1520
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1521 * xemacs/custom.texi (Face Resources):
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1522 Mention that the user should use full XLFD forms for specifying
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1523 fonts, and that Mule builds reject the short forms by
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1524 default. Also mention the work-around to the latter design choice
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1525 that was implemented for Ilya.
761385dfa575 [xemacs-hg @ 2006-11-29 19:56:09 by aidan]
aidan
parents: 3685
diff changeset
1526
3685
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1527 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org>
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1528
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1529 * internals/internals.texi
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1530 (Better Rendering Support -- Configuration with the Interim Patches):
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1531 Fix examples of configuration via X resources.
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1532 (Better Rendering Support -- Implementation): Fix description of
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1533 xftFont resources, introduce fcFontName resource.
382b11fa8866 [xemacs-hg @ 2006-11-17 02:50:22 by stephent]
stephent
parents: 3674
diff changeset
1534
3674
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1535 2006-11-11 Aidan Kehoe <kehoea@parhasard.net>
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1536
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1537 * lispref/faces.texi (Face Convenience Functions):
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1538 Add information on how to specify a face's font for a given Mule
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1539 charset.
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1540
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1541 * lispref/specifiers.texi (Specifiers):
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1542 * lispref/specifiers.texi (Simple Specifier Usage):
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1543 * lispref/specifiers.texi (Specifiers In-Depth):
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1544 * lispref/specifiers.texi (Specifier Tag Functions):
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1545 * lispref/specifiers.texi (Specifier Instantiation Functions):
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1546 Update the documentation of specifiers to reflect the new support
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1547 for Mule character sets and associating tags with them.
f200f93c0b69 [xemacs-hg @ 2006-11-11 16:05:31 by aidan]
aidan
parents: 3543
diff changeset
1548
3543
c136144fe765 [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
aidan
parents: 3516
diff changeset
1549 2006-08-05 Aidan Kehoe <kehoea@parhasard.net>
c136144fe765 [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
aidan
parents: 3516
diff changeset
1550
c136144fe765 [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
aidan
parents: 3516
diff changeset
1551 * lispref/objects.texi (String Type):
c136144fe765 [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
aidan
parents: 3516
diff changeset
1552 Give details of the raw string syntax, taken from SXEmacs and
c136144fe765 [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
aidan
parents: 3516
diff changeset
1553 Python.
c136144fe765 [xemacs-hg @ 2006-08-04 22:55:04 by aidan]
aidan
parents: 3516
diff changeset
1554
3516
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1555 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org>
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1556
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1557 * new-users-guide/edit.texi (Insert): Document bogosity in
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1558 vendor labeling of DEL key.
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1559 (Numeric Argument): Remove spurious RETs from keystroke examples.
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1560 Thanks to Michael C. Wescott <wescott@sc.rr.com>.
e43d0da85762 [xemacs-hg @ 2006-07-19 15:04:46 by stephent]
stephent
parents: 3510
diff changeset
1561
3510
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1562 2006-07-16 Aidan Kehoe <kehoea@parhasard.net>
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1563
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1564 * xemacs/custom.texi (File Variables):
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1565 Make it clearer that file variables are buffer-local.
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1566 * xemacs/custom.texi (Faces):
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1567 "must be encoding" -> "must be encoded".
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1568
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1569 2006-07-16 Aidan Kehoe <kehoea@parhasard.net>
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1570
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1571 * lispref/variables.texi (Creating Buffer-Local):
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1572 Mention that buffer-local variables are created when file local
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1573 variables are set.
06a586083be3 [xemacs-hg @ 2006-07-16 10:51:43 by aidan]
aidan
parents: 3496
diff changeset
1574
3496
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1575 2006-07-08 Aidan Kehoe <kehoea@parhasard.net>
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1576
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1577 * internals/internals.texi (Internal String Encoding):
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1578 Mention that UTF-8 would be a reasonable alternative encoding.
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1579 * internals/internals.texi (Internal Character Encoding):
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1580 Re-arrange the description of characters to deal with 21-bit
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1581 characters.
d08f0a2c8722 [xemacs-hg @ 2006-07-07 23:01:01 by aidan]
aidan
parents: 3439
diff changeset
1582
3439
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1583 2006-06-03 Aidan Kehoe <kehoea@parhasard.net>
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1584
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1585 * lispref/mule.texi (CCL Syntax):
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1586 * lispref/mule.texi (CCL Statements):
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1587 Describe the mule-to-unicode and unicode-to-mule statements;
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1588 rename the section they are described in.
d1754e7f0cea [xemacs-hg @ 2006-06-03 17:50:39 by aidan]
aidan
parents: 3404
diff changeset
1589
3404
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
1590 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org>
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
1591
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
1592 * xemacs-faq.texi (Q2.2.3): New node.
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
1593 (Q2.2.2, Q2.3.1): Fix navigation references.
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
1594 (Top, Installation): Add to menus.
a83f79c23956 [xemacs-hg @ 2006-05-16 15:36:10 by stephent]
stephent
parents: 3402
diff changeset
1595
3402
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3388
diff changeset
1596 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org>
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3388
diff changeset
1597
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3388
diff changeset
1598 * XEmacs 21.5.27 "fiddleheads" is released.
a1f50481569f [xemacs-hg @ 2006-05-16 08:22:21 by stephent]
stephent
parents: 3388
diff changeset
1599
3388
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1600 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org>
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1601
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1602 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'.
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1603 (Reporting Problems): Improve it, make it a top-level node, add
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1604 some vertical spacing to make node breaks more visible.
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1605 (Getting the Source): Flesh it out a bit and move it to the
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1606 Building Beta XEmacs node.
e7fb0df1caea [xemacs-hg @ 2006-05-09 05:15:15 by stephent]
stephent
parents: 3387
diff changeset
1607
3387
f5d8dba84d4f [xemacs-hg @ 2006-05-09 05:00:26 by stephent]
stephent
parents: 3367
diff changeset
1608 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org>
f5d8dba84d4f [xemacs-hg @ 2006-05-09 05:00:26 by stephent]
stephent
parents: 3367
diff changeset
1609
f5d8dba84d4f [xemacs-hg @ 2006-05-09 05:00:26 by stephent]
stephent
parents: 3367
diff changeset
1610 * xemacs/custom.texi (Xft Font Customization): New node.
f5d8dba84d4f [xemacs-hg @ 2006-05-09 05:00:26 by stephent]
stephent
parents: 3367
diff changeset
1611 (Faces): Create menu, add new node.
f5d8dba84d4f [xemacs-hg @ 2006-05-09 05:00:26 by stephent]
stephent
parents: 3367
diff changeset
1612 * xemacs/xemacs.texi (Top): add new node to detail menu.
f5d8dba84d4f [xemacs-hg @ 2006-05-09 05:00:26 by stephent]
stephent
parents: 3367
diff changeset
1613
3367
84ee3ca77e7f [xemacs-hg @ 2006-04-29 14:36:49 by aidan]
aidan
parents: 3354
diff changeset
1614 2006-04-29 Aidan Kehoe <kehoea@parhasard.net>
84ee3ca77e7f [xemacs-hg @ 2006-04-29 14:36:49 by aidan]
aidan
parents: 3354
diff changeset
1615
84ee3ca77e7f [xemacs-hg @ 2006-04-29 14:36:49 by aidan]
aidan
parents: 3354
diff changeset
1616 * lispref/objects.texi (Character Type):
84ee3ca77e7f [xemacs-hg @ 2006-04-29 14:36:49 by aidan]
aidan
parents: 3354
diff changeset
1617 Document the Unicode syntax for characters in characters and
84ee3ca77e7f [xemacs-hg @ 2006-04-29 14:36:49 by aidan]
aidan
parents: 3354
diff changeset
1618 strings.
84ee3ca77e7f [xemacs-hg @ 2006-04-29 14:36:49 by aidan]
aidan
parents: 3354
diff changeset
1619
3354
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
1620 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org>
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
1621
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
1622 * internals/internals.texi: Run texinfo-master-menu.
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
1623 (Creating a New Console/Device/Frame Type): New node.
15fb91e3a115 [xemacs-hg @ 2006-04-23 16:11:16 by stephent]
stephent
parents: 3323
diff changeset
1624
3323
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
1625 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
1626
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
1627 * XEmacs 21.5.26 "endive" is released.
14995b91af10 [xemacs-hg @ 2006-03-31 19:18:19 by stephent]
stephent
parents: 3322
diff changeset
1628
3322
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1629 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org>
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1630
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1631 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw,
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1632 TODO.ben-mule-21-5, README.ben-mule-21-5, and
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1633 README.ben-separate-stderr to Internals Manual.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1634
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1635 * internals/internals.texi (Ben's TODO list):
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1636 (CHANGES from 21.4-windows branch):
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1637 (Ben's README):
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1638 (Ben's separate stderr notes):
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1639 New nodes.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1640
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1641 (Subprocesses): Add "Ben's separate stderr notes" to menu.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1642 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1643 "Ben's README" to menu.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1644 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch"
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1645 to menu.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1646
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1647 (Top): Update detailmenu.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1648
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1649 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org>
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1650
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1651 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1652 Internals Manual.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1653
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1654 * internals/internals.texi (The Great Mule Merge of March 2002):
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1655 Insert CHANGES-ben-mule here, and reformat for Texinfo.
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
1656
3260
020e42010015 [xemacs-hg @ 2006-02-26 14:28:34 by michaels]
michaels
parents: 3259
diff changeset
1657 2006-02-26 Mike Sperber <mike@xemacs.org>
020e42010015 [xemacs-hg @ 2006-02-26 14:28:34 by michaels]
michaels
parents: 3259
diff changeset
1658
020e42010015 [xemacs-hg @ 2006-02-26 14:28:34 by michaels]
michaels
parents: 3259
diff changeset
1659 * xemacs/building.texi (External Lisp): Document that `run-lisp'
020e42010015 [xemacs-hg @ 2006-02-26 14:28:34 by michaels]
michaels
parents: 3259
diff changeset
1660 needs the os-utils package.
020e42010015 [xemacs-hg @ 2006-02-26 14:28:34 by michaels]
michaels
parents: 3259
diff changeset
1661
3259
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3179
diff changeset
1662 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org>
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3179
diff changeset
1663
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3179
diff changeset
1664 * XEmacs 21.5.25 "eggplant" is released.
59f24c2a31ac [xemacs-hg @ 2006-02-26 13:43:04 by stephent]
stephent
parents: 3179
diff changeset
1665
3179
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1666 2005-11-25 Mike Sperber <mike@xemacs.org>
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1667
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1668 * lispref/packaging.texi (The User View):
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1669 * xemacs/startup.texi (Startup Paths):
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1670 * xemacs-faq.texi (Q2.1.6): Document new configure options and
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1671 environment variables for
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1672 package locations.
15139dbf89f4 [xemacs-hg @ 2005-12-27 18:50:47 by michaels]
michaels
parents: 3171
diff changeset
1673
3171
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1674 2005-12-24 Aidan Kehoe <kehoea@parhasard.net>
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1675
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1676 * xemacs/keystrokes.texi (Keystrokes):
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1677 Add new node on keyboards with which one can't type Latin.
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1678 * xemacs/keystrokes.texi (Non-Latin keyboards):
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1679 Describe the support for falling back to a US key layout on
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1680 keyboards where typing the Roman alphabet is difficult.
4cad7ff4a200 [xemacs-hg @ 2005-12-24 19:53:53 by aidan]
aidan
parents: 3150
diff changeset
1681
3150
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3147
diff changeset
1682 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org>
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3147
diff changeset
1683
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3147
diff changeset
1684 * XEmacs 21.5.24 "dandelion" is released.
b4485998d447 [xemacs-hg @ 2005-12-18 19:04:51 by stephent]
stephent
parents: 3147
diff changeset
1685
3147
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3128
diff changeset
1686 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org>
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3128
diff changeset
1687
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3128
diff changeset
1688 * internals/internals.texi (The configure Script): Documented
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3128
diff changeset
1689 more fully the behaviour of complex options. Provided examples.
971e3c687f18 [xemacs-hg @ 2005-12-18 12:21:49 by malcolmp]
malcolmp
parents: 3128
diff changeset
1690
3128
95b25f4e7340 [xemacs-hg @ 2005-12-06 23:14:49 by adrian]
adrian
parents: 3115
diff changeset
1691 2005-12-03 Adrian Aichner <adrian@xemacs.org>
95b25f4e7340 [xemacs-hg @ 2005-12-06 23:14:49 by adrian]
adrian
parents: 3115
diff changeset
1692
95b25f4e7340 [xemacs-hg @ 2005-12-06 23:14:49 by adrian]
adrian
parents: 3115
diff changeset
1693 * custom.texi (Declaring Variables): Typo fixes.
95b25f4e7340 [xemacs-hg @ 2005-12-06 23:14:49 by adrian]
adrian
parents: 3115
diff changeset
1694
3111
e1bc252950d9 [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
stephent
parents: 3094
diff changeset
1695 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org>
e1bc252950d9 [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
stephent
parents: 3094
diff changeset
1696
e1bc252950d9 [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
stephent
parents: 3094
diff changeset
1697 * xemacs/custom.texi (Faces): Describe some of the more important
e1bc252950d9 [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
stephent
parents: 3094
diff changeset
1698 font naming syntaxes under `set-face-font'. Fix a typo.
e1bc252950d9 [xemacs-hg @ 2005-11-29 12:08:32 by stephent]
stephent
parents: 3094
diff changeset
1699
3094
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3073
diff changeset
1700 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org>
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3073
diff changeset
1701
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3073
diff changeset
1702 * internals/internals.texi (Working with Lisp Objects): Explain
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3073
diff changeset
1703 better why DEFSYMBOL is usually preferable to intern.
ad2f4ae9895b [xemacs-hg @ 2005-11-26 11:45:47 by stephent]
stephent
parents: 3073
diff changeset
1704
3073
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3062
diff changeset
1705 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org>
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3062
diff changeset
1706
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3062
diff changeset
1707 * internals/internals.texi (The configure Script): Added the
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3062
diff changeset
1708 definition of the new macro XE_HELP_SUBSECTION.
0ae46b360391 [xemacs-hg @ 2005-11-16 11:53:47 by malcolmp]
malcolmp
parents: 3062
diff changeset
1709
3062
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3059
diff changeset
1710 2005-11-13 Ben Wing <ben@xemacs.org>
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3059
diff changeset
1711
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3059
diff changeset
1712 * Makefile:
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3059
diff changeset
1713 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3059
diff changeset
1714 Do some refactoring for cleanliness.
21d92abaac3a [xemacs-hg @ 2005-11-13 10:39:28 by ben]
ben
parents: 3059
diff changeset
1715
3059
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1716 2005-11-13 Ben Wing <ben@xemacs.org>
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1717
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1718 * internals/internals.texi (Top):
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1719 * internals/internals.texi (CVS Techniques):
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1720 * internals/internals.texi (Creating a Branch):
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1721 * internals/internals.texi (Merging a Branch into the Trunk):
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1722 Add node on Creating a Branch. Update info concerning problems
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1723 with rtag on symlinks. (#### Is this still valid?)
23046b62bf91 [xemacs-hg @ 2005-11-13 07:29:31 by ben]
ben
parents: 3050
diff changeset
1724
3031
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3018
diff changeset
1725 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org>
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3018
diff changeset
1726
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3018
diff changeset
1727 * XEmacs 21.5.23 "daikon" is released.
28729529bee2 [xemacs-hg @ 2005-10-26 15:12:46 by stephent]
stephent
parents: 3018
diff changeset
1728
3018
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1729 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org>
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1730
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1731 * xemacs-faq.texi (Q1.2.2):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1732 * xemacs-faq.texi (Q2.1.1):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1733 * xemacs-faq.texi (Q2.1.6):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1734 * xemacs-faq.texi (Q2.2.1):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1735 * xemacs-faq.texi (Q2.3.6):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1736 * xemacs-faq.texi (Q2.4.3):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1737 * xemacs-faq.texi (Q2.4.4):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1738 * xemacs-faq.texi (Q2.4.7):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1739 * xemacs-faq.texi (Q5.3.3):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1740 * xemacs-faq.texi (Q6.0.8):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1741 * xemacs-faq.texi (Q7.2.1):
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1742 Add 21.5 specific examples of configure options in addition to the
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1743 existing 21.4 ones.
31e656a27dae [xemacs-hg @ 2005-10-24 20:39:38 by malcolmp]
malcolmp
parents: 3003
diff changeset
1744
3003
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1745 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org>
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1746
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1747 * internals/internals.texi: "API's" -> "APIs". This fixes
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1748 problems generating dvi and pdf versions.
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1749 * internals/internals.texi (The configure Script):
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1750 Describe the use of XE_MERGED_ARG.
fcf2f05d0c7a [xemacs-hg @ 2005-10-20 12:37:42 by malcolmp]
malcolmp
parents: 2995
diff changeset
1751
2995
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1752 2005-10-13 Ben Wing <ben@xemacs.org>
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1753
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1754 * xemacs-faq.texi (Top):
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1755 * xemacs-faq.texi (External Subsystems):
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1756 * xemacs-faq.texi (Q5.4.4):
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1757 * xemacs-faq.texi (Q5.4.5):
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1758 * xemacs-faq.texi (Q5.4.6):
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1759 Add question about need to run `rebaseall' under Cygwin.
574c005d1f5c [xemacs-hg @ 2005-10-14 02:11:49 by ben]
ben
parents: 2972
diff changeset
1760
2972
2b58b7fd831c [xemacs-hg @ 2005-10-04 17:00:32 by stephent]
stephent
parents: 2960
diff changeset
1761 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org>
2b58b7fd831c [xemacs-hg @ 2005-10-04 17:00:32 by stephent]
stephent
parents: 2960
diff changeset
1762
2b58b7fd831c [xemacs-hg @ 2005-10-04 17:00:32 by stephent]
stephent
parents: 2960
diff changeset
1763 * emodules.texi (Distribution with XEmacs): New node describing
2b58b7fd831c [xemacs-hg @ 2005-10-04 17:00:32 by stephent]
stephent
parents: 2960
diff changeset
1764 organization of module-related code in top-level configure.ac and
2b58b7fd831c [xemacs-hg @ 2005-10-04 17:00:32 by stephent]
stephent
parents: 2960
diff changeset
1765 src/Makefile.in.in.
2b58b7fd831c [xemacs-hg @ 2005-10-04 17:00:32 by stephent]
stephent
parents: 2960
diff changeset
1766
2960
9151417c3852 [xemacs-hg @ 2005-09-27 21:43:19 by adrian]
adrian
parents: 2955
diff changeset
1767 2005-09-27 Adrian Aichner <adrian@xemacs.org>
9151417c3852 [xemacs-hg @ 2005-09-27 21:43:19 by adrian]
adrian
parents: 2955
diff changeset
1768
9151417c3852 [xemacs-hg @ 2005-09-27 21:43:19 by adrian]
adrian
parents: 2955
diff changeset
1769 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL
9151417c3852 [xemacs-hg @ 2005-09-27 21:43:19 by adrian]
adrian
parents: 2955
diff changeset
1770 argument in `byte-compile-print-gensym' documentation, as
9151417c3852 [xemacs-hg @ 2005-09-27 21:43:19 by adrian]
adrian
parents: 2955
diff changeset
1771 suggested by Stephen.
9151417c3852 [xemacs-hg @ 2005-09-27 21:43:19 by adrian]
adrian
parents: 2955
diff changeset
1772
2955
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1773 2005-09-27 Adrian Aichner <adrian@xemacs.org>
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1774
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1775 * lispref/packaging.texi: Get file to compile with teinfmt.el.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1776 * lispref/packaging.texi (Packaging): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1777 * lispref/packaging.texi (Package Overview): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1778 * lispref/packaging.texi (The User View): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1779 * lispref/packaging.texi (The Library Maintainer View): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1780 * lispref/packaging.texi (Infrastructure): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1781 * lispref/packaging.texi (Obtaining): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1782 * lispref/packaging.texi (Local.rules File): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1783 * lispref/packaging.texi (package-info.in): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1784 * lispref/packaging.texi (Makefile): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1785 * lispref/packaging.texi (Documenting Packages): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1786
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1787 2005-09-27 Adrian Aichner <adrian@xemacs.org>
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1788
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1789 * internals/internals.texi (A Summary of the Various XEmacs
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1790 Modules): Get file to compile with texinfmt.el.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1791 * internals/internals.texi (Windows Build Flags): Ditto.
4d269e525e21 [xemacs-hg @ 2005-09-26 22:18:59 by adrian]
adrian
parents: 2953
diff changeset
1792
2953
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1793 2005-09-26 Ben Wing <ben@xemacs.org>
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1794
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1795 * lispref/glyphs.texi (Images):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1796 * lispref/glyphs.texi (Image Instantiators):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1797 * lispref/glyphs.texi (Image Instantiator Formats):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1798 * lispref/glyphs.texi (Image Instances):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1799 * lispref/glyphs.texi (Image Instance Functions):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1800 * lispref/glyphs.texi (Creating Glyphs):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1801 * lispref/glyphs.texi (Lisp API to Native Widgets):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1802 * lispref/glyphs.texi (Glyph Properties):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1803 * lispref/glyphs.texi (Glyph Examples):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1804 * lispref/lispref.texi (Top):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1805 * lispref/specifiers.texi (Specifiers):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1806 * lispref/specifiers.texi (Introduction to Specifiers):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1807 * lispref/specifiers.texi (Simple Specifier Usage):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1808 * lispref/specifiers.texi (Specifiers In-Depth):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1809 * lispref/specifiers.texi (Specifier Instantiation):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1810 * lispref/specifiers.texi (Retrieving Specifications):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1811 * lispref/specifiers.texi (Specifier Tag Functions):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1812 * lispref/specifiers.texi (Specifier Validation Functions):
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1813 Use "instantiation" not "instancing". Fix some places where
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1814 "specifier" is used to mean "instantiator".
c7d4a681eb2c [xemacs-hg @ 2005-09-26 08:41:45 by ben]
ben
parents: 2949
diff changeset
1815
2949
4b7e0ff1958a [xemacs-hg @ 2005-09-25 21:40:17 by adrian]
adrian
parents: 2931
diff changeset
1816 2005-09-25 Adrian Aichner <adrian@xemacs.org>
4b7e0ff1958a [xemacs-hg @ 2005-09-25 21:40:17 by adrian]
adrian
parents: 2931
diff changeset
1817
4b7e0ff1958a [xemacs-hg @ 2005-09-25 21:40:17 by adrian]
adrian
parents: 2931
diff changeset
1818 * lispref/compile.texi (Compilation Options): Supply missing
4b7e0ff1958a [xemacs-hg @ 2005-09-25 21:40:17 by adrian]
adrian
parents: 2931
diff changeset
1819 argument to @var{}, using same SYMBOL as in variable docstring of
4b7e0ff1958a [xemacs-hg @ 2005-09-25 21:40:17 by adrian]
adrian
parents: 2931
diff changeset
1820 `byte-compile-print-gensym'.
4b7e0ff1958a [xemacs-hg @ 2005-09-25 21:40:17 by adrian]
adrian
parents: 2931
diff changeset
1821
2931
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
1822 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
1823
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
1824 * XEmacs 21.5.22 "cucumber" is released.
0d5322818981 [xemacs-hg @ 2005-09-14 05:28:38 by stephent]
stephent
parents: 2867
diff changeset
1825
2867
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
1826 2005-07-20 Didier Verna <didier@xemacs.org>
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
1827
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
1828 * lispref/faces.texi (Basic Face Functions): Rephrase the face
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
1829 aliasing paragraph following a suggestion from Stephen J.
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
1830 Turnbull.
abbd4c295aa2 [xemacs-hg @ 2005-07-20 07:36:33 by didierv]
didierv
parents: 2865
diff changeset
1831
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1832 2005-07-19 Didier Verna <didier@xemacs.org>
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1833
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1834 * lispref/faces.texi (Basic Face Functions): Document the face
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1835 aliasing feature.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1836
2862
b95fe16005fd [xemacs-hg @ 2005-07-17 20:08:40 by aidan]
aidan
parents: 2828
diff changeset
1837 2005-07-17 Aidan Kehoe <kehoea@parhasard.net>
b95fe16005fd [xemacs-hg @ 2005-07-17 20:08:40 by aidan]
aidan
parents: 2828
diff changeset
1838
b95fe16005fd [xemacs-hg @ 2005-07-17 20:08:40 by aidan]
aidan
parents: 2828
diff changeset
1839 * lispref/commands.texi (Converting Events):
b95fe16005fd [xemacs-hg @ 2005-07-17 20:08:40 by aidan]
aidan
parents: 2828
diff changeset
1840 Give details on the deprecated ALLOW-NON-ASCII argument to
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1841 event-to-character, and why you shouldn't use it.
2862
b95fe16005fd [xemacs-hg @ 2005-07-17 20:08:40 by aidan]
aidan
parents: 2828
diff changeset
1842
2828
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1843 2005-06-26 Aidan Kehoe <kehoea@parhasard.net>
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1844
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1845 * lispref/commands.texi (Converting Events):
2828
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1846 * lispref/keymaps.texi (Key Sequences):
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1847 Stop pretending ASCII is an eight-bit character set, and remove
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1848 documentation of event-to-character's vanished fourth argument.
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1849
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1850 * internals/internals.texi (Old Future Work -- Improvements in
a25c824ed558 [xemacs-hg @ 2005-06-26 18:04:49 by aidan]
aidan
parents: 2818
diff changeset
1851 support for non-ASCII (European) keysyms under X):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1852 Rename the ascii-character property.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1853
2818
9fa10603c898 [xemacs-hg @ 2005-06-19 20:49:43 by aidan]
aidan
parents: 2791
diff changeset
1854 2005-06-19 Aidan Kehoe <kehoea@parhasard.net>
9fa10603c898 [xemacs-hg @ 2005-06-19 20:49:43 by aidan]
aidan
parents: 2791
diff changeset
1855
9fa10603c898 [xemacs-hg @ 2005-06-19 20:49:43 by aidan]
aidan
parents: 2791
diff changeset
1856 * lispref/building.texi (Building XEmacs and Object Allocation):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1857 Pure storage has been gone for half a decade or more.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1858 * lispref/mule.texi (Internationalization Terminology):
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1859 Phrase stuff a little more clearly, compare Mule with Unicode.
2818
9fa10603c898 [xemacs-hg @ 2005-06-19 20:49:43 by aidan]
aidan
parents: 2791
diff changeset
1860 * lispref/lispref.texi (Top):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1861 Take out info on pure storage.
2818
9fa10603c898 [xemacs-hg @ 2005-06-19 20:49:43 by aidan]
aidan
parents: 2791
diff changeset
1862
2791
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2769
diff changeset
1863 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2769
diff changeset
1864
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2769
diff changeset
1865 * XEmacs 21.5.21 "corn" is released.
7e34c186ba93 [xemacs-hg @ 2005-05-28 06:11:28 by stephent]
stephent
parents: 2769
diff changeset
1866
2769
640e02d61e7f [xemacs-hg @ 2005-05-10 17:56:14 by aidan]
aidan
parents: 2768
diff changeset
1867 2005-05-10 Aidan Kehoe <kehoea@parhasard.net>
640e02d61e7f [xemacs-hg @ 2005-05-10 17:56:14 by aidan]
aidan
parents: 2768
diff changeset
1868
640e02d61e7f [xemacs-hg @ 2005-05-10 17:56:14 by aidan]
aidan
parents: 2768
diff changeset
1869 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1870 'turn-on-auto-fill) is not a good idea.
2769
640e02d61e7f [xemacs-hg @ 2005-05-10 17:56:14 by aidan]
aidan
parents: 2768
diff changeset
1871
2768
feeb145e30f4 [xemacs-hg @ 2005-05-10 17:35:57 by aidan]
aidan
parents: 2757
diff changeset
1872 2005-05-10 Aidan Kehoe <kehoea@parhasard.net>
feeb145e30f4 [xemacs-hg @ 2005-05-10 17:35:57 by aidan]
aidan
parents: 2757
diff changeset
1873
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1874 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1875 underfeatured and not getting better anytime soon; suggest using
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1876 another mailer.
2768
feeb145e30f4 [xemacs-hg @ 2005-05-10 17:35:57 by aidan]
aidan
parents: 2757
diff changeset
1877
2757
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1878 2005-05-05 Aidan Kehoe <kehoea@parhasard.net>
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1879
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1880 * xemacs/building.texi (Lisp Modes):
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1881 * xemacs/building.texi (Lisp Interaction):
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1882 * xemacs/entering.texi (Entering Emacs):
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1883 * xemacs/menus.texi (File Menu):
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1884 * xemacs/text.texi (Auto Fill):
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1885 None of the keymaps I have access to have linefeed keys; they all
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1886 use Return. As such, for new users, C-j is really the only option
7844ab77b582 [xemacs-hg @ 2005-05-05 17:10:19 by aidan]
aidan
parents: 2736
diff changeset
1887 for evaluation in Lisp interaction mode, and should be documented
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1888 as such.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1889
3050
67b6f3514ffc [xemacs-hg @ 2005-11-07 08:49:12 by stephent]
stephent
parents: 3031
diff changeset
1890 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org>
2736
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1891
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1892 * internals/internals.texi
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1893 (Better Rendering Support -- Modern Font Support):
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1894 (Modern Font Support -- Font Concepts):
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1895 (Modern Font Support -- fontconfig):
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1896 (Modern Font Support -- Xft):
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1897 New nodes describing the Lisp API.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1898 (Future Work -- Better Rendering Support):
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1899 Add Better Rendering Support -- Modern Font Support to menu.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1900
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1901 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org>
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1902
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1903 * xemacs/custom.texi (X Resources): Improve wording.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1904
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1905 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org>
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1906
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1907 * xemacs/custom.texi (Minor Modes): Improve general description.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1908 Add description of Pending Delete and Filladapt modes.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1909 (File Variables): Improve caution against invoking minor modes.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1910 (Syntax Entry): Strengthen caution against "\s ".
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1911
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1912 * xemacs/major.texi (Major Modes): Improve accuracy of wording.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1913 (Mode Hooks): Describe use of hooks to invoke minor modes.
40dc584fce16 [xemacs-hg @ 2005-04-18 03:59:48 by stephent]
stephent
parents: 2715
diff changeset
1914
2715
980ce20b8504 [xemacs-hg @ 2005-04-06 20:12:46 by ben]
ben
parents: 2691
diff changeset
1915 2005-04-06 Ben Wing <ben@xemacs.org>
980ce20b8504 [xemacs-hg @ 2005-04-06 20:12:46 by ben]
ben
parents: 2691
diff changeset
1916
980ce20b8504 [xemacs-hg @ 2005-04-06 20:12:46 by ben]
ben
parents: 2691
diff changeset
1917 * internals/internals.texi (Authorship of XEmacs): Copy authorship
980ce20b8504 [xemacs-hg @ 2005-04-06 20:12:46 by ben]
ben
parents: 2691
diff changeset
1918 section from FAQ and comment out old info, which is quite out of
980ce20b8504 [xemacs-hg @ 2005-04-06 20:12:46 by ben]
ben
parents: 2691
diff changeset
1919 date and full of typos.
980ce20b8504 [xemacs-hg @ 2005-04-06 20:12:46 by ben]
ben
parents: 2691
diff changeset
1920
2690
d5bfa26d5c3f [xemacs-hg @ 2005-03-26 16:20:01 by aidan]
aidan
parents: 2681
diff changeset
1921 2005-03-26 Aidan Kehoe <kehoea@parhasard.net>
d5bfa26d5c3f [xemacs-hg @ 2005-03-26 16:20:01 by aidan]
aidan
parents: 2681
diff changeset
1922
d5bfa26d5c3f [xemacs-hg @ 2005-03-26 16:20:01 by aidan]
aidan
parents: 2681
diff changeset
1923 * lispref/mule.texi (CCL Example):
2691
8d4fa1c4e0b8 [xemacs-hg @ 2005-03-26 16:26:53 by aidan]
aidan
parents: 2690
diff changeset
1924 char-int -> char-to-int, and hex 41 is decimal 65, both problems
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1925 with my previous patch pointed out by Stephen.
2690
d5bfa26d5c3f [xemacs-hg @ 2005-03-26 16:20:01 by aidan]
aidan
parents: 2681
diff changeset
1926 * lispref/mule.texi (The actual coding system):
d5bfa26d5c3f [xemacs-hg @ 2005-03-26 16:20:01 by aidan]
aidan
parents: 2681
diff changeset
1927 Give information on the make-coding-system call, and where the
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1928 actual package can be found.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1929
2681
f15523a6da7a [xemacs-hg @ 2005-03-24 12:17:51 by aidan]
aidan
parents: 2665
diff changeset
1930 2005-03-24 Aidan Kehoe <kehoea@parhasard.net>
f15523a6da7a [xemacs-hg @ 2005-03-24 12:17:51 by aidan]
aidan
parents: 2665
diff changeset
1931
f15523a6da7a [xemacs-hg @ 2005-03-24 12:17:51 by aidan]
aidan
parents: 2665
diff changeset
1932 * xemacs/custom.texi (X Resources):
f15523a6da7a [xemacs-hg @ 2005-03-24 12:17:51 by aidan]
aidan
parents: 2665
diff changeset
1933 "Emacs" as the application class -> "XEmacs" as the application
f15523a6da7a [xemacs-hg @ 2005-03-24 12:17:51 by aidan]
aidan
parents: 2665
diff changeset
1934 class, mention the old resource class determination behaviour, and
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1935 how one can temporarily re-instate it.
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1936
2665
bac3173b2665 [xemacs-hg @ 2005-03-15 06:15:35 by stephent]
stephent
parents: 2662
diff changeset
1937 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org>
bac3173b2665 [xemacs-hg @ 2005-03-15 06:15:35 by stephent]
stephent
parents: 2662
diff changeset
1938
bac3173b2665 [xemacs-hg @ 2005-03-15 06:15:35 by stephent]
stephent
parents: 2662
diff changeset
1939 * internals/internals.texi (The XEmacs Split):
bac3173b2665 [xemacs-hg @ 2005-03-15 06:15:35 by stephent]
stephent
parents: 2662
diff changeset
1940 * standards.texi (Option Table):
bac3173b2665 [xemacs-hg @ 2005-03-15 06:15:35 by stephent]
stephent
parents: 2662
diff changeset
1941 Shut up makeinfo and hack-local-variables.
bac3173b2665 [xemacs-hg @ 2005-03-15 06:15:35 by stephent]
stephent
parents: 2662
diff changeset
1942
2662
5d63eacf17f1 [xemacs-hg @ 2005-03-14 03:03:11 by stephent]
stephent
parents: 2653
diff changeset
1943 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org>
5d63eacf17f1 [xemacs-hg @ 2005-03-14 03:03:11 by stephent]
stephent
parents: 2653
diff changeset
1944
5d63eacf17f1 [xemacs-hg @ 2005-03-14 03:03:11 by stephent]
stephent
parents: 2653
diff changeset
1945 * internals/internals.texi (How Lisp Objects Are Represented in C):
5d63eacf17f1 [xemacs-hg @ 2005-03-14 03:03:11 by stephent]
stephent
parents: 2653
diff changeset
1946 Document compiler warnings when assert expands to empty statement.
5d63eacf17f1 [xemacs-hg @ 2005-03-14 03:03:11 by stephent]
stephent
parents: 2653
diff changeset
1947
2653
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2647
diff changeset
1948 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2647
diff changeset
1949
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2647
diff changeset
1950 * XEmacs 21.5.20 "cilantro" is released.
c86fcce8b14b [xemacs-hg @ 2005-03-11 19:19:24 by stephent]
stephent
parents: 2647
diff changeset
1951
2647
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1952 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org>
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1953
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1954 * beta.texi : Change configure arguments to the new autoconf 2.5
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1955 style configure.
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1956 * internals/internals.texi (The Build Configuration System): Fill
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1957 out the details.
89e2f8e3f660 [xemacs-hg @ 2005-03-10 11:44:17 by malcolmp]
malcolmp
parents: 2640
diff changeset
1958
2640
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1959 2005-01-19 Aidan Kehoe <kehoea@parhasard.net>
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1960
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1961 * lispref/mule.texi (CCL Example): Detail an implementation of the
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1962 web's URL encoding as a CCL coding system example.
2640
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1963
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1964 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org>
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1965
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1966 * internals/internals.texi (The version.sh Script): New node.
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1967 (XEmacs from the Perspective of Building):
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1968 (Low-Level Modules):
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1969 (The Build Configuration System):
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1970 (Adding Configurable Features):
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1971 Add or update references to the version.sh node and/or file.
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1972
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1973 (XEmacs from the Perspective of Building): Improve text.
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1974
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1975
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1976 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org>
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1977
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1978 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list.
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1979 (The XEmacs Split): Add comments on untrue legal factoids.
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1980 (The XEmacs Split): Add some @urefs for Jamie's commentary.
a4040d921acc [xemacs-hg @ 2005-03-09 05:36:28 by stephent]
stephent
parents: 2608
diff changeset
1981
2608
f45ce138f2ad [xemacs-hg @ 2005-02-23 15:33:32 by stephent]
stephent
parents: 2602
diff changeset
1982 2005-02-23 Aidan Kehoe <kehoea@parhasard.net>
f45ce138f2ad [xemacs-hg @ 2005-02-23 15:33:32 by stephent]
stephent
parents: 2602
diff changeset
1983
f45ce138f2ad [xemacs-hg @ 2005-02-23 15:33:32 by stephent]
stephent
parents: 2602
diff changeset
1984 * lispref/searching.texi (Syntax of Regexps):
f45ce138f2ad [xemacs-hg @ 2005-02-23 15:33:32 by stephent]
stephent
parents: 2602
diff changeset
1985 Mention the \c and \C regular expression constructs; cross
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
1986 reference to the Category Table documentation.
2608
f45ce138f2ad [xemacs-hg @ 2005-02-23 15:33:32 by stephent]
stephent
parents: 2602
diff changeset
1987
2602
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1988 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org>
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1989
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1990 * internals/internals.texi (The version.sh Script): New node.
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1991 (XEmacs from the Perspective of Building):
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1992 (Low-Level Modules):
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1993 (The Build Configuration System):
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1994 (Adding Configurable Features):
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1995 Add or update references to the version.sh node and/or file.
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1996
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1997 (XEmacs from the Perspective of Building): Improve text.
3d8cce0303fa [xemacs-hg @ 2005-02-22 07:15:59 by stephent]
stephent
parents: 2597
diff changeset
1998
2597
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
1999 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org>
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2000
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2001 * internals/internals.texi (Introduction to Writing C Code):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2002 Change "mostly warning-free" to "warning-free" to encourage
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2003 reporting warnings as bugs.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2004 (The configure Script):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2005 Incorporate Malcolm Purvis's notes from configure.ac. Document
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2006 his implementations of keyword and complex options, and remove
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2007 descriptions of my obsolete code.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2008
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2009 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org>
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2010
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2011 * internals/internals.texi (Better Rendering Support --
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2012 Configuration with the Interim Patches):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2013 Improve notes on configuration.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2014
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2015 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org>
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2016
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2017 * internals/internals.texi (Better Rendering Support --
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2018 Configuration with the Interim Patches): Menubar uses xftFont
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2019 resource, too.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2020
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2021 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2022
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2023 * internals/internals.texi (XEmacs from the Perspective of
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2024 Building): Mention autoconf.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2025 (The Modules of XEmacs): Point Next the The Build Configuration
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2026 System and add Modules for Building XEmacs to the menu.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2027 (A Summary of the Various XEmacs Modules): Add Modules for
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2028 Building XEmacs to menu, and Modules for Build Configuration,
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2029 Modules for Compiling XEmacs, and Modules for Preloading Lisp to
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2030 the table of sections.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2031 (Low-Level Modules): Point Previous to Modules for Building XEmacs.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2032 (Modules for Building XEmacs):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2033 (Modules for Build Configuration):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2034 (Modules for Compiling XEmacs):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2035 (Modules for Preloading Lisp):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2036 (The Build Configuration System):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2037 (Adding Configurable Features):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2038 (The configure Script):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2039 (The Makefile Precursors):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2040 New nodes.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2041 (Rules When Writing New C Code):
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2042 Point Previous to The Build Configuration System.
d6a2e12b8411 [xemacs-hg @ 2005-02-19 16:18:52 by stephent]
stephent
parents: 2594
diff changeset
2043
2594
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2559
diff changeset
2044 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2559
diff changeset
2045
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2559
diff changeset
2046 * XEmacs 21.5.19 "chives" is released.
bafa01f3cb06 [xemacs-hg @ 2005-02-18 06:26:31 by stephent]
stephent
parents: 2559
diff changeset
2047
2559
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2048 2005-02-03 Ben Wing <ben@xemacs.org>
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2049
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2050 * xemacs-faq.texi:
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2051 * xemacs-faq.texi (Top):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2052 * xemacs-faq.texi (Introduction):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2053 * xemacs-faq.texi (Q1.2.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2054 * xemacs-faq.texi (Q1.2.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2055 * xemacs-faq.texi (Q1.2.9):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2056 * xemacs-faq.texi (Q1.2.10):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2057 * xemacs-faq.texi (Q1.2.11):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2058 * xemacs-faq.texi (Q1.2.12):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2059 * xemacs-faq.texi (Q1.4.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2060 * xemacs-faq.texi (Q1.5.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2061 * xemacs-faq.texi (Q1.5.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2062 * xemacs-faq.texi (Q1.5.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2063 * xemacs-faq.texi (Q1.5.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2064 * xemacs-faq.texi (Q1.6.6):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2065 * xemacs-faq.texi (Q1.7.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2066 * xemacs-faq.texi (Q1.7.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2067 * xemacs-faq.texi (Q1.7.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2068 * xemacs-faq.texi (Q1.7.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2069 * xemacs-faq.texi (Installation):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2070 * xemacs-faq.texi (Q2.0.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2071 * xemacs-faq.texi (Q2.0.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2072 * xemacs-faq.texi (Q2.0.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2073 * xemacs-faq.texi (Q2.0.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2074 * xemacs-faq.texi (Q2.0.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2075 * xemacs-faq.texi (Q2.1.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2076 * xemacs-faq.texi (Q2.1.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2077 * xemacs-faq.texi (Q2.1.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2078 * xemacs-faq.texi (Q2.1.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2079 * xemacs-faq.texi (Q2.1.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2080 * xemacs-faq.texi (Q2.1.6):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2081 * xemacs-faq.texi (Q2.1.7):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2082 * xemacs-faq.texi (Q2.2.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2083 * xemacs-faq.texi (Q2.2.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2084 * xemacs-faq.texi (Q2.3.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2085 * xemacs-faq.texi (Q2.3.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2086 * xemacs-faq.texi (Q2.3.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2087 * xemacs-faq.texi (Q2.3.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2088 * xemacs-faq.texi (Q2.3.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2089 * xemacs-faq.texi (Q2.3.6):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2090 * xemacs-faq.texi (Q2.3.7):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2091 * xemacs-faq.texi (Q2.3.8):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2092 * xemacs-faq.texi (Q2.4.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2093 * xemacs-faq.texi (Q2.4.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2094 * xemacs-faq.texi (Q2.4.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2095 * xemacs-faq.texi (Q2.4.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2096 * xemacs-faq.texi (Q2.4.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2097 * xemacs-faq.texi (Q2.4.6):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2098 * xemacs-faq.texi (Q2.4.7):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2099 * xemacs-faq.texi (Q2.4.8):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2100 * xemacs-faq.texi (Q2.4.9):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2101 * xemacs-faq.texi (Q2.4.10):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2102 * xemacs-faq.texi (Q2.4.11):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2103 * xemacs-faq.texi (Q2.4.12):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2104 * xemacs-faq.texi (Q2.5.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2105 * xemacs-faq.texi (Q2.5.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2106 * xemacs-faq.texi (Q2.5.3):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2107 * xemacs-faq.texi (Q2.5.4):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2108 * xemacs-faq.texi (Q2.5.5):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2109 * xemacs-faq.texi (Legacy Versions):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2110 * xemacs-faq.texi (Q10.0.1):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2111 * xemacs-faq.texi (Q10.0.2):
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2112 Flesh out intro section on packages and section on installing
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2113 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES.
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2114 Various other changes.
0e04aba50e0b [xemacs-hg @ 2005-02-04 02:51:20 by ben]
ben
parents: 2547
diff changeset
2115
2547
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2116 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org>
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2117
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2118 * beta.texi: Update Copyright. Add pointer comment.
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2119
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2120 (New packages): Remove personal names, point at jobs.html
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2121 instead.
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2122
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2123 (Syncing with GNU Emacs): Change "don't assume Mule" to
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2124 "conditionalize Mule dependencies correctly". RMS stroking: use
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2125 "GNU", not "FSF", in sync notices.
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2126
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2127 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org>
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2128
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2129 * beta.texi (Top):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2130 Add reference to Index in catalog to prevent
2547
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2131 errors compiling with GNU makeinfo 4.5.
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2132
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2133 * beta.texi (Syncing with GNU Emacs):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2134 Add forward reference to Index in next node to prevent
2547
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2135 errors compiling with GNU makeinfo 4.5.
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2136
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2137 * beta.texi (Index):
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2138 Add backward reference to Syncing with GNU Emacs to
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2139 replace obsolete reference to Defining Variables to
2547
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2140 prevent errors compiling with GNU makeinfo 4.5.
a9527fcdf77f [xemacs-hg @ 2005-02-03 06:14:40 by stephent]
stephent
parents: 2537
diff changeset
2141
2537
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2142 2005-01-31 Ben Wing <ben@xemacs.org>
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2143
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2144 * xemacs/help.texi (Misc Help):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2145 Delete references to DISTRIB. Point to FAQ.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2146
2537
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2147 * xemacs/new.texi:
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2148 Update sample code for version checking.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2149
2537
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2150 * xemacs/xemacs.texi (Distrib):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2151 * xemacs/xemacs.texi (Intro):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2152 Delete references to DISTRIB. Point directly to web site.
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2153 Update stuff referring to GNU Emacs. Delete references to Win-Emacs.
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2154
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2155 2005-01-31 Ben Wing <ben@xemacs.org>
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2156
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2157 * Makefile:
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2158 * Makefile (info_files):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2159 * Makefile (html_files):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2160 * Makefile (dvi_files):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2161 * Makefile (pdf_files):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2162 * Makefile ($(INFODIR)/beta.info):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2163 Add beta.texi and built files.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2164
2537
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2165 * xemacs-faq.texi (Top):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2166 * xemacs-faq.texi (Introduction):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2167 * xemacs-faq.texi (Q1.0.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2168 * xemacs-faq.texi (Q1.0.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2169 * xemacs-faq.texi (Q1.0.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2170 * xemacs-faq.texi (Q1.0.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2171 * xemacs-faq.texi (Q1.1.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2172 * xemacs-faq.texi (Q1.1.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2173 * xemacs-faq.texi (Q1.1.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2174 * xemacs-faq.texi (Q1.1.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2175 * xemacs-faq.texi (Q1.2.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2176 * xemacs-faq.texi (Q1.2.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2177 * xemacs-faq.texi (Q1.2.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2178 * xemacs-faq.texi (Q1.2.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2179 * xemacs-faq.texi (Q1.2.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2180 * xemacs-faq.texi (Q1.2.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2181 * xemacs-faq.texi (Q1.2.7):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2182 * xemacs-faq.texi (Q1.2.8):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2183 * xemacs-faq.texi (Q1.2.9):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2184 * xemacs-faq.texi (Q1.2.10):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2185 * xemacs-faq.texi (Q1.2.11):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2186 * xemacs-faq.texi (Q1.2.12):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2187 * xemacs-faq.texi (Q1.2.13):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2188 * xemacs-faq.texi (Q1.3.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2189 * xemacs-faq.texi (Q1.3.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2190 * xemacs-faq.texi (Q1.3.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2191 * xemacs-faq.texi (Q1.3.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2192 * xemacs-faq.texi (Q1.3.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2193 * xemacs-faq.texi (Q1.3.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2194 * xemacs-faq.texi (Q1.3.7):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2195 * xemacs-faq.texi (Q1.3.8):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2196 * xemacs-faq.texi (Q1.4.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2197 * xemacs-faq.texi (Q1.4.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2198 * xemacs-faq.texi (double-word): New.
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2199 * xemacs-faq.texi (Q1.4.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2200 * xemacs-faq.texi (Q1.4.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2201 * xemacs-faq.texi (Q1.4.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2202 * xemacs-faq.texi (Q1.5.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2203 * xemacs-faq.texi (Q1.5.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2204 * xemacs-faq.texi (Q1.5.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2205 * xemacs-faq.texi (Q1.6.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2206 * xemacs-faq.texi (Q1.6.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2207 * xemacs-faq.texi (Q1.6.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2208 * xemacs-faq.texi (Q1.6.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2209 * xemacs-faq.texi (Q1.6.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2210 * xemacs-faq.texi (Q1.6.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2211 * xemacs-faq.texi (Q1.7.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2212 * xemacs-faq.texi (Q1.8.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2213 * xemacs-faq.texi (Q1.8.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2214 * xemacs-faq.texi (Q1.8.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2215 * xemacs-faq.texi (Q1.8.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2216 * xemacs-faq.texi (Q1.8.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2217 * xemacs-faq.texi (Q1.8.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2218 * xemacs-faq.texi (Q1.8.7):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2219 * xemacs-faq.texi (Q1.8.8):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2220 * xemacs-faq.texi (Q1.8.9):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2221 * xemacs-faq.texi (Q2.2.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2222 * xemacs-faq.texi (Q2.2.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2223 * xemacs-faq.texi (Q2.4.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2224 * xemacs-faq.texi (Advanced):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2225 * xemacs-faq.texi (Q7.0.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2226 * xemacs-faq.texi (Q7.0.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2227 * xemacs-faq.texi (Q7.0.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2228 * xemacs-faq.texi (Q7.0.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2229 * xemacs-faq.texi (Q7.0.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2230 * xemacs-faq.texi (Q7.0.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2231 * xemacs-faq.texi (Q7.1.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2232 * xemacs-faq.texi (Q7.1.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2233 * xemacs-faq.texi (Q7.1.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2234 * xemacs-faq.texi (Q7.1.4):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2235 * xemacs-faq.texi (Q7.1.5):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2236 * xemacs-faq.texi (Q7.1.6):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2237 * xemacs-faq.texi (Q7.1.7):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2238 * xemacs-faq.texi (Q7.1.8):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2239 * xemacs-faq.texi (Q7.1.9):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2240 * xemacs-faq.texi (Q7.1.10):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2241 * xemacs-faq.texi (Q7.1.11):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2242 * xemacs-faq.texi (Q7.2.1):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2243 * xemacs-faq.texi (Q7.2.2):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2244 * xemacs-faq.texi (Q7.2.3):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2245 * xemacs-faq.texi (Other Packages):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2246 * xemacs-faq.texi (Current Events):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2247 * xemacs-faq.texi (Legacy Versions):
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2248 Major overhaul of section 1. Add mailing list info, update
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2249 downloading info, add info on CVS, etc.
b7b90f750a78 [xemacs-hg @ 2005-01-31 20:08:32 by ben]
ben
parents: 2522
diff changeset
2250
2522
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2251 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org>
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2252
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2253 * xemacs/programs.texi (Program Modes): Updated it to reflect
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2254 current status of programming modes.
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2255 * xemacs/programs.texi (CC Mode): New section introduces CC
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2256 Mode. Introduces customization with reference to CC Mode
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2257 manual. Also introduce C/AWK modes in prog-modes package
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2258 * xemacs/programs.texi (C Ident): Removed - it was
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2259 obsolete. prog-modes package documentation now contains
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2260 indentation description for old C mode
2522
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2261 * xemacs/major.texi (Mode Hooks): Add description of major mode
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2262 hooks. Cleaned up and updated programming mode descriptions.
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2263 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2264 CC Mode section in programs.texi
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2265
52dc9b940348 [xemacs-hg @ 2005-01-28 00:12:32 by ben]
ben
parents: 2507
diff changeset
2266
2507
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2267 2005-01-26 Ben Wing <ben@xemacs.org>
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2268
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2269 * internals/internals.texi:
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2270 * internals/internals.texi (Through Version 18):
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2271 * internals/internals.texi (GNU Emacs 19):
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2272 * internals/internals.texi (GNU Emacs 20):
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2273 Update History.
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2274
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2275 * internals/internals.texi (Unicode support under Windows):
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2276 Redo section on Windows 95 support for Unicode.
e27943beb30f [xemacs-hg @ 2005-01-26 09:48:24 by ben]
ben
parents: 2492
diff changeset
2277
2492
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2278 2005-01-19 Aidan Kehoe <kehoea@parhasard.net>
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2279
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2280 * man/lispref/functions.texi (Functions): Rename to "Functions and
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2281 Commands"
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2282 * man/lispref/functions.texi (What Is a Function): Move the definition
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2283 of a command further up the list, give information on a trivial
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2284 (interactive) declaration, and cross-reference to the key binding
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2285 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2286 (comp.emacs.xemacs, 2005-01-18).
2492
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2287 * man/lispref/eval.texi man/lispref/lispref.texi
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2288 man/lispref/macros.texi man/lispref/symbols.texi
2492
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2289 man/lispref/variables.texi: Fix cross references.
6780963faf78 [xemacs-hg @ 2005-01-21 09:43:09 by aidan]
aidan
parents: 2459
diff changeset
2290
2459
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2291 2004-12-28 Ben Wing <ben@xemacs.org>
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2292
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2293 * xemacs-faq.texi (Top):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2294 * xemacs-faq.texi (Introduction):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2295 * xemacs-faq.texi (Q1.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2296 * xemacs-faq.texi (Q1.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2297 * xemacs-faq.texi (Q1.0.10):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2298 * xemacs-faq.texi (Q1.1.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2299 * xemacs-faq.texi (Q1.1.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2300 * xemacs-faq.texi (Q1.4.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2301 * xemacs-faq.texi (Q1.4.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2302 * xemacs-faq.texi (Q1.5.8):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2303 * xemacs-faq.texi (Installation):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2304 * xemacs-faq.texi (Q2.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2305 * xemacs-faq.texi (Q2.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2306 * xemacs-faq.texi (Q2.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2307 * xemacs-faq.texi (Q2.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2308 * xemacs-faq.texi (Q2.2.7):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2309 * xemacs-faq.texi (Q2.4.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2310 * xemacs-faq.texi (Editing):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2311 * xemacs-faq.texi (Q3.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2312 * xemacs-faq.texi (Q3.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2313 * xemacs-faq.texi (Q3.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2314 * xemacs-faq.texi (Q3.0.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2315 * xemacs-faq.texi (Q3.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2316 * xemacs-faq.texi (Q3.0.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2317 * xemacs-faq.texi (Q3.0.7):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2318 * xemacs-faq.texi (Q3.0.8):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2319 * xemacs-faq.texi (Q3.0.9):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2320 * xemacs-faq.texi (Q3.0.10):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2321 * xemacs-faq.texi (Q3.0.11):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2322 * xemacs-faq.texi (Q3.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2323 * xemacs-faq.texi (Q3.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2324 * xemacs-faq.texi (Q3.1.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2325 * xemacs-faq.texi (Q3.1.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2326 * xemacs-faq.texi (Q3.1.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2327 * xemacs-faq.texi (Q3.2.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2328 * xemacs-faq.texi (Q3.2.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2329 * xemacs-faq.texi (Q3.2.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2330 * xemacs-faq.texi (Q3.2.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2331 * xemacs-faq.texi (Q3.2.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2332 * xemacs-faq.texi (Q3.3.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2333 * xemacs-faq.texi (Q3.3.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2334 * xemacs-faq.texi (Q3.3.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2335 * xemacs-faq.texi (Q3.3.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2336 * xemacs-faq.texi (Q3.3.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2337 * xemacs-faq.texi (Q3.3.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2338 * xemacs-faq.texi (Q3.4.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2339 * xemacs-faq.texi (Q3.4.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2340 * xemacs-faq.texi (Display):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2341 * xemacs-faq.texi (Q4.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2342 * xemacs-faq.texi (Q4.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2343 * xemacs-faq.texi (Q4.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2344 * xemacs-faq.texi (Q4.0.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2345 * xemacs-faq.texi (my-toggle-toolbar): Removed.
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2346 * xemacs-faq.texi (Q4.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2347 * xemacs-faq.texi (Q4.0.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2348 * xemacs-faq.texi (Q4.0.7):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2349 * xemacs-faq.texi (Q4.0.8):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2350 * xemacs-faq.texi (Q4.0.9):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2351 * xemacs-faq.texi (Q4.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2352 * xemacs-faq.texi (Q4.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2353 * xemacs-faq.texi (Q4.2.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2354 * xemacs-faq.texi (Q4.2.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2355 * xemacs-faq.texi (Q4.2.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2356 * xemacs-faq.texi (Q4.2.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2357 * xemacs-faq.texi (Q4.3.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2358 * xemacs-faq.texi (Q4.3.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2359 * xemacs-faq.texi (Q4.3.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2360 * xemacs-faq.texi (Q4.4.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2361 * xemacs-faq.texi (Q4.4.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2362 * xemacs-faq.texi (Q4.4.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2363 * xemacs-faq.texi (Q4.4.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2364 * xemacs-faq.texi (Q4.4.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2365 * xemacs-faq.texi (Q4.5.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2366 * xemacs-faq.texi (Q4.5.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2367 * xemacs-faq.texi (Q4.5.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2368 * xemacs-faq.texi (Q4.5.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2369 * xemacs-faq.texi (Q4.6.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2370 * xemacs-faq.texi (Q4.6.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2371 * xemacs-faq.texi (Q4.6.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2372 * xemacs-faq.texi (Q4.6.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2373 * xemacs-faq.texi (scroll-up): Removed.
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2374 * xemacs-faq.texi (Q4.6.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2375 * xemacs-faq.texi (scroll-down): Removed.
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2376 * xemacs-faq.texi (Q4.6.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2377 * xemacs-faq.texi (Q4.6.7):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2378 * xemacs-faq.texi (Q4.7.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2379 * xemacs-faq.texi (Q4.7.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2380 * xemacs-faq.texi (Q4.7.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2381 * xemacs-faq.texi (Q4.7.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2382 * xemacs-faq.texi (External Subsystems):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2383 * xemacs-faq.texi (Q5.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2384 * xemacs-faq.texi (Q5.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2385 * xemacs-faq.texi (Q5.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2386 * xemacs-faq.texi (Q5.0.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2387 * xemacs-faq.texi (Q5.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2388 * xemacs-faq.texi (Q5.0.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2389 * xemacs-faq.texi (Q5.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2390 * xemacs-faq.texi (Q5.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2391 * xemacs-faq.texi (Q5.2.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2392 * xemacs-faq.texi (Q5.2.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2393 * xemacs-faq.texi (Q5.2.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2394 * xemacs-faq.texi (Q5.2.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2395 * xemacs-faq.texi (Q5.3.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2396 * xemacs-faq.texi (Q5.3.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2397 * xemacs-faq.texi (Q5.3.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2398 * xemacs-faq.texi (Q5.3.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2399 * xemacs-faq.texi (Q5.4.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2400 * xemacs-faq.texi (Q5.4.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2401 * xemacs-faq.texi (Q5.4.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2402 * xemacs-faq.texi (Q5.4.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2403 * xemacs-faq.texi (Q5.4.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2404 * xemacs-faq.texi (Q5.5.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2405 * xemacs-faq.texi (Q5.5.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2406 * xemacs-faq.texi (Q5.5.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2407 * xemacs-faq.texi (Q5.5.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2408 * xemacs-faq.texi (Q5.5.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2409 * xemacs-faq.texi (Internet):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2410 * xemacs-faq.texi (Q6.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2411 * xemacs-faq.texi (Q6.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2412 * xemacs-faq.texi (Q6.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2413 * xemacs-faq.texi (Q6.0.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2414 * xemacs-faq.texi (Q6.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2415 * xemacs-faq.texi (Q6.0.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2416 * xemacs-faq.texi (Q6.0.7):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2417 * xemacs-faq.texi (Q6.0.8):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2418 * xemacs-faq.texi (Q6.0.9):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2419 * xemacs-faq.texi (Q6.0.10):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2420 * xemacs-faq.texi (Q6.0.11):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2421 * xemacs-faq.texi (Q6.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2422 * xemacs-faq.texi (Q6.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2423 * xemacs-faq.texi (Q6.1.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2424 * xemacs-faq.texi (Q6.1.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2425 * xemacs-faq.texi (Q6.1.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2426 * xemacs-faq.texi (Q6.1.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2427 * xemacs-faq.texi (Q6.2.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2428 * xemacs-faq.texi (Q6.2.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2429 * xemacs-faq.texi (Q6.3.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2430 * xemacs-faq.texi (Q6.3.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2431 * xemacs-faq.texi (Q6.4.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2432 * xemacs-faq.texi (Q6.4.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2433 * xemacs-faq.texi (Q6.4.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2434 * xemacs-faq.texi (Advanced):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2435 * xemacs-faq.texi (Q7.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2436 * xemacs-faq.texi (Q7.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2437 * xemacs-faq.texi (Q7.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2438 * xemacs-faq.texi (Q7.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2439 * xemacs-faq.texi (Q7.1.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2440 * xemacs-faq.texi (Q7.1.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2441 * xemacs-faq.texi (Q7.1.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2442 * xemacs-faq.texi (Q7.1.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2443 * xemacs-faq.texi (Q7.2.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2444 * xemacs-faq.texi (Q7.2.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2445 * xemacs-faq.texi (Q7.2.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2446 * xemacs-faq.texi (Q7.2.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2447 * xemacs-faq.texi (Q7.2.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2448 * xemacs-faq.texi (Q7.2.6):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2449 * xemacs-faq.texi (Q7.2.7):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2450 * xemacs-faq.texi (Q7.2.8):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2451 * xemacs-faq.texi (Q7.2.9):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2452 * xemacs-faq.texi (Q7.2.10):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2453 * xemacs-faq.texi (Q7.2.11):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2454 * xemacs-faq.texi (Q7.3.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2455 * xemacs-faq.texi (Q7.3.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2456 * xemacs-faq.texi (Q7.3.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2457 * xemacs-faq.texi (Q7.3.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2458 * xemacs-faq.texi (Other Packages):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2459 * xemacs-faq.texi (Q8.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2460 * xemacs-faq.texi (Q8.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2461 * xemacs-faq.texi (Q8.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2462 * xemacs-faq.texi (Q8.0.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2463 * xemacs-faq.texi (Q8.1.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2464 * xemacs-faq.texi (Q8.1.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2465 * xemacs-faq.texi (Q8.1.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2466 * xemacs-faq.texi (Q8.2.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2467 * xemacs-faq.texi (Q8.2.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2468 * xemacs-faq.texi (Q8.2.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2469 * xemacs-faq.texi (Q8.2.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2470 * xemacs-faq.texi (Current Events):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2471 * xemacs-faq.texi (Q9.0.1):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2472 * xemacs-faq.texi (my-function): Removed.
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2473 * xemacs-faq.texi (Q9.0.2):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2474 * xemacs-faq.texi (Q9.0.3):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2475 * xemacs-faq.texi (Q9.0.4):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2476 * xemacs-faq.texi (Q9.0.5):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2477 * xemacs-faq.texi (Legacy Versions):
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2478 Major rearrangement. Expand to 10 sections. Add various questions,
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2479 mostly stubs currently. Remove some obsolete stuff. Update a bunch
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2480 of the links.
4c1db13742bc [xemacs-hg @ 2004-12-29 05:08:26 by ben]
ben
parents: 2444
diff changeset
2481
2444
0e3842cd22e2 [xemacs-hg @ 2004-12-17 18:11:26 by scop]
scop
parents: 2441
diff changeset
2482 2004-12-15 Ville Skyttä <scop@xemacs.org>
0e3842cd22e2 [xemacs-hg @ 2004-12-17 18:11:26 by scop]
scop
parents: 2441
diff changeset
2483
0e3842cd22e2 [xemacs-hg @ 2004-12-17 18:11:26 by scop]
scop
parents: 2441
diff changeset
2484 * lispref/help.texi: Document 3rd arg to `make-obsolete'.
0e3842cd22e2 [xemacs-hg @ 2004-12-17 18:11:26 by scop]
scop
parents: 2441
diff changeset
2485
2441
6a51753a5f65 [xemacs-hg @ 2004-12-15 03:32:01 by stephent]
stephent
parents: 2438
diff changeset
2486 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org>
6a51753a5f65 [xemacs-hg @ 2004-12-15 03:32:01 by stephent]
stephent
parents: 2438
diff changeset
2487
6a51753a5f65 [xemacs-hg @ 2004-12-15 03:32:01 by stephent]
stephent
parents: 2438
diff changeset
2488 * internals/internals.texi (Modules for the Basic Displayable Lisp
6a51753a5f65 [xemacs-hg @ 2004-12-15 03:32:01 by stephent]
stephent
parents: 2438
diff changeset
2489 Objects): Remove Mote in Make's eye, fix build.
6a51753a5f65 [xemacs-hg @ 2004-12-15 03:32:01 by stephent]
stephent
parents: 2438
diff changeset
2490
2438
6c7488f5350a [xemacs-hg @ 2004-12-14 10:01:41 by stephent]
stephent
parents: 2431
diff changeset
2491 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org>
6c7488f5350a [xemacs-hg @ 2004-12-14 10:01:41 by stephent]
stephent
parents: 2431
diff changeset
2492
6c7488f5350a [xemacs-hg @ 2004-12-14 10:01:41 by stephent]
stephent
parents: 2431
diff changeset
2493 * internals/internals.texi (Modules for the Basic Displayable Lisp
6c7488f5350a [xemacs-hg @ 2004-12-14 10:01:41 by stephent]
stephent
parents: 2431
diff changeset
2494 Objects): Comment on problems, and extensions needed to handle
6c7488f5350a [xemacs-hg @ 2004-12-14 10:01:41 by stephent]
stephent
parents: 2431
diff changeset
2495 native widgets properly.
6c7488f5350a [xemacs-hg @ 2004-12-14 10:01:41 by stephent]
stephent
parents: 2431
diff changeset
2496
2431
8f3d34b5fc05 [xemacs-hg @ 2004-12-10 06:35:54 by stephent]
stephent
parents: 2427
diff changeset
2497 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org>
8f3d34b5fc05 [xemacs-hg @ 2004-12-10 06:35:54 by stephent]
stephent
parents: 2427
diff changeset
2498
8f3d34b5fc05 [xemacs-hg @ 2004-12-10 06:35:54 by stephent]
stephent
parents: 2427
diff changeset
2499 * internals/internals.texi (Better Rendering Support --
8f3d34b5fc05 [xemacs-hg @ 2004-12-10 06:35:54 by stephent]
stephent
parents: 2427
diff changeset
2500 Implementation): Document reasons for Label Widget crash.
8f3d34b5fc05 [xemacs-hg @ 2004-12-10 06:35:54 by stephent]
stephent
parents: 2427
diff changeset
2501
2427
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2422
diff changeset
2502 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org>
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2422
diff changeset
2503
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2422
diff changeset
2504 * Makefile (RECURSIVE_MAKE): Removed.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2422
diff changeset
2505 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2422
diff changeset
2506 handling parallel builds.
97dd9f867cef [xemacs-hg @ 2004-12-07 12:52:30 by malcolmp]
malcolmp
parents: 2422
diff changeset
2507
2421
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2508 2004-12-05 Ben Wing <ben@xemacs.org>
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2509
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2510 * xemacs/packages.texi (Packages):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2511 * xemacs/packages.texi (Manually):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2512 * xemacs/packages.texi (Building Packages):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2513 * xemacs/packages.texi (Local.rules File):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2514 * xemacs/packages.texi (Available Packages):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2515 Add long form of Lisp Reference Manual to links.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2516 Add links pointing to Lisp Reference Manual for more detailed
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2517 package discussion.
2422
39c1377df3a0 [xemacs-hg @ 2004-12-06 03:59:26 by ben]
ben
parents: 2421
diff changeset
2518
39c1377df3a0 [xemacs-hg @ 2004-12-06 03:59:26 by ben]
ben
parents: 2421
diff changeset
2519 * xemacs/xemacs-faq.texi:
39c1377df3a0 [xemacs-hg @ 2004-12-06 03:59:26 by ben]
ben
parents: 2421
diff changeset
2520 As per Adrian's suggestion, mention that Pitts Jarvis is deceased.
39c1377df3a0 [xemacs-hg @ 2004-12-06 03:59:26 by ben]
ben
parents: 2421
diff changeset
2521
2421
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2522 2004-12-05 Ben Wing <ben@xemacs.org>
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2523
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2524 * lispref/range-tables.texi (Range Tables):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2525 * lispref/range-tables.texi (Introduction to Range Tables):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2526 * lispref/range-tables.texi (Working With Range Tables):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2527 Document range-table changes.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2528
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2529 2004-12-05 Ben Wing <ben@xemacs.org>
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2530
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2531 * internals/internals.texi (A History of Emacs):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2532 Update history section.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2533
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2534 2004-12-05 Ben Wing <ben@xemacs.org>
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2535
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2536 * xemacs-faq.texi:
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2537 * xemacs-faq.texi (fix-main-menu): New.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2538 * xemacs-faq.texi (fix-omitted-menu-lines): New.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2539 * xemacs-faq.texi (Top):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2540 * xemacs-faq.texi (Introduction):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2541 * xemacs-faq.texi (Q1.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2542 * xemacs-faq.texi (Q1.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2543 * xemacs-faq.texi (Q1.0.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2544 * xemacs-faq.texi (Q1.0.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2545 * xemacs-faq.texi (Q1.0.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2546 * xemacs-faq.texi (Q1.0.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2547 * xemacs-faq.texi (Q1.0.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2548 * xemacs-faq.texi (Q1.0.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2549 * xemacs-faq.texi (Q1.0.10):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2550 * xemacs-faq.texi (Q1.0.11):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2551 * xemacs-faq.texi (Q1.0.12):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2552 * xemacs-faq.texi (Q1.0.13):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2553 * xemacs-faq.texi (Q1.0.14):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2554 * xemacs-faq.texi (Q1.1.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2555 * xemacs-faq.texi (Q1.1.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2556 * xemacs-faq.texi (Q1.1.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2557 * xemacs-faq.texi (Q1.1.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2558 * xemacs-faq.texi (Q1.1.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2559 * xemacs-faq.texi (Q1.1.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2560 * xemacs-faq.texi (Q1.1.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2561 * xemacs-faq.texi (Q1.1.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2562 * xemacs-faq.texi (Q1.1.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2563 * xemacs-faq.texi (Q1.2.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2564 * xemacs-faq.texi (Q1.2.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2565 * xemacs-faq.texi (Q1.2.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2566 * xemacs-faq.texi (Q1.3.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2567 * xemacs-faq.texi (Q1.3.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2568 * xemacs-faq.texi (Q1.3.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2569 * xemacs-faq.texi (Q1.4.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2570 * xemacs-faq.texi (Q1.4.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2571 * xemacs-faq.texi (Q1.4.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2572 * xemacs-faq.texi (Q1.4.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2573 * xemacs-faq.texi (Q1.4.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2574 * xemacs-faq.texi (Q1.4.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2575 * xemacs-faq.texi (Q1.4.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2576 * xemacs-faq.texi (Q1.4.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2577 * xemacs-faq.texi (Q1.4.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2578 * xemacs-faq.texi (Q1.5.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2579 * xemacs-faq.texi (Q1.5.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2580 * xemacs-faq.texi (Q1.5.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2581 * xemacs-faq.texi (Q1.5.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2582 * xemacs-faq.texi (Q1.5.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2583 * xemacs-faq.texi (Q1.5.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2584 * xemacs-faq.texi (Q1.5.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2585 * xemacs-faq.texi (Q1.5.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2586 * xemacs-faq.texi (Installation):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2587 * xemacs-faq.texi (Q2.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2588 * xemacs-faq.texi (Q2.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2589 * xemacs-faq.texi (Q2.0.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2590 * xemacs-faq.texi (Q2.0.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2591 * xemacs-faq.texi (Q2.0.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2592 * xemacs-faq.texi (Q2.0.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2593 * xemacs-faq.texi (Q2.0.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2594 * xemacs-faq.texi (Q2.1.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2595 * xemacs-faq.texi (Q2.1.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2596 * xemacs-faq.texi (Q2.1.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2597 * xemacs-faq.texi (Q2.1.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2598 * xemacs-faq.texi (Q2.2.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2599 * xemacs-faq.texi (Q2.2.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2600 * xemacs-faq.texi (Q2.2.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2601 * xemacs-faq.texi (Q2.2.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2602 * xemacs-faq.texi (Q2.2.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2603 * xemacs-faq.texi (Q2.2.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2604 * xemacs-faq.texi (Q2.2.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2605 * xemacs-faq.texi (Q2.2.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2606 * xemacs-faq.texi (Q2.3.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2607 * xemacs-faq.texi (Q2.3.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2608 * xemacs-faq.texi (Q2.3.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2609 * xemacs-faq.texi (Q2.3.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2610 * xemacs-faq.texi (Q2.3.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2611 * xemacs-faq.texi (Q2.3.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2612 * xemacs-faq.texi (Q2.3.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2613 * xemacs-faq.texi (Q2.3.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2614 * xemacs-faq.texi (Q2.3.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2615 * xemacs-faq.texi (Q2.3.10):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2616 * xemacs-faq.texi (Q2.3.11):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2617 * xemacs-faq.texi (Q2.4.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2618 * xemacs-faq.texi (Q2.4.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2619 * xemacs-faq.texi (Q2.4.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2620 * xemacs-faq.texi (Q2.4.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2621 * xemacs-faq.texi (Q2.4.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2622 * xemacs-faq.texi (Q2.4.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2623 * xemacs-faq.texi (Display Subsystems):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2624 * xemacs-faq.texi (running-xemacs): Removed.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2625 * xemacs-faq.texi (Q3.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2626 * xemacs-faq.texi (Q3.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2627 * xemacs-faq.texi (Q3.0.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2628 * xemacs-faq.texi (Q3.0.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2629 * xemacs-faq.texi (Q3.0.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2630 * xemacs-faq.texi (Q3.0.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2631 * xemacs-faq.texi (foo-old-losing-code-p): Removed.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2632 * xemacs-faq.texi (Q3.0.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2633 * xemacs-faq.texi (Q3.0.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2634 * xemacs-faq.texi (Q3.0.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2635 * xemacs-faq.texi (Q3.0.10):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2636 * xemacs-faq.texi (Q3.1.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2637 * xemacs-faq.texi (Q3.1.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2638 * xemacs-faq.texi (Q3.1.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2639 * xemacs-faq.texi (Q3.1.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2640 * xemacs-faq.texi (Q3.1.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2641 * xemacs-faq.texi (Q3.2.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2642 * xemacs-faq.texi (Q3.2.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2643 * xemacs-faq.texi (Q3.2.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2644 * xemacs-faq.texi (Q3.2.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2645 * xemacs-faq.texi (Q3.2.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2646 * xemacs-faq.texi (Q3.2.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2647 * xemacs-faq.texi (Q3.2.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2648 * xemacs-faq.texi (Q3.2.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2649 * xemacs-faq.texi (Q3.2.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2650 * xemacs-faq.texi (Q3.3.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2651 * xemacs-faq.texi (Q3.3.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2652 * xemacs-faq.texi (Q3.3.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2653 * xemacs-faq.texi (Q3.3.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2654 * xemacs-faq.texi (Q3.3.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2655 * xemacs-faq.texi (Q3.3.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2656 * xemacs-faq.texi (Q3.4.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2657 * xemacs-faq.texi (Q3.4.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2658 * xemacs-faq.texi (Q3.4.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2659 * xemacs-faq.texi (Q3.4.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2660 * xemacs-faq.texi (Q3.4.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2661 * xemacs-faq.texi (Q3.4.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2662 * xemacs-faq.texi (Q3.5.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2663 * xemacs-faq.texi (Q3.5.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2664 * xemacs-faq.texi (Q3.5.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2665 * xemacs-faq.texi (Q3.5.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2666 * xemacs-faq.texi (Q3.6.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2667 * xemacs-faq.texi (Q3.6.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2668 * xemacs-faq.texi (Q3.6.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2669 * xemacs-faq.texi (Q3.7.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2670 * xemacs-faq.texi (Q3.7.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2671 * xemacs-faq.texi (Q3.7.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2672 * xemacs-faq.texi (Q3.7.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2673 * xemacs-faq.texi (Q3.7.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2674 * xemacs-faq.texi (Q3.7.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2675 * xemacs-faq.texi (Q3.7.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2676 * xemacs-faq.texi (Q3.7.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2677 * xemacs-faq.texi (Q3.8.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2678 * xemacs-faq.texi (Q3.8.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2679 * xemacs-faq.texi (Q3.8.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2680 * xemacs-faq.texi (my-toggle-toolbar): New.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2681 * xemacs-faq.texi (Q3.8.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2682 * xemacs-faq.texi (scroll-one-line-up): Removed.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2683 * xemacs-faq.texi (scroll-one-line-down): Removed.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2684 * xemacs-faq.texi (Q3.8.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2685 * xemacs-faq.texi (Q3.9.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2686 * xemacs-faq.texi (Q3.9.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2687 * xemacs-faq.texi (Q3.9.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2688 * xemacs-faq.texi (Q3.9.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2689 * xemacs-faq.texi (Q3.9.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2690 * xemacs-faq.texi (External Subsystems):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2691 * xemacs-faq.texi (Q4.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2692 * xemacs-faq.texi (Q4.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2693 * xemacs-faq.texi (Q4.0.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2694 * xemacs-faq.texi (Q4.0.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2695 * xemacs-faq.texi (Q4.0.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2696 * xemacs-faq.texi (Q4.0.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2697 * xemacs-faq.texi (global-map): Removed.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2698 * xemacs-faq.texi (Q4.1.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2699 * xemacs-faq.texi (Q4.1.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2700 * xemacs-faq.texi (Q4.2.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2701 * xemacs-faq.texi (Q4.2.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2702 * xemacs-faq.texi (Q4.2.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2703 * xemacs-faq.texi (Q4.2.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2704 * xemacs-faq.texi (Q4.3.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2705 * xemacs-faq.texi (Q4.3.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2706 * xemacs-faq.texi (Q4.3.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2707 * xemacs-faq.texi (Q4.3.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2708 * xemacs-faq.texi (Q4.4.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2709 * xemacs-faq.texi (Q4.4.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2710 * xemacs-faq.texi (Q4.4.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2711 * xemacs-faq.texi (Q4.4.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2712 * xemacs-faq.texi (Q4.4.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2713 * xemacs-faq.texi (Q4.5.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2714 * xemacs-faq.texi (Q4.5.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2715 * xemacs-faq.texi (Q4.5.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2716 * xemacs-faq.texi (Q4.5.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2717 * xemacs-faq.texi (Q4.5.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2718 * xemacs-faq.texi (Q4.6.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2719 * xemacs-faq.texi (Q4.6.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2720 * xemacs-faq.texi (Q4.6.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2721 * xemacs-faq.texi (Q4.6.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2722 * xemacs-faq.texi (Q4.7.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2723 * xemacs-faq.texi (Q4.7.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2724 * xemacs-faq.texi (Q4.7.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2725 * xemacs-faq.texi (Q4.8.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2726 * xemacs-faq.texi (Q4.8.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2727 * xemacs-faq.texi (Q4.8.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2728 * xemacs-faq.texi (Q4.8.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2729 * xemacs-faq.texi (Internet):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2730 * xemacs-faq.texi (Q5.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2731 * xemacs-faq.texi (Q5.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2732 * xemacs-faq.texi (Q5.0.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2733 * xemacs-faq.texi (Q5.0.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2734 * xemacs-faq.texi (Q5.0.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2735 * xemacs-faq.texi (Q5.0.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2736 * xemacs-faq.texi (Q5.0.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2737 * xemacs-faq.texi (Q5.0.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2738 * xemacs-faq.texi (Q5.0.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2739 * xemacs-faq.texi (Q5.0.10):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2740 * xemacs-faq.texi (Q5.0.11):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2741 * xemacs-faq.texi (Q5.1.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2742 * xemacs-faq.texi (Q5.1.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2743 * xemacs-faq.texi (Q5.1.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2744 * xemacs-faq.texi (Q5.1.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2745 * xemacs-faq.texi (Q5.1.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2746 * xemacs-faq.texi (Q5.1.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2747 * xemacs-faq.texi (Q5.2.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2748 * xemacs-faq.texi (Q5.2.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2749 * xemacs-faq.texi (Q5.3.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2750 * xemacs-faq.texi (Q5.3.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2751 * xemacs-faq.texi (Q5.4.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2752 * xemacs-faq.texi (Q5.4.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2753 * xemacs-faq.texi (Q5.4.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2754 * xemacs-faq.texi (Advanced):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2755 * xemacs-faq.texi (Q6.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2756 * xemacs-faq.texi (Q6.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2757 * xemacs-faq.texi (Q6.1.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2758 * xemacs-faq.texi (Q6.1.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2759 * xemacs-faq.texi (Q6.1.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2760 * xemacs-faq.texi (Q6.1.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2761 * xemacs-faq.texi (Q6.1.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2762 * xemacs-faq.texi (Q6.1.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2763 * xemacs-faq.texi (Q6.2.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2764 * xemacs-faq.texi (Q6.2.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2765 * xemacs-faq.texi (Q6.2.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2766 * xemacs-faq.texi (Q6.2.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2767 * xemacs-faq.texi (Q6.2.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2768 * xemacs-faq.texi (Q6.2.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2769 * xemacs-faq.texi (Q6.2.7):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2770 * xemacs-faq.texi (Q6.2.8):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2771 * xemacs-faq.texi (Q6.2.9):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2772 * xemacs-faq.texi (Q6.2.10):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2773 * xemacs-faq.texi (Q6.2.11):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2774 * xemacs-faq.texi (Q6.3.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2775 * xemacs-faq.texi (Q6.3.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2776 * xemacs-faq.texi (Q6.3.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2777 * xemacs-faq.texi (Q6.3.4):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2778 * xemacs-faq.texi (Current Events):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2779 * xemacs-faq.texi (Q7.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2780 * xemacs-faq.texi (Q7.0.2):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2781 * xemacs-faq.texi (Q7.0.3):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2782 * xemacs-faq.texi (Q7.0.5):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2783 * xemacs-faq.texi (Q7.0.6):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2784 * xemacs-faq.texi (Legacy Versions):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2785 * xemacs-faq.texi (my-function): Removed.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2786 * xemacs-faq.texi (Q8.0.1):
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2787
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2788 The section on Troubleshooting (now 2.3) has been completely
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2789 written and includes a lot of stuff that is not properly
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2790 documented anywhere else. A fair amount of obsolete info has been
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2791 deleted and I've incorporated the comments that people (mostly
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2792 Stephen T) made. Former chapter 3 has been split up in two, one
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2793 pertaining to basic I/O and the other to external I/O. What were
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2794 formerly chapters 5 and 6 no longer exist as such; the info in
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2795 them has been distributed across various other chapters. Old
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2796 chapter 4 got split up, part going to the new chapter 4 on
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2797 external I/O and part going to the new chapter 5 on the Internet.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2798 In this new chapter, stuff not pertaining to a specific package
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2799 (e.g. VM or GNUS) was taken out of package-specific sections and a
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2800 general mail section was constituted. Part of old chapter 5
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2801 remains in a new chapter 6 devoted to Emacs Lisp and other
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2802 advanced stuff, and a section from old chapter 3 on basic
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2803 init-file Lisp and some stuff from old chapter 5 on Info. The
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2804 rest of chapter 5 was just "misc" and has gotten scattered to the
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2805 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2806 quite scattered; there is no longer any section specifically
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2807 devoted to Windows except one of the Installation sections (along
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2808 with a section specfically devoted to Unix), and the rest has
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2809 moved to join the appropriate non-Windows-specific section
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2810 elsewhere. A lot of chapters had their sections rearranged and
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2811 likewise for sections having entries rearranged, with the
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2812 intention that the new arrangement should be more natural. In
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2813 general I hope that stuff should be much easier to locate. I also
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2814 rewrote the entries on the relation between XEmacs and GNU Emacs
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2815 on the authors of XEmacs, including lots of info on who wrote
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2816 specific subsections.
ab71ad6ff3dd [xemacs-hg @ 2004-12-06 03:50:53 by ben]
ben
parents: 2418
diff changeset
2817
2418
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2818 2004-12-05 Adrian Aichner <adrian@xemacs.org>
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2819
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2820 * Makefile (TEXI2HTML): Changed to produce unsplit output.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2821 * Makefile (TEXI2HTML_SPLIT): New.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2822 * Makefile (CP): New.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2823 * Makefile (PHOTODIR): New.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2824 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2825 * Makefile ($(HTMLDIR)/custom.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2826 * Makefile ($(HTMLDIR)/emodules.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2827 * Makefile ($(HTMLDIR)/external-widget.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2828 * Makefile ($(HTMLDIR)/info.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2829 * Makefile ($(HTMLDIR)/standards.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2830 * Makefile ($(HTMLDIR)/term.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2831 * Makefile ($(HTMLDIR)/termcap.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2832 * Makefile ($(HTMLDIR)/texinfo.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2833 * Makefile ($(HTMLDIR)/widget.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2834 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2835 Produce unsplit output for website also, copy photos to HTMLDIR.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2836 * Makefile ($(HTMLDIR)/xemacs.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2837 * Makefile ($(HTMLDIR)/lispref.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2838 * Makefile ($(HTMLDIR)/internals.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2839 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2840 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output.
e19aeba465d6 [xemacs-hg @ 2004-12-05 22:30:39 by adrian]
adrian
parents: 2406
diff changeset
2841
2406
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2842 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org>
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2843
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2844 * internals/internals.texi (Better Rendering Support --
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2845 Configuration with the Interim Patches):
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2846 Add documentation of X resources, especially for GUI elements.
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2847 (Better Rendering Support -- Implementation):
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2848 More comments about specification and design issues.
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2849 (Better Rendering Support -- Current Status):
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2850 New subsubsection "Bugs Reported in sjt-xft".
87cfc6698054 [xemacs-hg @ 2004-11-26 07:37:48 by stephent]
stephent
parents: 2405
diff changeset
2851
2405
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2852 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org>
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2853
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2854 * internals/internals.texi (Future Work -- Better Rendering Support):
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2855 New node.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
2856 (Top):
2405
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2857 (Future Work):
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2858 (Future Work -- Lisp Engine Replacement):
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2859 Add pointers to new node.
a27c2650a716 [xemacs-hg @ 2004-11-26 04:55:24 by stephent]
stephent
parents: 2393
diff changeset
2860
2393
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2861 2004-11-16 Ben Wing <ben@xemacs.org>
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2862
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2863 * internals/internals.texi (Top):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2864 * internals/internals.texi (Introduction):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2865 * internals/internals.texi (Authorship of XEmacs):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2866 * internals/internals.texi (A History of Emacs):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2867 * internals/internals.texi (Through Version 18):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2868 * internals/internals.texi (Epoch):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2869 * internals/internals.texi (Lucid Emacs):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2870 * internals/internals.texi (GNU Emacs 19):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2871 * internals/internals.texi (GNU Emacs 20):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2872 * internals/internals.texi (XEmacs):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2873 * internals/internals.texi (The XEmacs Split):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2874 * internals/internals.texi (Build-Time Dependencies):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2875 * internals/internals.texi (Low-Level Modules):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2876 * internals/internals.texi (Modules for Interfacing with the Operating System):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2877 * internals/internals.texi (Rules When Writing New C Code):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2878 * internals/internals.texi (Introduction to Writing C Code):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2879 * internals/internals.texi (Writing New Modules):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2880 * internals/internals.texi (Working with Lisp Objects):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2881 * internals/internals.texi (Writing Lisp Primitives):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2882 * internals/internals.texi (Adding Global Lisp Variables):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2883 * internals/internals.texi (Writing Macros):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2884 * internals/internals.texi (Proper Use of Unsigned Types):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2885 * internals/internals.texi (Major Textual Changes):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2886 * internals/internals.texi (Great Integral Type Renaming):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2887 * internals/internals.texi (Text/Char Type Renaming):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2888 * internals/internals.texi (Debugging and Testing):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2889 * internals/internals.texi (Modules for Regression Testing):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2890 * internals/internals.texi (Merging a Branch into the Trunk):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2891 * internals/internals.texi (XEmacs from the Inside):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2892 * internals/internals.texi (Basic Types):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2893 * internals/internals.texi (Low-Level Allocation):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2894 * internals/internals.texi (Basic Heap Allocation):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2895 * internals/internals.texi (Stack Allocation):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2896 * internals/internals.texi (Dynamic Arrays):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2897 * internals/internals.texi (Allocation by Blocks):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2898 * internals/internals.texi (Modules for Allocation):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2899 * internals/internals.texi (Critical Redisplay Sections):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2900 * internals/internals.texi (Control-G (Quit) Checking):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2901 * internals/internals.texi (Future Work Discussion):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2902 * internals/internals.texi (Discussion -- Garbage Collection):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2903 * internals/internals.texi (Discussion -- Pure Space):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2904 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2905 * internals/internals.texi (Discussion -- The Anti-Cons):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2906 * internals/internals.texi (Discussion -- Glyphs):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2907 * internals/internals.texi (Discussion -- Dialog Boxes):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2908 * internals/internals.texi (Discussion -- Multilingual Issues):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2909 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2910 * internals/internals.texi (image-instance-property): New.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2911 * internals/internals.texi (set-image-instance-property): New.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2912 * internals/internals.texi (Discussion -- Switching to C++):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2913 * internals/internals.texi (Discussion -- Windows External Widget):
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2914
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2915 Add sections on Basic Types and Low-Level Allocation. Move module
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2916 docs here. Incorporate dynamic array and blocktype docs from
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2917 source.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2918
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2919 Add info on beta releases up to present.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2920
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2921 Redo chapter on "Rules When Writing New C Code", grouping stuff
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2922 together properly. Put "Major Textual Changes" under this
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2923 chapter. Incorporate etc/CODING-STANDARDS.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2924
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2925 Add discussion sections on "Instantiators and Generic Property
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2926 Accessors" and "Switching to C++". Fill out discussion on garbage
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2927 collection.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2928
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2929 Incorporate backtraces showing crashes due to problems with
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2930 redisplay-critical-section protection.
2d4dd2ef74e7 [xemacs-hg @ 2004-11-16 07:37:29 by ben]
ben
parents: 2367
diff changeset
2931
2367
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2932 2004-11-04 Ben Wing <ben@xemacs.org>
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2933
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2934 * lispref/mule.texi (CCL Syntax):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2935 * lispref/mule.texi (INT-OR-CHAR): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2936 * lispref/mule.texi (CCL Statements):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2937 Update CCL docs.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2938
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2939 2004-11-04 Ben Wing <ben@xemacs.org>
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2940
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2941 * internals/internals.texi (Top):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2942 * internals/internals.texi (NOTE): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2943 * internals/internals.texi (list-to-texinfo): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2944 * internals/internals.texi (remove-spacing): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2945 * internals/internals.texi (table-to-texinfo): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2946 * internals/internals.texi (convert-text-to-texinfo): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2947 * internals/internals.texi ('make-future): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2948 * internals/internals.texi ('make-discussion): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2949 * internals/internals.texi ('make-old-future): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2950 * internals/internals.texi ('make-section): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2951 * internals/internals.texi ('make-subsection): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2952 * internals/internals.texi (Introduction):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2953 * internals/internals.texi (divisions): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2954 * internals/internals.texi (Authorship of XEmacs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2955 * internals/internals.texi (XEmacs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2956 * internals/internals.texi (The XEmacs Split):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2957 * internals/internals.texi (Author): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2958 * internals/internals.texi (XEmacs from the Outside):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2959 * internals/internals.texi (The Lisp Language):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2960 * internals/internals.texi (XEmacs from the Perspective of Building):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2961 * internals/internals.texi (Build-Time Dependencies):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2962 * internals/internals.texi (The Modules of XEmacs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2963 * internals/internals.texi (A Summary of the Various XEmacs Modules):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2964 * internals/internals.texi (ways): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2965 * internals/internals.texi (Low-Level Modules):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2966 * internals/internals.texi (Basic Lisp Modules):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2967 * internals/internals.texi (Modules for Standard Editing Operations):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2968 * internals/internals.texi (files): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2969 * internals/internals.texi (Modules for Interfacing with the File System):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2970 * internals/internals.texi (some_variable): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2971 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2972 * internals/internals.texi (Modules for Interfacing with the Operating System):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2973 * internals/internals.texi (character): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2974 * internals/internals.texi (Major Textual Changes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2975 * internals/internals.texi (Great Integral Type Renaming):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2976 * internals/internals.texi (commands): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2977 * internals/internals.texi (Text/Char Type Renaming):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2978 * internals/internals.texi (pattern): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2979 * internals/internals.texi (Rules When Writing New C Code):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2980 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2981 * internals/internals.texi (General Coding Rules):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2982 * internals/internals.texi (examples): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2983 * internals/internals.texi (Object-Oriented Techniques for C):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2984 * internals/internals.texi (Writing Lisp Primitives):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2985 * internals/internals.texi (Writing Good Comments):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2986 * internals/internals.texi (Adding Global Lisp Variables):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2987 * internals/internals.texi (Writing Macros):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2988 * internals/internals.texi (Proper Use of Unsigned Types):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2989 * internals/internals.texi (Techniques for XEmacs Developers):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2990 * internals/internals.texi (Regression Testing XEmacs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2991 * internals/internals.texi (How to Regression-Test):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2992 * internals/internals.texi (Modules for Regression Testing):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2993 * internals/internals.texi (CVS Techniques):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2994 * internals/internals.texi (Merging a Branch into the Trunk):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2995 * internals/internals.texi (XEmacs from the Inside):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2996 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2997 * internals/internals.texi (How Lisp Objects Are Represented in C):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2998 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
2999 * internals/internals.texi (Introduction to Allocation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3000 * internals/internals.texi (Garbage Collection):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3001 * internals/internals.texi (GCPROing):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3002 * internals/internals.texi (Garbage Collection - Step by Step):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3003 * internals/internals.texi (Invocation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3004 * internals/internals.texi (garbage_collect_1):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3005 * internals/internals.texi (mark_object):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3006 * internals/internals.texi (gc_sweep):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3007 * internals/internals.texi (sweep_lcrecords_1):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3008 * internals/internals.texi (compact_string_chars):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3009 * internals/internals.texi (sweep_strings):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3010 * internals/internals.texi (sweep_bit_vectors_1):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3011 * internals/internals.texi (Integers and Characters):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3012 * internals/internals.texi (Allocation from Frob Blocks):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3013 * internals/internals.texi (lrecords):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3014 * internals/internals.texi (Low-level allocation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3015 * internals/internals.texi (Cons):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3016 * internals/internals.texi (Vector):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3017 * internals/internals.texi (Bit Vector):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3018 * internals/internals.texi (Symbol):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3019 * internals/internals.texi (Marker):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3020 * internals/internals.texi (String):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3021 * internals/internals.texi (Compiled Function):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3022 * internals/internals.texi (The Lisp Reader and Compiler):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3023 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3024 * internals/internals.texi (Evaluation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3025 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3026 * internals/internals.texi (Simple Special Forms):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3027 * internals/internals.texi (Catch and Throw):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3028 * internals/internals.texi (Error Trapping):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3029 * internals/internals.texi (Symbols and Variables):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3030 * internals/internals.texi (Introduction to Symbols):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3031 * internals/internals.texi (Obarrays):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3032 * internals/internals.texi (Symbol Values):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3033 * internals/internals.texi (Buffers):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3034 * internals/internals.texi (Introduction to Buffers):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3035 * internals/internals.texi (Buffer Lists):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3036 * internals/internals.texi (Markers and Extents):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3037 * internals/internals.texi (The Buffer Object):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3038 * internals/internals.texi (Text):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3039 * internals/internals.texi (The Text in a Buffer):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3040 * internals/internals.texi (Ibytes and Ichars):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3041 * internals/internals.texi (Byte-Char Position Conversion):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3042 * internals/internals.texi (Searching and Matching):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3043 * internals/internals.texi (Multilingual Support):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3044 * internals/internals.texi (Introduction to Multilingual Issues #1):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3045 * internals/internals.texi (Introduction to Multilingual Issues #2):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3046 * internals/internals.texi (Introduction to Multilingual Issues #3):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3047 * internals/internals.texi (Introduction to Multilingual Issues #4):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3048 * internals/internals.texi (Character Sets):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3049 * internals/internals.texi (Encodings):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3050 * internals/internals.texi (Japanese EUC (Extended Unix Code)):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3051 * internals/internals.texi (JIS7):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3052 * internals/internals.texi (Internal Mule Encodings):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3053 * internals/internals.texi (Internal String Encoding):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3054 * internals/internals.texi (Internal Character Encoding):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3055 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3056 * internals/internals.texi (Byte Types):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3057 * internals/internals.texi (Different Ways of Seeing Internal Text):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3058 * internals/internals.texi (Buffer Positions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3059 * internals/internals.texi (Other Typedefs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3060 * internals/internals.texi (Usage of the Various Representations):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3061 * internals/internals.texi (Working With the Various Representations):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3062 * internals/internals.texi (Internal Text API's):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3063 * internals/internals.texi (Basic internal-format API's):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3064 * internals/internals.texi (The DFC API):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3065 * internals/internals.texi (The Eistring API):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3066 * internals/internals.texi (Coding for Mule):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3067 * internals/internals.texi (Character-Related Data Types):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3068 * internals/internals.texi (Working With Character and Byte Positions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3069 * internals/internals.texi (Conversion to and from External Data):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3070 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3071 * internals/internals.texi (An Example of Mule-Aware Code):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3072 * internals/internals.texi (Mule-izing Code):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3073 * internals/internals.texi (CCL):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3074 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3075 * internals/internals.texi (Microsoft Documentation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3076 * internals/internals.texi (Locales):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3077 * internals/internals.texi (More about code pages):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3078 * internals/internals.texi (More about locales):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3079 * internals/internals.texi (Unicode support under Windows):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3080 * internals/internals.texi (The golden rules of writing Unicode-safe code):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3081 * internals/internals.texi (The format of the locale in setlocale()):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3082 * internals/internals.texi (Random other Windows I18N docs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3083 * internals/internals.texi (Modules for Internationalization):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3084 * internals/internals.texi (Consoles; Devices; Frames; Windows):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3085 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3086 * internals/internals.texi (Point):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3087 * internals/internals.texi (Window Hierarchy):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3088 * internals/internals.texi (The Window Object):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3089 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3090 * internals/internals.texi (The Redisplay Mechanism):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3091 * internals/internals.texi (Critical Redisplay Sections):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3092 * internals/internals.texi (Line Start Cache):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3093 * internals/internals.texi (Redisplay Piece by Piece):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3094 * internals/internals.texi (Modules for the Redisplay Mechanism):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3095 * internals/internals.texi (Modules for other Display-Related Lisp Objects):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3096 * internals/internals.texi (Extents):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3097 * internals/internals.texi (Introduction to Extents):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3098 * internals/internals.texi (Extent Ordering):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3099 * internals/internals.texi (Format of the Extent Info):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3100 * internals/internals.texi (Zero-Length Extents):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3101 * internals/internals.texi (Mathematics of Extent Ordering):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3102 * internals/internals.texi (Extent Fragments):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3103 * internals/internals.texi (Faces):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3104 * internals/internals.texi (Glyphs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3105 * internals/internals.texi (Specifiers):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3106 * internals/internals.texi (Menus):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3107 * internals/internals.texi (Events and the Event Loop):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3108 * internals/internals.texi (Introduction to Events):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3109 * internals/internals.texi (Main Loop):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3110 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3111 * internals/internals.texi (Specifics About the Emacs Event):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3112 * internals/internals.texi (Event Queues):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3113 * internals/internals.texi (Event Stream Callback Routines):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3114 * internals/internals.texi (Other Event Loop Functions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3115 * internals/internals.texi (Stream Pairs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3116 * internals/internals.texi (Converting Events):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3117 * internals/internals.texi (Dispatching Events; The Command Builder):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3118 * internals/internals.texi (Focus Handling):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3119 * internals/internals.texi (Editor-Level Control Flow Modules):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3120 * internals/internals.texi (Asynchronous Events; Quit Checking):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3121 * internals/internals.texi (Signal Handling):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3122 * internals/internals.texi (Control-G (Quit) Checking):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3123 * internals/internals.texi (Profiling):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3124 * internals/internals.texi (Asynchronous Timeouts):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3125 * internals/internals.texi (Exiting):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3126 * internals/internals.texi (Lstreams):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3127 * internals/internals.texi (Creating an Lstream):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3128 * internals/internals.texi (Lstream Types):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3129 * internals/internals.texi (Lstream Functions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3130 * internals/internals.texi (Lstream Methods):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3131 * internals/internals.texi (Subprocesses):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3132 * internals/internals.texi (Interface to MS Windows):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3133 * internals/internals.texi (Different kinds of Windows environments):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3134 * internals/internals.texi (Windows Build Flags):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3135 * internals/internals.texi (Windows I18N Introduction):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3136 * internals/internals.texi (Modules for Interfacing with MS Windows):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3137 * internals/internals.texi (Interface to the X Window System):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3138 * internals/internals.texi (Lucid Widget Library):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3139 * internals/internals.texi (Generic Widget Interface):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3140 * internals/internals.texi (dependencies): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3141 * internals/internals.texi (routines): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3142 * internals/internals.texi (Summary): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3143 * internals/internals.texi (Scrollbars):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3144 * internals/internals.texi (Menubars):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3145 * internals/internals.texi (Checkboxes and Radio Buttons):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3146 * internals/internals.texi (Progress Bars):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3147 * internals/internals.texi (Tab Controls):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3148 * internals/internals.texi (Modules for Interfacing with X Windows):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3149 * internals/internals.texi (Dumping):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3150 * internals/internals.texi (Dumping Justification):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3151 * internals/internals.texi (Overview):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3152 * internals/internals.texi (Data descriptions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3153 * internals/internals.texi (Dumping phase):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3154 * internals/internals.texi (Object inventory):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3155 * internals/internals.texi (Address allocation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3156 * internals/internals.texi (The header):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3157 * internals/internals.texi (Data dumping):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3158 * internals/internals.texi (Pointers dumping):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3159 * internals/internals.texi (Reloading phase):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3160 * internals/internals.texi (Abstract): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3161 * internals/internals.texi (Remaining issues):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3162 * internals/internals.texi (Future Work):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3163 * internals/internals.texi (Future Work -- General Suggestions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3164 * internals/internals.texi (Future Work -- Elisp Compatibility Package):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3165 * internals/internals.texi (Future Work -- Drag-n-Drop):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3166 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3167 * internals/internals.texi (Future Work -- Better Initialization File Scheme):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3168 * internals/internals.texi (Future Work -- Keyword Parameters):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3169 * internals/internals.texi (Future Work -- Property Interface Changes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3170 * internals/internals.texi (Future Work -- Toolbars):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3171 * internals/internals.texi (Future Work -- Easier Toolbar Customization):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3172 * internals/internals.texi (Future Work -- Toolbar Interface Changes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3173 * internals/internals.texi (Future Work -- Menu API Changes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3174 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3175 * internals/internals.texi (Future Work -- Mouse Pointer):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3176 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3177 * internals/internals.texi (Future Work -- Busy Pointer):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3178 * internals/internals.texi (Future Work -- Extents):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3179 * internals/internals.texi (Future Work -- Everything should obey duplicable extents):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3180 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3181 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3182 * internals/internals.texi (Future Work -- Keybindings):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3183 * internals/internals.texi (Future Work -- Keybinding Schemes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3184 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3185 * internals/internals.texi (Future Work -- Misc Key Binding Ideas):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3186 * internals/internals.texi (Future Work -- Byte Code Snippets):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3187 * internals/internals.texi (Future Work -- Autodetection):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3188 * internals/internals.texi (Future Work -- Conversion Error Detection):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3189 * internals/internals.texi (Future Work -- Unicode):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3190 * internals/internals.texi (Future Work -- BIDI Support):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3191 * internals/internals.texi (Future Work -- Localized Text/Messages):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3192 * internals/internals.texi (Future Work -- Lisp Stream API):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3193 * internals/internals.texi (Future Work -- Multiple Values):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3194 * internals/internals.texi (Future Work -- Macros):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3195 * internals/internals.texi (Future Work -- Specifiers):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3196 * internals/internals.texi (Future Work -- Display Tables):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3197 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3198 * internals/internals.texi (Future Work -- Lisp Engine Replacement):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3199 * internals/internals.texi (Future Work -- Lisp Engine Discussion):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3200 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3201 * internals/internals.texi (Future Work -- Startup File Modification by Packages):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3202 * internals/internals.texi (Future Work Discussion):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3203 * internals/internals.texi (Discussion -- garbage collection):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3204 * internals/internals.texi (Discussion -- glyphs):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3205 * internals/internals.texi (Discussion -- Dialog Boxes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3206 * internals/internals.texi (Discussion -- Multilingual Issues):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3207 * internals/internals.texi (Discussion -- Windows External Widget):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3208 * internals/internals.texi (Discussion -- Packages):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3209 * internals/internals.texi (Discussion -- Distribution Layout):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3210 * internals/internals.texi (Old Future Work):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3211 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3212 * internals/internals.texi (backtrace): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3213 * internals/internals.texi (Old Future Work -- Indirect Buffers):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3214 * internals/internals.texi (emacs-lisp): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3215 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3216 * internals/internals.texi (Newsgroups): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3217 * internals/internals.texi (Old Future Work -- RTF Clipboard Support):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3218 * internals/internals.texi (own-selection): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3219 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3220 * internals/internals.texi (COMMENT): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3221 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code):
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3222 * internals/internals.texi (Now): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3223 * internals/internals.texi (Proof): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3224 * internals/internals.texi (Note): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3225 * internals/internals.texi (Date): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3226 * internals/internals.texi (ben): Removed.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3227 * internals/internals.texi (importance): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3228 * internals/internals.texi (From): New.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3229 Major work on internals manual. Rearranged many chapters so as to
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3230 lie in coherent divisions.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3231 Add tons of stuff to Future Work, Old Future Work, Discussions.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3232 Add lots of stuff to Mule section (Multilingual ...).
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3233 Remove index.texi, incorporate into internals.texi.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3234 Section on early history and an introduction.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3235 Section on XEmacs split. Lots of new MS Windows docs
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3236 Mostly recently: Windows-I18N docs. Lots if new I18N docs.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3237 Loads of other stuff.
ecf1ebac70d8 [xemacs-hg @ 2004-11-04 23:05:23 by ben]
ben
parents: 2362
diff changeset
3238
2362
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3239 2004-11-02 Ben Wing <ben@xemacs.org>
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3240
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3241 * internals/index.texi:
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3242 Deleted. Incorporated into internals.texi. Having a separate
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3243 index file messes up texinfo-master-menu.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3244
2362
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3245 * internals/internals.texi:
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3246 * internals/internals.texi (Top):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3247 * internals/internals.texi (Introduction):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3248 * internals/internals.texi (Authorship of XEmacs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3249 * internals/internals.texi (A History of Emacs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3250 * internals/internals.texi (Through Version 18):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3251 * internals/internals.texi (Lucid Emacs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3252 * internals/internals.texi (GNU Emacs 19):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3253 * internals/internals.texi (GNU Emacs 20):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3254 * internals/internals.texi (XEmacs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3255 * internals/internals.texi (XEmacs From the Outside):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3256 * internals/internals.texi (The Lisp Language):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3257 * internals/internals.texi (XEmacs From the Perspective of Building):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3258 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3259 * internals/internals.texi (How Lisp Objects Are Represented in C):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3260 * internals/internals.texi (Major Textual Changes):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3261 * internals/internals.texi (Great Integral Type Renaming):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3262 * internals/internals.texi (Text/Char Type Renaming):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3263 * internals/internals.texi (Rules When Writing New C Code):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3264 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3265 * internals/internals.texi (General Coding Rules):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3266 * internals/internals.texi (Object-Oriented Techniques for C):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3267 * internals/internals.texi (Writing Lisp Primitives):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3268 * internals/internals.texi (Writing Good Comments):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3269 * internals/internals.texi (Adding Global Lisp Variables):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3270 * internals/internals.texi (Writing Macros):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3271 * internals/internals.texi (Proper Use of Unsigned Types):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3272 * internals/internals.texi (Techniques for XEmacs Developers):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3273 * internals/internals.texi (Regression Testing XEmacs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3274 * internals/internals.texi (How to Regression-Test):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3275 * internals/internals.texi (Modules for Regression Testing):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3276 * internals/internals.texi (CVS Techniques):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3277 * internals/internals.texi (Merging a Branch into the Trunk):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3278 * internals/internals.texi (The Modules of XEmacs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3279 * internals/internals.texi (A Summary of the Various XEmacs Modules):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3280 * internals/internals.texi (Low-Level Modules):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3281 * internals/internals.texi (Basic Lisp Modules):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3282 * internals/internals.texi (Modules for Standard Editing Operations):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3283 * internals/internals.texi (Modules for Interfacing with the File System):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3284 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3285 * internals/internals.texi (Modules for Interfacing with the Operating System):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3286 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3287 * internals/internals.texi (Introduction to Allocation):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3288 * internals/internals.texi (Garbage Collection):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3289 * internals/internals.texi (GCPROing):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3290 * internals/internals.texi (Garbage Collection - Step by Step):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3291 * internals/internals.texi (Invocation):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3292 * internals/internals.texi (garbage_collect_1):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3293 * internals/internals.texi (mark_object):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3294 * internals/internals.texi (gc_sweep):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3295 * internals/internals.texi (sweep_lcrecords_1):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3296 * internals/internals.texi (compact_string_chars):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3297 * internals/internals.texi (Integers and Characters):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3298 * internals/internals.texi (Allocation from Frob Blocks):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3299 * internals/internals.texi (lrecords):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3300 * internals/internals.texi (Low-level allocation):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3301 * internals/internals.texi (Cons):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3302 * internals/internals.texi (Vector):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3303 * internals/internals.texi (Symbol):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3304 * internals/internals.texi (Marker):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3305 * internals/internals.texi (String):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3306 * internals/internals.texi (Dumping):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3307 * internals/internals.texi (Dumping Justification):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3308 * internals/internals.texi (Overview):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3309 * internals/internals.texi (Data descriptions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3310 * internals/internals.texi (Dumping phase):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3311 * internals/internals.texi (Object inventory):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3312 * internals/internals.texi (Address allocation):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3313 * internals/internals.texi (The header):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3314 * internals/internals.texi (Data dumping):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3315 * internals/internals.texi (Pointers dumping):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3316 * internals/internals.texi (Reloading phase):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3317 * internals/internals.texi (Remaining issues):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3318 * internals/internals.texi (Events and the Event Loop):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3319 * internals/internals.texi (Introduction to Events):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3320 * internals/internals.texi (Main Loop):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3321 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3322 * internals/internals.texi (Specifics About the Emacs Event):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3323 * internals/internals.texi (Event Queues):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3324 * internals/internals.texi (Event Stream Callback Routines):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3325 * internals/internals.texi (IMPORTANT): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3326 * internals/internals.texi (Other Event Loop Functions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3327 * internals/internals.texi (Stream Pairs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3328 * internals/internals.texi (Converting Events):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3329 * internals/internals.texi (Dispatching Events; The Command Builder):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3330 * internals/internals.texi (Focus Handling):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3331 * internals/internals.texi (Editor-Level Control Flow Modules):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3332 * internals/internals.texi (Asynchronous Events; Quit Checking):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3333 * internals/internals.texi (Control-G (Quit) Checking):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3334 * internals/internals.texi (completely): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3335 * internals/internals.texi (Profiling):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3336 * internals/internals.texi (Exiting):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3337 * internals/internals.texi (BEWARE): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3338 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3339 * internals/internals.texi (Evaluation):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3340 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3341 * internals/internals.texi (Simple Special Forms):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3342 * internals/internals.texi (Catch and Throw):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3343 * internals/internals.texi (Introduction to Symbols):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3344 * internals/internals.texi (Obarrays):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3345 * internals/internals.texi (Symbol Values):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3346 * internals/internals.texi (Buffers):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3347 * internals/internals.texi (Introduction to Buffers):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3348 * internals/internals.texi (Buffer Lists):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3349 * internals/internals.texi (Markers and Extents):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3350 * internals/internals.texi (The Buffer Object):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3351 * internals/internals.texi (Text):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3352 * internals/internals.texi (The Text in a Buffer):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3353 * internals/internals.texi (Ibytes and Ichars):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3354 * internals/internals.texi (Byte-Char Position Conversion):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3355 * internals/internals.texi (Searching and Matching):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3356 * internals/internals.texi (Multilingual Support):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3357 * internals/internals.texi (Introduction to Multilingual Issues #1):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3358 * internals/internals.texi (Introduction to Multilingual Issues #2):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3359 * internals/internals.texi (Introduction to Multilingual Issues #3):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3360 * internals/internals.texi (Introduction to Multilingual Issues #4):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3361 * internals/internals.texi (Character Sets):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3362 * internals/internals.texi (Encodings):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3363 * internals/internals.texi (Japanese EUC (Extended Unix Code)):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3364 * internals/internals.texi (JIS7):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3365 * internals/internals.texi (Internal Mule Encodings):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3366 * internals/internals.texi (Internal String Encoding):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3367 * internals/internals.texi (Internal Character Encoding):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3368 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3369 * internals/internals.texi (Byte Types):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3370 * internals/internals.texi (Different Ways of Seeing Internal Text):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3371 * internals/internals.texi (prefixes): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3372 * internals/internals.texi (C): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3373 * internals/internals.texi (U): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3374 * internals/internals.texi (S): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3375 * internals/internals.texi (Specifically): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3376 * internals/internals.texi (Buffer Positions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3377 * internals/internals.texi (Other Typedefs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3378 * internals/internals.texi (Usage of the Various Representations):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3379 * internals/internals.texi (Working With the Various Representations):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3380 * internals/internals.texi (Internal Text API's):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3381 * internals/internals.texi (Basic internal-format API's):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3382 * internals/internals.texi (The DFC API):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3383 * internals/internals.texi (The Eistring API):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3384 * internals/internals.texi (Coding for Mule):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3385 * internals/internals.texi (Character-Related Data Types):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3386 * internals/internals.texi (Working With Character and Byte Positions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3387 * internals/internals.texi (Conversion to and from External Data):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3388 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3389 * internals/internals.texi (An Example of Mule-Aware Code):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3390 * internals/internals.texi (Mule-izing Code):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3391 * internals/internals.texi (CCL):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3392 * internals/internals.texi (Modules for Internationalization):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3393 * internals/internals.texi (The Lisp Reader and Compiler):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3394 * internals/internals.texi (Lstreams):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3395 * internals/internals.texi (Creating an Lstream):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3396 * internals/internals.texi (Lstream Types):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3397 * internals/internals.texi (Lstream Functions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3398 * internals/internals.texi (Lstream Methods):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3399 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3400 * internals/internals.texi (Point):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3401 * internals/internals.texi (Window Hierarchy):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3402 * internals/internals.texi (The Window Object):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3403 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3404 * internals/internals.texi (The Redisplay Mechanism):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3405 * internals/internals.texi (Critical Redisplay Sections):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3406 * internals/internals.texi (Line Start Cache):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3407 * internals/internals.texi (Redisplay Piece by Piece):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3408 * internals/internals.texi (Modules for the Redisplay Mechanism):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3409 * internals/internals.texi (Modules for other Display-Related Lisp Objects):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3410 * internals/internals.texi (Introduction to Extents):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3411 * internals/internals.texi (Extent Ordering):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3412 * internals/internals.texi (Format of the Extent Info):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3413 * internals/internals.texi (Zero-Length Extents):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3414 * internals/internals.texi (Mathematics of Extent Ordering):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3415 * internals/internals.texi (Extent Fragments):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3416 * internals/internals.texi (Faces):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3417 * internals/internals.texi (Glyphs):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3418 * internals/internals.texi (Specifiers):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3419 * internals/internals.texi (Menus):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3420 * internals/internals.texi (Subprocesses):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3421 * internals/internals.texi (Interface to MS Windows):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3422 * internals/internals.texi (Different kinds of Windows environments):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3423 * internals/internals.texi (Windows Build Flags):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3424 * internals/internals.texi (Windows I18N Introduction):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3425 * internals/internals.texi (Modules for Interfacing with MS Windows):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3426 * internals/internals.texi (Interface to the X Window System):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3427 * internals/internals.texi (Generic Widget Interface):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3428 * internals/internals.texi (Scrollbars):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3429 * internals/internals.texi (Menubars):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3430 * internals/internals.texi (Checkboxes and Radio Buttons):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3431 * internals/internals.texi (Modules for Interfacing with X Windows):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3432 * internals/internals.texi (Future Work):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3433 * internals/internals.texi (Future Work -- Elisp Compatibility Package):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3434 * internals/internals.texi (Future Work -- Drag-n-Drop):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3435 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3436 * internals/internals.texi (Future Work -- Better Initialization File Scheme):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3437 * internals/internals.texi (Future Work -- Keyword Parameters):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3438 * internals/internals.texi (Future Work -- Property Interface Changes):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3439 * internals/internals.texi (Future Work -- Easier Toolbar Customization):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3440 * internals/internals.texi (Future Work -- Toolbar Interface Changes):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3441 * internals/internals.texi (Future Work -- Menu API Changes):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3442 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3443 * internals/internals.texi (Future Work -- Mouse Pointer):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3444 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3445 * internals/internals.texi (Future Work -- Busy Pointer):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3446 * internals/internals.texi (Future Work -- Extents):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3447 * internals/internals.texi (Future Work -- Everything should obey duplicable extents):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3448 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3449 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3450 * internals/internals.texi (Future Work -- Keybinding Schemes):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3451 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3452 * internals/internals.texi (Future Work -- Misc Key Binding Ideas):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3453 * internals/internals.texi (Future Work -- Byte Code Snippets):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3454 * internals/internals.texi (Future Work -- Autodetection):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3455 * internals/internals.texi (Future Work -- Conversion Error Detection):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3456 * internals/internals.texi (Future Work -- BIDI Support):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3457 * internals/internals.texi (Future Work -- Localized Text/Messages):
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3458 * internals/internals.texi (freeze): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3459 * internals/internals.texi (fail-safe): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3460 * internals/internals.texi (like): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3461 * internals/internals.texi (user): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3462 * internals/internals.texi (ben): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3463 * internals/internals.texi ('type): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3464 * internals/internals.texi (NOTE): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3465 * internals/internals.texi (ILLEGIBLE): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3466 * internals/internals.texi (language): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3467 * internals/internals.texi (preprocessing): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3468 * internals/internals.texi (Subject): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3469 * internals/internals.texi (http): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3470 * internals/internals.texi (Now): Removed.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3471 * internals/internals.texi (wrong): New.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3472 * internals/internals.texi (Proof): Removed.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3473
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3474 Add bunches and bunches and bunches and bunches of stuff, taken
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3475 from documentation floating around in various places -- text.c,
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3476 file-coding.c, other .c and .h files, stuff that I wrote up for an
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3477 old XEmacs contract, proposals written up in the process of an
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3478 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3479 crap from CCL, duplicated with Lispref, removed. Sections on Old
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3480 Future Work and Future Work Discussion added.
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3481
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3482 Bunches of other work. Add bunches of documentation taken from the
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3483 source code. Fixup various places to use @strong{}, @code{},
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3484 @file{}. Create new Text chapter, split off from Buffers and
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3485 Textual Representation. Create new chapter for MS Windows, mostly
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3486 written from scratch. Consolidate all Mule info under
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3487 "Multilingual Support". Break up chapter on modules and move some
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3488 parts to the sections discussing the modules, for consolidation
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3489 purposes. Add a big cross-reference table for all the modules to
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3490 where they're discussed (or not). New chapter Asynchronous
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3491 Events; Quit Checking. (Taken from various parts of the code.) New
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3492 Introduction. New section on Focus Handling (from the code).
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3493
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3494 NOTE that in the process, I discovered that we essentially have
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3495 FOUR redundant introductions to Mule issues! Someone really needs
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3496 to go through and clean them up and integrate them (sjt?).
6aa56b089139 [xemacs-hg @ 2004-11-02 09:51:04 by ben]
ben
parents: 2355
diff changeset
3497
2355
61aaa5e258b0 [xemacs-hg @ 2004-10-28 10:51:09 by stephent]
stephent
parents: 2346
diff changeset
3498 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru>
61aaa5e258b0 [xemacs-hg @ 2004-10-28 10:51:09 by stephent]
stephent
parents: 2346
diff changeset
3499
61aaa5e258b0 [xemacs-hg @ 2004-10-28 10:51:09 by stephent]
stephent
parents: 2346
diff changeset
3500 * lispref/windows.texi (Basic Windows): Fix typo.
61aaa5e258b0 [xemacs-hg @ 2004-10-28 10:51:09 by stephent]
stephent
parents: 2346
diff changeset
3501
2346
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2297
diff changeset
3502 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2297
diff changeset
3503
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2297
diff changeset
3504 * XEmacs 21.5.18 "chestnut" is released.
162083ea139d [xemacs-hg @ 2004-10-22 05:16:40 by stephent]
stephent
parents: 2297
diff changeset
3505
2297
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3506 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org>
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3507
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3508 * lispref/control.texi (Examples of Catch): Mention use of a cons
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3509 as a catch tag.
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3510
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3511 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org>
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3512
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3513 * lispref/glyphs.texi (Image Instantiator Formats): Add a few
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3514 words about the tab control widget.
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3515
2289
7fa4bc78a35d [xemacs-hg @ 2004-09-21 02:59:59 by james]
james
parents: 2269
diff changeset
3516 2004-05-14 Darryl Okahata <darrylo@xemacs.org>
7fa4bc78a35d [xemacs-hg @ 2004-09-21 02:59:59 by james]
james
parents: 2269
diff changeset
3517
7fa4bc78a35d [xemacs-hg @ 2004-09-21 02:59:59 by james]
james
parents: 2269
diff changeset
3518 * lispref/windows.texi. Added documentation for the functions,
7fa4bc78a35d [xemacs-hg @ 2004-09-21 02:59:59 by james]
james
parents: 2269
diff changeset
3519 ``current-pixel-row'' and ``current-pixel-column''.
7fa4bc78a35d [xemacs-hg @ 2004-09-21 02:59:59 by james]
james
parents: 2269
diff changeset
3520
2269
e13775448cf0 [xemacs-hg @ 2004-09-14 14:39:49 by james]
james
parents: 2256
diff changeset
3521 2004-09-13 Jerry James <james@xemacs.org>
e13775448cf0 [xemacs-hg @ 2004-09-14 14:39:49 by james]
james
parents: 2256
diff changeset
3522
e13775448cf0 [xemacs-hg @ 2004-09-14 14:39:49 by james]
james
parents: 2256
diff changeset
3523 * internals/internals.texi (Modules for Interfacing with the
e13775448cf0 [xemacs-hg @ 2004-09-14 14:39:49 by james]
james
parents: 2256
diff changeset
3524 Operating System): The code formerly in callproc.c is now
e13775448cf0 [xemacs-hg @ 2004-09-14 14:39:49 by james]
james
parents: 2256
diff changeset
3525 implemented in Lisp in process.el.
e13775448cf0 [xemacs-hg @ 2004-09-14 14:39:49 by james]
james
parents: 2256
diff changeset
3526
2256
6ffd69eff907 [xemacs-hg @ 2004-09-08 17:40:14 by james]
james
parents: 2255
diff changeset
3527 2004-08-30 Jerry James <james@xemacs.org>
6ffd69eff907 [xemacs-hg @ 2004-09-08 17:40:14 by james]
james
parents: 2255
diff changeset
3528
6ffd69eff907 [xemacs-hg @ 2004-09-08 17:40:14 by james]
james
parents: 2255
diff changeset
3529 * lispref/text.texi: Document text fields.
6ffd69eff907 [xemacs-hg @ 2004-09-08 17:40:14 by james]
james
parents: 2255
diff changeset
3530
2255
03d9d549c3fa [xemacs-hg @ 2004-09-08 10:32:50 by stephent]
stephent
parents: 2215
diff changeset
3531 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org>
03d9d549c3fa [xemacs-hg @ 2004-09-08 10:32:50 by stephent]
stephent
parents: 2215
diff changeset
3532
03d9d549c3fa [xemacs-hg @ 2004-09-08 10:32:50 by stephent]
stephent
parents: 2215
diff changeset
3533 * lispref/searching.texi (Syntax of Regexps): Add example of use
03d9d549c3fa [xemacs-hg @ 2004-09-08 10:32:50 by stephent]
stephent
parents: 2215
diff changeset
3534 of shy groups in variable subexpression, correct rumor that there
2297
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3535 may be substantial performance gain. Document double-digit back-
13a418960a88 [xemacs-hg @ 2004-09-22 02:05:42 by stephent]
stephent
parents: 2289
diff changeset
3536 references.
2255
03d9d549c3fa [xemacs-hg @ 2004-09-08 10:32:50 by stephent]
stephent
parents: 2215
diff changeset
3537
2214
0ac5faff7095 [xemacs-hg @ 2004-08-13 09:28:20 by stephent]
stephent
parents: 2182
diff changeset
3538 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org>
0ac5faff7095 [xemacs-hg @ 2004-08-13 09:28:20 by stephent]
stephent
parents: 2182
diff changeset
3539
2215
5b25cf17bd61 [xemacs-hg @ 2004-08-13 09:47:53 by stephent]
stephent
parents: 2214
diff changeset
3540 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node
5b25cf17bd61 [xemacs-hg @ 2004-08-13 09:47:53 by stephent]
stephent
parents: 2214
diff changeset
3541 to function index. Document Info-goto-emacs-command-node.
5b25cf17bd61 [xemacs-hg @ 2004-08-13 09:47:53 by stephent]
stephent
parents: 2214
diff changeset
3542
2214
0ac5faff7095 [xemacs-hg @ 2004-08-13 09:28:20 by stephent]
stephent
parents: 2182
diff changeset
3543 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:.
0ac5faff7095 [xemacs-hg @ 2004-08-13 09:28:20 by stephent]
stephent
parents: 2182
diff changeset
3544
2182
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3545 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org>
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3546
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3547 * lispref/glyphs.texi: Complete reorganization, some content updated.
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3548 * lispref/lispref.texi (Top): Update menu to match.
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3549 * lispref/extents.texi (Extent Properties): Update xref.
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3550
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3551 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org>
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3552
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3553 * internals/internals.texi (Modules for Other Aspects of the Lisp
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3554 Interpreter and Object System): Add description of Sextword syntax
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3555 class (now obsolete).
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3556
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3557 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org>
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3558
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3559 * internals/internals.texi (Techniques for XEmacs Developers): Be
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3560 specific when discussing optimization.
2255
03d9d549c3fa [xemacs-hg @ 2004-09-08 10:32:50 by stephent]
stephent
parents: 2215
diff changeset
3561 (Techniques for XEmacs Developers): Fragments that are meaningless
2182
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3562 by themselves or contain placeholders should be @samp, not @code.
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3563 (Modules for Internationalization): Add description of mule-coding.c
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3564 and further deprecate mule.c.
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3565 (Modules for Regression Testing): Add {tag,weak}-tests.el to list.
c91543697b09 [xemacs-hg @ 2004-07-19 08:24:24 by stephent]
stephent
parents: 2164
diff changeset
3566
2164
e0dc83407d58 [xemacs-hg @ 2004-07-05 10:42:30 by stephent]
stephent
parents: 2141
diff changeset
3567 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org>
e0dc83407d58 [xemacs-hg @ 2004-07-05 10:42:30 by stephent]
stephent
parents: 2141
diff changeset
3568
e0dc83407d58 [xemacs-hg @ 2004-07-05 10:42:30 by stephent]
stephent
parents: 2141
diff changeset
3569 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in
e0dc83407d58 [xemacs-hg @ 2004-07-05 10:42:30 by stephent]
stephent
parents: 2141
diff changeset
3570 the "pc" package.
e0dc83407d58 [xemacs-hg @ 2004-07-05 10:42:30 by stephent]
stephent
parents: 2141
diff changeset
3571
2141
6bca5896aab2 [xemacs-hg @ 2004-06-18 07:18:38 by stephent]
stephent
parents: 2135
diff changeset
3572 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org>
6bca5896aab2 [xemacs-hg @ 2004-06-18 07:18:38 by stephent]
stephent
parents: 2135
diff changeset
3573
6bca5896aab2 [xemacs-hg @ 2004-06-18 07:18:38 by stephent]
stephent
parents: 2135
diff changeset
3574 * lispref/specifiers.texi (Specifier Instancing): Add "neon
6bca5896aab2 [xemacs-hg @ 2004-06-18 07:18:38 by stephent]
stephent
parents: 2135
diff changeset
3575 modeline" hack as an example. Thanks to Giacomo Boffi.
6bca5896aab2 [xemacs-hg @ 2004-06-18 07:18:38 by stephent]
stephent
parents: 2135
diff changeset
3576
2135
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3577 2004-06-07 Jerry James <james@xemacs.org>
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3578
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3579 * lispref/modes.texi (Major Modes): Document -mode functions, and
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3580 the use of a nil argument to defined-derived mode.
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3581 * lispref/modes.texi (Major Mode Conventions): Describe the use of
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3582 delay-mode-hooks and define-derived-mode.
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3583 * lispref/modes.texi (Derived Modes): Warn against the use of
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3584 interactive specs in derived mode definitions.
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3585 * lispref/modes.texi (Hooks): Document run-mode-hooks,
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3586 delay-mode-hooks, run-hook-with-args,
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3587 run-hook-with-args-until-failure, and0
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3588 run-hook-with-args-until-success.
e6d43c299b9c [xemacs-hg @ 2004-06-17 03:01:10 by james]
james
parents: 2127
diff changeset
3589
2127
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3590 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org>
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3591
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3592 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3593 couple of typos.
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3594
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3595 * lispref/faces.texi (Face Properties): Background pixmaps
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3596 can be used on GTK and MS Windows.
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3597 (Face Convenience Functions): Cross-reference glyph interface.
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3598 Background pixmap is an image specifier, not a glyph.
4657b5a54253 [xemacs-hg @ 2004-06-14 10:24:44 by stephent]
stephent
parents: 2091
diff changeset
3599
2091
0221e454fe63 [xemacs-hg @ 2004-05-21 03:27:55 by stephent]
stephent
parents: 2090
diff changeset
3600 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org>
0221e454fe63 [xemacs-hg @ 2004-05-21 03:27:55 by stephent]
stephent
parents: 2090
diff changeset
3601
0221e454fe63 [xemacs-hg @ 2004-05-21 03:27:55 by stephent]
stephent
parents: 2090
diff changeset
3602 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql.
0221e454fe63 [xemacs-hg @ 2004-05-21 03:27:55 by stephent]
stephent
parents: 2090
diff changeset
3603 (Predicates on Numbers): Fix thinko in description of `bigfloatp'.
0221e454fe63 [xemacs-hg @ 2004-05-21 03:27:55 by stephent]
stephent
parents: 2090
diff changeset
3604
2090
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3605 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org>
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3606
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3607 * lispref/numbers.texi (Numbers): Remove reference to "fixed-
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3608 precision rationals," and fix description of floating-point
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3609 contagion.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3610 (Integer Basics, Float Basics): Fix typos.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3611 (Canonicalization and Contagion): Complete rewrite.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3612 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp,
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3613 bigfloatp, floatingp, realp, oddp and evenp.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3614 (Rational Basics): Add numerator and denominator.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3615 (Random Numbers): Fix description of range, and add paranoid
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3616 comment about how unpredictable `(random t)' is.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3617 (Canonicalization and Contagion): Renamed from Contagion and
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3618 Canonicalization.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3619 (The Bignum Extension): Fix it in menu.
e52c5a5c6a7d [xemacs-hg @ 2004-05-21 01:21:08 by stephent]
stephent
parents: 2069
diff changeset
3620
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3621 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org>
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3622
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3623 * internals/internals.texi (Object-Oriented Techniques for C):
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3624 Remove reference to "encouraging port to C++".
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3625
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3626 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org>
2033
a7b2d995287f [xemacs-hg @ 2004-04-19 11:25:58 by stephent]
stephent
parents: 2032
diff changeset
3627
a7b2d995287f [xemacs-hg @ 2004-04-19 11:25:58 by stephent]
stephent
parents: 2032
diff changeset
3628 * lispref/numbers.texi (The Bignum Extension): Mention the feature
a7b2d995287f [xemacs-hg @ 2004-04-19 11:25:58 by stephent]
stephent
parents: 2032
diff changeset
3629 symbols provided.
a7b2d995287f [xemacs-hg @ 2004-04-19 11:25:58 by stephent]
stephent
parents: 2032
diff changeset
3630
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3631 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org>
2032
cc89c76c4b17 [xemacs-hg @ 2004-04-19 11:11:59 by stephent]
stephent
parents: 2028
diff changeset
3632
cc89c76c4b17 [xemacs-hg @ 2004-04-19 11:11:59 by stephent]
stephent
parents: 2028
diff changeset
3633 * lispref/numbers.texi (Rational Basics): There's a reason why
cc89c76c4b17 [xemacs-hg @ 2004-04-19 11:11:59 by stephent]
stephent
parents: 2028
diff changeset
3634 this node is named "Rational" and not "Ratio" in the menu....
cc89c76c4b17 [xemacs-hg @ 2004-04-19 11:11:59 by stephent]
stephent
parents: 2028
diff changeset
3635
2028
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3636 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org>
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3637
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3638 * internals/internals.texi (Object-Oriented Techniques in XEmacs):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3639 New node.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3640 (The XEmacs Object System (Abstractly Speaking)):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3641 Reorder the list of objects somewhat.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3642 Add brief descriptions of the arbitrary-precision number types.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3643 (Writing Good Comments): Slight revision, recommend @xemacs alias.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3644 (Character-Related Data Types): Add a few comments re Unicode.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3645 (Working With Character and Byte Positions): Ditto.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3646 (General Guidelines for Writing Mule-Aware Code): Query.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3647 (Conversion to and from External Data): Ditto.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3648 (Techniques for XEmacs Developers): Typo.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3649 (Modules for Regression Testing): Add an xref.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3650 (Overview): Note that dump file is now inside the executable.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3651 (Remaining issues): Mention ExecShield vs. pdumper.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3652 (Searching and Matching): Mention UTF-8 wrt Mule.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3653
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3654 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org>
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3655
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3656 * widget.texi (Introduction): Update historical references a bit.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3657 Fix many typos and grammatical problems.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3658 (User Interface): Fix typo.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3659
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3660 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org>
2028
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3661
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3662 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3663 bigfloats briefly.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3664 (Integer Basics): We've had 31-bit integers for a while. Fix the
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3665 statement of minimum available precision and the examples.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3666 Document most-positive-fixnum and most-negative-fixnum. Add a
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3667 pointer to the node "The Bignum Extension".
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3668 (Float Basics): Document most-positive-float, most-negative-float,
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3669 least-positive-float, least-positive-normalized-float,
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3670 least-negative-float, and least-negative-normalized-float. Add a
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3671 pointer to the node "The Bignum Extension".
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3672 (Comparison of Numbers): Update for bignums.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3673
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3674 (The Bignum Extension):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3675 (Bignum Basics):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3676 (Ratio Basics):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3677 (Bigfloat Basics):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3678 (Contagion and Canonicalization):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3679 (Compatibility Issues):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3680 New nodes.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3681
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3682 * lispref/lispref.texi (Top):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3683 * lispref/numbers.texi (Numbers):
2028
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3684 Add nodes "Ratio Basics" and "The Bignum Extension" to menus.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3685
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3686 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org>
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3687
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3688 * lispref/specifiers.texi: Update FSF copyright.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3689 (Specifier Compatibility Notes): New node.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3690
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3691 * lispref/glyphs.texi (Glyph Properties): Fix typo.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3692 (Glyphs):
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3693 (Native GUI Widgets): New node.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3694
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3695 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3696 (Gutter):
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3697 (Gutter Intro):
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3698 (Creating Gutter):
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3699 (Specifying a Gutter):
2028
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3700 Pluralize node name to Creating Gutters.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3701 (Creating Gutters): Improve explanation of gutter descriptors.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3702 (Other Gutter Variables): Remove extraneous text.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3703 (Common Gutter Widgets): In lieu of real documentation, at least
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3704 point to gutter-items.el.
2ba4f06a264d [xemacs-hg @ 2004-04-19 08:02:27 by stephent]
stephent
parents: 1987
diff changeset
3705
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
3706 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org>
1987
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3707
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3708 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>.
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3709 Thanks to Jerry James <james@xemacs.org>.
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3710
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3711 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3712 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3713 replacement section 5.3.
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3714 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums.
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3715 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings.
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3716 (Q6.4.1) Correct @unnumberedsec heading.
eacbf51ca0d2 [xemacs-hg @ 2004-04-06 15:52:00 by stephent]
stephent
parents: 1964
diff changeset
3717
1964
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1920
diff changeset
3718 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1920
diff changeset
3719
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1920
diff changeset
3720 * XEmacs 21.5.17 "chayote" is released.
ebb2b9148aad [xemacs-hg @ 2004-03-22 09:22:24 by stephent]
stephent
parents: 1920
diff changeset
3721
1920
c66036f59678 [xemacs-hg @ 2004-02-20 07:29:16 by stephent]
stephent
parents: 1882
diff changeset
3722 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org>
c66036f59678 [xemacs-hg @ 2004-02-20 07:29:16 by stephent]
stephent
parents: 1882
diff changeset
3723
c66036f59678 [xemacs-hg @ 2004-02-20 07:29:16 by stephent]
stephent
parents: 1882
diff changeset
3724 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify
c66036f59678 [xemacs-hg @ 2004-02-20 07:29:16 by stephent]
stephent
parents: 1882
diff changeset
3725 that references, not the objects themselves, are what is marked.
c66036f59678 [xemacs-hg @ 2004-02-20 07:29:16 by stephent]
stephent
parents: 1882
diff changeset
3726
1882
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3727 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org>
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3728
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3729 * lispref/specifiers.texi (Copyright): Update.
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3730
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3731 (Creating Specifiers): Correct more instances of subject-verb
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3732 disagreement.
01dce9d37966 [xemacs-hg @ 2004-01-27 13:00:35 by stephent]
stephent
parents: 1877
diff changeset
3733
1877
6ae20abf892d [xemacs-hg @ 2004-01-24 07:32:40 by stephent]
stephent
parents: 1875
diff changeset
3734 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org>
6ae20abf892d [xemacs-hg @ 2004-01-24 07:32:40 by stephent]
stephent
parents: 1875
diff changeset
3735
6ae20abf892d [xemacs-hg @ 2004-01-24 07:32:40 by stephent]
stephent
parents: 1875
diff changeset
3736 * lispref/specifiers.texi (Specifier Instancing Functions): Fix
6ae20abf892d [xemacs-hg @ 2004-01-24 07:32:40 by stephent]
stephent
parents: 1875
diff changeset
3737 typos, thanks to Ilpo Nyyssönen.
6ae20abf892d [xemacs-hg @ 2004-01-24 07:32:40 by stephent]
stephent
parents: 1875
diff changeset
3738
1875
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3739 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org>
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3740
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3741 * lispref/specifiers.texi (Specifier Instancing Functions): Add
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3742 documentation of `specifier-matching-instance'.
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3743 (Introduction to Specifiers): Fix typos.
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3744 (Simple Specifier Usage): Cross-reference Toolbar Intro.
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3745 (Creating Specifiers):
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3746 (Specifier Instancing Functions):
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3747 (Adding Specifications):
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3748 Various improvements. Deprecate set-specifier a bit more.
ec2d1e636272 [xemacs-hg @ 2004-01-23 10:00:20 by stephent]
stephent
parents: 1869
diff changeset
3749
1869
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3750 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org>
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3751
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3752 * lispref/specifiers.texi (Specifier Examples): Add new example,
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3753 pluralize node name and section title.
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3754 (Specifiers): Pluralize "Specifier Examples" in menu.
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3755
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3756 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu.
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3757
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3758 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org>
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3759
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3760 * xemacs-faq.texi: Fix Tony Rossini's address.
11812ec0334c [xemacs-hg @ 2004-01-21 09:03:42 by stephent]
stephent
parents: 1833
diff changeset
3761
1833
eed841acc858 [xemacs-hg @ 2003-12-19 14:28:45 by youngs]
youngs
parents: 1755
diff changeset
3762 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au>
eed841acc858 [xemacs-hg @ 2003-12-19 14:28:45 by youngs]
youngs
parents: 1755
diff changeset
3763
eed841acc858 [xemacs-hg @ 2003-12-19 14:28:45 by youngs]
youngs
parents: 1755
diff changeset
3764 * lispref/customize.texi (Defining New Types): New node.
eed841acc858 [xemacs-hg @ 2003-12-19 14:28:45 by youngs]
youngs
parents: 1755
diff changeset
3765 From Per Abrahamsen <abraham@dina.kvl.dk>
eed841acc858 [xemacs-hg @ 2003-12-19 14:28:45 by youngs]
youngs
parents: 1755
diff changeset
3766
1755
e2e5b8d4abd5 [xemacs-hg @ 2003-10-16 04:10:20 by stephent]
stephent
parents: 1738
diff changeset
3767 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru>
e2e5b8d4abd5 [xemacs-hg @ 2003-10-16 04:10:20 by stephent]
stephent
parents: 1738
diff changeset
3768
e2e5b8d4abd5 [xemacs-hg @ 2003-10-16 04:10:20 by stephent]
stephent
parents: 1738
diff changeset
3769 * lispref/tips.texi (Comment Tips): Typo fix.
e2e5b8d4abd5 [xemacs-hg @ 2003-10-16 04:10:20 by stephent]
stephent
parents: 1738
diff changeset
3770
1738
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3771 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3772
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3773 * new-users-guide/custom2.texi (Init File):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3774
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3775 Fix up erroneous uses of @var instead of @code for the names of
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3776 particular variables in programming languages.
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3777
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3778 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3779
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3780 * custom.texi (The Init File):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3781 * xemacs-faq.texi (Q2.1.3):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3782 (Q2.1.5):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3783
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3784 * internals/internals.texi (Modules for Internationalization):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3785
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3786 * lispref/display.texi (Beeping):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3787 * lispref/ldap.texi (Encoder/Decoder Functions):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3788 * lispref/markers.texi (The Mark):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3789 (The Region):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3790 * lispref/menus.texi (Menu Accelerator Functions):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3791 * lispref/numbers.texi (Math Functions):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3792 * lispref/packaging.texi (package-info.in):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3793 (Makefile):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3794 (Local.rules File):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3795 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3796 (libpq Lisp Variables):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3797 (Synchronous Interface Functions):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3798 (Other libpq Functions):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3799
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3800 * new-users-guide/custom2.texi (Init File):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3801 (Setting Variables):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3802 * new-users-guide/files.texi (File Names):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3803 (Saving Files):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3804 * new-users-guide/search.texi (Search and Replace):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3805
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3806 * xemacs/custom.texi (X Resources):
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3807
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3808 Fix up erroneous uses of @var instead of @code for the names of
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3809 particular variables in programming languages.
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3810
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3811 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org>
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3812
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3813 * Makefile: Remove old package and redundant cruft.
f43f9ca6c7d9 [xemacs-hg @ 2003-10-10 12:39:27 by stephent]
stephent
parents: 1734
diff changeset
3814
1734
d6d41d23b6ec [xemacs-hg @ 2003-10-10 10:18:24 by stephent]
stephent
parents: 1716
diff changeset
3815 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru>
d6d41d23b6ec [xemacs-hg @ 2003-10-10 10:18:24 by stephent]
stephent
parents: 1716
diff changeset
3816
d6d41d23b6ec [xemacs-hg @ 2003-10-10 10:18:24 by stephent]
stephent
parents: 1716
diff changeset
3817 * lispref/mule.texi (Charset Property Functions): Charset registry
d6d41d23b6ec [xemacs-hg @ 2003-10-10 10:18:24 by stephent]
stephent
parents: 1716
diff changeset
3818 can be set.
d6d41d23b6ec [xemacs-hg @ 2003-10-10 10:18:24 by stephent]
stephent
parents: 1716
diff changeset
3819 (Predefined Charsets): Add registry to Vietnamese charset names.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3820
1716
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1710
diff changeset
3821 2003-09-26 Steve Youngs <youngs@xemacs.org>
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1710
diff changeset
3822
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1710
diff changeset
3823 * XEmacs 21.5.16 "celeriac" is released.
022d0f785096 [xemacs-hg @ 2003-09-26 05:56:29 by youngs]
youngs
parents: 1710
diff changeset
3824
1710
094487d1005d [xemacs-hg @ 2003-09-22 20:15:11 by adrian]
adrian
parents: 1709
diff changeset
3825 2003-09-22 Adrian Aichner <adrian@xemacs.org>
094487d1005d [xemacs-hg @ 2003-09-22 20:15:11 by adrian]
adrian
parents: 1709
diff changeset
3826
094487d1005d [xemacs-hg @ 2003-09-22 20:15:11 by adrian]
adrian
parents: 1709
diff changeset
3827 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE
094487d1005d [xemacs-hg @ 2003-09-22 20:15:11 by adrian]
adrian
parents: 1709
diff changeset
3828 argument for a cross reference to "The XEmacs User's Manual".
094487d1005d [xemacs-hg @ 2003-09-22 20:15:11 by adrian]
adrian
parents: 1709
diff changeset
3829
1709
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3830 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org>
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3831
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3832 * internals/internals.texi: Update copyright notice.
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3833 (GCPROing): Add missing period.
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3834 (Adding Global Lisp Variables): general.c -> general-slots.h.
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3835 (A Reader's Guide to XEmacs Coding Conventions): New node.
2f1ad95e2378 [xemacs-hg @ 2003-09-22 11:53:20 by stephent]
stephent
parents: 1703
diff changeset
3836
1703
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3837 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3838
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3839 * xemacs/mini.texi (Minibuffer): Add customizing message display
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3840 reference.
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3841 * lispref/display.texi (Customizing Message Display): New,
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3842 describe `redisplay-echo-area-function',
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3843 `undisplay-echo-area-function', `minibuffer-echo-wait-function'.
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3844 (The Echo Area): Add menu.
f561c3904bb3 [xemacs-hg @ 2003-09-20 01:46:53 by youngs]
youngs
parents: 1702
diff changeset
3845
1702
245980c04067 [xemacs-hg @ 2003-09-20 01:25:47 by youngs]
youngs
parents: 1665
diff changeset
3846 2003-09-19 Sandra Wambold <wambold@xemacs.org>
245980c04067 [xemacs-hg @ 2003-09-20 01:25:47 by youngs]
youngs
parents: 1665
diff changeset
3847
245980c04067 [xemacs-hg @ 2003-09-20 01:25:47 by youngs]
youngs
parents: 1665
diff changeset
3848 * Makefile: add targets to produce PDF files
245980c04067 [xemacs-hg @ 2003-09-20 01:25:47 by youngs]
youngs
parents: 1665
diff changeset
3849
1665
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1648
diff changeset
3850 2003-09-03 Steve Youngs <youngs@xemacs.org>
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1648
diff changeset
3851
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1648
diff changeset
3852 * XEmacs 21.5.15 "celery" is released.
bb216a3e537f [xemacs-hg @ 2003-09-04 00:05:04 by youngs]
youngs
parents: 1648
diff changeset
3853
1648
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3854 2003-08-28 Steve Youngs <youngs@xemacs.org>
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3855
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3856 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3857 remove a package.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3858 (Q3.8.2): big-menubar is in the edit-utils package.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3859 (Q4.3.2): Add a comment about not needing TM for things like Gnus,
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3860 MH-E and VM.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3861 (Q5.3.3): State correct location of ps-print.el.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3862
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3863 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3864 entry.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3865 (Package Terminology): Whitespace clean up.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3866 (Installing Packages): Whitespace clean up and add some @code
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3867 formatters.
1648
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3868 Re-organise the menu so that installation via PUI is first and
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3869 Sumo is last.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3870 (Automatically): mule-base is no longer a requirement for using
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3871 PUI.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3872 Mention optionally requiring mailcrypt.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3873 (Note): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3874 (Manually): Move to below the PUI installation method.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3875 (Sumo): Move to below the manual installation method.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3876 (Which Packages): Add mailcrypt.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3877 (Building Packages): Remove duplicated stuff that is in
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3878 lispref/packaging.texi, xref to it instead.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3879 (Local.rules File): xref to the appropriate node in
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3880 lispref/packaging.texi.
1648
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3881 (Available Packages): Update to current reality.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3882 (all): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3883 (srckit): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3884 (binkit): Removed.
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
3885
1648
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3886 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3887
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3888 * new-users-guide/custom2.texi (Init File): big-menubar.el is in
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3889 the edit-utils package.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3890
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3891 * lispref/packaging.texi (Packaging):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3892 (The User View):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3893 (The Library Maintainer View):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3894 (Infrastructure):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3895 (Control Files):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3896 (Obtaining):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3897 (The Package Release Engineer View):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3898 (Package Terminology):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3899 (Building Packages):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3900 (Makefile Targets):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3901 (packages): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3902 (Local.rules File):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3903 (XEMACS_PACKAGES): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3904 (XEMACS_INSTALLED_PACKAGES_ROOT): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3905 (NONMULE_PACKAGES): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3906 (EXCLUDES): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3907 (Creating Packages):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3908 (BATCH): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3909 (VERSION): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3910 (AUTHOR_VERSION): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3911 (MAINTAINER): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3912 (PACKAGE): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3913 (PKG_TYPE): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3914 (REQUIRES): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3915 (CATEGORY): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3916 (ELS): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3917 (ELCS): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3918 (all): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3919 (srckit): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3920 (binkit): Removed.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3921 (are): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3922 (STANDARD_DOCS): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3923 (ELCS_1_DEST): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3924 (example): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3925 (PACKAGE_SUPPRESS): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3926 (EXPLICIT_DOCS): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3927 (DATA_DEST): New.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3928 (Documenting Packages):
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3929
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3930 Not quite a total rewrite, but a fairly thorough audit
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3931 nonetheless.
712931b4b71d [xemacs-hg @ 2003-08-27 18:06:54 by youngs]
youngs
parents: 1620
diff changeset
3932
1620
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3933 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com>
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3934
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3935 * lispref/display.texi (Invisible Text):
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3936 mention line-move-ignore-invisible.
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3937 * lispref/extents.texi (Extent Properties):
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3938 end-glyph will still be displayed when invisible is set.
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3939 * lispref/extents.texi (Extents and Events):
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3940 only begin-glyph is highlighted.
1fa8838efe99 [xemacs-hg @ 2003-08-13 11:07:35 by stephent]
stephent
parents: 1616
diff changeset
3941
1616
aaf5e80aedd2 [xemacs-hg @ 2003-08-12 06:15:51 by stephent]
stephent
parents: 1613
diff changeset
3942 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org>
aaf5e80aedd2 [xemacs-hg @ 2003-08-12 06:15:51 by stephent]
stephent
parents: 1613
diff changeset
3943
aaf5e80aedd2 [xemacs-hg @ 2003-08-12 06:15:51 by stephent]
stephent
parents: 1613
diff changeset
3944 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition.
aaf5e80aedd2 [xemacs-hg @ 2003-08-12 06:15:51 by stephent]
stephent
parents: 1613
diff changeset
3945
1613
138c42c84aec [xemacs-hg @ 2003-08-11 10:07:09 by stephent]
stephent
parents: 1554
diff changeset
3946 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org>
138c42c84aec [xemacs-hg @ 2003-08-11 10:07:09 by stephent]
stephent
parents: 1554
diff changeset
3947
138c42c84aec [xemacs-hg @ 2003-08-11 10:07:09 by stephent]
stephent
parents: 1554
diff changeset
3948 * lispref/packaging.texi (Creating Packages):
138c42c84aec [xemacs-hg @ 2003-08-11 10:07:09 by stephent]
stephent
parents: 1554
diff changeset
3949 * xemacs/packages.texi (Creating Packages):
138c42c84aec [xemacs-hg @ 2003-08-11 10:07:09 by stephent]
stephent
parents: 1554
diff changeset
3950 Style guideline for package-info.in description.
138c42c84aec [xemacs-hg @ 2003-08-11 10:07:09 by stephent]
stephent
parents: 1554
diff changeset
3951
1554
b880e7bdec21 [xemacs-hg @ 2003-07-01 04:33:43 by stephent]
stephent
parents: 1549
diff changeset
3952 2003-06-30 Vin Shelton <acs@xemacs.org>
b880e7bdec21 [xemacs-hg @ 2003-07-01 04:33:43 by stephent]
stephent
parents: 1549
diff changeset
3953
b880e7bdec21 [xemacs-hg @ 2003-07-01 04:33:43 by stephent]
stephent
parents: 1549
diff changeset
3954 * lispref/lists.texi (List-related Predicates): Add @end defun.
b880e7bdec21 [xemacs-hg @ 2003-07-01 04:33:43 by stephent]
stephent
parents: 1549
diff changeset
3955
1549
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3956 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org>
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3957
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3958 * xemacs-faq.texi (Q3.2.2): Fix typo.
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3959
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3960 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org>
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3961
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3962 * lispref/objects.texi (Character Type): Document ?\x00 read
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3963 syntax and range limitations on ?\000 and ?\x00 read syntaxes.
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3964
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3965 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org>
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3966
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3967 * lispref/lists.texi (List-related Predicates): Document
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3968 `true-list-p', and reference it from `listp'.
bc9eadea35cf [xemacs-hg @ 2003-06-30 09:30:58 by stephent]
stephent
parents: 1510
diff changeset
3969
1510
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1496
diff changeset
3970 2003-06-01 Steve Youngs <youngs@xemacs.org>
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1496
diff changeset
3971
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1496
diff changeset
3972 * XEmacs 21.5.14 "cassava" is released.
a326a8b73148 [xemacs-hg @ 2003-06-01 05:10:14 by youngs]
youngs
parents: 1496
diff changeset
3973
1496
e7b471ce22c1 [xemacs-hg @ 2003-05-22 09:57:53 by stephent]
stephent
parents: 1495
diff changeset
3974 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
e7b471ce22c1 [xemacs-hg @ 2003-05-22 09:57:53 by stephent]
stephent
parents: 1495
diff changeset
3975
e7b471ce22c1 [xemacs-hg @ 2003-05-22 09:57:53 by stephent]
stephent
parents: 1495
diff changeset
3976 * internals/internals.texi (Searching and Matching): New node.
e7b471ce22c1 [xemacs-hg @ 2003-05-22 09:57:53 by stephent]
stephent
parents: 1495
diff changeset
3977
1495
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3978 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org>
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3979
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3980 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption.
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3981 (Legacy Versions): New section.
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3982 (Q8.0.1): New question.
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3983
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3984 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org>
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3985
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3986 * lispref/searching.texi (Regexp Search): Update split-string for
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3987 new specification.
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3988
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3989 * lispref/strings.texi (Creating Strings): Xref split-string
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3990 (this is where GNU Emacs documents it).
c3cf7db99b98 [xemacs-hg @ 2003-05-22 07:41:20 by stephent]
stephent
parents: 1473
diff changeset
3991
1473
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1468
diff changeset
3992 2003-05-10 Steve Youngs <youngs@xemacs.org>
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1468
diff changeset
3993
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1468
diff changeset
3994 * XEmacs 21.5.13 "cauliflower" is released.
1fcb2428fee7 [xemacs-hg @ 2003-05-10 08:53:26 by youngs]
youngs
parents: 1468
diff changeset
3995
1468
0f42689481f0 [xemacs-hg @ 2003-05-09 14:52:37 by stephent]
stephent
parents: 1441
diff changeset
3996 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
0f42689481f0 [xemacs-hg @ 2003-05-09 14:52:37 by stephent]
stephent
parents: 1441
diff changeset
3997
0f42689481f0 [xemacs-hg @ 2003-05-09 14:52:37 by stephent]
stephent
parents: 1441
diff changeset
3998 * lispref/searching.texi (Match Data): Failed match preserves data.
0f42689481f0 [xemacs-hg @ 2003-05-09 14:52:37 by stephent]
stephent
parents: 1441
diff changeset
3999
1441
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
4000 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org>
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
4001
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
4002 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows.
049c7092a496 [xemacs-hg @ 2003-05-02 06:00:41 by stephent]
stephent
parents: 1431
diff changeset
4003
1431
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1389
diff changeset
4004 2003-04-24 Steve Youngs <youngs@xemacs.org>
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1389
diff changeset
4005
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1389
diff changeset
4006 * XEmacs 21.5.12 "carrot" is released.
bd5929b8e039 [xemacs-hg @ 2003-04-24 23:41:31 by youngs]
youngs
parents: 1389
diff changeset
4007
1389
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1386
diff changeset
4008 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org>
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1386
diff changeset
4009
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1386
diff changeset
4010 * xemacs/frame.texi (XEmacs under X):
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1386
diff changeset
4011 * xemacs-faq.texi:
6355bae896e3 [xemacs-hg @ 2003-03-27 12:57:36 by stephent]
stephent
parents: 1386
diff changeset
4012 Global substitute .Xresources for .Xdefaults.
1386
fea518919305 [xemacs-hg @ 2003-03-26 06:10:47 by stephent]
stephent
parents: 1366
diff changeset
4013
fea518919305 [xemacs-hg @ 2003-03-26 06:10:47 by stephent]
stephent
parents: 1366
diff changeset
4014 * xemacs-faq.texi (Q3.2.2): `default' is also a face.
fea518919305 [xemacs-hg @ 2003-03-26 06:10:47 by stephent]
stephent
parents: 1366
diff changeset
4015 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule.
fea518919305 [xemacs-hg @ 2003-03-26 06:10:47 by stephent]
stephent
parents: 1366
diff changeset
4016 Suggested by Janis Dzerins <jonis@dir.lv>.
fea518919305 [xemacs-hg @ 2003-03-26 06:10:47 by stephent]
stephent
parents: 1366
diff changeset
4017
1366
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4018 2003-03-20 Steve Youngs <youngs@xemacs.org>
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4019
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4020 * xemacs/packages.texi (Automatically): Refer to
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4021 'pui-set-local-package-get-directory' instead of
2865
8baa2f03d853 [xemacs-hg @ 2005-07-19 09:45:00 by didierv]
didierv
parents: 2862
diff changeset
4022 'pui-add-install-directory'.
1366
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4023 Remove comment about PGP not being intergrated into PUI.
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4024 Document balloon-help in PUI.
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4025 Add heading "Keeping Packages Up To Date".
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4026 (Building Packages): makeinfo 4.2 is required.
eaba5c93c383 [xemacs-hg @ 2003-03-20 13:21:26 by youngs]
youngs
parents: 1362
diff changeset
4027
1362
cfe4bcb9bdd4 [xemacs-hg @ 2003-03-18 06:58:19 by stephent]
stephent
parents: 1353
diff changeset
4028 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org>
cfe4bcb9bdd4 [xemacs-hg @ 2003-03-18 06:58:19 by stephent]
stephent
parents: 1353
diff changeset
4029
cfe4bcb9bdd4 [xemacs-hg @ 2003-03-18 06:58:19 by stephent]
stephent
parents: 1353
diff changeset
4030 * xemacs/frame.texi (Gutter Basics): Describe common options for
cfe4bcb9bdd4 [xemacs-hg @ 2003-03-18 06:58:19 by stephent]
stephent
parents: 1353
diff changeset
4031 buffers tab control.
cfe4bcb9bdd4 [xemacs-hg @ 2003-03-18 06:58:19 by stephent]
stephent
parents: 1353
diff changeset
4032
1353
b234386a35eb [xemacs-hg @ 2003-03-12 17:35:06 by adrian]
adrian
parents: 1347
diff changeset
4033 2003-03-11 Adrian Aichner <adrian@xemacs.org>
b234386a35eb [xemacs-hg @ 2003-03-12 17:35:06 by adrian]
adrian
parents: 1347
diff changeset
4034
b234386a35eb [xemacs-hg @ 2003-03-12 17:35:06 by adrian]
adrian
parents: 1347
diff changeset
4035 * cl.texi: Change incorrect references to GNU where XEmacs is
b234386a35eb [xemacs-hg @ 2003-03-12 17:35:06 by adrian]
adrian
parents: 1347
diff changeset
4036 appropriate.
b234386a35eb [xemacs-hg @ 2003-03-12 17:35:06 by adrian]
adrian
parents: 1347
diff changeset
4037
1347
8d350b095c21 [xemacs-hg @ 2003-03-09 12:59:36 by ben]
ben
parents: 1339
diff changeset
4038 2003-03-09 Ben Wing <ben@xemacs.org>
8d350b095c21 [xemacs-hg @ 2003-03-09 12:59:36 by ben]
ben
parents: 1339
diff changeset
4039
8d350b095c21 [xemacs-hg @ 2003-03-09 12:59:36 by ben]
ben
parents: 1339
diff changeset
4040 * widget.texi (Defining New Widgets):
8d350b095c21 [xemacs-hg @ 2003-03-09 12:59:36 by ben]
ben
parents: 1339
diff changeset
4041 Fix Turnbull typos.
8d350b095c21 [xemacs-hg @ 2003-03-09 12:59:36 by ben]
ben
parents: 1339
diff changeset
4042
1339
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4043 2003-03-02 Stephen Turnbull <stephen@xemacs.org>
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4044
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4045 * widget.texi (Defining New Widgets):
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4046 Document `widget-create-child', `widget-create-child-and-convert',
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4047 and `widget-create-child-value'. Document the `:copy' method.
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4048 Improve discussion of the `:convert-widget' method.
ffa6c90799b1 [xemacs-hg @ 2003-03-03 15:00:11 by stephent]
stephent
parents: 1333
diff changeset
4049
1333
1b0339b048ce [xemacs-hg @ 2003-03-02 09:38:37 by ben]
ben
parents: 1307
diff changeset
4050 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org>
1b0339b048ce [xemacs-hg @ 2003-03-02 09:38:37 by ben]
ben
parents: 1307
diff changeset
4051
1b0339b048ce [xemacs-hg @ 2003-03-02 09:38:37 by ben]
ben
parents: 1307
diff changeset
4052 * internals/internals.texi (XEmacs From the Perspective of Building):
1b0339b048ce [xemacs-hg @ 2003-03-02 09:38:37 by ben]
ben
parents: 1307
diff changeset
4053 Fix typo.
1b0339b048ce [xemacs-hg @ 2003-03-02 09:38:37 by ben]
ben
parents: 1307
diff changeset
4054 (Build-Time Dependencies): New node.
1b0339b048ce [xemacs-hg @ 2003-03-02 09:38:37 by ben]
ben
parents: 1307
diff changeset
4055
1307
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1288
diff changeset
4056 2003-02-16 Steve Youngs <youngs@xemacs.org>
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1288
diff changeset
4057
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1288
diff changeset
4058 * XEmacs 21.5.11 "cabbage" is released.
3f994430e7b9 [xemacs-hg @ 2003-02-16 06:13:17 by youngs]
youngs
parents: 1288
diff changeset
4059
1288
e2da7cf7aa74 [xemacs-hg @ 2003-02-11 19:13:52 by adrian]
adrian
parents: 1263
diff changeset
4060 2003-02-11 Adrian Aichner <adrian@xemacs.org>
e2da7cf7aa74 [xemacs-hg @ 2003-02-11 19:13:52 by adrian]
adrian
parents: 1263
diff changeset
4061
e2da7cf7aa74 [xemacs-hg @ 2003-02-11 19:13:52 by adrian]
adrian
parents: 1263
diff changeset
4062 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user
e2da7cf7aa74 [xemacs-hg @ 2003-02-11 19:13:52 by adrian]
adrian
parents: 1263
diff changeset
4063 manual.
e2da7cf7aa74 [xemacs-hg @ 2003-02-11 19:13:52 by adrian]
adrian
parents: 1263
diff changeset
4064
1263
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4065 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org>
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4066
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4067 * internals/internals.texi (Top):
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4068 (Buffers and Textual Representation):
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4069 Fix up white space in menu.
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4070 (Character-Related Data Types):
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4071 (Conversion to and from External Data):
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4072 (Format of the Extent Info):
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4073 Pedantic grammatical nits.
bada4b0bce3a [xemacs-hg @ 2003-02-06 14:37:51 by stephent]
stephent
parents: 1261
diff changeset
4074
1261
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4075 2003-02-05 Ben Wing <ben@xemacs.org>
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4076
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4077 * lispref/mule.texi (Internationalization Terminology):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4078 Lots of Mule rewriting.
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4079
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4080 2003-02-05 Ben Wing <ben@xemacs.org>
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4081
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4082 * internals/internals.texi (Top):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4083 * internals/internals.texi (Coding for Mule):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4084 * internals/internals.texi (Character-Related Data Types):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4085 * internals/internals.texi (Working With Character and Byte Positions):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4086 * internals/internals.texi (Conversion to and from External Data):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4087 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4088 * internals/internals.texi (An Example of Mule-Aware Code):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4089 * internals/internals.texi (Mule-izing Code):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4090 * internals/internals.texi (help): New.
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4091 * internals/internals.texi (Buffers and Textual Representation):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4092 * internals/internals.texi (The Text in a Buffer):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4093 * internals/internals.texi (Markers and Extents):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4094 * internals/internals.texi (MULE Character Sets and Encodings):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4095 * internals/internals.texi (Lstream Functions):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4096 * internals/internals.texi (Lstream Methods):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4097 * internals/internals.texi (Format of the Extent Info):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4098 * internals/internals.texi (Mathematics of Extent Ordering):
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4099 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4100 lots of Mule rewriting.
465bd3c7d932 [xemacs-hg @ 2003-02-06 06:35:47 by ben]
ben
parents: 1258
diff changeset
4101
1258
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4102 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org>
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4103
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4104 * xemacs/startup.texi (Startup Paths): Clarification of package
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4105 hierarchy structure.
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4106
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4107 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW.
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4108 (Q2.1.15): Stylistic changes for clarity.
473e76fb6d95 [xemacs-hg @ 2003-02-05 08:18:55 by stephent]
stephent
parents: 1251
diff changeset
4109
1251
47ea9f547332 [xemacs-hg @ 2003-02-03 02:42:53 by youngs]
youngs
parents: 1188
diff changeset
4110 2003-02-03 Steve Youngs <youngs@xemacs.org>
47ea9f547332 [xemacs-hg @ 2003-02-03 02:42:53 by youngs]
youngs
parents: 1188
diff changeset
4111
47ea9f547332 [xemacs-hg @ 2003-02-03 02:42:53 by youngs]
youngs
parents: 1188
diff changeset
4112 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's
47ea9f547332 [xemacs-hg @ 2003-02-03 02:42:53 by youngs]
youngs
parents: 1188
diff changeset
4113 recent dabble into the packages.
47ea9f547332 [xemacs-hg @ 2003-02-03 02:42:53 by youngs]
youngs
parents: 1188
diff changeset
4114
1187
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1183
diff changeset
4115 2003-01-04 Steve Youngs <youngs@xemacs.org>
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1183
diff changeset
4116
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1183
diff changeset
4117 * XEmacs 21.5.10 "burdock" is released.
6f18092b3b3c [xemacs-hg @ 2003-01-05 05:13:26 by youngs]
youngs
parents: 1183
diff changeset
4118
1188
11ff4edb6bb7 [xemacs-hg @ 2003-01-05 10:53:58 by youngs]
youngs
parents: 1187
diff changeset
4119 2003-01-04 Steve Youngs <youngs@xemacs.org>
11ff4edb6bb7 [xemacs-hg @ 2003-01-05 10:53:58 by youngs]
youngs
parents: 1187
diff changeset
4120
11ff4edb6bb7 [xemacs-hg @ 2003-01-05 10:53:58 by youngs]
youngs
parents: 1187
diff changeset
4121 * lispref/mule.texi (Charset Unification): Menu item "Internals"
11ff4edb6bb7 [xemacs-hg @ 2003-01-05 10:53:58 by youngs]
youngs
parents: 1187
diff changeset
4122 should be "Unification Internals".
11ff4edb6bb7 [xemacs-hg @ 2003-01-05 10:53:58 by youngs]
youngs
parents: 1187
diff changeset
4123
1183
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4124 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4125
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4126 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4127
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4128 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4129
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4130 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4131 (Q2.0.6): Mention union type bugs.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4132 (Q2.1.1): Debugging HOWTO improvements.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4133 (Q2.1.15): Decoding Lisp objects in the debugger.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4134
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4135 * widget.texi (Widget Internals): New node.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4136 (Top): Add menu item for it.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4137
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4138 * xemacs/xemacs.texi (Top): Better short description of Mule in
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4139 menu. Mule submenu.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4140
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4141 Charset unification docs. What a concept---commit docs first!
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4142
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4143 * lispref/mule.texi (MULE): Add Unification and Tables menu entries.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4144 (Unicode Support): Fixup next node.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4145 (Charset Unification):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4146 (Overview):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4147 (Usage):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4148 (Basic Functionality):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4149 (Interactive Usage):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4150 (Configuration):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4151 (Theory of Operation):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4152 (What Unification Cannot Do for You):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4153 (Unification Internals):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4154 (Charsets and Coding Systems):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4155 New nodes.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4156
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4157 * xemacs/mule.texi (Mule): Menu items for Unification and Tables.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4158 (Recognize Coding):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4159 (Specify Coding):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4160 Fixup next and previous pointers.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4161 (Unification):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4162 (Unification Overview):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4163 (Unification Usage):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4164 (Unification Configuration):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4165 (Unification FAQs):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4166 (Unification Theory):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4167 (What Unification Cannot Do for You):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4168 (Charsets and Coding Systems):
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4169 New nodes.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4170
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4171 2002-12-17 Stephen Turnbull <stephen@xemacs.org>
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4172
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4173 * widget.texi (Widget Wishlist): Typo.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4174 (Defining New Widgets): s/widget-define/define-widget/g.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4175
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4176 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org>
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4177
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4178 * internals/internals.texi (Regression Testing XEmacs): Hints for
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4179 test design.
c1553814932e [xemacs-hg @ 2003-01-03 12:12:30 by stephent]
stephent
parents: 1143
diff changeset
4180
1143
820f727b1801 [xemacs-hg @ 2002-12-04 14:05:57 by stephent]
stephent
parents: 1142
diff changeset
4181 2002-10-29 Ville Skyttä <scop@xemacs.org>
820f727b1801 [xemacs-hg @ 2002-12-04 14:05:57 by stephent]
stephent
parents: 1142
diff changeset
4182
820f727b1801 [xemacs-hg @ 2002-12-04 14:05:57 by stephent]
stephent
parents: 1142
diff changeset
4183 * xemacs-faq.texi (Top):
820f727b1801 [xemacs-hg @ 2002-12-04 14:05:57 by stephent]
stephent
parents: 1142
diff changeset
4184 The canonical location for FAQ on the website is /FAQ/.
820f727b1801 [xemacs-hg @ 2002-12-04 14:05:57 by stephent]
stephent
parents: 1142
diff changeset
4185
1142
55834f418dfb [xemacs-hg @ 2002-12-04 14:00:37 by stephent]
stephent
parents: 1138
diff changeset
4186 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru>
55834f418dfb [xemacs-hg @ 2002-12-04 14:00:37 by stephent]
stephent
parents: 1138
diff changeset
4187
55834f418dfb [xemacs-hg @ 2002-12-04 14:00:37 by stephent]
stephent
parents: 1138
diff changeset
4188 * xemacs/custom.texi (Face Customization):
55834f418dfb [xemacs-hg @ 2002-12-04 14:00:37 by stephent]
stephent
parents: 1138
diff changeset
4189 (Faces):
55834f418dfb [xemacs-hg @ 2002-12-04 14:00:37 by stephent]
stephent
parents: 1138
diff changeset
4190 Document face-frob-from-locale-first variable.
55834f418dfb [xemacs-hg @ 2002-12-04 14:00:37 by stephent]
stephent
parents: 1138
diff changeset
4191
1138
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4192 2002-12-03 Didier Verna <didier@xemacs.org>
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4193
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4194 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7.
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4195
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4196 2002-12-03 Didier Verna <didier@xemacs.org>
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4197
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4198 * lispref/specifiers.texi (Introduction to Specifiers): fix case
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4199 spelling of `Buffer-Local Variables' crossref.
05ed51332340 [xemacs-hg @ 2002-12-03 11:01:40 by didierv]
didierv
parents: 1137
diff changeset
4200
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4201 2002-12-03 Didier Verna <didier@xemacs.org>
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4202
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4203 * xemacs/custom.texi (Faces): document
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4204 `set-face-background-pixmap-file'.
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4205
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4206 2002-12-03 Didier Verna <didier@xemacs.org>
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4207
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4208 * lispref/faces.texi (Face Convenience Functions): ditto.
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4209 * lispref/glyphs.texi (Creating Glyphs): reference it.
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4210
1135
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4211 2002-11-29 Stephen Turnbull <stephen@xemacs.org>
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4212
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4213 * lispref/specifiers.texi (Simple Specifier Usage): New node.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4214 (Specifiers): Adjust node pointers.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4215 (Simple Specifier Usage): Revise. Adjust node pointers.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4216
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4217 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4218
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4219 2002-10-20 Stephen Turnbull <stephen@xemacs.org>
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4220
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4221 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4222 (Q3.5.7, Q1.3.3): Cross-reference it.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4223
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4224 2002-10-20 Stephen Turnbull <stephen@xemacs.org>
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4225
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4226 * xemacs-faq.texi (Q2.1.1): Mention bug report commands.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4227 (Q2.0.9): Note how out-of-date the entry is.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4228 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4229 (Q1.2.1): Fix typo.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4230
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4231 * internals/internals.texi (Regression Testing XEmacs): Thorough
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4232 rewrite, documenting macros explicitly.
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4233
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4234 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org>
1103
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4235
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4236 * lispref/compile.texi (Compilation Options): New node.
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4237 (Byte Compilation): Add it to menu.
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4238 (Compilation Functions): Minor mods.
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4239 (Docs and Compilation):
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4240 (Dynamic Loading):
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4241 Document some variable defaults.
80d9ab2e9855 [xemacs-hg @ 2002-11-12 03:57:44 by stephent]
stephent
parents: 1096
diff changeset
4242
1135
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4243 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org>
1096
2c2ff019dd33 [xemacs-hg @ 2002-11-11 15:56:18 by stephent]
stephent
parents: 1058
diff changeset
4244
2c2ff019dd33 [xemacs-hg @ 2002-11-11 15:56:18 by stephent]
stephent
parents: 1058
diff changeset
4245 * internals/internals.texi (Low-Level Modules): Add urefs to Doug
2c2ff019dd33 [xemacs-hg @ 2002-11-11 15:56:18 by stephent]
stephent
parents: 1058
diff changeset
4246 Lea's and Wolfram Gloger's home pages.
2c2ff019dd33 [xemacs-hg @ 2002-11-11 15:56:18 by stephent]
stephent
parents: 1058
diff changeset
4247
1135
9eddcb9548e2 [xemacs-hg @ 2002-12-02 17:56:58 by stephent]
stephent
parents: 1103
diff changeset
4248 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org>
1058
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1030
diff changeset
4249
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1030
diff changeset
4250 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error.
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1030
diff changeset
4251 (Q6.1.4): Document cygXpm-noX.
d7285d54aa5f [xemacs-hg @ 2002-10-18 05:43:26 by stephent]
stephent
parents: 1030
diff changeset
4252
1030
96707444287c [xemacs-hg @ 2002-10-04 18:09:45 by scop]
scop
parents: 1026
diff changeset
4253 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org>
96707444287c [xemacs-hg @ 2002-10-04 18:09:45 by scop]
scop
parents: 1026
diff changeset
4254
96707444287c [xemacs-hg @ 2002-10-04 18:09:45 by scop]
scop
parents: 1026
diff changeset
4255 * xemacs/packages.texi (Available Packages): Add fortran-modes,
96707444287c [xemacs-hg @ 2002-10-04 18:09:45 by scop]
scop
parents: 1026
diff changeset
4256 perl-modes, psgml-dtds, python-modes and ruby-modes.
96707444287c [xemacs-hg @ 2002-10-04 18:09:45 by scop]
scop
parents: 1026
diff changeset
4257 Some consistency tweaks.
96707444287c [xemacs-hg @ 2002-10-04 18:09:45 by scop]
scop
parents: 1026
diff changeset
4258
1026
6294b2d3cb3f [xemacs-hg @ 2002-10-03 13:54:15 by stephent]
stephent
parents: 1024
diff changeset
4259 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org>
6294b2d3cb3f [xemacs-hg @ 2002-10-03 13:54:15 by stephent]
stephent
parents: 1024
diff changeset
4260
6294b2d3cb3f [xemacs-hg @ 2002-10-03 13:54:15 by stephent]
stephent
parents: 1024
diff changeset
4261 * lispref/variables.texi (add-to-list): Document the new
6294b2d3cb3f [xemacs-hg @ 2002-10-03 13:54:15 by stephent]
stephent
parents: 1024
diff changeset
4262 (optional) append argument.
6294b2d3cb3f [xemacs-hg @ 2002-10-03 13:54:15 by stephent]
stephent
parents: 1024
diff changeset
4263
1024
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4264 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org>
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4265
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4266 * internals/internals.texi (Techniques for XEmacs Developers):
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4267 More performance optimization hints.
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4268 (Modules for Other Aspects of the Lisp Interpreter and Object System):
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4269 Describe syntax code internals.
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4270
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4271 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later".
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4272 (Syntax Class Table): Deprecate SPC as whitespace designator.
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4273 (Syntax Flags): Rewrite for `8-bit' comment syntax flags.
ccaf90c5a53a [xemacs-hg @ 2002-10-02 09:29:37 by stephent]
stephent
parents: 981
diff changeset
4274
981
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 973
diff changeset
4275 2002-08-30 Steve Youngs <youngs@xemacs.org>
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 973
diff changeset
4276
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 973
diff changeset
4277 * XEmacs 21.5.9 "brussels sprouts" is released.
0205cafe98ff [xemacs-hg @ 2002-08-30 08:25:48 by youngs]
youngs
parents: 973
diff changeset
4278
973
ea6a06f7bf2c [xemacs-hg @ 2002-08-22 14:56:23 by stephent]
stephent
parents: 967
diff changeset
4279 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org>
ea6a06f7bf2c [xemacs-hg @ 2002-08-22 14:56:23 by stephent]
stephent
parents: 967
diff changeset
4280
ea6a06f7bf2c [xemacs-hg @ 2002-08-22 14:56:23 by stephent]
stephent
parents: 967
diff changeset
4281 * internals/internals.texi (Regression Testing XEmacs): Document
ea6a06f7bf2c [xemacs-hg @ 2002-08-22 14:56:23 by stephent]
stephent
parents: 967
diff changeset
4282 how to skip and warn about tests that depend on packages.
ea6a06f7bf2c [xemacs-hg @ 2002-08-22 14:56:23 by stephent]
stephent
parents: 967
diff changeset
4283
967
a306b7c7742d [xemacs-hg @ 2002-08-16 14:10:46 by stephent]
stephent
parents: 965
diff changeset
4284 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org>
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4285
967
a306b7c7742d [xemacs-hg @ 2002-08-16 14:10:46 by stephent]
stephent
parents: 965
diff changeset
4286 * internals/internals.texi (Regression Testing XEmacs): Fix typo.
a306b7c7742d [xemacs-hg @ 2002-08-16 14:10:46 by stephent]
stephent
parents: 965
diff changeset
4287
965
e51bd28995c0 [xemacs-hg @ 2002-08-16 12:37:35 by stephent]
stephent
parents: 963
diff changeset
4288 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org>
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4289
965
e51bd28995c0 [xemacs-hg @ 2002-08-16 12:37:35 by stephent]
stephent
parents: 963
diff changeset
4290 * internals/internals.texi (GCPROing): Add comment on GCPRO.
e51bd28995c0 [xemacs-hg @ 2002-08-16 12:37:35 by stephent]
stephent
parents: 963
diff changeset
4291 (Regression Testing XEmacs): New node.
e51bd28995c0 [xemacs-hg @ 2002-08-16 12:37:35 by stephent]
stephent
parents: 963
diff changeset
4292 (Modules for Regression Testing): New node.
e51bd28995c0 [xemacs-hg @ 2002-08-16 12:37:35 by stephent]
stephent
parents: 963
diff changeset
4293
959
87e011e66a78 [xemacs-hg @ 2002-08-12 07:45:36 by youngs]
youngs
parents: 955
diff changeset
4294 2002-08-12 Simon Josefsson <jas@extundo.com>
87e011e66a78 [xemacs-hg @ 2002-08-12 07:45:36 by youngs]
youngs
parents: 955
diff changeset
4295
87e011e66a78 [xemacs-hg @ 2002-08-12 07:45:36 by youngs]
youngs
parents: 955
diff changeset
4296 * lispref/building.texi (Pure Storage): purecopy is a no-op.
87e011e66a78 [xemacs-hg @ 2002-08-12 07:45:36 by youngs]
youngs
parents: 955
diff changeset
4297
955
b7fa959034ca [xemacs-hg @ 2002-08-07 22:24:32 by scop]
scop
parents: 947
diff changeset
4298 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org>
b7fa959034ca [xemacs-hg @ 2002-08-07 22:24:32 by scop]
scop
parents: 947
diff changeset
4299
b7fa959034ca [xemacs-hg @ 2002-08-07 22:24:32 by scop]
scop
parents: 947
diff changeset
4300 * xemacs/packages.texi (Available Packages): Bring up to date.
b7fa959034ca [xemacs-hg @ 2002-08-07 22:24:32 by scop]
scop
parents: 947
diff changeset
4301
947
5358ec398c43 [xemacs-hg @ 2002-08-02 14:51:20 by scop]
scop
parents: 936
diff changeset
4302 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org>
5358ec398c43 [xemacs-hg @ 2002-08-02 14:51:20 by scop]
scop
parents: 936
diff changeset
4303
5358ec398c43 [xemacs-hg @ 2002-08-02 14:51:20 by scop]
scop
parents: 936
diff changeset
4304 * xemacs/packages.texi (Available Packages):
5358ec398c43 [xemacs-hg @ 2002-08-02 14:51:20 by scop]
scop
parents: 936
diff changeset
4305 Bring package list up to date, thanks also to Brian Palmer.
5358ec398c43 [xemacs-hg @ 2002-08-02 14:51:20 by scop]
scop
parents: 936
diff changeset
4306
936
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4307 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org>
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4308
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4309 * term.texi (Input to the inferior): Fix term line/char mode
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4310 switch keybindings. Kudos to Jacob P. Burckhardt.
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4311
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4312 * xemacs/misc.texi (Term Mode): Ditto.
0f9686ac3ce7 [xemacs-hg @ 2002-07-29 21:52:14 by scop]
scop
parents: 933
diff changeset
4313
933
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 918
diff changeset
4314 2002-07-27 Steve Youngs <youngs@xemacs.org>
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 918
diff changeset
4315
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 918
diff changeset
4316 * XEmacs 21.5.8 "broccoli" is released.
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 918
diff changeset
4317
918
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4318 2002-07-06 Adrian Aichner <adrian@xemacs.org>
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4319
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4320 * new-users-guide/custom1.texi (Customizing key Bindings): Fix
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4321 improper use of indef. art. "a".
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4322
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4323 2002-07-06 Adrian Aichner <adrian@xemacs.org>
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4324
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4325 * lispref/commands.texi (Peeking and Discarding): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4326 * lispref/customize.texi (Type Keywords): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4327 * lispref/dragndrop.texi (Drop Interface): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4328
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4329 2002-07-06 Adrian Aichner <adrian@xemacs.org>
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4330
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4331 * termcap.texi (Clearing): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4332 * widget.texi (User Interface): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4333 * widget.texi (Basic Types): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4334 * widget.texi (group): Ditto.
bc2d7b06db9f [xemacs-hg @ 2002-07-13 11:59:22 by adrian]
adrian
parents: 901
diff changeset
4335
901
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4336 2002-07-05 Adrian Aichner <adrian@xemacs.org>
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4337
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4338 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4339 indef. art. "an".
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4340
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4341 2002-07-05 Adrian Aichner <adrian@xemacs.org>
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4342
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4343 * lispref/control.texi (Processing of Errors): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4344 * lispref/mule.texi (ISO 2022): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4345 * lispref/packaging.texi (Package Terminology): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4346 * lispref/text.texi (Transformations): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4347
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4348 2002-07-05 Adrian Aichner <adrian@xemacs.org>
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4349
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4350 * termcap.texi (Naming): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4351 * texinfo.texi (itemize): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4352 * texinfo.texi (Tips): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4353 * widget.texi (Introduction): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4354 * widget.texi (group): Ditto.
37e56e920ac5 [xemacs-hg @ 2002-07-05 20:35:47 by adrian]
adrian
parents: 894
diff changeset
4355
894
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
4356 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
4357
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
4358 * XEmacs 21.5.7 "broccoflower" is released.
2367ca81af28 [xemacs-hg @ 2002-07-02 15:00:50 by stephent]
stephent
parents: 892
diff changeset
4359
892
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 880
diff changeset
4360 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 880
diff changeset
4361
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 880
diff changeset
4362 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6):
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 880
diff changeset
4363 New "killing is slow" FAQ and link updates.
52c2a7139db0 [xemacs-hg @ 2002-07-02 12:27:53 by stephent]
stephent
parents: 880
diff changeset
4364
880
beddd25fe24a [xemacs-hg @ 2002-06-24 22:00:17 by youngs]
youngs
parents: 873
diff changeset
4365 2002-06-17 Jerry James <james@xemacs.org>
beddd25fe24a [xemacs-hg @ 2002-06-24 22:00:17 by youngs]
youngs
parents: 873
diff changeset
4366
beddd25fe24a [xemacs-hg @ 2002-06-24 22:00:17 by youngs]
youngs
parents: 873
diff changeset
4367 * emodules.texi (Loading other Modules): Describe why we do not
beddd25fe24a [xemacs-hg @ 2002-06-24 22:00:17 by youngs]
youngs
parents: 873
diff changeset
4368 use RTLD_GLOBAL.
beddd25fe24a [xemacs-hg @ 2002-06-24 22:00:17 by youngs]
youngs
parents: 873
diff changeset
4369
873
26f7cf2a4792 [xemacs-hg @ 2002-06-20 21:39:19 by adrian]
adrian
parents: 871
diff changeset
4370 2002-06-20 Adrian Aichner <adrian@xemacs.org>
26f7cf2a4792 [xemacs-hg @ 2002-06-20 21:39:19 by adrian]
adrian
parents: 871
diff changeset
4371
26f7cf2a4792 [xemacs-hg @ 2002-06-20 21:39:19 by adrian]
adrian
parents: 871
diff changeset
4372 * xemacs/mule.texi (Language Environments): Typo fix suggested by
26f7cf2a4792 [xemacs-hg @ 2002-06-20 21:39:19 by adrian]
adrian
parents: 871
diff changeset
4373 Frank Schmitt.
26f7cf2a4792 [xemacs-hg @ 2002-06-20 21:39:19 by adrian]
adrian
parents: 871
diff changeset
4374
871
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4375 2002-06-11 Adrian Aichner <adrian@xemacs.org>
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4376
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4377 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4378 (found by linklint) with Google's help.
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4379
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4380 2002-05-25 Adrian Aichner <adrian@xemacs.org>
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4381
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4382 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'.
732270854293 [xemacs-hg @ 2002-06-11 19:28:14 by adrian]
adrian
parents: 868
diff changeset
4383
868
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4384 2002-06-05 Ben Wing <ben@xemacs.org>
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4385
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4386 * internals/internals.texi (Top):
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4387 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4388 * internals/internals.texi (How Lisp Objects Are Represented in C):
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4389 * internals/internals.texi (Major Textual Changes):
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4390 * internals/internals.texi (Great Integral Type Renaming):
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4391 * internals/internals.texi (Text/Char Type Renaming):
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4392 * internals/internals.texi (files): New.
48eed784e93a [xemacs-hg @ 2002-06-05 12:00:40 by ben]
ben
parents: 863
diff changeset
4393
863
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4394 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4395
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4396 * custom.texi (The Init File): Rewrite completely.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4397
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4398 2002-03-19 Adrian Aichner <adrian@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4399
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4400 * widget.texi (constants): Typo fix.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4401
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4402 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4403
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4404 * external-widget.texi (External Client Widget Internals): New node.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4405
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4406 2001-11-15 Darryl Okahata <darrylo@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4407
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4408 * lispref/glyphs.texi:
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4409 lispref/lispref.texi: Add examples of how to insert graphics into a
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4410 buffer.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4411
863
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4412 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4413
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4414 * xemacs/packages.texi (Packages):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4415 (Package Terminology):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4416 Carefully distinguish libraries and packages.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4417 (Package Terminology):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4418 More careful definitions of ``category'' and ``distribution.''
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4419 Use ``generic'' instead of ``normal'' (N.B. package tools use
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4420 ``standard''.)
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4421 (Installing Packages):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4422 Use @var to mark variable version strings, not @t or <>.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4423 (Sumo):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4424 Add disk space estimate when unpacked.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4425
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4426 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4427
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4428 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4429
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4430 2002-02-01 Steve Youngs <youngs@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4431
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4432 * xemacs/packages.texi (Removing Packages): The interactive
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4433 function is 'package-get-delete-package'.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4434
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4435 2001-11-27 Adrian Aichner <adrian@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4436
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4437 * xemacs-faq.texi: Hyperlink fixes.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4438
863
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4439 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4440
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4441 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4442
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4443 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4444
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4445 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4446
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4447 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4448
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4449 * xemacs/files.texi (Files):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4450 (File Names):
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4451 Document remote file editing, refer to EFS and TRAMP.
42375619fa45 [xemacs-hg @ 2002-06-04 06:03:59 by andyp]
andyp
parents: 861
diff changeset
4452
861
9a116d92c011 [xemacs-hg @ 2002-06-03 10:10:03 by stephent]
stephent
parents: 836
diff changeset
4453 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org>
9a116d92c011 [xemacs-hg @ 2002-06-03 10:10:03 by stephent]
stephent
parents: 836
diff changeset
4454
9a116d92c011 [xemacs-hg @ 2002-06-03 10:10:03 by stephent]
stephent
parents: 836
diff changeset
4455 * lispref/packaging.texi (package-info.in Fields): Typo fix.
9a116d92c011 [xemacs-hg @ 2002-06-03 10:10:03 by stephent]
stephent
parents: 836
diff changeset
4456
836
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4457 2002-05-11 Adrian Aichner <adrian@xemacs.org>
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4458
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4459 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4460 Trouble Shooting".
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4461 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4462 menu.
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4463 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument.
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4464 * xemacs-faq.texi (Q2.0.15): New.
8f668d99fea6 [xemacs-hg @ 2002-05-11 18:19:18 by adrian]
adrian
parents: 824
diff changeset
4465
824
0cce4fee510b [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
youngs
parents: 804
diff changeset
4466 2002-05-01 Steve Youngs <youngs@xemacs.org>
0cce4fee510b [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
youngs
parents: 804
diff changeset
4467
0cce4fee510b [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
youngs
parents: 804
diff changeset
4468 * xemacs/packages.texi (Automatically): Don't mention "Options"
0cce4fee510b [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
youngs
parents: 804
diff changeset
4469 menu.
0cce4fee510b [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
youngs
parents: 804
diff changeset
4470 (Installing Packages): Don't mention getting list of packages via
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4471 customize.
824
0cce4fee510b [xemacs-hg @ 2002-05-01 08:25:40 by youngs]
youngs
parents: 804
diff changeset
4472
804
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 802
diff changeset
4473 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 802
diff changeset
4474
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 802
diff changeset
4475 * XEmacs 21.5.6 "bok choi" is released.
aaf4e86e0a2d [xemacs-hg @ 2002-04-05 08:57:14 by stephent]
stephent
parents: 802
diff changeset
4476
802
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4477 2002-04-03 Ben Wing <ben@xemacs.org>
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4478
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4479 * internals/internals.texi (Top):
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4480 * internals/internals.texi (How Lisp Objects Are Represented in C):
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4481 * internals/internals.texi (Techniques for XEmacs Developers):
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4482 * internals/internals.texi (CVS Techniques):
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4483 * internals/internals.texi (Merging a Branch into the Trunk):
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4484 * internals/internals.texi (A Summary of the Various XEmacs Modules):
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4485 Add section on correctly merging a branch back into the trunk.
19dfb459d51a [xemacs-hg @ 2002-04-03 10:47:37 by ben]
ben
parents: 785
diff changeset
4486
785
955603004a04 [xemacs-hg @ 2002-03-19 22:48:03 by adrian]
adrian
parents: 778
diff changeset
4487 2002-03-19 Adrian Aichner <adrian@xemacs.org>
955603004a04 [xemacs-hg @ 2002-03-19 22:48:03 by adrian]
adrian
parents: 778
diff changeset
4488
955603004a04 [xemacs-hg @ 2002-03-19 22:48:03 by adrian]
adrian
parents: 778
diff changeset
4489 * widget.texi (constants): Typo fix.
955603004a04 [xemacs-hg @ 2002-03-19 22:48:03 by adrian]
adrian
parents: 778
diff changeset
4490
778
2923009caf47 [xemacs-hg @ 2002-03-16 10:38:59 by ben]
ben
parents: 776
diff changeset
4491 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk>
2923009caf47 [xemacs-hg @ 2002-03-16 10:38:59 by ben]
ben
parents: 776
diff changeset
4492
2923009caf47 [xemacs-hg @ 2002-03-16 10:38:59 by ben]
ben
parents: 776
diff changeset
4493 * cl.texi (Sequence Basics): Avoid splitting link over two lines,
2923009caf47 [xemacs-hg @ 2002-03-16 10:38:59 by ben]
ben
parents: 776
diff changeset
4494 which makes cygwin texinfo 4.0 unhappy.
2923009caf47 [xemacs-hg @ 2002-03-16 10:38:59 by ben]
ben
parents: 776
diff changeset
4495
776
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4496 2002-03-15 Ben Wing <ben@xemacs.org>
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4497
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4498 * Makefile (new-users-guide-srcs):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4499 * Makefile (extraclean):
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4500 Use -no-packages to avoid problems with package files shadowing
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4501 core files (e.g. unicode.el in mule-ucs).
79940b592197 [xemacs-hg @ 2002-03-15 07:43:14 by ben]
ben
parents: 775
diff changeset
4502
775
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4503 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org>
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4504
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4505 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}.
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4506
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4507 * lispref/mule.texi (Unicode Support):
775
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4508 * xemacs/custom.texi (Behaviors):
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4509 * lispref/customize.texi (Enabling Behavior):
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4510 New nodes.
7d972c3de90a [xemacs-hg @ 2002-03-14 11:50:12 by stephent]
stephent
parents: 774
diff changeset
4511
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
4512 2002-03-12 Ben Wing <ben@xemacs.org>
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
4513
3322
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
4514 * The Great Mule Merge of March 2002:
cf02a1da936a [xemacs-hg @ 2006-03-31 17:51:18 by stephent]
stephent
parents: 3260
diff changeset
4515 see node by that name in the Internals Manual.
774
703228f54913 [xemacs-hg @ 2002-03-14 03:54:10 by stephent]
stephent
parents: 768
diff changeset
4516
768
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 761
diff changeset
4517 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 761
diff changeset
4518
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 761
diff changeset
4519 * XEmacs 21.5.5 "beets" is released.
e3c602a01a26 [xemacs-hg @ 2002-03-05 14:45:51 by stephent]
stephent
parents: 761
diff changeset
4520
761
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4521 2002-03-01 Jeff Miller <jmiller@cablespeed.com>
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4522
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4523 * lispref/packaging.texi (The User View, The Library Maintainer
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4524 View, The Package Release Engineer View): Remove apostrophes.
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4525 * lispref/lispref.texi (The User View, The Library Maintainer
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4526 View, The Package Release Engineer View): Remove apostrophes.
c35d5f033651 [xemacs-hg @ 2002-03-03 09:09:27 by adrian]
adrian
parents: 759
diff changeset
4527
759
7b0e9f17fcf0 [xemacs-hg @ 2002-02-28 03:55:16 by stephent]
stephent
parents: 755
diff changeset
4528 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org>
7b0e9f17fcf0 [xemacs-hg @ 2002-02-28 03:55:16 by stephent]
stephent
parents: 755
diff changeset
4529
7b0e9f17fcf0 [xemacs-hg @ 2002-02-28 03:55:16 by stephent]
stephent
parents: 755
diff changeset
4530 * lispref/packaging.texi (The User View, The Library Maintainer
7b0e9f17fcf0 [xemacs-hg @ 2002-02-28 03:55:16 by stephent]
stephent
parents: 755
diff changeset
4531 View, The Package Release Engineer View): Remove apostrophes.
7b0e9f17fcf0 [xemacs-hg @ 2002-02-28 03:55:16 by stephent]
stephent
parents: 755
diff changeset
4532
755
da44ff90109f [xemacs-hg @ 2002-02-16 07:25:39 by stephent]
stephent
parents: 753
diff changeset
4533 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org>
da44ff90109f [xemacs-hg @ 2002-02-16 07:25:39 by stephent]
stephent
parents: 753
diff changeset
4534
da44ff90109f [xemacs-hg @ 2002-02-16 07:25:39 by stephent]
stephent
parents: 753
diff changeset
4535 * external-widget.texi
da44ff90109f [xemacs-hg @ 2002-02-16 07:25:39 by stephent]
stephent
parents: 753
diff changeset
4536 (Example Program Using the External Client Widget): Fix braces.
da44ff90109f [xemacs-hg @ 2002-02-16 07:25:39 by stephent]
stephent
parents: 753
diff changeset
4537 From Mats Lidell <matsl@contactor.se>.
da44ff90109f [xemacs-hg @ 2002-02-16 07:25:39 by stephent]
stephent
parents: 753
diff changeset
4538
753
41528f633ff7 [xemacs-hg @ 2002-02-13 15:28:56 by stephent]
stephent
parents: 752
diff changeset
4539 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org>
41528f633ff7 [xemacs-hg @ 2002-02-13 15:28:56 by stephent]
stephent
parents: 752
diff changeset
4540
41528f633ff7 [xemacs-hg @ 2002-02-13 15:28:56 by stephent]
stephent
parents: 752
diff changeset
4541 * external-widget.texi
41528f633ff7 [xemacs-hg @ 2002-02-13 15:28:56 by stephent]
stephent
parents: 752
diff changeset
4542 (Example Program Using the External Client Widget): Fix
41528f633ff7 [xemacs-hg @ 2002-02-13 15:28:56 by stephent]
stephent
parents: 752
diff changeset
4543 documentation to explain needed resource settings.
41528f633ff7 [xemacs-hg @ 2002-02-13 15:28:56 by stephent]
stephent
parents: 752
diff changeset
4544
752
5d60b99c1ded [xemacs-hg @ 2002-02-13 13:06:44 by stephent]
stephent
parents: 750
diff changeset
4545 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org>
5d60b99c1ded [xemacs-hg @ 2002-02-13 13:06:44 by stephent]
stephent
parents: 750
diff changeset
4546
5d60b99c1ded [xemacs-hg @ 2002-02-13 13:06:44 by stephent]
stephent
parents: 750
diff changeset
4547 * lispref/packaging.texi (Documenting Packages): New node.
5d60b99c1ded [xemacs-hg @ 2002-02-13 13:06:44 by stephent]
stephent
parents: 750
diff changeset
4548 (Makefile Variables): Fix typo per Steve Youngs.
5d60b99c1ded [xemacs-hg @ 2002-02-13 13:06:44 by stephent]
stephent
parents: 750
diff changeset
4549
750
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4550 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org>
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4551
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4552 * external-widget.texi
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4553 (Example Program Using the External Client Widget): New node.
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4554
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4555 * lispref/packaging.texi (Documenting Packages): New node.
f929ab5ec903 [xemacs-hg @ 2002-02-13 12:52:03 by stephent]
stephent
parents: 749
diff changeset
4556
749
9cea8fcd2e61 [xemacs-hg @ 2002-02-12 14:30:51 by stephent]
stephent
parents: 745
diff changeset
4557 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org>
9cea8fcd2e61 [xemacs-hg @ 2002-02-12 14:30:51 by stephent]
stephent
parents: 745
diff changeset
4558
9cea8fcd2e61 [xemacs-hg @ 2002-02-12 14:30:51 by stephent]
stephent
parents: 745
diff changeset
4559 * lispref/packaging.texi (Makefile Variables): Document GENERATED
9cea8fcd2e61 [xemacs-hg @ 2002-02-12 14:30:51 by stephent]
stephent
parents: 745
diff changeset
4560 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms.
9cea8fcd2e61 [xemacs-hg @ 2002-02-12 14:30:51 by stephent]
stephent
parents: 745
diff changeset
4561
745
4aa6e26cd8ba [xemacs-hg @ 2002-02-06 16:27:05 by stephent]
stephent
parents: 742
diff changeset
4562 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org>
4aa6e26cd8ba [xemacs-hg @ 2002-02-06 16:27:05 by stephent]
stephent
parents: 742
diff changeset
4563
4aa6e26cd8ba [xemacs-hg @ 2002-02-06 16:27:05 by stephent]
stephent
parents: 742
diff changeset
4564 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS.
4aa6e26cd8ba [xemacs-hg @ 2002-02-06 16:27:05 by stephent]
stephent
parents: 742
diff changeset
4565
742
ececdfb867ce [xemacs-hg @ 2002-02-04 10:57:01 by stephent]
stephent
parents: 741
diff changeset
4566 2001-01-24 Adrian Aichner <adrian@xemacs.org>
ececdfb867ce [xemacs-hg @ 2002-02-04 10:57:01 by stephent]
stephent
parents: 741
diff changeset
4567
ececdfb867ce [xemacs-hg @ 2002-02-04 10:57:01 by stephent]
stephent
parents: 741
diff changeset
4568 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
ececdfb867ce [xemacs-hg @ 2002-02-04 10:57:01 by stephent]
stephent
parents: 741
diff changeset
4569
741
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4570 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4571
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4572 * xemacs/files.texi (Files):
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4573 (File Names):
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4574 Document remote file editing, refer to EFS and TRAMP.
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4575
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4576 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org>
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4577
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4578 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files.
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4579
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4580 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org>
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4581
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4582 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information.
1d4da9ee6381 [xemacs-hg @ 2002-02-04 10:13:45 by stephent]
stephent
parents: 737
diff changeset
4583
737
6415e2b73e04 [xemacs-hg @ 2002-02-02 01:53:07 by youngs]
youngs
parents: 725
diff changeset
4584 2002-02-01 Steve Youngs <youngs@xemacs.org>
6415e2b73e04 [xemacs-hg @ 2002-02-02 01:53:07 by youngs]
youngs
parents: 725
diff changeset
4585
6415e2b73e04 [xemacs-hg @ 2002-02-02 01:53:07 by youngs]
youngs
parents: 725
diff changeset
4586 * xemacs/packages.texi (Removing Packages): The interactive
6415e2b73e04 [xemacs-hg @ 2002-02-02 01:53:07 by youngs]
youngs
parents: 725
diff changeset
4587 function is 'package-get-delete-package'.
6415e2b73e04 [xemacs-hg @ 2002-02-02 01:53:07 by youngs]
youngs
parents: 725
diff changeset
4588
725
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
4589 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org>
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
4590
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
4591 * XEmacs 21.5.4 "bamboo" is released.
b35d39ece38f [xemacs-hg @ 2002-01-08 16:49:21 by stephent]
stephent
parents: 724
diff changeset
4592
724
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
4593 2001-11-15 Darryl Okahata <darrylo@xemacs.org>
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
4594
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
4595 * glyphs.texi:
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
4596 lispref.texi: Add examples of how to insert graphics into a
76d5a3dd827a [xemacs-hg @ 2002-01-05 07:33:11 by stephent]
stephent
parents: 721
diff changeset
4597 buffer.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4598
721
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 709
diff changeset
4599 2002-01-02 Adrian Aichner <adrian@xemacs.org>
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 709
diff changeset
4600
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 709
diff changeset
4601 * emodules.texi: Add missing direntry, reword "dynamic loadable"
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 709
diff changeset
4602 to "dynamically loadable".
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 709
diff changeset
4603 * external-widget.texi: Add missing direntry.
f72a191f8ecf [xemacs-hg @ 2002-01-02 20:56:32 by adrian]
adrian
parents: 709
diff changeset
4604
709
1df7a5cfb04a [xemacs-hg @ 2001-12-20 07:58:18 by yoshiki]
yoshiki
parents: 704
diff changeset
4605 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org>
1df7a5cfb04a [xemacs-hg @ 2001-12-20 07:58:18 by yoshiki]
yoshiki
parents: 704
diff changeset
4606
1df7a5cfb04a [xemacs-hg @ 2001-12-20 07:58:18 by yoshiki]
yoshiki
parents: 704
diff changeset
4607 * xemacs/programs.texi: Etags update from Francesco.
1df7a5cfb04a [xemacs-hg @ 2001-12-20 07:58:18 by yoshiki]
yoshiki
parents: 704
diff changeset
4608
704
374035d3ca4c [xemacs-hg @ 2001-12-18 22:37:41 by janv]
janv
parents: 696
diff changeset
4609 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu>
374035d3ca4c [xemacs-hg @ 2001-12-18 22:37:41 by janv]
janv
parents: 696
diff changeset
4610
374035d3ca4c [xemacs-hg @ 2001-12-18 22:37:41 by janv]
janv
parents: 696
diff changeset
4611 * xemacs/programs.texi (Tags): Add node name to Ebrowse
374035d3ca4c [xemacs-hg @ 2001-12-18 22:37:41 by janv]
janv
parents: 696
diff changeset
4612 cross reference.
374035d3ca4c [xemacs-hg @ 2001-12-18 22:37:41 by janv]
janv
parents: 696
diff changeset
4613
696
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4614 2001-12-15 Adrian Aichner <adrian@xemacs.org>
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4615
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4616 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4617 the benefit of HTML online docs.
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4618
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4619 2001-12-15 Adrian Aichner <adrian@xemacs.org>
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4620
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4621 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4622 @chapter agree with new title.
5596b330879a [xemacs-hg @ 2001-12-15 19:25:19 by adrian]
adrian
parents: 694
diff changeset
4623
694
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4624 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org>
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4625
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4626 * lispref/packaging.texi (The User's View):
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4627 Correct description of man subdirectory.
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4628
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4629 (The Package Release Engineer's View):
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4630 (package-compile.el):
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4631 Change hazmat to useful documentation.
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4632
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4633 (Issues):
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4634 Hazmat removal.
561ad704dc70 [xemacs-hg @ 2001-12-15 09:16:20 by stephent]
stephent
parents: 693
diff changeset
4635
693
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4636 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org>
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4637
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4638 * lispref/packaging.texi: New file.
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4639 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus.
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4640 Include packaging.texi.
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4641 * lispref/intro.texi (Introduction): Next -> Packaging.
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4642 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging.
b05e2a249757 [xemacs-hg @ 2001-12-14 07:50:06 by stephent]
stephent
parents: 675
diff changeset
4643 * Makefile (lispref-srcs): Depend on lispref/packaging.texi.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4644
675
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4645 2001-11-26 Adrian Aichner <adrian@xemacs.org>
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4646
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4647 * xemacs-faq.texi (Top): Remove duplicate node "Introduction".
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4648 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely.
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4649 * xemacs-faq.texi (Q7.0.3): Ditto.
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4650
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4651 2001-11-26 Adrian Aichner <adrian@xemacs.org>
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4652
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4653 * external-widget.texi: Add @settitle to this stand-alone
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4654 document.
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4655
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4656 2001-11-25 Adrian Aichner <adrian@xemacs.org>
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4657
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4658 * Makefile: Add rule to produce html from texi sources (currently
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4659 using texi2html).
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4660 * Makefile (HTMLDIR): New.
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4661 * Makefile (html_files): New.
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4662 * Makefile (html): New target.
bb2ecf4a4a16 [xemacs-hg @ 2001-11-27 18:53:47 by adrian]
adrian
parents: 662
diff changeset
4663
662
23fb07473fa8 [xemacs-hg @ 2001-09-16 21:11:15 by adrian]
adrian
parents: 661
diff changeset
4664 2001-09-16 Adrian Aichner <adrian@xemacs.org>
23fb07473fa8 [xemacs-hg @ 2001-09-16 21:11:15 by adrian]
adrian
parents: 661
diff changeset
4665
23fb07473fa8 [xemacs-hg @ 2001-09-16 21:11:15 by adrian]
adrian
parents: 661
diff changeset
4666 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I
23fb07473fa8 [xemacs-hg @ 2001-09-16 21:11:15 by adrian]
adrian
parents: 661
diff changeset
4667 got from Gregory Neil Shapiro.
23fb07473fa8 [xemacs-hg @ 2001-09-16 21:11:15 by adrian]
adrian
parents: 661
diff changeset
4668
661
78df880cb9f8 [xemacs-hg @ 2001-09-16 10:09:54 by adrian]
adrian
parents: 660
diff changeset
4669 2001-09-16 Adrian Aichner <adrian@xemacs.org>
78df880cb9f8 [xemacs-hg @ 2001-09-16 10:09:54 by adrian]
adrian
parents: 660
diff changeset
4670
78df880cb9f8 [xemacs-hg @ 2001-09-16 10:09:54 by adrian]
adrian
parents: 660
diff changeset
4671 * xemacs-faq.texi (Q1.3.7): Update moved link.
78df880cb9f8 [xemacs-hg @ 2001-09-16 10:09:54 by adrian]
adrian
parents: 660
diff changeset
4672 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to
78df880cb9f8 [xemacs-hg @ 2001-09-16 10:09:54 by adrian]
adrian
parents: 660
diff changeset
4673 avoid HTML error in texi2html translation.
78df880cb9f8 [xemacs-hg @ 2001-09-16 10:09:54 by adrian]
adrian
parents: 660
diff changeset
4674
660
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4675 2001-09-15 Adrian Aichner <adrian@xemacs.org>
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4676
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4677 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge,
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4678 infodock.com is no more.
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4679 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk.
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4680
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4681 2001-09-15 Adrian Aichner <adrian@xemacs.org>
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4682
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4683 * xemacs-faq.texi (Q4.6.1):
cd653494e774 [xemacs-hg @ 2001-09-15 14:26:30 by adrian]
adrian
parents: 658
diff changeset
4684
658
6693b6f85480 [xemacs-hg @ 2001-09-09 19:47:59 by adrian]
adrian
parents: 654
diff changeset
4685 2001-09-09 Adrian Aichner <adrian@xemacs.org>
6693b6f85480 [xemacs-hg @ 2001-09-09 19:47:59 by adrian]
adrian
parents: 654
diff changeset
4686
6693b6f85480 [xemacs-hg @ 2001-09-09 19:47:59 by adrian]
adrian
parents: 654
diff changeset
4687 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested
6693b6f85480 [xemacs-hg @ 2001-09-09 19:47:59 by adrian]
adrian
parents: 654
diff changeset
4688 by Robin S. Socha.
6693b6f85480 [xemacs-hg @ 2001-09-09 19:47:59 by adrian]
adrian
parents: 654
diff changeset
4689
654
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 652
diff changeset
4690 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org>
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 652
diff changeset
4691
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 652
diff changeset
4692 * XEmacs 21.5.3 "asparagus" is released.
3ab33cd99bbf [xemacs-hg @ 2001-09-07 09:54:37 by stephent]
stephent
parents: 652
diff changeset
4693
652
2cf5d151eeb9 [xemacs-hg @ 2001-08-26 10:25:11 by stephent]
stephent
parents: 641
diff changeset
4694 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org>
2cf5d151eeb9 [xemacs-hg @ 2001-08-26 10:25:11 by stephent]
stephent
parents: 641
diff changeset
4695
2cf5d151eeb9 [xemacs-hg @ 2001-08-26 10:25:11 by stephent]
stephent
parents: 641
diff changeset
4696 * widget.texi (Basic Types, Defining New Widgets):
2cf5d151eeb9 [xemacs-hg @ 2001-08-26 10:25:11 by stephent]
stephent
parents: 641
diff changeset
4697 Distinguish between :action and :notify.
2cf5d151eeb9 [xemacs-hg @ 2001-08-26 10:25:11 by stephent]
stephent
parents: 641
diff changeset
4698
641
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 635
diff changeset
4699 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 635
diff changeset
4700
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 635
diff changeset
4701 * XEmacs 21.5.2 "artichoke" is released.
b17040ffddd1 [xemacs-hg @ 2001-07-28 08:14:27 by stephent]
stephent
parents: 635
diff changeset
4702
635
a90f7ebbad07 [xemacs-hg @ 2001-07-26 02:56:45 by youngs]
youngs
parents: 626
diff changeset
4703 2001-07-25 Jim Horning <jim.horning@lmco.com>
a90f7ebbad07 [xemacs-hg @ 2001-07-26 02:56:45 by youngs]
youngs
parents: 626
diff changeset
4704
a90f7ebbad07 [xemacs-hg @ 2001-07-26 02:56:45 by youngs]
youngs
parents: 626
diff changeset
4705 * xemacs/packages.texi (Package Terminology):
a90f7ebbad07 [xemacs-hg @ 2001-07-26 02:56:45 by youngs]
youngs
parents: 626
diff changeset
4706 * xemacs/packages.texi (Automatically):
a90f7ebbad07 [xemacs-hg @ 2001-07-26 02:56:45 by youngs]
youngs
parents: 626
diff changeset
4707 In itemize and enumerate lists @item should be on it's own line.
a90f7ebbad07 [xemacs-hg @ 2001-07-26 02:56:45 by youngs]
youngs
parents: 626
diff changeset
4708
626
04513e008e7f [xemacs-hg @ 2001-07-02 21:00:02 by adrian]
adrian
parents: 625
diff changeset
4709 2001-07-02 Adrian Aichner <adrian@xemacs.org>
04513e008e7f [xemacs-hg @ 2001-07-02 21:00:02 by adrian]
adrian
parents: 625
diff changeset
4710
04513e008e7f [xemacs-hg @ 2001-07-02 21:00:02 by adrian]
adrian
parents: 625
diff changeset
4711 * xemacs-faq.texi (Q1.0.14): Update information following a
04513e008e7f [xemacs-hg @ 2001-07-02 21:00:02 by adrian]
adrian
parents: 625
diff changeset
4712 request by Tom Mostyn.
04513e008e7f [xemacs-hg @ 2001-07-02 21:00:02 by adrian]
adrian
parents: 625
diff changeset
4713
625
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4714 2001-07-02 Adrian Aichner <adrian@xemacs.org>
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4715
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4716 * lispref\windows.texi (Window Configurations): Fix typos.
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4717 * lispref\x-windows.texi (Resources): Ditto.
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4718
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4719 2001-07-02 Adrian Aichner <adrian@xemacs.org>
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4720
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4721 * internals\internals.texi (XEmacs From the Inside): Ditto.
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4722
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4723 2001-07-02 Adrian Aichner <adrian@xemacs.org>
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4724
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4725 * emodules.texi (Initialization Mode): Ditto.
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4726 * xemacs-faq.texi (Q6.3.2): Ditto.
33f0f28b945c [xemacs-hg @ 2001-07-02 20:45:03 by adrian]
adrian
parents: 613
diff changeset
4727
613
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4728 2001-06-10 Ben Wing <ben@xemacs.org>
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4729
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4730 * xemacs-faq.texi (Q1.0.10):
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4731 * xemacs-faq.texi (Q1.0.11):
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4732 * xemacs-faq.texi (Q1.0.12):
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4733 Update sections on Windows and MacOS availability.
023b83f4e54b [xemacs-hg @ 2001-06-10 10:42:16 by ben]
ben
parents: 611
diff changeset
4734
611
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4735 2001-06-08 Ben Wing <ben@xemacs.org>
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4736
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4737 * xemacs-faq.texi (Top):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4738 * xemacs-faq.texi (MS Windows):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4739 * xemacs-faq.texi (Q6.2.1):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4740 * xemacs-faq.texi (Q6.2.2):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4741 * xemacs-faq.texi (Q6.2.3):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4742 * xemacs-faq.texi (Q6.2.4):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4743 * xemacs-faq.texi (Q6.2.5):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4744 * xemacs-faq.texi (Q6.3.1):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4745 * xemacs-faq.texi (Q6.3.2):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4746 * xemacs-faq.texi (Q6.3.3):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4747 * xemacs-faq.texi (Q6.3.4):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4748 * xemacs-faq.texi (Q6.4.1):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4749 * xemacs-faq.texi (Q6.4.2):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4750 * xemacs-faq.texi (Current Events):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4751 * xemacs-faq.texi (Q7.0.1):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4752 * xemacs-faq.texi (Q7.0.2):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4753 * xemacs-faq.texi (Q7.0.3):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4754 * xemacs-faq.texi (Q7.0.4):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4755 * xemacs-faq.texi (Q7.0.5):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4756 * xemacs-faq.texi (Q7.0.6):
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4757 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4758 to update current reality and add condensed versions of
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4759 new changes for 21.1 and 21.4. (Not quite done for 21.4.)
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4760 Lots more Windows updates.
38db05db9cb5 [xemacs-hg @ 2001-06-08 12:21:09 by ben]
ben
parents: 600
diff changeset
4761
600
a99eebfee7d3 [xemacs-hg @ 2001-06-01 07:15:24 by martinb]
martinb
parents: 593
diff changeset
4762 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru>
a99eebfee7d3 [xemacs-hg @ 2001-06-01 07:15:24 by martinb]
martinb
parents: 593
diff changeset
4763
a99eebfee7d3 [xemacs-hg @ 2001-06-01 07:15:24 by martinb]
martinb
parents: 593
diff changeset
4764 * xemacs/custom.texi: Documented keyboard shortcut.
a99eebfee7d3 [xemacs-hg @ 2001-06-01 07:15:24 by martinb]
martinb
parents: 593
diff changeset
4765
a99eebfee7d3 [xemacs-hg @ 2001-06-01 07:15:24 by martinb]
martinb
parents: 593
diff changeset
4766 * xemacs/mule.texi: Updated to match reality; tiny fixes.
a99eebfee7d3 [xemacs-hg @ 2001-06-01 07:15:24 by martinb]
martinb
parents: 593
diff changeset
4767
593
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4768 2001-05-30 Ben Wing <ben@xemacs.org>
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4769
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4770 * xemacs-faq.texi (Top):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4771 * xemacs-faq.texi (MS Windows):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4772 * xemacs-faq.texi (Q6.0.1):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4773 * xemacs-faq.texi (Q6.0.2):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4774 * xemacs-faq.texi (Q6.0.3):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4775 * xemacs-faq.texi (Q6.0.4):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4776 * xemacs-faq.texi (Q6.1.1):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4777 * xemacs-faq.texi (Q6.1.4):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4778 * xemacs-faq.texi (Q6.1.5):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4779 * xemacs-faq.texi (Q6.1.6):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4780 * xemacs-faq.texi (Q6.2.1):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4781 * xemacs-faq.texi (Q6.2.2):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4782 * xemacs-faq.texi (Q6.3.1):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4783 * xemacs-faq.texi (Q6.3.2):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4784 * xemacs-faq.texi (Q6.3.3):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4785 * xemacs-faq.texi (Q6.4.1):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4786 * xemacs-faq.texi (Current Events):
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4787 Major rewrite.
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4788 Update all MS Windows info to current.
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4789 Redo section 6.1 almost completely.
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4790 Incorporate sections 1 and 2 of Hrvoje's FAQ.
5fd7ba8b56e7 [xemacs-hg @ 2001-05-31 12:45:27 by ben]
ben
parents: 563
diff changeset
4791
563
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4792 2001-05-24 Ben Wing <ben@xemacs.org>
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4793
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4794 * xemacs-faq.texi (Top):
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4795 * xemacs-faq.texi (Installation):
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4796 * xemacs-faq.texi (Q2.1.15):
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4797 * xemacs-faq.texi (Q2.1.18):
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4798 * xemacs-faq.texi (Q2.1.19):
183866b06e0b [xemacs-hg @ 2001-05-24 07:50:48 by ben]
ben
parents: 540
diff changeset
4799 document how to debug X errors
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
4800
540
bbfb58bc8dde [xemacs-hg @ 2001-05-15 06:48:40 by youngs]
youngs
parents: 522
diff changeset
4801 2001-05-15 Steve Youngs <youngs@xemacs.org>
bbfb58bc8dde [xemacs-hg @ 2001-05-15 06:48:40 by youngs]
youngs
parents: 522
diff changeset
4802
bbfb58bc8dde [xemacs-hg @ 2001-05-15 06:48:40 by youngs]
youngs
parents: 522
diff changeset
4803 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree.
bbfb58bc8dde [xemacs-hg @ 2001-05-15 06:48:40 by youngs]
youngs
parents: 522
diff changeset
4804 (Creating Packages): Ditto.
bbfb58bc8dde [xemacs-hg @ 2001-05-15 06:48:40 by youngs]
youngs
parents: 522
diff changeset
4805 (Available Packages): Ditto.
bbfb58bc8dde [xemacs-hg @ 2001-05-15 06:48:40 by youngs]
youngs
parents: 522
diff changeset
4806
522
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 511
diff changeset
4807 2001-05-09 Martin Buchholz <martin@xemacs.org>
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 511
diff changeset
4808
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 511
diff changeset
4809 * XEmacs 21.5.1 "anise" is released.
19559cacc941 [xemacs-hg @ 2001-05-09 11:46:58 by martinb]
martinb
parents: 511
diff changeset
4810
511
4a83dda7ae93 [xemacs-hg @ 2001-05-07 07:24:15 by martinb]
martinb
parents: 485
diff changeset
4811 2001-05-07 Martin Buchholz <martin@xemacs.org>
4a83dda7ae93 [xemacs-hg @ 2001-05-07 07:24:15 by martinb]
martinb
parents: 485
diff changeset
4812
4a83dda7ae93 [xemacs-hg @ 2001-05-07 07:24:15 by martinb]
martinb
parents: 485
diff changeset
4813 * make-stds.texi: Support makeinfo 3.12
4a83dda7ae93 [xemacs-hg @ 2001-05-07 07:24:15 by martinb]
martinb
parents: 485
diff changeset
4814
485
3fc0174a5541 [xemacs-hg @ 2001-04-26 20:03:58 by adrian]
adrian
parents: 479
diff changeset
4815 2001-04-26 John H. Palmieri <palmieri@math.washington.edu>
3fc0174a5541 [xemacs-hg @ 2001-04-26 20:03:58 by adrian]
adrian
parents: 479
diff changeset
4816
3fc0174a5541 [xemacs-hg @ 2001-04-26 20:03:58 by adrian]
adrian
parents: 479
diff changeset
4817 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist
3fc0174a5541 [xemacs-hg @ 2001-04-26 20:03:58 by adrian]
adrian
parents: 479
diff changeset
4818 rather than default-frame-alist.
3fc0174a5541 [xemacs-hg @ 2001-04-26 20:03:58 by adrian]
adrian
parents: 479
diff changeset
4819
479
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4820 2001-04-15 Ben Wing <ben@xemacs.org>
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4821
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4822 * xemacs-faq.texi (Q1.0.1):
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4823 * xemacs-faq.texi (Q1.0.2):
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4824 Rewrite description of XEmacs to match what's on web page,
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4825 in about.el.
52626a2f02ef [xemacs-hg @ 2001-04-20 11:31:53 by ben]
ben
parents: 472
diff changeset
4826
472
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
4827 2001-04-18 Martin Buchholz <martin@xemacs.org>
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
4828
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
4829 * XEmacs 21.5.0 "alfalfa" is released.
0edeb854dc7e [xemacs-hg @ 2001-04-18 07:37:19 by martinb]
martinb
parents: 467
diff changeset
4830
464
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4831 2001-03-30 Ben Wing <ben@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4832
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4833 * internals\internals.texi:
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4834 * internals\internals.texi (Top):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4835 * internals\internals.texi (Lucid Emacs):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4836 * internals\internals.texi (XEmacs):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4837 * internals\internals.texi (XEmacs From the Outside):
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4838 Bump version to 1.4 and fix this everywhere. Document all
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4839 XEmacs releases up through 21.2.46.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4840
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4841 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org>
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4842
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4843 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4844 result of INSERT in R in pq-cmd-status example.
5aa1854ad537 Import from CVS: tag r21-2-47
cvs
parents: 462
diff changeset
4845
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4846 2001-03-21 Martin Buchholz <martin@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4847
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4848 * XEmacs 21.2.46 "Urania" is released.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4849
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4850 2001-03-08 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4851
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4852 * internals\internals.texi (Top):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4853 * internals\internals.texi (A History of Emacs):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4854 * internals\internals.texi (Through Version 18):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4855 * internals\internals.texi (Lucid Emacs):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4856 * internals\internals.texi (GNU Emacs 19):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4857 * internals\internals.texi (GNU Emacs 20):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4858 * internals\internals.texi (XEmacs From the Outside):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4859 * internals\internals.texi (The Lisp Language):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4860 * internals\internals.texi (XEmacs From the Perspective of Building):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4861 * internals\internals.texi (XEmacs From the Inside):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4862 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4863 * internals\internals.texi (How Lisp Objects Are Represented in C):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4864 * internals\internals.texi (Rules When Writing New C Code):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4865 * internals\internals.texi (General Coding Rules):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4866 * internals\internals.texi (Writing Lisp Primitives):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4867 * internals\internals.texi (Writing Good Comments):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4868 * internals\internals.texi (Adding Global Lisp Variables):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4869 * internals\internals.texi (Proper Use of Unsigned Types):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4870 * internals\internals.texi (Coding for Mule):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4871 * internals\internals.texi (Character-Related Data Types):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4872 * internals\internals.texi (Working With Character and Byte Positions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4873 * internals\internals.texi (Conversion to and from External Data):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4874 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4875 * internals\internals.texi (An Example of Mule-Aware Code):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4876 * internals\internals.texi (Techniques for XEmacs Developers):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4877 * internals\internals.texi (A Summary of the Various XEmacs Modules):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4878 * internals\internals.texi (Low-Level Modules):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4879 * internals\internals.texi (Basic Lisp Modules):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4880 * internals\internals.texi (Modules for Standard Editing Operations):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4881 * internals\internals.texi (Editor-Level Control Flow Modules):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4882 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4883 * internals\internals.texi (Modules for other Display-Related Lisp Objects):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4884 * internals\internals.texi (Modules for the Redisplay Mechanism):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4885 * internals\internals.texi (Modules for Interfacing with the File System):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4886 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4887 * internals\internals.texi (Modules for Interfacing with the Operating System):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4888 * internals\internals.texi (Modules for Interfacing with X Windows):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4889 * internals\internals.texi (Allocation of Objects in XEmacs Lisp):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4890 * internals\internals.texi (Introduction to Allocation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4891 * internals\internals.texi (Garbage Collection):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4892 * internals\internals.texi (GCPROing):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4893 * internals\internals.texi (Garbage Collection - Step by Step):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4894 * internals\internals.texi (Invocation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4895 * internals\internals.texi (garbage_collect_1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4896 * internals\internals.texi (mark_object):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4897 * internals\internals.texi (gc_sweep):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4898 * internals\internals.texi (sweep_lcrecords_1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4899 * internals\internals.texi (compact_string_chars):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4900 * internals\internals.texi (sweep_strings):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4901 * internals\internals.texi (sweep_bit_vectors_1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4902 * internals\internals.texi (Integers and Characters):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4903 * internals\internals.texi (Allocation from Frob Blocks):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4904 * internals\internals.texi (lrecords):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4905 * internals\internals.texi (Low-level allocation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4906 * internals\internals.texi (Cons):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4907 * internals\internals.texi (Vector):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4908 * internals\internals.texi (Bit Vector):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4909 * internals\internals.texi (Symbol):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4910 * internals\internals.texi (Marker):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4911 * internals\internals.texi (String):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4912 * internals\internals.texi (Dumping):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4913 * internals\internals.texi (Overview):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4914 * internals\internals.texi (Data descriptions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4915 * internals\internals.texi (Dumping phase):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4916 * internals\internals.texi (Object inventory):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4917 * internals\internals.texi (Address allocation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4918 * internals\internals.texi (The header):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4919 * internals\internals.texi (Data dumping):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4920 * internals\internals.texi (Pointers dumping):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4921 * internals\internals.texi (Reloading phase):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4922 * internals\internals.texi (Events and the Event Loop):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4923 * internals\internals.texi (Introduction to Events):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4924 * internals\internals.texi (Main Loop):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4925 * internals\internals.texi (Specifics of the Event Gathering Mechanism):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4926 * internals\internals.texi (Specifics About the Emacs Event):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4927 * internals\internals.texi (The Event Stream Callback Routines):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4928 * internals\internals.texi (Other Event Loop Functions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4929 * internals\internals.texi (Converting Events):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4930 * internals\internals.texi (Evaluation; Stack Frames; Bindings):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4931 * internals\internals.texi (Evaluation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4932 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4933 * internals\internals.texi (Simple Special Forms):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4934 * internals\internals.texi (Symbols and Variables):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4935 * internals\internals.texi (Introduction to Symbols):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4936 * internals\internals.texi (Obarrays):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4937 * internals\internals.texi (Buffers and Textual Representation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4938 * internals\internals.texi (Introduction to Buffers):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4939 * internals\internals.texi (The Text in a Buffer):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4940 * internals\internals.texi (Buffer Lists):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4941 * internals\internals.texi (Markers and Extents):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4942 * internals\internals.texi (Bufbytes and Emchars):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4943 * internals\internals.texi (MULE Character Sets and Encodings):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4944 * internals\internals.texi (Character Sets):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4945 * internals\internals.texi (Encodings):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4946 * internals\internals.texi (Japanese EUC (Extended Unix Code)):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4947 * internals\internals.texi (JIS7):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4948 * internals\internals.texi (Internal Mule Encodings):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4949 * internals\internals.texi (Internal String Encoding):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4950 * internals\internals.texi (Internal Character Encoding):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4951 * internals\internals.texi (The Lisp Reader and Compiler):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4952 * internals\internals.texi (Lstreams):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4953 * internals\internals.texi (Creating an Lstream):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4954 * internals\internals.texi (Lstream Types):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4955 * internals\internals.texi (Lstream Functions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4956 * internals\internals.texi (Consoles; Devices; Frames; Windows):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4957 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4958 * internals\internals.texi (Point):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4959 * internals\internals.texi (Window Hierarchy):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4960 * internals\internals.texi (The Redisplay Mechanism):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4961 * internals\internals.texi (Critical Redisplay Sections):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4962 * internals\internals.texi (Line Start Cache):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4963 * internals\internals.texi (Extents):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4964 * internals\internals.texi (Introduction to Extents):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4965 * internals\internals.texi (Extent Ordering):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4966 * internals\internals.texi (Format of the Extent Info):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4967 * internals\internals.texi (Zero-Length Extents):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4968 * internals\internals.texi (Mathematics of Extent Ordering):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4969 * internals\internals.texi (Faces):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4970 * internals\internals.texi (Glyphs):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4971 * internals\internals.texi (Specifiers):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4972 * internals\internals.texi (Menus):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4973 * internals\internals.texi (Subprocesses):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4974 * internals\internals.texi (Interface to the X Window System):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4975 * internals\internals.texi (Lucid Widget Library):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4976 * internals\internals.texi (Generic Widget Interface):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4977 * internals\internals.texi (Scrollbars):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4978 * internals\internals.texi (Menubars):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4979 * internals\internals.texi (Checkboxes and Radio Buttons):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4980 * internals\internals.texi (Progress Bars):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4981 * internals\internals.texi (Tab Controls):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4982 Add more index entries. Add sections on comments and unsigned types.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4983
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4984 2001-03-08 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4985
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4986 * make-stds.texi (Makefile Basics):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4987 * make-stds.texi (Command Variables):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4988 * make-stds.texi (Directory Variables):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4989 * make-stds.texi (Standard Targets):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4990 * standards.texi:
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4991 * standards.texi (Top):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4992 * standards.texi (Preface):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4993 * standards.texi (Legal Issues):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4994 * standards.texi (Reading Non-Free Code):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4995 * standards.texi (Contributions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4996 * standards.texi (Trademarks):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4997 * standards.texi (Design Advice):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4998 * standards.texi (Source Language):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
4999 * standards.texi (Compatibility):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5000 * standards.texi (Using Extensions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5001 * standards.texi (Standard C):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5002 * standards.texi (Program Behavior):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5003 * standards.texi (Semantics):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5004 * standards.texi (Libraries):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5005 * standards.texi (Errors):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5006 * standards.texi (User Interfaces):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5007 * standards.texi (Graphical Interfaces):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5008 * standards.texi (Command-Line Interfaces):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5009 * standards.texi (Option Table):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5010 * standards.texi (Memory Usage):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5011 * standards.texi (File Usage):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5012 * standards.texi (Formatting):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5013 * standards.texi (Comments):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5014 * standards.texi (Syntactic Conventions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5015 * standards.texi (Names):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5016 * standards.texi (System Portability):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5017 * standards.texi (CPU Portability):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5018 * standards.texi (System Functions):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5019 * standards.texi (Internationalization):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5020 * standards.texi (Mmap):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5021 * standards.texi (Documentation):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5022 * standards.texi (GNU Manuals):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5023 * standards.texi (Doc Strings and Manuals):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5024 * standards.texi (Manual Structure Details):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5025 * standards.texi (License for Manuals):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5026 * standards.texi (Manual Credits):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5027 * standards.texi (Printed Manuals):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5028 * standards.texi (NEWS File):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5029 * standards.texi (Change Logs):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5030 * standards.texi (Style of Change Logs):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5031 * standards.texi (Simple Changes):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5032 * standards.texi (Conditional Changes):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5033 * standards.texi (Indicating the Part Changed):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5034 * standards.texi (Managing Releases):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5035 * standards.texi (Configuration):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5036 * standards.texi (Releases):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5037 * standards.texi (References):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5038 * standards.texi (Index):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5039 Update to latest GNU version.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
5040
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5041 * xemacs-faq.texi (Q6.3.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5042 * xemacs-faq.texi (Q6.4.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5043 Improve questions on current Windows activity.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5044
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5045 2001-03-07 Sandra Wambold <wambold@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5046
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5047 * xemacs-faq.texi: (Q.1.0.7): changed list archive address
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5048
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5049 2001-02-25 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5050
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5051 * xemacs-faq.texi (Top):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5052 * xemacs-faq.texi (Introduction):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5053 * xemacs-faq.texi (Q1.0.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5054 * xemacs-faq.texi (Q1.0.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5055 * xemacs-faq.texi (Q1.0.6):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5056 * xemacs-faq.texi (Q1.0.10):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5057 * xemacs-faq.texi (Q1.2.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5058 * xemacs-faq.texi (Q1.4.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5059 * xemacs-faq.texi (Q1.4.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5060 * xemacs-faq.texi (Q2.0.12):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5061 * xemacs-faq.texi (Q2.1.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5062 * xemacs-faq.texi (Q2.1.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5063 * xemacs-faq.texi (Q2.1.9):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5064 * xemacs-faq.texi (Q2.1.15):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5065 * xemacs-faq.texi (Q2.1.19):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5066 * xemacs-faq.texi (Customization):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5067 * xemacs-faq.texi (Q3.0.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5068 * xemacs-faq.texi (Q3.0.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5069 * xemacs-faq.texi (Q3.0.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5070 * xemacs-faq.texi (Q3.0.7):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5071 * xemacs-faq.texi (Q3.1.5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5072 * xemacs-faq.texi (Q3.1.6):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5073 * xemacs-faq.texi (Q3.2.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5074 * xemacs-faq.texi (Q3.2.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5075 * xemacs-faq.texi (Q3.2.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5076 * xemacs-faq.texi (Q3.3.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5077 * xemacs-faq.texi (Q3.3.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5078 * xemacs-faq.texi (Q3.3.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5079 * xemacs-faq.texi (Q3.3.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5080 * xemacs-faq.texi (Q3.3.5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5081 * xemacs-faq.texi (Q3.4.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5082 * xemacs-faq.texi (Q3.4.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5083 * xemacs-faq.texi (Q3.5.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5084 * xemacs-faq.texi (Q3.5.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5085 * xemacs-faq.texi (key-translation-map): New.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5086 * xemacs-faq.texi (Q3.5.5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5087 * xemacs-faq.texi (Q3.5.6):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5088 * xemacs-faq.texi (Q3.5.7):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5089 * xemacs-faq.texi (Q3.5.8):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5090 * xemacs-faq.texi (global-map): Removed.
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5091 * xemacs-faq.texi (Q3.5.9):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5092 * xemacs-faq.texi (Q3.6.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5093 * xemacs-faq.texi (Q3.6.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5094 * xemacs-faq.texi (Q3.6.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5095 * xemacs-faq.texi (Q3.7.6):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5096 * xemacs-faq.texi (Q3.7.7):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5097 * xemacs-faq.texi (Q3.8.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5098 * xemacs-faq.texi (Q3.8.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5099 * xemacs-faq.texi (Q3.8.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5100 * xemacs-faq.texi (Q3.9.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5101 * xemacs-faq.texi (Q3.9.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5102 * xemacs-faq.texi (Q3.10.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5103 * xemacs-faq.texi (Q3.10.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5104 * xemacs-faq.texi (Q3.10.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5105 * xemacs-faq.texi (Q4.0.12):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5106 * xemacs-faq.texi (Miscellaneous):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5107 * xemacs-faq.texi (Q5.0.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5108 * xemacs-faq.texi (Q5.0.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5109 * xemacs-faq.texi (Q5.0.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5110 * xemacs-faq.texi (Q5.0.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5111 * xemacs-faq.texi (Q5.0.5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5112 * xemacs-faq.texi (Q5.0.8):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5113 * xemacs-faq.texi (Q5.0.9):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5114 * xemacs-faq.texi (Q5.0.11):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5115 * xemacs-faq.texi (Q5.0.12):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5116 * xemacs-faq.texi (Q5.0.13):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5117 * xemacs-faq.texi (Q5.0.16):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5118 * xemacs-faq.texi (Q5.0.17):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5119 * xemacs-faq.texi (Q5.1.9):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5120 * xemacs-faq.texi (Q5.1.11):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5121 * xemacs-faq.texi (Q5.2.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5122 * xemacs-faq.texi (Q5.2.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5123 * xemacs-faq.texi (Q5.3.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5124 * xemacs-faq.texi (Q5.3.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5125 * xemacs-faq.texi (Q5.3.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5126 * xemacs-faq.texi (MS Windows):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5127 * xemacs-faq.texi (Q6.0.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5128 * xemacs-faq.texi (Q6.0.2):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5129 * xemacs-faq.texi (Q6.0.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5130 * xemacs-faq.texi (Q6.0.4):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5131 * xemacs-faq.texi (Q6.1.5):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5132 * xemacs-faq.texi (Q6.2.3):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5133 * xemacs-faq.texi (Q6.3.1):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5134
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5135 Remove most references to XEmacs pre-19.15, since they are way out
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5136 of date and are cluttering up and confusing many answers. Update
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5137 references to .emacs to take into account the new init file
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5138 location. Update information about the MS Windows port. Change
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5139 description of XEmacs at beginning to match the web site. Update
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5140 info about current developers.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
5141
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5142
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5143 2001-02-25 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5144
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5145 * lispref\help.texi (Describing Characters):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5146 kp- not kp_.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
5147
462
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5148 2001-02-25 Ben Wing <ben@xemacs.org>
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5149
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5150 * new-users-guide\custom1.texi (Customization Basics):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5151 * new-users-guide\custom1.texi (Customizing key Bindings):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5152 * new-users-guide\custom1.texi (Customizing Menus):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5153 * new-users-guide\custom2.texi (Other Customizations):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5154 * new-users-guide\custom2.texi (Setting Variables):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5155 * new-users-guide\custom2.texi (Init File):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5156 * new-users-guide\xmenu.texi (Options Menu):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5157 * new-users-guide\modes.texi (Major Modes):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5158 * new-users-guide\modes.texi (Minor Modes):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5159 * new-users-guide\new-users-guide.texi (Top):
0784d089fdc9 Import from CVS: tag r21-2-46
cvs
parents: 460
diff changeset
5160 Fix up references to .emacs to take into account init.el.
1137
c6facab13185 [xemacs-hg @ 2002-12-03 10:35:06 by didierv]
didierv
parents: 1135
diff changeset
5161
460
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5162 2001-02-23 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5163
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5164 * XEmacs 21.2.45 "Thelxepeia" is released.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5165
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5166 2001-02-10 Martin Buchholz <martin@xemacs.org>
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5167
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5168 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3.
223736d75acb Import from CVS: tag r21-2-45
cvs
parents: 458
diff changeset
5169
458
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5170 2001-02-08 Martin Buchholz <martin@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5171
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5172 * XEmacs 21.2.44 "Thalia" is released.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5173
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5174 2001-02-04 Steve Youngs <youngs@xemacs.org>
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5175
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5176 * xemacs/xemacs.texi: Update to accomodate new and improved
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5177 packages.texi.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5178
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5179 * xemacs/packages.texi: Basically, apart from a few things,
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5180 rewritten from scratch.
c33ae14dd6d0 Import from CVS: tag r21-2-44
cvs
parents: 456
diff changeset
5181
456
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5182 2001-01-27 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5183
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5184 * lispref/variables.texi (max-specpdl-size): Correct default value.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5185 * lispref/eval.texi (max-lisp-eval-depth): Correct default value.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5186
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5187 2001-01-26 Martin Buchholz <martin@xemacs.org>
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5188
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5189 * XEmacs 21.2.43 "Terspichore" is released.
e7ef97881643 Import from CVS: tag r21-2-43
cvs
parents: 454
diff changeset
5190
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5191 2001-01-20 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5192
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5193 * XEmacs 21.2.42 "Poseidon" is released.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5194
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5195 2001-01-18 Martin Buchholz <martin@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5196
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5197 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5198
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5199 2001-01-17 Andy Piper <andy@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5200
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5201 * internals.texi: some glyph documentation.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5202
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5203 2001-01-16 Didier Verna <didier@xemacs.org>
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5204
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5205 * frame.texi (Mode Line Basics): new node ...
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5206 * frame.texi (GUI Components): ... under this one ...
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5207 * frame.texi (Scrollbar Basics): ... after this one ...
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5208 * frame.texi (Toolbar Basics): ... before this one.
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5209
452
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5210 2001-01-17 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5211
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5212 * XEmacs 21.2.41 "Polyhymnia" is released.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5213
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5214 2001-01-12 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5215
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5216 * internals/internals.texi: A little post-pdump-rename fixup.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5217
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5218 2001-01-13 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5219
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5220 * internals/internals.texi: See `pdump-rename' in src/ChangeLog.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5221
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5222 2001-01-10 Martin Buchholz <martin@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5223
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5224 * internals/internals.texi: Update for pdump changes.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5225
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5226 2001-01-04 Adrian Aichner <adrian@xemacs.org>
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5227
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5228 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5229 XEmacs.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5230 * texinfo.texi (First Node): Fixing grammar.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5231 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5232 to XEmacs.
3d3049ae1304 Import from CVS: tag r21-2-41
cvs
parents: 450
diff changeset
5233
450
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5234 2001-01-08 Martin Buchholz <martin@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5235
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5236 * XEmacs 21.2.40 is released.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5237
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5238 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org>
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5239
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5240 * emodules.texi (Required Functions): Xref coding rules for dual-use
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5241 modules (module and statically linked). Typo fix.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5242
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5243 * texinfo.texi (ref): Typo fix.
98528da0b7fc Import from CVS: tag r21-2-40
cvs
parents: 448
diff changeset
5244
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5245 2000-12-31 Martin Buchholz <martin@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5246
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5247 * XEmacs 21.2.39 is released.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5248
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5249 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5250
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5251 * internals/internals.texi (General Coding Rules): further document
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5252 usage of symsinit.h. Reorder slightly.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents: 446
diff changeset
5253
446
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5254 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5255
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5256 * xemacs/packages.texi (Creating Packages): new node.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5257
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5258 2000-12-05 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5259
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5260 * XEmacs 21.2.38 is released.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5261
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5262 2000-12-01 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5263
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5264 * lispref/compile.texi:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5265 Document differences between compiler and interpreter.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5266
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5267 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5268
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5269 * internals/index.texi:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5270 internals/internals.texi:
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5271 Change "X Windows" to "the X Window System" randomly.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5272 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5273 (Lucid Widget Library): new node, added new text, ASCII art, subnode
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5274 structure.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5275 * xemacs/frame.texi (GUI Components): new node.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5276 * xemacs/packages.texi: minor updates.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5277
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5278 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5279
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5280 * info.texi (Creating an Info File): Fix typos in xrefs.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5281
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5282 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5283
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5284 * xemacs/cmdargs.texi (Command Switches): Add documentation of
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5285 portable dumper switches. Other minor edits.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5286
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5287 2000-11-21 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5288
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5289 * lispref/positions.texi (Word Motion):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5290 forward-word arg is now optional.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5291 backward-word arg is now optional.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5292 Remove vile comment advising lisp programmer to use (forward-word -1)
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5293 instead of (backward-word 1).
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5294 * lispref/syntax.texi (Parsing Expressions):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5295 Similarly for forward-comment.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5296 * lispref/text.texi (Deletion):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5297 Similarly for delete-char.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5298 Similarly for delete-backward-char.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5299
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5300 2000-11-09 Martin Buchholz <martin@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5301
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5302 * cl.texi (Assertions):
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5303 Remove claim that elisp doesn't have continuable errors.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5304 Document check-type as being continuable.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5305
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5306 2000-11-14 Adrian Aichner <adrian@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5307
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5308 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5309 from elisp to lispref and from emacs to xemacs in relevant ?xefs.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5310 This should also serve as a reminder for future merges with GNU
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5311 Emacs.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5312 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5313 "XEmacs User's Manual" for lispref and xemacs respectively.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5314
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5315 2000-11-14 Adrian Aichner <adrian@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5316
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5317 * lispref/abbrevs.texi (Abbrevs): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5318 * lispref/backups.texi (Auto-Saving): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5319 * lispref/backups.texi (Reverting): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5320 * lispref/display.texi (The Echo Area): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5321 * lispref/help.texi (Documentation Basics): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5322 * lispref/help.texi (Help Functions): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5323 * lispref/keymaps.texi (Scanning Keymaps): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5324 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5325 * lispref/modes.texi (Auto Major Mode): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5326 * lispref/positions.texi (List Motion): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5327 * lispref/searching.texi (Regexp Search): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5328 * lispref/symbols.texi (Symbol Components): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5329 * lispref/tips.texi (Comment Tips): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5330 * lispref/tips.texi (Library Headers): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5331
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5332 2000-11-14 Adrian Aichner <adrian@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5333
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5334 * internals/internals.texi (The Buffer Object): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5335
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5336 2000-11-14 Adrian Aichner <adrian@xemacs.org>
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5337
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5338 * cl.texi (Hash Tables): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5339 * texinfo.texi (Other Info Files): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5340 * xemacs-faq.texi (Q1.0.14): Ditto.
1ccc32a20af4 Import from CVS: tag r21-2-38
cvs
parents: 444
diff changeset
5341
444
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5342 2000-11-14 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5343
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5344 * XEmacs 21.2.37 is released.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5345
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5346 2000-10-27 Martin Buchholz <martin@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5347
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5348 * xemacs/windows.texi (Other Window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5349
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5350 * new-users-guide/files.texi (Saving Files):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5351 * new-users-guide/search.texi (Search and Replace):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5352
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5353 * lispref/abbrevs.texi (Abbrev Tables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5354 * lispref/abbrevs.texi (Defining Abbrevs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5355 * lispref/abbrevs.texi (Abbrev Files):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5356 * lispref/annotations.texi (Annotation Primitives):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5357 * lispref/backups.texi (Auto-Saving):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5358 * lispref/backups.texi (Reverting):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5359 * lispref/buffers.texi (Current Buffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5360 * lispref/buffers.texi (Buffer Names):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5361 * lispref/buffers.texi (Buffer Modification):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5362 * lispref/buffers.texi (Read Only Buffers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5363 * lispref/buffers.texi (The Buffer List):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5364 * lispref/buffers.texi (Killing Buffers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5365 * lispref/buffers.texi (Indirect Buffers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5366 * lispref/building.texi (Building XEmacs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5367 * lispref/building.texi (Garbage Collection):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5368 * lispref/commands.texi (Interactive Call):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5369 * lispref/commands.texi (Events):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5370 * lispref/commands.texi (Event Predicates):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5371 * lispref/commands.texi (Working With Events):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5372 * lispref/commands.texi (Converting Events):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5373 * lispref/commands.texi (Key Sequence Input):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5374 * lispref/commands.texi (Reading One Event):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5375 * lispref/commands.texi (Waiting):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5376 * lispref/commands.texi (Prefix Command Arguments):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5377 * lispref/commands.texi (Recursive Editing):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5378 * lispref/compile.texi (Compilation Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5379 * lispref/compile.texi (Compiled-Function Objects):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5380 * lispref/consoles-devices.texi (Basic Device Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5381 * lispref/consoles-devices.texi (Console Types and Device Classes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5382 * lispref/consoles-devices.texi (Connecting to a Console or Device):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5383 * lispref/control.texi (Signaling Errors):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5384 * lispref/customize.texi (Type Keywords):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5385 * lispref/databases.texi (Connecting to a Database):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5386 * lispref/databases.texi (Working With a Database):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5387 * lispref/databases.texi (Other Database Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5388 * lispref/debugging.texi (Function Debugging):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5389 * lispref/display.texi (Refresh Screen):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5390 * lispref/display.texi (The Echo Area):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5391 * lispref/display.texi (Blinking):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5392 * lispref/edebug-inc.texi (Tracing):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5393 * lispref/edebug-inc.texi (Instrumenting Macro Calls):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5394 * lispref/edebug-inc.texi (Edebug Options):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5395 * lispref/eval.texi (Function Indirection):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5396 * lispref/extents.texi (Creating and Modifying Extents):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5397 * lispref/extents.texi (Finding Extents):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5398 * lispref/extents.texi (Mapping Over Extents):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5399 * lispref/extents.texi (Extent Properties):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5400 * lispref/faces.texi (Basic Face Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5401 * lispref/faces.texi (Face Properties):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5402 * lispref/faces.texi (Face Convenience Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5403 * lispref/faces.texi (Other Face Display Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5404 * lispref/faces.texi (Font Instance Characteristics):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5405 * lispref/faces.texi (Color Specifiers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5406 * lispref/files.texi (Visiting Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5407 * lispref/files.texi (Reading from Files):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5408 * lispref/files.texi (Changing File Attributes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5409 * lispref/files.texi (File Names):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5410 * lispref/files.texi (File Name Components):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5411 * lispref/files.texi (Directory Names):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5412 * lispref/files.texi (Relative File Names):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5413 * lispref/files.texi (File Name Expansion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5414 * lispref/files.texi (File Name Completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5415 * lispref/files.texi (User Name Completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5416 * lispref/files.texi (Magic File Names):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5417 * lispref/files.texi (Creating a Partial File):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5418 * lispref/files.texi (Format Conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5419 * lispref/frames.texi (Creating Frames):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5420 * lispref/frames.texi (Property Access):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5421 * lispref/frames.texi (Size and Position):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5422 * lispref/frames.texi (Deleting Frames):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5423 * lispref/frames.texi (Finding All Frames):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5424 * lispref/frames.texi (Frames and Windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5425 * lispref/frames.texi (Visibility of Frames):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5426 * lispref/frames.texi (Frame Configurations):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5427 * lispref/functions.texi (Calling Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5428 * lispref/functions.texi (Function Cells):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5429 * lispref/glyphs.texi (Creating Glyphs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5430 * lispref/glyphs.texi (Image Specifiers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5431 * lispref/glyphs.texi (Image Instance Types):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5432 * lispref/glyphs.texi (Image Instance Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5433 * lispref/gutter.texi (Creating Gutter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5434 * lispref/gutter.texi (Specifying a Gutter):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5435 * lispref/gutter.texi (Other Gutter Variables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5436 * lispref/help.texi (Accessing Documentation):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5437 * lispref/help.texi (Help Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5438 * lispref/help.texi (Obsoleteness):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5439 * lispref/internationalization.texi (Domain Specification):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5440 * lispref/intro.texi (Caveats):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5441 * lispref/keymaps.texi (Active Keymaps):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5442 * lispref/keymaps.texi (Functions for Key Lookup):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5443 * lispref/keymaps.texi (Changing Key Bindings):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5444 * lispref/keymaps.texi (Scanning Keymaps):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5445 * lispref/ldap.texi (The High-Level LDAP API):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5446 * lispref/ldap.texi (Low-level Operations on a LDAP Server):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5447 * lispref/ldap.texi (Encoder/Decoder Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5448 * lispref/lists.texi (Setcar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5449 * lispref/lists.texi (Setcdr):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5450 * lispref/lists.texi (Working With Normal Plists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5451 * lispref/lists.texi (Working With Lax Plists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5452 * lispref/loading.texi (Autoload):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5453 * lispref/loading.texi (Named Features):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5454 * lispref/markers.texi (Creating Markers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5455 * lispref/markers.texi (Changing Markers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5456 * lispref/markers.texi (The Mark):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5457 * lispref/menus.texi (Modifying Menus):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5458 * lispref/menus.texi (Pop-Up Menus):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5459 * lispref/menus.texi (Menu Accelerator Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5460 * lispref/minibuf.texi (Text from Minibuffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5461 * lispref/minibuf.texi (Object from Minibuffer):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5462 * lispref/minibuf.texi (Basic Completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5463 * lispref/minibuf.texi (High-Level Completion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5464 * lispref/minibuf.texi (Reading a Password):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5465 * lispref/minibuf.texi (Minibuffer Misc):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5466 * lispref/mouse.texi (Mouse Tracking):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5467 * lispref/syntax.texi (Syntax Table Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5468 * lispref/numbers.texi (Arithmetic Operations):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5469 * lispref/numbers.texi (Rounding Operations):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5470 * lispref/numbers.texi (Math Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5471 * lispref/objects.texi (String Type):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5472 * lispref/objects.texi (Equality Predicates):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5473 * lispref/os.texi (Killing XEmacs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5474 * lispref/os.texi (Suspending XEmacs):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5475 * lispref/os.texi (System Environment):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5476 * lispref/os.texi (Time Conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5477 * lispref/os.texi (Timers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5478 * lispref/os.texi (Input Modes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5479 * lispref/os.texi (Translating Input):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5480 * lispref/os.texi (Terminal Output):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5481 * lispref/os.texi (Flow Control):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5482 * lispref/positions.texi (Character Motion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5483 * lispref/positions.texi (Word Motion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5484 * lispref/positions.texi (Text Lines):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5485 * lispref/positions.texi (Screen Lines):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5486 * lispref/positions.texi (List Motion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5487 * lispref/positions.texi (Narrowing):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5488 * lispref/postgresql.texi (Asynchronous Interface Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5489 * lispref/processes.texi (Subprocess Creation):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5490 * lispref/processes.texi (Synchronous Processes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5491 * lispref/processes.texi (Asynchronous Processes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5492 * lispref/processes.texi (Process Information):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5493 * lispref/processes.texi (Input to Processes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5494 * lispref/processes.texi (Signals to Processes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5495 * lispref/processes.texi (Process Buffers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5496 * lispref/processes.texi (Filter Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5497 * lispref/processes.texi (Network):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5498 * lispref/range-tables.texi (Working With Range Tables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5499 * lispref/searching.texi (String Search):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5500 * lispref/searching.texi (Regexp Search):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5501 * lispref/searching.texi (POSIX Regexps):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5502 * lispref/searching.texi (Replacing Match):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5503 * lispref/searching.texi (Entire Match Data):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5504 * lispref/sequences.texi (Bit Vector Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5505 * lispref/specifiers.texi (Adding Specifications):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5506 * lispref/specifiers.texi (Creating Specifiers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5507 * lispref/specifiers.texi (Specifier Validation Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5508 * lispref/specifiers.texi (Other Specification Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5509 * lispref/streams.texi (Output Variables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5510 * lispref/symbols.texi (Other Plists):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5511 * lispref/text.texi (Insertion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5512 * lispref/text.texi (Commands for Insertion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5513 * lispref/text.texi (Deletion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5514 * lispref/text.texi (User-Level Deletion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5515 * lispref/text.texi (Kill Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5516 * lispref/text.texi (Low-Level Kill Ring):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5517 * lispref/text.texi (Undo):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5518 * lispref/text.texi (Maintaining Undo):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5519 * lispref/text.texi (Margins):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5520 * lispref/text.texi (Sorting):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5521 * lispref/text.texi (Columns):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5522 * lispref/text.texi (Primitive Indent):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5523 * lispref/text.texi (Mode-Specific Indent):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5524 * lispref/text.texi (Region Indent):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5525 * lispref/text.texi (Case Changes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5526 * lispref/text.texi (Examining Properties):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5527 * lispref/text.texi (Property Search):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5528 * lispref/text.texi (Registers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5529 * lispref/text.texi (Transformations):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5530 * lispref/mule.texi (Charset Property Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5531 * lispref/mule.texi (MULE Characters):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5532 * lispref/mule.texi (Composite Characters):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5533 * lispref/mule.texi (Coding System Properties):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5534 * lispref/mule.texi (Big5 and Shift-JIS Functions):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5535 * lispref/mule.texi (CCL Statements):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5536 * lispref/mule.texi (Calling CCL):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5537 * lispref/mule.texi (Category Tables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5538 * lispref/toolbar.texi (Specifying the Toolbar):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5539 * lispref/toolbar.texi (Other Toolbar Variables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5540 * lispref/tooltalk.texi (Elisp Interface for Sending Messages):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5541 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5542 * lispref/variables.texi (Creating Buffer-Local):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5543 * lispref/variables.texi (Variable Aliases):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5544 * lispref/windows.texi (Splitting Windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5545 * lispref/windows.texi (Deleting Windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5546 * lispref/windows.texi (Selecting Windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5547 * lispref/windows.texi (Cyclic Window Ordering):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5548 * lispref/windows.texi (Buffers and Windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5549 * lispref/windows.texi (Displaying Buffers):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5550 * lispref/windows.texi (Choosing Window):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5551 * lispref/windows.texi (Window Point):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5552 * lispref/windows.texi (Window Start):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5553 * lispref/windows.texi (Vertical Scrolling):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5554 * lispref/windows.texi (Horizontal Scrolling):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5555 * lispref/windows.texi (Resizing Windows):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5556 * lispref/windows.texi (Window Configurations):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5557 * lispref/x-windows.texi (X Selections):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5558 * lispref/x-windows.texi (Resources):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5559 * lispref/strings.texi (Creating Strings):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5560 * lispref/strings.texi (Character Codes):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5561 * lispref/strings.texi (Text Comparison):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5562 * lispref/strings.texi (String Conversion):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5563 * lispref/strings.texi (Formatting Strings):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5564 * lispref/strings.texi (Character Case):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5565 * lispref/strings.texi (Case Tables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5566 * lispref/strings.texi (Char Table Types):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5567 * lispref/strings.texi (Working With Char Tables):
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5568 Giant docstring parameter/Texinfo fixes.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5569
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5570 Don't use abbreviations for English words, especially when those
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5571 words have other meanings. For example, use START, not BEG.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5572 Use OBJECT, not OBJ.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5573 Use VALUE, not VAL.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5574 Use BUFFER, not BUF.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5575 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!)
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5576 Use CHARACTER, not CH or CHR.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5577 Use NUMBER, not NUM.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5578 Use COLUMN, not COL.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5579 Use POSITION, not POS.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5580 Use SYMBOL, not SYM.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5581 Use STRING, not STR.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5582 Use LIMIT, not LIM.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5583 Use OTHER-WINDOW-P, not OTHER-P.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5584 Use PRIORITY, not PRI.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5585
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5586 Use `non-nil', not `true'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5587
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5588 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5589
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5590 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5591
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5592 Try to find better parameter names than ARG.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5593
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5594 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g;
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5595
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5596 Use type information in parameter names. For example, use
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5597 (make-bit-vector length bit), not (make-bit-vector length init).
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5598
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5599 Completion functions should have parameters with names like
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5600 PARTIAL-FILENAME instead of the misleading FILENAME.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5601
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5602 Type predicates should consistently take an OBJECT parameter,
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5603 since any object is valid as input.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5604
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5605 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5606 functions like next-window and next-frame that walk over window or
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5607 frame lists.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5608
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5609 Deleted duplicated documentation for:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5610 one-window-p, format-insert-file
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5611
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5612 Deleted 21 lines of VMS-specific texinfo documentation.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5613
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5614 Fixed up a few places where `_' was used in docstring parameter
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5615 names instead of `-'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5616
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5617 Fixed up places that used nil or t without @code.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5618
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5619 Fixed up places that erroneously used @code instead of @var.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5620
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5621 Fixed many typos.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5622
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5623 Fixed many places where the parameters mentioned in the docstring
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5624 didn't match the actual parameters.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5625
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5626 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5627
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5628 Fixed 40 places where docstrings were missing trailing `.'
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5629
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5630 Fixed the texi documentation of 41 functions where the
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5631 interactiveness of the function in the documentation did not match
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5632 the implementation.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5633
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5634 Fixed 117 functions where the names of parameters in the texi was
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5635 different from the names in the implementation.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5636
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5637 Fixed the texi documentation of 137 functions where the parameter
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5638 list of the function in the texi was semantically different from
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5639 the implementation.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5640
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5641 2000-10-28 Adrian Aichner <adrian@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5642
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5643 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5644 incorporate raw HTML output in the HTML version.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5645
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5646 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5647
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5648 * xemacs/menus.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5649 * widget.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5650 Typo fixes and tiny clarifications.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5651
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5652 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org>
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5653
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5654 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5655 Added Q2.1.25 - function not found due to package not installed.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5656
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5657 * xemacs/xemacs.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5658 * xemacs/abbrevs.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5659 * xemacs/basic.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5660 * xemacs/building.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5661 * xemacs/packages.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5662 * xemacs/startup.texi:
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5663 Moved "Packages" node to "Important General Concepts" section.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5664
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5665 * xemacs/packages.texi: Added package list from etc/PACKAGES.
576fb035e263 Import from CVS: tag r21-2-37
cvs
parents: 442
diff changeset
5666
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5667 2000-10-04 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5668
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5669 * XEmacs 21.2.36 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5670
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5671 2000-09-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5672
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5673 * lispref/processes.texi (Signals to Processes): Many corrections.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5674
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5675 2000-09-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5676
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5677 * xemacs/startup.texi (Startup Paths): Minor fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5678
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5679 2000-09-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5680
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5681 * *: Spelling mega-patch
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5682
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5683 2000-09-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5684
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5685 * internals/internals.texi (Low-Level Modules):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5686 Correct the list of source files.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5687
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5688 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5689
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5690 * emodules.texi (Introduction): Trivial typo fix.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5691
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5692 2000-08-24 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5693
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5694 * emodules.texi (Initialization Mode): Spell-Check.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5695
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5696 2000-08-24 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5697
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5698 * lispref/databases.texi (Connecting to a Database):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5699 s/berkeley_db/berkeley-db/. Too much C programming.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5700
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5701 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5702
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5703 * xemacs/custom.texi (Menubar Resources): Document FontSet resource.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5704
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5705 2000-07-30 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5706
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5707 * xemacs\search.texi (Regexp Search):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5708 * xemacs\search.texi (Regexps):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5709 Synch up with updated docs below (describing non-greedy
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5710 operators and such).
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5711
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5712 2000-07-30 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5713
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5714 * lispref\searching.texi (Syntax of Regexps):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5715 Document ??, which we've supported since 20.4.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5716
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5717 2000-07-31 Sandra Wambold <wambold@cygnus.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5718
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5719 * xemacs-faq.texi: Minor updates in first two sections
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5720
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5721 2000-07-27 Andy Piper <andy@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5722
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5723 * lispref/hash-tables.texi: add new hash table type.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5724
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5725 2000-07-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5726
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5727 * XEmacs 21.2.35 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5728
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5729 2000-07-10 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5730
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5731 * Makefile: rm -f ==> $(RM)
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5732
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5733 2000-07-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5734
454
d7a9135ec789 Import from CVS: tag r21-2-42
cvs
parents: 452
diff changeset
5735 * lispref/postgresql.texi:
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5736 - Don't mention ".so" extension.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5737 - Make installation instructions more generic.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5738 - Mention M-x describe-installation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5739
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5740 2000-07-08 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5741
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5742 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5743 Windows problem with binary locs and latest info.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5744
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5745 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5746
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5747 * lispref/glyphs.texi: Fix trivial typos.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5748 * lispref/gutter.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5749 * lispref/loading.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5750 * lispref/postgresql.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5751
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5752 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5753
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5754 * internals/internals.texi (Markers and Extents): Fix trivial typo.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5755
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5756 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5757
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5758 * make-stds.texi: Fix trivial typos.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5759 * xemacs-faq.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5760 * internals/internals.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5761 * new-users-guide/edit.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5762 * new-users-guide/modes.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5763 * new-users-guide/region.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5764
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5765 2000-06-10 Ben Wing <ben@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5766
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5767 * xemacs-faq.texi (Q6.1.2):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5768 * xemacs-faq.texi (Q6.1.5):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5769 * xemacs-faq.texi (Q6.1.6):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5770 Corrections for Cygwin, MinGW.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5771
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5772 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5773
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5774 * xemacs/basic.texi: Fix trivial typos.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5775 * xemacs/buffers.texi: Fix trivial typos.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5776 * xemacs/building.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5777 * xemacs/glossary.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5778 * xemacs/gnu.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5779 * xemacs/help.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5780 * xemacs/keystrokes.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5781 * xemacs/programs.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5782 * xemacs/search.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5783 * xemacs/sending.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5784
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5785 2000-05-28 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5786
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5787 * XEmacs 21.2.34 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5788
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5789 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5790
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5791 * xemacs/basic.texi: Document translation of tutorial.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5792 * xemacs/startup.texi: Remove lock-directory.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5793 * xemacs/enterings.texi: Update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5794
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5795 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5796
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5797 * lispref/display.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5798 * lispref/faces.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5799 * lispref/glyphs.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5800 * lispref/gutter.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5801 * lispref/modes.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5802 * lispref/specifiers.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5803 * lispref/toolbar.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5804 Update. Merge Ben's doc-string update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5805
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5806 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5807
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5808 * xemacs/basic.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5809 * xemacs/enterings.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5810 * xemacs/mini.texi:
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5811 Partial sync with FSF Emacs 20.6 and some update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5812
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5813 2000-05-01 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5814
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5815 * XEmacs 21.2.33 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5816
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5817 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5818
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5819 * xemacs-faq.texi (Q2.1.24): Removed wrong header.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5820
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5821 2000-04-01 Oscar Figueiredo <oscar@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5822
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5823 * lispref/ldap.texi: Documentation of the add/modify/delete and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5824 internationalization APIs
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5825
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5826 * lispref/lispref.texi: Updated LDAP-related menus
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5827
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5828 2000-03-20 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5829
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5830 * XEmacs 21.2.32 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5831
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5832 2000-03-15 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5833
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5834 * lispref/postgresql.texi (Unimplemented libpq Functions): Update
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5835 documentation to reflect the latest code.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5836
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5837 2000-03-07 SL Baur <steve@musashimaru.m17n.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5838
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5839 * lispref/postgresql.texi (PostgreSQL Support): New File.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5840
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5841 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5842 * lispref/lispref.texi (Top): Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5843 * lispref/internationalization.texi: Ditto.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5844
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5845 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5846
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5847 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5848
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5849 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5850
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5851 * xemacs-faq.texi: Put node before section.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5852
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5853 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5854
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5855 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5856
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5857 2000-03-01 Sandra Wambold <wambold@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5858
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5859 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5860
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5861 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5862
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5863 * xemacs/xemacs.texi: Detailed menu update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5864
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5865 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5866
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5867 * xemacs/help.texi: Synch with FSF 20.5. Update.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5868
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5869 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5870
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5871 * lispref/minibuf.texi: Add default argument documentation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5872
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5873 2000-02-27 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5874
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5875 * internals/internals.texi (lrecords): Update docs for new lisp
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5876 object representation.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5877
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5878 2000-02-25 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5879
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5880 * internals/internals.texi (Techniques for XEmacs Developers):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5881 Document INLINE_HEADER and how to create macros and inline functions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5882 Cleanup entire section.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5883
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
5884 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5885
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5886 * man/lispref/gutter.texi: New file describing gutter API.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5887
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5888 * man/lispref/lispref.texi, man/lispref/scrollbars.texi,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5889
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5890 * man/lispref/toolbar.texi: Fixup links to new node Gutter.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5891
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
5892 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5893
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5894 * man/lispref/frames.texi, man/xemacs/custom.texi,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5895 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5896 toolbars, and gutters as optional components of frames, with
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5897 pointers to descriptions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5898
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
5899 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org>
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5900
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5901 * man/lispref/mule.texi: Substantial reorganization and
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5902 revision for style of descriptions of character sets,
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5903 encodings, and coding systems. Addition of a complete table
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5904 of coding systems as of XEmacs 21.2.19.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5905
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5906 2000-02-23 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5907
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5908 * XEmacs 21.2.31 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5909
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5910 2000-02-21 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5911
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5912 * XEmacs 21.2.30 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5913
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5914 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5915
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5916 * internals/internals.texi: Made texinfmt-friendly.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5917
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5918 2000-01-20 Mark Thomas <mthomas@jprc.com>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5919
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5920 * lispref/backups.texi (Numbered Backups):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5921 * xemacs/files.texi (Backup Deletion):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5922 Change trim-versions-without-asking to delete-old-versions.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5923
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5924 2000-02-19 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5925
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5926 * internals/internals.texi (Conversion to and from External Data):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5927 Document TO_EXTERNAL_FORMAT and friends.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5928 Doc bug fixes.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5929
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5930 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5931
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5932 * XEmacs 21.2.29 is released.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5933
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5934 2000-02-16 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5935
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5936 * internals/internals.texi: Integrate Olivier's portable dumping docs.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5937
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5938 2000-02-09 Martin Buchholz <martin@xemacs.org>
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5939
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5940 * lispref/symbols.texi (Object Plists):
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5941 Document `object-plist'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5942 Document `remprop'.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5943 Rework all plist frobbing docs for accuracy.
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5944
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5945 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5946
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5947 * XEmacs 21.2.28 is released.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5948
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5949 2000-02-07 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5950
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5951 * cl.texi: Remove (or replace by `get') references to `get*'.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5952
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5953 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5954
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5955 * widget.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5956 * internals/internals.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5957 * lispref/commands.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5958 * lispref/consoles-devices.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5959 * lispref/customize.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5960 * lispref/dialog.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5961 * lispref/extents.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5962 * lispref/faces.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5963 * lispref/glyphs.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5964 * lispref/keymaps.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5965 * lispref/lists.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5966 * lispref/markers.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5967 * lispref/menus.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5968 * lispref/mule.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5969 * lispref/objects.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5970 * lispref/specifiers.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5971 * lispref/toolbar.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5972 * lispref/tooltalk.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5973 * lispref/x-windows.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5974 * new-users-guide/custom2.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5975 * new-users-guide/help.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5976 * new-users-guide/modes.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5977 * xemacs/abbrevs.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5978 * xemacs/buffers.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5979 * xemacs/custom.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5980 * xemacs/help.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5981 * xemacs/keystrokes.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5982 * xemacs/mini.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5983 * xemacs/new.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5984 * xemacs/packages.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5985 * xemacs/programs.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5986 * xemacs/sending.texi:
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5987 Change ' -- ' to '---' since Texinfo formats --- to --.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5988 Untabify. TeX doesn't like TAB.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5989
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5990 2000-01-27 Sandra Wambold <wambold@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5991
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5992 * xemacs-faq.texi (Q6.2.2): updated font instructions to include
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5993 21.2.*
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5994
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5995 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5996
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5997 * xemacs-faq.texi: Untabify.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
5998
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
5999 2000-01-22 Martin Buchholz <martin@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6000
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6001 * internals/internals.texi (General Coding Rules): Document why we
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6002 #include <config.h>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6003
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6004 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6005
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6006 * xemacs-faq.texi: Change ' -- ' to '---'.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6007
440
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6008 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org>
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6009
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6010 * lispref/faces.texi (Face Properties): Document
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6011 remove-face-property.
8de8e3f6228a Import from CVS: tag r21-2-28
cvs
parents: 438
diff changeset
6012
438
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6013 2000-01-18 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6014
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6015 * XEmacs 21.2.27 is released.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6016
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6017 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6018
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6019 * xemacs/regs.texi: Synch with FSF 20.5.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6020
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6021 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6022
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6023 * info.texi: Change cross reference from emacs to xemacs.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6024
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6025 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6026
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6027 * xemacs/mini.texi: Synch with FSF 20.5. Update.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6028
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6029 2000-01-16 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6030
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6031 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6032
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6033 2000-01-14 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6034
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6035 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6036
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6037 2000-01-14 Sandra Wambold <wambold@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6038
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6039 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6040
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6041 2000-01-14 Sandra Wambold <wambold@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6042
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6043 * xemacs-faq.texi: Updated Macintosh information,
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6044 updated OS/2 info, changed turn-on-pending-delete answer.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6045
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6046 2000-01-08 Martin Buchholz <martin@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6047
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6048 * xemacs-faq.texi (Q2.1.15): Make debugging info current.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6049
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6050 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6051
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6052 * lispref/control.texi (Signaling Errors): Document that `signal'
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6053 is continuable.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6054 (Signaling Errors): Document `cerror', `signal-error', and
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6055 `check-argument-type'.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6056 (Handling Errors): Mention `debug-on-signal'.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6057 (Error Symbols): Document `define-error'.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6058 (Processing of Errors): Document `display-error' and
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6059 `error-message-string'.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6060
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6061 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6062
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6063 * internals/internals.texi: Remove latin-1 char.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6064
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6065 2000-01-05 Didier Verna <didier@xemacs.org>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6066
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6067 * xemacs/custom.texi (Key bindings using strings): add missing
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6068 whitespace.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6069
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6070 * xemacs/xemacs.texi (Top):
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6071 * new-users-guide/new-users-guide.texi (Top): add missing `@top'
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6072 node.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6073
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6074 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6075
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6076 * lispref/minibuf.texi (Reading a Password): New section.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6077
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6078 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6079
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6080 * lispref/minibuf.texi: Remove documentation about
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6081 minibuffer-local-ns-map, read-no-blanks-input.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6082
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6083 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6084
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6085 * lispref/minibuf.texi: Partial Synch with FSF manual.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6086 Add description about DEFAULT argument of reading functions.
84b14dcb0985 Import from CVS: tag r21-2-27
cvs
parents: 436
diff changeset
6087
436
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6088 1999-12-31 Martin Buchholz <martin@xemacs.org>
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6089
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6090 * XEmacs 21.2.26 is released.
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6091
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6092 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com>
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6093
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6094 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs
080151679be2 Import from CVS: tag r21-2-26
cvs
parents: 434
diff changeset
6095
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6096 1999-12-24 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6097
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6098 * XEmacs 21.2.25 is released.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6099
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6100 1999-12-21 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6101
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6102 * lispref/text.texi (Near Point): Document `char-before'.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6103
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6104 1999-12-20 Adrian Aichner <adrian@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6105
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6106 * widget.texi: Fix typos and possessive singular errors. Break
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6107 long sentences for readability. Remove some redundant commas.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6108
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6109 1999-12-18 Martin Buchholz <martin@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6110
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6111 * lispref/functions.texi (Mapping Functions):
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6112 Warn about mapping functions modifying their sequences.
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6113
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6114 1999-12-15 Sandra Wambold <wambold@xemacs.org>
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6115
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6116 * xemacs-faq.texi: link to matlab.el added; misc. address changes
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6117
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6118 1999-12-14 Martin Buchholz <martin@xemacs.org>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6119
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6120 * XEmacs 21.2.24 is released.
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6121
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6122 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6123
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6124 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6125 instead of PACKAGEPATH
432
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6126 From Marcus Harnisch <harnisch@mikrom.de>
3a7e78e1142d Import from CVS: tag r21-2-24
cvs
parents: 430
diff changeset
6127
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6128 1999-12-07 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6129
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6130 * XEmacs 21.2.23 is released.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6131
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6132 1999-12-06 Sandra Wambold <wambold@pobox.com>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6133
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6134 * xemacs-faq.texi: Added MS-Windows questions; some other changes
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6135
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6136 1999-11-29 Martin Buchholz <martin@xemacs.org>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6137
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6138 * info.texi (Top):
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6139 Remove @ifnottex, which gives old makeinfos indigestion.
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6140 * texinfo.texi (Top):
430
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6141 Revert to pre-texinfo-4.0 version, plus small changes to make
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6142 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy.
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6143
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6144 1999-11-30 Sandra Wambold <wambold@cygnus.com>
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6145
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6146 * xemacs-faq.texi: fixed and commented out bad URL links
a5df635868b2 Import from CVS: tag r21-2-23
cvs
parents: 428
diff changeset
6147
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6148 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6149
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6150 * XEmacs 21.2.22 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6151
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6152 1999-11-28 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6153
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6154 * XEmacs 21.2.21 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6155
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6156 1999-11-26 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6157
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6158 * internals.texi (Lstream Functions):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6159 * internals.texi (Lstream Methods):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6160 Types have changed to size_t and ssize_t. Document them.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6161
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6162 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6163
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6164 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6165 XEmacs 21
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6166
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6167 1999-11-15 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6168
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6169 * xemacs/programs.texi: Upgrade to etags Version 13.32
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6170
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6171 * Makefile:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6172 - Make sure the default target is `info' instead of cl.info.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6173 - Use $(INFODIR) consistently where appropriate.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6174 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6175 - Comment out unused macros: EMACS EMACSFLAGS
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6176 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6177 - Get dependencies up to date.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6178
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6179 * internals/Makefile:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6180 * xemacs/Makefile:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6181 * lispref/Makefile:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6182 * new-users-guide/Makefile:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6183 * lispref/index.perm:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6184 * lispref/index.unperm:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6185 * lispref/permute-index:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6186 * internals/index.perm:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6187 * internals/index.unperm:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6188 Remove these Makefiles.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6189 Include all functionality in man/Makefile.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6190 Support only non-permuted indexes for simplicity.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6191
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6192 * emodules.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6193 - TeX doesn't tolerate `_' in variable names; use `-' instead.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6194
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6195 * lispref/commands.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6196 * lispref/display.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6197 * lispref/faces.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6198 * lispref/functions.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6199 * lispref/keymaps.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6200 * lispref/lists.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6201 * lispref/modes.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6202 * lispref/objects.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6203 * lispref/os.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6204 * lispref/sequences.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6205 * lispref/strings.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6206 * lispref/text.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6207 * new-users-guide/custom1.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6208 * xemacs/custom.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6209 * xemacs/menus.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6210 - Make sources compatible with makeinfo 4.0 *and* 3.12.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6211 - Replace @sc{ASCII} with @sc{ascii}, etc...
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6212 - Replace @var{(foo)} with (@var{foo}), etc...
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6213
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6214 * info-stnd.texi: Remove. Who cares about the standalone info reader?
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6215
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6216 * texinfo.tex:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6217 * texinfo.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6218 * info.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6219 * standards.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6220 * make-stds.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6221 Import FSF-maintained files from texinfo-4.0.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6222
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6223 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6224
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6225 * XEmacs 21.2.20 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6226
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6227 1999-08-30 Robert Pluim <rpluim@bigfoot.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6228
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6229 * xemacs/packages.texi (Using Packages): Added description of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6230 package-get-package-provider.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6231
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6232 1999-07-27 Charles G Waldman <cgw@fnal.gov>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6233
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6234 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6235
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6236 1999-08-01 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6237
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6238 * xemacs/programs.texi (Balanced Editing): Remove broken
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6239 line-break.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6240
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6241 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6242 menus.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6243 (Q1.4.1): ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6244 (Q1.4.3): ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6245 (Q2.0.5): Hyphenate words.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6246
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6247 * info.texi (Add): Fix one typo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6248
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6249 1999-08-23 Stephane Epardaud <stephane@lunatech.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6250
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6251 * internals/internals.texi (Garbage Collection - Step by Step):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6252 just added some dots to shut up compile warnings.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6253
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6254 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6255
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6256 * internals/internals.texi (Garbage Collection - Step by Step):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6257 new section in chapter Allocation of Objects in XEmacs Lisp.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6258
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6259 1999-07-28 Andy Piper <andy@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6260
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6261 * internals.texi (Glyphs): add some glyph documentation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6262
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6263 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6264
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6265 * XEmacs 21.2.19 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6266
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6267 1999-07-10 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6268
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6269 * emodules.texi: Use @set emacs and @value{emacs} instead of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6270 @macro (unsupported by texinfo package). Remove stray @code.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6271 * custom.texi: Add info extension to @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6272 * texinfo.texi: Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6273 * widget.texi: Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6274 * packages.texi: Reword a sentence, fixing @item Decide where to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6275 install ...
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6276
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6277 1999-07-19 Didier Verna <didier@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6278
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6279 * custom.texi (Wishlist): removed the Custom Comments wishlist
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6280 entry. They are implemented.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6281
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6282 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6283
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6284 * XEmacs 21.2.18 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6285
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6286 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6287
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6288 * XEmacs 21.2.17 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6289
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6290 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6291
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6292 * XEmacs 21.2.16 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6293
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6294 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6295
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6296 * XEmacs 21.2.15 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6297
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6298 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6299
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6300 * custom.texi, external-widget.texi: Minor
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6301 fix to get info DIR entry correct.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6302
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6303 1999-05-22 Vin Shelton <acs@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6304
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6305 * xemacs/cmdargs.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6306 Document -private.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6307
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6308 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6309
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6310 * Makefile: Added `emodules.info' to info targets.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6311
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6312 1999-05-20 Karl M. Hegbloom <karlheg@debian.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6313
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6314 * internals/internals.texi (The XEmacs Object System
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6315 (Abstractly Speaking)): typo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6316
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6317 1999-05-16 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6318
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6319 * lispref/text.texi (Substitution): Document improvements in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6320 `translate-region'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6321
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6322 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6323
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6324 * XEmacs 21.2.14 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6325
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6326 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6327
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6328 * man/internals/internals.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6329 * man/lispref/lispref.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6330 * man/new-users-guide/new-users-guide.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6331 * man/xemacs/xemacs.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6332 * man/cl.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6333 * man/custom.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6334 * man/term.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6335 * man/termcap.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6336 * man/widget.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6337 * man/xemacs-faq.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6338 * man/external-widget.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6339 Added info dir entries so install-info will add them to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6340 the common `dir' file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6341
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
6342 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6343
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6344 * man/lispref/mule.texi: Document CCL
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6345 - add sections: syntax, statements, expressions, and examples.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6346 - fix naming and description errors.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6347 - update links in neighboring nodes.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6348
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6349 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6350
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6351 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6352
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6353 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6354
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6355 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6356 Appearance)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6357
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6358 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6359
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6360 * XEmacs 21.2.13 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6361
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6362 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6363
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6364 * XEmacs 21.2.12 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6365
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6366 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6367
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6368 * XEmacs 21.2.11 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6369
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6370 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6371
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6372 * XEmacs 21.2.10 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6373
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6374 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6375
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6376 * XEmacs 21.2.9 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6377
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6378 1999-01-14 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6379
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6380 * internals\internals.texi (Techniques for XEmacs Developers):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6381 Fixing documentation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6382 (Basic Lisp Modules): ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6383
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6384 1999-01-10 J. Kean Johnston <jkj@sco.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6385
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6386 * emodules.texi: New file to describe XEmacs modules.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6387
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6388 1998-12-28 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6389
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6390 * XEmacs 21.2.8 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6391
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6392 1998-12-24 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6393
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6394 * XEmacs 21.2.7 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6395
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6396 1998-12-16 Andy Piper <andy@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6397
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6398 * XEmacs 21.2.6 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6399
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6400 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6401
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6402 * XEmacs 21.2.5 is released
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6403
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6404 1998-11-30 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6405
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6406 * xemacs/startup.texi (Startup Paths):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6407 * xemacs/custom.texi (Widgets):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6408 * xemacs-faq.texi (Q3.0.5):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6409 * xemacs-faq.texi (Top):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6410
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6411 * widget.texi (info-link):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6412
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6413 * lispref/objects.texi (Type Predicates):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6414 * lispref/objects.texi (Hash Table Type):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6415 * lispref/objects.texi (Primitive Types):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6416 * lispref/objects.texi (Lisp Data Types):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6417 * lispref/macros.texi (Backquote):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6418 * lispref/hash-tables.texi (Weak Hash Tables):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6419 * lispref/hash-tables.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6420 * lispref/errors.texi (Standard Errors):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6421 * lispref/compile.texi (Disassembly):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6422 * lispref/compile.texi (Compiled-Function Objects):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6423 * lispref/compile.texi (Eval During Compile):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6424 * lispref/compile.texi (Docs and Compilation):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6425 * lispref/compile.texi (Compilation Functions):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6426 * lispref/compile.texi (Speed of Byte-Code):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6427 * lispref/compile.texi (Byte Compilation):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6428 * lispref/building.texi (Garbage Collection):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6429
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6430 * internals/internals.texi (Simple Special Forms):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6431 * internals/internals.texi (Evaluation; Stack Frames; Bindings):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6432 * internals/internals.texi (Specifics of the Event Gathering Mechanism):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6433 * internals/internals.texi (String):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6434 * internals/internals.texi (Introduction to Allocation):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6435 * internals/internals.texi (Allocation of Objects in XEmacs Lisp):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6436 * internals/internals.texi (Modules for Internationalization):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6437 * internals/internals.texi (Modules for Interfacing with X Windows):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6438 * internals/internals.texi (Modules for Interfacing with the Operating System):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6439 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6440 * internals/internals.texi (Modules for Interfacing with the File System):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6441 * internals/internals.texi (Modules for the Redisplay Mechanism):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6442 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6443 * internals/internals.texi (Editor-Level Control Flow Modules):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6444 * internals/internals.texi (Modules for Standard Editing Operations):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6445 * internals/internals.texi (Basic Lisp Modules):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6446 * internals/internals.texi (Low-Level Modules):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6447 * internals/internals.texi (A Summary of the Various XEmacs Modules):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6448 * internals/internals.texi (An Example of Mule-Aware Code):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6449 * internals/internals.texi (Working With Character and Byte Positions):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6450 * internals/internals.texi (Writing Lisp Primitives):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6451 * internals/internals.texi (General Coding Rules):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6452 * internals/internals.texi (How Lisp Objects Are Represented in C):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6453 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6454 * internals/internals.texi (XEmacs From the Perspective of Building):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6455 * internals/internals.texi (The Lisp Language):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6456 * internals/internals.texi (Top):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6457 * internals/internals.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6458 - rewrite Internals manual
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6459
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6460 * cl.texi (Porting Common Lisp):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6461 * cl.texi (Hash Tables):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6462 * cl.texi (Association Lists):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6463 * cl.texi (Declarations):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6464 * cl.texi (For Clauses):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6465 * cl.texi (Basic Setf):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6466 * cl.texi (Equality Predicates):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6467 - mega patch
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6468
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6469 1998-11-28 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6470
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6471 * XEmacs 21.2-beta4 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6472
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6473 1998-10-15 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6474
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6475 * XEmacs 21.2-beta3 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6476
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6477 1998-10-09 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6478
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6479 * Makefile (MAKEINFO): Undo no-split change.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6480
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6481 1998-09-29 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6482
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6483 * XEmacs 21.2-beta2 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6484
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6485 1998-09-20 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6486
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6487 * lispref/customize.texi: New file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6488
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6489 1998-09-09 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6490
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6491 * internals/internals.texi (Coding for Mule): New node and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6492 section.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6493
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6494 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6495
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6496 * xemacs/packages.texi: Document manually installing binary packages.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6497
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6498 1998-09-02 Jeff Miller <jmiller@smart.net>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6499
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6500 * Synch calendar.texi with Emacs 20.3
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6501
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6502 1998-09-03 Darryl Okahata <darrylo@sr.hp.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6503
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6504 * xemacs/packages.texi: Correct and update package documentation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6505 Updated the package installation section to mention the visual
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6506 package browser/installer.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6507
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6508 1998-08-31 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6509
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6510 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6511 specifics.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6512
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6513 1998-08-21 Greg Klanderman <greg@alphatech.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6514
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6515 * lispref/files.texi (User Name Completion): new section.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6516
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6517 1998-07-23 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6518
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6519 * xemacs/packages.texi (Packages): Changing @itemize @emph to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6520 @itemize @bullet (this is what all other files included in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6521 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6522
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6523 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6524
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6525 * xemacs/startup.texi: Small fixes, suggested by Hrvoje.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6526
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6527 * xemacs/xemacs.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6528 * xemacs/packages.texi: More packages documentation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6529
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6530 1998-07-19 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6531
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6532 * XEmacs 21.2-beta1 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6533
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6534 1998-07-12 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6535
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6536 * XEmacs 21.0-pre5 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6537
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6538 1998-07-09 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6539
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6540 * XEmacs 21.0-pre4 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6541
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6542 1998-07-09 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6543
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6544 * lispref/dragndrop.texi: added warning to OffiX Protocol section
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6545
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6546 1998-07-09 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6547
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6548 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6549 damage in transit.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6550
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6551 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6552
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6553 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6554
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6555 * lispref/internationalization.texi: Fixed PREV to @node LDAP
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6556
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6557 * lispref/lispref.texi: Added LDAP chapter from ldap.texi
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6558
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6559 * lispref/Makefile: Added ldap.texi to srcs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6560
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6561 1998-06-29 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6562
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6563 * standards.texi (Preface): Revert previous change to @node
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6564 because it doesn't pass makeinfo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6565
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6566 1998-06-27 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6567
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6568 * cl.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6569 * info-stnd.texi: Fixed @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6570 * info.texi: Fixed @setfilename and a typo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6571 * standards.texi: Added NEXT to @node Preface. See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6572 * texinfo.texi: Fixed section names, quoted usage of @TeX{},
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 440
diff changeset
6573 changed some occurrences of `:' to `colon'.
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6574 * xemacs-faq.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6575 * internals/internals.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6576 * lispref/back.texi: Fixed @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6577 * lispref/compile.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6578 * lispref/debugging.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6579 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6580 * lispref/eval.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6581 * lispref/extents.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6582 * lispref/loading.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6583 * lispref/searching.texi: Escaped `(' in
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6584 @cindex @samp{(?:} in regex
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6585 * lispref/variables.texi: See ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6586
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6587 1998-06-28 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6588
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6589 * xemacs/calendar.texi: Massive update.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6590 From Jeff Miller <jmiller@smart.net>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6591
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6592 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6593
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6594 * xemacs/abbrevs.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6595 * xemacs/basic.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6596 * xemacs/buildings.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6597 * xemacs/cmdargs.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6598 * xemacs/files.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6599 * xemacs/adjustments.texi: Adjustments to integrate startup.texi
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6600 and packages.texi stuff.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6601
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6602 * xemacs/startup.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6603 * xemacs/packages.texi: Created.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6604
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6605 1998-06-10 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6606
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6607 * texinfo.texi: added ../info/ to @setfilename, broke line after
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6608 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6609 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6610 happy. Fixed refs broken by a previous patch of mine.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6611
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6612 1998-06-18 Darryl Okahata <darrylo@sr.hp.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6613
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6614 * lispref/os.texi (os.texi): Document `user-home-directory'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6615
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6616 1998-06-13 Greg Klanderman <greg@alphatech.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6617
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6618 * lispref/windows.texi (Resizing Windows): document third optional
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6619 WINDOW argument to enlarge-window and shrink-window.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6620 (Selecting Windows): document select-window optional norecord
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6621 argument.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6622 (Size of Window): document window-text-area-pixel-height and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6623 window-text-area-pixel-width.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6624 (Size of Window): document window-displayed-text-pixel-height.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6625 (Position of Window): document window-text-area-pixel-edges.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6626
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6627 * lispref/positions.texi (Screen Lines): cleanup docs for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6628 vertical-motion and vertical-motion-pixels.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6629
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6630 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6631
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6632 * lispref/windows.texi (Resizing Windows): Document
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6633 `enlarge-window-pixels' and `shrink-window-pixels'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6634
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6635 * lispref/positions.texi (Screen Lines): Update documentation of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6636 `vertical-motion'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6637 (Screen Lines): Document `vertical-motion-pixels'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6638
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6639 * lispref/frames.texi (Input Focus): Document `focus-frame',
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6640 `save-selected-frame' and `with-selected-frame'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6641
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6642 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6643
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6644 * lispref/searching.texi (Regexp Search): Document `split-path'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6645
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6646 * lispref/files.texi (Unique File Names): Update docs for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6647 `make-temp-name'; document `temp-directory'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6648
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6649 1998-06-10 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6650
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6651 * lispref/os.texi (Recording Input): Update docs for `recent-keys'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6652
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6653 * lispref/specifiers.texi (Specifier Instancing): Correct
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6654 instantiation order.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6655 (Specifier Instancing Functions): Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6656
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6657 1998-06-11 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6658
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6659 * lispref/lispref.texi: references to Drag'n'Drop fixed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6660 * lispref/modes.texi: references to Drag'n'Drop fixed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6661 * lispref/scrollbars.texi: references to Drag'n'Drop fixed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6662 * lispref/dragndrop.texi: naming changed to Drag and Drop
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6663 added some docu about the drop procedure
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6664
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6665 1998-06-09 Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6666
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6667 * info-stnd.texi: added ../info/ to @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6668 * info.texi: added ../info/ to @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6669 * lispref/commands.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6670 * lispref/frames.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6671 * lispref/os.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6672 * lispref/text.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6673 * new-users-guide/custom1.texi: broke line after enumerated @item.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6674 * new-users-guide/custom2.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6675 * new-users-guide/edit.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6676 * new-users-guide/enter.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6677 * new-users-guide/files.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6678 * new-users-guide/help.texi
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6679 * new-users-guide/modes.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6680 * new-users-guide/new-users-guide.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6681 * new-users-guide/region.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6682 * new-users-guide/search.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6683 * new-users-guide/xmenu.texi: see ALL.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6684 * standards.texi: added ../info/ to @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6685 * texinfo.texi: added ../info/ to @setfilename, broke line after
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6686 @noindent. Changed @var{arg-not-used-by-@TeX{}} to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6687 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6688 happy.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6689 * xemacs-faq.texi: added ../info/ to @setfilename.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6690 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6691 p?xefs (most were empty, some elisp and emacs), used
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6692 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6693 User's Manual" respectively for all these.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6694
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6695 1998-06-01 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6696
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6697 * lispref/dragndrop.texi: added experimental
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6698
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6699 1998-05-28 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6700
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6701 * lispref/dragndrop.texi: a warning, and a bit more text this time
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6702
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6703 1998-05-26 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6704
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6705 * lispref/dragndrop.texi: only small changes
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6706
933
f6bc42928b34 [xemacs-hg @ 2002-07-27 03:52:44 by youngs]
youngs
parents: 918
diff changeset
6707 1998-05-15 Christian Nybø <chr@mediascience.no>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6708
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6709 * xemacs/killing.texi: Properly document `zap-to-char'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6710
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6711 1998-05-13 Greg Klanderman <greg@alphatech.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6712
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6713 * lispref/frames.texi (Input Focus): cleanup select-frame
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6714 documentation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6715
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6716 1998-05-10 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6717
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6718 * lispref/dragndrop.texi: new section for the DnD API
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6719 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6720 modes
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6721 * lispref/modes.texi: changed back-ref to Drag'n'Drop
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6722 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6723
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6724 1998-05-05 Oliver Graf <ograf@fga.de>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6725
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6726 * commands.texi: exchange of dnd-drop with misc-user
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6727
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6728 1998-05-04 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6729
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6730 * internals.texi (Techniques for XEmacs Developers): Add some more
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6731 comments on adding new files, inspired by Olivier Galibert.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6732
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6733 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6734
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6735 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6736 scroll-conservatively.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6737
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6738 * lispref/loading.texi (Named Features): Document advanced args to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6739 `feature'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6740
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6741 * lispref/files.texi (File Name Expansion): Document that
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6742 expand-file-name does not treat // and ~/ in the middle of file
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6743 names specially.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6744
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6745 * lispref/positions.texi (Excursions): Document
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6746 `with-current-buffer' and `with-temp-file'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6747
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6748 * lispref/strings.texi (Formatting Strings): Document `%*'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6749 construct.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6750
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6751 * lispref/os.texi (Time Conversion): Document that TIME may be
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6752 omitted from format-time-string.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6753
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6754 * lispref/strings.texi (String Conversion): Document BASE argument
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6755 to `string-to-number'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6756
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6757 * lispref/searching.texi (Syntax of Regexps): Fix up Perl
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6758 constructs documentation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6759 (Regexp Search): Document `split-string'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6760
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6761 * xemacs/display.texi (Scrolling): Document scroll-conservatively.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6762
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6763 * xemacs/killing.texi (Active Regions): Document that errors no
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6764 longer highlight the region.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6765
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6766 * lispref/display.texi (The Echo Area): Document message log
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6767 stuff, including `display-message', `lmessage', `clear-message',
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6768 (Warnings): Document warning stuff.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6769
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6770 * lispref/commands.texi (Working With Events): Update `make-event'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6771 for misc-user events.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6772 (Using Interactive): Document `function-interactive'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6773
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6774 * lispref/os.texi (System Environment): Document USE-FLOATS
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6775 argument to `load-average'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6776 (User Identification): Document the new semantics of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6777 `user-full-name'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6778
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6779 * lispref/strings.texi (Creating Strings): Document `string'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6780 function.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6781
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6782 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6783
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6784 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6785 comparison functions.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6786
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6787 1998-04-30 Greg Klanderman <greg@alphatech.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6788
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6789 * lispref/frames.texi (Input Focus): Document behavior of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6790 select-frame wrt focus-follows-mouse.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6791
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6792 1998-04-30 Martin Buchholz <martin@xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6793
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6794 * Makefile: Support generic makes by avoiding `%' syntax.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6795 It breaks my heart to uglify the Makefile like this, but this is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6796 going to be a perpetual FAQ otherwise.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6797 General cleanup.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6798 Comment out w3 and vm info rules.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6799 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6800
2069
97a3d9ad40e2 [xemacs-hg @ 2004-05-10 07:18:54 by stephent]
stephent
parents: 2033
diff changeset
6801 1998-03-27 Stephen Turnbull <stephen@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6802
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6803 * xemacs/frame.texi: Document cursor appearance at end of line.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6804
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6805 1998-03-14 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6806
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6807 * internals/internals.texi (GCPROing): Explain when it is
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6808 necessary to GCPRO function parameters.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6809
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6810 1998-03-13 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6811
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6812 * internals/internals.texi (Writing Lisp Primitives): Updated
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6813 definition of For().
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6814
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6815 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6816
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6817 * lispref/menus.texi: Use recommended forms in examples.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6818
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6819 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6820
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6821 * cl.texi (Creating Symbols): Tell a little bit about the new
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6822 handling of gensyms.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6823
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6824 1998-02-21 Greg Klanderman <greg@alphatech.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6825
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6826 * xemacs/custom.texi (X Resources): update to describe automatic
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6827 setting of x-emacs-application-class.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6828
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6829 * lispref/x-windows.texi (Resources): update doc for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6830 x-emacs-application-class.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6831
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6832 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6833
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6834 * cl.texi (Equality Predicates): Update to reflect change to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6835 `equalp' made in "cl-extra.el" - now compares characters case
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6836 insensitively.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6837
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6838 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6839
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6840 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6841
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6842 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6843
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6844 * lispref/display.texi (Beeping): Linux has sound too.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6845
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6846 1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6847
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6848 * cl.texi (Argument Lists): Keywords are handled specially by
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6849 XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6850 (Porting Common Lisp): XEmacs backquotes are OK.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6851
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6852 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6853
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6854 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6855 syntax for integers.
434
9d177e8d4150 Import from CVS: tag r21-2-25
cvs
parents: 432
diff changeset
6856 From Adrian Aichner <adrian@xemacs.org>
428
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6857 * cl.texi (Porting Common Lisp): ' '
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6858 * lispref/numbers.texi (Numbers): ' '
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6859
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6860 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6861
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6862 * lispref/searching.texi (Regular Expressions): Document the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6863 recent regular expression syntax extensions.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6864
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6865 1998-02-10 Olivier Galibert <galibert@pobox.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6866
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6867 * internals/internals.texi: Remove all mocklisp references.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6868
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6869 1997-12-17 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6870
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6871 * Makefile (SUBDIR): skk and gnats are packaged.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6872
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6873 * lispref/intro.texi (Acknowledgements): Update to v3.3.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6874
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6875 * lispref/lispref.texi: Update to 20.5/v3.3.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6876
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6877 1997-12-10 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6878
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6879 * Makefile: Don't stop on errors.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6880
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6881 1997-12-06 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6882
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6883 * Makefile: add skk manual.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6884
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6885 1997-11-29 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6886
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6887 * internals/internals.texi (XEmacs): Updated history section.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6888
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6889 1997-11-28 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6890
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6891 * lispref/compile.texi (Compilation Functions): Plug in the real
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6892 return value.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6893 (Speed of Byte-Code): Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6894 (Compilation Functions): Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6895 (Compiled-Function Objects): Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6896 (Speed of Byte-Code): Increase loop counter by factor of 50 (the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6897 previous value was embarrassing).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6898
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6899 1997-11-21 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6900
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6901 * Makefile (srcs): vhdl-mode has been packaged.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6902
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6903 1997-11-15 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6904
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6905 * lispref/windows.texi (scroll-conservatively): Fix typo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6906
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6907 1997-11-12 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6908
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6909 * lispref/commands.texi (Working With Events): Document fully.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6910
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6911 * lispref/windows.texi (Vertical Scrolling): Document
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6912 scroll-conservatively.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6913
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6914 1997-11-09 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6915
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6916 * lispref/extents.texi (Intro to Extents): Minor correction.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6917 (Extent Properties): Document `extent-keymap'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6918
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6919 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6920
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6921 * xemacs/mule.texi (Mule): Modify description about supported
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6922 scripts.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6923
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6924 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6925
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6926 * xemacs/mule.texi: Add description for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6927 `universal-coding-system-argument'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6928
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6929 1997-10-31 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6930
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6931 * internals/internals.texi: XEmacs 19.16 is released.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6932
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6933 1997-10-30 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6934
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6935 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6936 been packaged.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6937
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6938 1997-10-22 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6939
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6940 * xemacs-faq.texi: Added the detailed menu listing.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6941
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6942 * lispref/extents.texi (Extent Properties): Documented
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6943 `set-extent-properties'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6944
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6945 * xemacs/custom.texi (Face Customization): Updated for XEmacs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6946
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6947 1997-10-07 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6948
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6949 * xemacs-faq.texi (Q1.3.7): Update Russion URLs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6950 From Rebecca Ore <rebecca.ore@op.net>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6951
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6952 * lispref/databases.texi (Connecting to a Database): Describe
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6953 valid types of `type' and `subtype'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6954 From Raymond Toy <toy@rtp.ericsson.se>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6955
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6956 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6957
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6958 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6959 reference to (emacs) into a reference to (xemacs).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6960
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6961 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6962
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6963 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6964 to prevent line wrap.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6965
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6966 1997-09-27 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6967
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6968 * gnats/flowchart.eps: New file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6969
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6970 1997-09-23 Hrvoje Niksic <hniksic@srce.hr>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6971
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6972 * xemacs/custom.texi (Easy Customization): Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6973
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6974 * xemacs/xemacs.texi (Top): Added pointer to easy customization.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6975
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6976 1997-09-18 SL Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6977
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6978 * internals/Makefile (../../info/$(NAME).info): Warn and clean up
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6979 if someone hasn't upgraded makeinfo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6980
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6981 * Makefile (EMACS): Refer to xemacs binary in source tree.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6982 * tm/Makefile (EMACS): Ditto.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6983
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6984 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6985
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6986 * cl.texi (Type Predicates): Update for corrected handling of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6987 `string-char' and `character'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6988
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6989 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6990
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6991 * cc-mode.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6992 In FAQ section, document use of c-mode-base-map instead of c-mode-map.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6993
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6994 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6995
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6996 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6997
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6998 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
6999
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7000 * cc-mode.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7001 Added description of template-args-cont syntactic symbol
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7002
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7003 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7004
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7005 * cc-mode.texi: Describe support for idl-mode
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7006
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7007 * cc-mode.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7008 Document c-initialization-hook. Also rewrite the "Getting Connected"
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7009 section on byte compiling the source.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7010
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7011 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7012
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7013 * lispref/streams.texi: "Output Streams", change `last-output'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7014 result list from integers to characters.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7015
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7016 * lispref/minibuf.texi: "Object from Minibuffer", correction.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7017
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7018 * lispref/minibuf.texi: "Minibuffer History", add
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7019 `Info-minibuffer-history', `Manual-page-minibuffer-history', and
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7020 short paragraph refering to `M-x apropos'.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7021
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7022 1997-07-17 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7023
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7024 * Makefile: makeinfo-1.68 is verified to work.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7025
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7026 * tm/Makefile (../../info/%-ja.info): Die if not running
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7027 XEmacs/Mule.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7028 (../../info/%-en.info): Inherit setting of MAKEINFO.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7029
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7030 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7031
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7032 * cc-mode.texi:
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7033 Describe the variable c-indent-comments-syntactically-p.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7034
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7035 1997-07-15 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7036
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7037 * internals/internals.texi (Top): Convert Buffer@'s node name to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7038 `Buffer's' because the former confuses makeinfo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7039
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7040 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7041
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7042 * cc-mode.texi: Fixed spelling of Texinfo
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7043
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7044 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7045
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7046 * lispref/files.texi (Writing to Files): Correct docstring of
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7047 write-region.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7048
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7049 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7050
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7051 * lispref/annotations.texi (Annotation Primitives):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7052 `delete-annotation' does not return the deleted annotation.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7053
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7054 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7055
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7056 * lispref/lispref.texi: Correct release dates.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7057
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7058 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7059
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7060 * lispref/files.texi (File Name Expansion): Update documentation
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7061 of file-relative-name.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7062
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7063 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7064
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7065 * lispref/lispref.texi: Update version numbers (with patches from
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7066 Hrvoje Niksic).
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7067
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7068 * lispref/building.texi (Building XEmacs): Update version numbers
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7069 and build identification.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7070
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7071 * lispref/intro.texi (Introduction): Update version number.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7072
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7073 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7074
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7075 * Makefile (srcs): Add efs.texi.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7076
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7077 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7078
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7079 * Makefile (srcs): Add hm--html-mode.texi.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7080
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7081 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7082
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7083 * gnats/Makefile (gnats_srcs): New manuals for GNATS.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7084
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7085 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7086
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7087 * lispref/strings.texi (Text Comparison): Correct example for
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7088 `char-equal'. Add new function `char='.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7089
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7090 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7091
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7092 * Makefile: Update for new texinfo manual.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7093
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7094 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7095
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7096 * Makefile (../info/w3.info): Use special version of makeinfo
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7097 since this manual is not backwards compatible.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7098 Clean up error handling so we only have to type make once to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7099 rebuild the info tree.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7100 (../info/vm.info): Make sure to continue in the event of error.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7101
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7102 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7103
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7104 * auctex/Makefile: Added `mostlyclean' and `distclean' target.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7105
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7106 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7107
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7108 * Makefile (auctex): New subdirectory target.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7109
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7110 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7111
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7112 * mule/languages.texi: Correct typo.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7113
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7114 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7115
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7116 * Makefile (srcs): Add custom and widget to srcs.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7117
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7118 * lispref/extents.texi (Intro to Extents): Removed erroneous
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7119 reference to `start-glyph' property.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7120
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7121 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7122
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7123 * widget.texi: New file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7124
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7125 * custom.texi: New file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7126
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7127 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7128
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7129 * lispref/extents.texi (Duplicable Extents): replicable extents
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7130 are history.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7131
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7132 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7133
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7134 * xemacs-faq.texi (Q1.1.1): Correct typos.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7135
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7136 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7137
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7138 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7139 XEmacs manual available.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7140 (Q4.6.1): Updated Infodock Information.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7141
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7142 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7143
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7144 * vhdl-mode.texi: Correct typo in email address.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7145
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7146 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7147
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7148 * Makefile (srcs): Add vhdl-mode.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7149
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7150 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7151
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7152 * Makefile (realclean): Don't delete itself `make distclean'
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7153
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7154 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7155
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7156 * Makefile: New File.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7157
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7158 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com>
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7159
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7160 * vhdl-mode.texi: New file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7161
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7162 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7163
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7164 * texinfo.tex: Delete spurious character at beginning.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7165
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7166 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7167
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7168 * emacs.tex: Corrected two typos. No other changes before
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7169 Version 19 will be made.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7170
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7171 * vip.texinfo: Removed menu entry Adding Lisp Code in node
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7172 Customization since the menu entry did not point to anything.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7173 Also added an @finalout command to remove overfull hboxes from the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7174 printed output.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7175
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7176 * cl.texinfo: Added @bye, \input line and @settitle to file.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7177 This file is clearly intended to be a chapter of some other work,
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7178 but the other work does not yet exist.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7179
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7180 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7181
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7182 * texinfo.texinfo: Three typos corrected.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7183
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7184 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7185
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7186 * texindex.c (indexify): when comparing to initial strings to
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7187 decide whether to change the header, must use `strncmp' to avoid
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7188 comparing entire strings of which initials are a substring.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7189
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7190 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7191
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7192 * texindex.c (sort_in_core, sort_offline, parsefile):
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7193 Give up on input file if any line doesn't start with backslash.
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7194
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7195 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu)
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7196
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7197 * emacs.tex: Update information for obtaining TeX distribution from the
3ecd8885ac67 Import from CVS: tag r21-2-22
cvs
parents:
diff changeset
7198 University of Washington.
5440
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7199
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7200
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7201 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
7202 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
7203 change.
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7204
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7205 This file is part of XEmacs.
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7206
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7207 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
7208 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
7209 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
7210 option) any later version.
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7211
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7212 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
7213 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
7214 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
7215 for more details.
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7216
24c67faf4be6 Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents: 5300
diff changeset
7217 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
7218 along with XEmacs. If not, see <http://www.gnu.org/licenses/>.