Mercurial > emacs
annotate doc/lispref/ChangeLog @ 98878:3817189c2e80
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 12:28:06 +0000 |
parents | ffb873d09bcd |
children | 8f72dc98b9d1 |
rev | line source |
---|---|
98876 | 1 2008-10-19 Eli Zaretskii <eliz@gnu.org> |
2 | |
98878 | 3 * processes.texi (Synchronous Processes): Document `process-lines'. |
4 | |
98876 | 5 * customize.texi (Variable Definitions): Document |
98878 | 6 `custom-reevaluate-setting'. |
98876 | 7 |
98837
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
8 2008-10-18 Martin Rudalics <rudalics@gmx.at> |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
9 |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
10 * windows.texi (Choosing Window, Deleting Windows) |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
11 (Displaying Buffers): Expand documentation of dedicated windows. |
19841b2ddd50
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98832
diff
changeset
|
12 |
98813 | 13 2008-10-18 Eli Zaretskii <eliz@gnu.org> |
14 | |
98832 | 15 * files.texi (Changing Files): Document symbolic input of file |
16 modes to `set-file-modes'. Document `read-file-modes' and | |
17 `file-modes-symbolic-to-number'. | |
18 | |
98823 | 19 * maps.texi (Standard Keymaps): Document `multi-query-replace-map' |
20 and `search-map'. | |
21 | |
98819 | 22 * searching.texi (Search and Replace): Document |
23 `replace-search-function' and `replace-re-search-function'. | |
98823 | 24 Document `multi-query-replace-map'. |
98819 | 25 |
98816 | 26 * minibuf.texi (Text from Minibuffer): Document `read-regexp'. |
27 (Completion Commands, Reading File Names): Rename | |
28 `minibuffer-local-must-match-filename-map' to | |
29 `minibuffer-local-filename-must-match-map'. | |
30 (Minibuffer Completion): The `require-match' argument to | |
31 `completing-read' can now have the value `confirm-only'. | |
32 | |
98813 | 33 * windows.texi (Displaying Buffers): Minor wording fix. |
34 (Choosing Window): `split-height-threshold' can now be nil. | |
35 Document `split-width-threshold'. `pop-up-frames' can have the | |
36 value `graphic-only'. | |
37 | |
98797 | 38 2008-10-17 Eli Zaretskii <eliz@gnu.org> |
39 | |
40 * os.texi (Startup Summary): Document `before-init-time' and | |
41 `after-init-time'. Document `initial-window-system' and | |
42 `window-system-initialization-alist'. Document reading the | |
43 abbrevs file. Document the call to `server-start' under --daemon. | |
44 Rearrange a bit to be consistent with the code flow. | |
98803 | 45 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'. |
46 (Time Parsing): Document `format-seconds'. | |
98797 | 47 |
98795
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
48 2008-10-17 Martin Rudalics <rudalics@gmx.at> |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
49 |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
50 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
51 and reword. |
79058aa99a5d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
98785
diff
changeset
|
52 |
98785 | 53 2008-10-16 Eli Zaretskii <eliz@gnu.org> |
54 | |
55 * markers.texi (The Mark): Document use-region-p. | |
56 | |
98730 | 57 2008-10-15 Eli Zaretskii <eliz@gnu.org> |
58 | |
98765 | 59 * internals.texi (Writing Emacs Primitives): The interactive spec |
60 of a primitive can be a Lisp form. | |
61 | |
98761 | 62 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)' |
63 values of transient-mark-mode. Document handle-shift-selection. | |
64 | |
65 * commands.texi (Using Interactive, Interactive Codes): Document `^'. | |
66 (Interactive Examples): Show an example of `^'. | |
67 (Key Sequence Input): Document this-command-keys-shift-translated. | |
98765 | 68 (Defining Commands, Using Interactive): The interactive-form of a |
69 function can be added via its symbol's property. | |
98761 | 70 |
98748 | 71 * positions.texi (List Motion): beginning-of-defun-function can |
72 now accept an argument. | |
73 | |
98745 | 74 * text.texi (Low-Level Kill Ring): interprogram-paste-function can |
75 now return a list of strings. | |
76 | |
98742 | 77 * control.texi (Handling Errors): Document ignore-errors. |
78 | |
98738 | 79 * frames.texi (Creating Frames): Document frame-inherited-parameters. |
80 (Parameter Access): Document set-frame-parameter. | |
81 | |
98735 | 82 * variables.texi (Creating Buffer-Local): Add an xref to "Setting |
83 Hooks" for the effect of kill-all-local-variables on local hook | |
84 functions. | |
85 | |
98730 | 86 * modes.texi (Major Mode Conventions, Mode Line Variables): |
87 `mode-name' need not be a string. xref to "Mode Line Data" for | |
88 details, and to "Emulating Mode Line" for computing a string | |
89 value. | |
90 | |
98705 | 91 2008-10-14 Eli Zaretskii <eliz@gnu.org> |
92 | |
98722 | 93 * processes.texi (System Processes): New section. |
94 (Processes, Signals to Processes): Add xrefs to it. | |
95 | |
96 * objects.texi (Editing Types): A `process' is a subprocess of | |
97 Emacs, not just any process running on the OS. | |
98 | |
99 * elisp.texi (Top): Adjust the @detailmenu for the above two | |
100 changes. | |
101 | |
98712 | 102 * sequences.texi (Char-Tables): Remove documentation of |
103 set-char-table-default, which has no effect since Emacs 23. | |
104 <char-table-range, set-char-table-range>: Don't mention generic | |
105 characters and charsets. Add a cons cell as a possible argument. | |
106 | |
107 * nonascii.texi (Splitting Characters) | |
108 (Translation of Characters): Don't mention generic characters. | |
109 | |
110 * display.texi (Fontsets): Don't mention generic characters. | |
111 | |
98705 | 112 * sequences.texi (Char-Tables): `map-char-table' can now call its |
113 argument FUNCTION with a cons cell as KEY. | |
114 | |
98683 | 115 2008-10-13 Eli Zaretskii <eliz@gnu.org> |
116 | |
98687 | 117 * objects.texi (Primitive Function Type): Move "@cindex special |
118 forms" from here... | |
119 | |
120 * eval.texi (Special Forms): ...to here. | |
121 | |
122 * functions.texi (What Is a Function): `functionp' returns nil for | |
123 special forms. Add an xref. | |
124 | |
98683 | 125 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local |
126 Variables". | |
127 | |
128 * variables.texi (Frame-Local Variables): New section. | |
129 (Buffer-Local Variables): Add an xref to it. | |
130 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot | |
131 have both frame-local and buffer-local binding. | |
132 | |
133 * frames.texi (Frames): Mention multiple tty frames. | |
134 (Frame Parameters, Parameter Access): Mention frame-local variable | |
135 bindings. | |
136 | |
98268 | 137 2008-09-20 Glenn Morris <rgm@gnu.org> |
138 | |
139 * display.texi (Defining Faces): Recommend against face variables. | |
140 | |
98185
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
141 2008-09-16 Juanma Barranquero <lekktu@gmail.com> |
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
142 |
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
143 * display.texi (Echo Area Customization): Fix typo. |
c9d121831418
* display.texi (Echo Area Customization): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents:
98106
diff
changeset
|
144 |
98106
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
145 2008-09-09 Juanma Barranquero <lekktu@gmail.com> |
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
146 |
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
147 * loading.texi (Where Defined): Add `defface' item. |
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
148 |
98029
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
149 2008-09-06 Martin Rudalics <rudalics@gmx.at> |
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
150 |
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
151 * loading.texi (Where Defined): Fix description of symbol-file. |
9d3339355453
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
97726
diff
changeset
|
152 |
97726 | 153 2008-08-26 Jason Rumney <jasonr@gnu.org> |
154 | |
155 * display.texi (TIFF Images): New section describing :index property. | |
156 | |
97626
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
157 2008-08-23 Chong Yidong <cyd@stupidchicken.com> |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
158 |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
159 * display.texi (Temporary Displays): Remove unnecessary comment |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
160 about usage of temp-buffer-show-hook. |
e7394291152a
* display.texi (Temporary Displays): Remove unnecessary comment
Chong Yidong <cyd@stupidchicken.com>
parents:
97293
diff
changeset
|
161 |
97293
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
162 2008-08-05 Chong Yidong <cyd@stupidchicken.com> |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
163 |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
164 * symbols.texi (Other Plists): Fix incorrect example. |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
165 Suggested by Florian Beck. |
bfe6068912b0
* symbols.texi (Other Plists): Fix incorrect example.
Chong Yidong <cyd@stupidchicken.com>
parents:
97144
diff
changeset
|
166 |
97144
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
167 2008-07-31 Juanma Barranquero <lekktu@gmail.com> |
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
168 |
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
169 * os.texi: Fix previous change. |
3e9c34bd95b3
* os.texi: Fix previous change.
Juanma Barranquero <lekktu@gmail.com>
parents:
97142
diff
changeset
|
170 |
97142 | 171 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu> |
172 | |
173 * os.texi: | |
174 * intro.texi: | |
175 * files.texi: Remove VMS support. | |
176 | |
97043
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
177 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu> |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
178 |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
179 * os.texi: |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
180 * frames.texi: |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
181 * display.texi: Remove mentions of Mac Carbon. |
9592c50233ab
Remove support for Mac Carbon.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
96470
diff
changeset
|
182 |
96470
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
183 2008-07-01 Miles Bader <miles@gnu.org> |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
184 |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
185 * text.texi (Special Properties): |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
186 * display.texi (Truncation): Add wrap-prefix and line-prefix. |
2af6e85f13d5
Implement display-time wrap/line-prefix feature
Miles Bader <miles@gnu.org>
parents:
96396
diff
changeset
|
187 |
96396
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
188 2008-06-28 Johan Bockgård <bojohan@gnu.org> |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
189 |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
190 * display.texi (Other Image Types): Fix copy/paste error; say |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
191 "PBM", not "XBM". |
e29e1bbed939
(Other Image Types): Fix copy/paste error; say "PBM", not "XBM".
Johan Bockgård <bojohan@gnu.org>
parents:
96303
diff
changeset
|
192 |
96303 | 193 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu> |
194 | |
195 * os.texi: Remove references to obsolete systems. | |
196 | |
96105 | 197 2008-06-20 Eli Zaretskii <eliz@gnu.org> |
198 | |
199 * makefile.w32-in (distclean): Remove makefile. | |
200 | |
96037 | 201 2008-06-17 Glenn Morris <rgm@gnu.org> |
202 | |
203 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install) | |
204 (elisp, dist): Remove rules and variables that are obsolete now | |
205 the lisp manual is no longer distributed separately. | |
206 | |
95988 | 207 2008-06-16 Glenn Morris <rgm@gnu.org> |
208 | |
95996 | 209 * configure, configure.in, mkinstalldirs: Remove unused files. |
210 | |
211 * book-spine.texinfo: Set version to 23.0.60. | |
95988 | 212 * vol1.texi (EMACSVER): |
98106
43ea5fd8c7ad
* loading.texi (Where Defined): Add `defface' item.
Juanma Barranquero <lekktu@gmail.com>
parents:
98029
diff
changeset
|
213 * vol2.texi (EMACSVER): Set to 23.0.60. |
95988 | 214 |
215 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text | |
216 as per maintain.info. | |
217 | |
95945 | 218 2008-06-15 Glenn Morris <rgm@gnu.org> |
219 | |
95951 | 220 * makefile.w32-in (manual): Use "23" rather than "21". |
221 | |
222 * Makefile.in (emacsver): New, set by configure. | |
223 (manual): Use emacsver. | |
224 | |
95948 | 225 * intro.texi: Report bugs using M-x report-emacs-bug. |
226 | |
95945 | 227 * elisp.texi (EMACSVER): Remove duplicate, outdated setting. |
228 | |
95881
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
229 2008-06-13 Daniel Engeler <engeler@gmail.com> |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
230 |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
231 * elisp.texi, internals.texi, processes.texi: Add documentation |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
232 about serial port access. |
17f08c967105
Daniel Engeler <engeler at gmail.com>
Glenn Morris <rgm@gnu.org>
parents:
95780
diff
changeset
|
233 |
95563
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
234 2008-06-05 Miles Bader <miles@gnu.org> |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
235 |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
236 * display.texi (Displaying Faces): Update to reflect function |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
237 renamings in face-remap.el. |
6d9c4248a579
Rename functions in lisp/face-remap.el
Miles Bader <miles@gnu.org>
parents:
95554
diff
changeset
|
238 |
95554
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
239 2008-06-05 Juanma Barranquero <lekktu@gmail.com> |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
240 |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
241 * display.texi (Fontsets): Fix typos. |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
242 |
95515
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
243 2008-06-03 Miles Bader <miles@gnu.org> |
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
244 |
95554
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
245 * display.texi (Displaying Faces): Add add-relative-face-remapping, |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
246 remove-relative-face-remapping, set-base-face-remapping, |
e6600c609468
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
95515
diff
changeset
|
247 and set-default-base-face-remapping. |
95515
328f63bafded
Add lisp/face-remap.el and associated documentation
Miles Bader <miles@gnu.org>
parents:
95457
diff
changeset
|
248 |
95457
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
249 2008-06-01 Miles Bader <miles@gnu.org> |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
250 |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
251 * display.texi (Displaying Faces): Add face-remapping-alist. |
415f68458e61
Implement face-remapping-alist feature
Miles Bader <miles@gnu.org>
parents:
95424
diff
changeset
|
252 |
95424
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
253 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
254 |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
255 * tips.texi (Coding Conventions): Do not encourage the use of "-flag" |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
256 variable names. |
f03be7461a37
(Coding Conventions): Do not encourage the use of "-flag" variable names.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
95035
diff
changeset
|
257 |
94636
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
258 2008-05-03 Eric S. Raymond <esr@golux> |
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
259 |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
260 * keymaps.texi: Clarify that (current-local-map) and |
94636
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
261 (current-global-map) return references, not copies. |
3493d476ef0f
Document the fact that (current-local-map) and (urrent-global-map)
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
94531
diff
changeset
|
262 |
94531 | 263 2008-05-02 Juri Linkov <juri@jurta.org> |
264 | |
265 * minibuf.texi (Text from Minibuffer): Document a list of | |
266 default values for `read-from-minibuffer'. | |
267 | |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
268 2008-04-24 Juanma Barranquero <lekktu@gmail.com> |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
269 |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
270 * nonascii.texi (Translation of Characters): Fix previous change. |
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
271 |
94196
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
272 2008-04-20 Chong Yidong <cyd@stupidchicken.com> |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
273 |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
274 * display.texi (Overlay Properties): Clarify role of underlying |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
275 textprop and overlay keymaps for display strings. |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
276 |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
277 * keymaps.texi (Active Keymaps): Ditto. |
81e9585a4a3d
* display.texi (Overlay Properties): Clarify role of underlying
Chong Yidong <cyd@stupidchicken.com>
parents:
94180
diff
changeset
|
278 |
94180
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
279 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca> |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
280 |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
281 * minibuf.texi (Programmed Completion): |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
282 Replace dynamic-completion-table with the new completion-table-dynamic. |
114d8f4904d0
* minibuffer.el (completion-table-with-context): Add support for `pred'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
93813
diff
changeset
|
283 |
93813
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
284 2008-04-07 Chong Yidong <cyd@stupidchicken.com> |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
285 |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
286 * intro.texi (Some Terms): Change "fonts in this manual" index |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
287 entry to "typographic conventions". |
24f682b0ca4d
* intro.texi (Some Terms): Change "fonts in this manual" index
Chong Yidong <cyd@stupidchicken.com>
parents:
93703
diff
changeset
|
288 |
93703 | 289 2008-04-05 Eli Zaretskii <eliz@gnu.org> |
290 | |
291 * objects.texi (Text Props and Strings): Add indexing for read | |
292 syntax of text properties. | |
293 | |
93202
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
294 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
295 |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
296 * processes.texi (Decoding Output): Remove process-filter-multibyte |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
297 functions. |
81cc0380dd95
(Decoding Output): Remove process-filter-multibyte functions.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
92978
diff
changeset
|
298 |
92978
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
299 2008-03-15 Martin Rudalics <rudalics@gmx.at> |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
300 |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
301 * display.texi (Finding Overlays): Say that empty overlays at |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
302 the end of the buffer are reported too. |
1b60cdb5a22d
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
92803
diff
changeset
|
303 |
92803 | 304 2008-03-13 Glenn Morris <rgm@gnu.org> |
305 | |
306 * elisp.texi (EMACSVER): Set to 23.0.60. | |
307 | |
92238
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
308 2008-02-26 Chong Yidong <cyd@stupidchicken.com> |
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
309 |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
310 * strings.texi (Formatting Strings): Treat - and 0 as flag characters. |
92238
69f8a9e0900e
* strings.texi (Formatting Strings): Treat - and 0 as flag
Chong Yidong <cyd@stupidchicken.com>
parents:
92148
diff
changeset
|
311 |
92097 | 312 2008-02-22 Glenn Morris <rgm@gnu.org> |
313 | |
314 * frames.texi (Position Parameters): Clarify the description of | |
315 `left' and `top', using information from "Geometry". | |
316 (Geometry): Give a pointer to "Position Parameters", rather than | |
317 repeating information. | |
318 | |
91743 | 319 2008-02-11 Glenn Morris <rgm@gnu.org> |
320 | |
321 * objects.texi (Equality Predicates): No longer talk about "two" | |
322 functions. | |
323 | |
94340
00e54fde074a
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
94196
diff
changeset
|
324 2008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change) |
91743 | 325 |
326 * objects.texi (Equality Predicates): Add defun for | |
327 equal-including-properties. | |
328 | |
91714 | 329 2008-02-10 Glenn Morris <rgm@gnu.org> |
330 | |
331 * objects.texi (Equality Predicates): | |
332 Mention equal-including-properties. | |
333 | |
92148 | 334 2008-02-07 Richard Stallman <rms@gnu.org> |
335 | |
336 * windows.texi (Window Start): Mention the feature of moving | |
337 window-start to start of line. | |
338 | |
93309 | 339 2008-02-07 Jan Djärv <jan.h.d@swipnet.se> |
91625 | 340 |
341 * keymaps.texi (Tool Bar): Document rtl property. | |
342 | |
88020
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
343 2008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org> |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
344 |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
345 * display.texi (Button Types): |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
346 For define-button-type, clarify type of NAME. |
d3368f6ef446
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
87903
diff
changeset
|
347 |
87903 | 348 2008-01-19 Martin Rudalics <rudalics@gmx.at> |
349 | |
350 * buffers.texi (Buffer Modification): Fix typo. | |
351 | |
87595
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
352 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu> |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
353 |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
354 * os.texi (System Environment): Remove references to OSes that are |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
355 not supported anymore. |
4c6c79916238
* configure.in: Remove references to unsupported systems.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87593
diff
changeset
|
356 |
87593
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
357 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu> |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
358 |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
359 * os.texi (System Environment): Remove mention for Masscomp. |
45568b22f6e5
* configure.in: Remove support for Masscomp.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
87519
diff
changeset
|
360 |
87649 | 361 2008-01-04 Richard Stallman <rms@gnu.org> |
362 | |
363 * display.texi (Faces): Don't talk about internal face vector as arg | |
364 to facep. | |
365 | |
366 * customize.texi (Type Keywords): Fix previous change. | |
367 | |
368 * text.texi (Links and Mouse-1): Fix xref for commands.texi change. | |
369 * elisp.texi (Top): Fix menu for commands.texi change. | |
370 | |
87519
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
371 2007-12-30 Richard Stallman <rms@gnu.org> |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
372 |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
373 * commands.texi (Accessing Mouse): Renamed from Accessing Events. |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
374 (Accessing Scroll): New node broken out of Accessing Mouse. |
6a0c500ca3a9
Merge from emacs--rel--22, gnus--devo--0
Miles Bader <miles@gnu.org>
parents:
87453
diff
changeset
|
375 |
87453 | 376 2007-12-28 Richard Stallman <rms@gnu.org> |
377 | |
378 * frames.texi (Size Parameters): Fix typo. | |
379 (Basic Parameters): For `title', refer to title bar. | |
380 (Size and Position): Explain meaning of frame pixel width and height. | |
381 | |
382 2007-12-23 Richard Stallman <rms@gnu.org> | |
383 | |
384 * customize.texi (Type Keywords): Uncomment :validate and clarify it. | |
385 Improve some of the commented-out keywords' text too. | |
386 | |
87275
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
387 2007-12-14 Martin Rudalics <rudalics@gmx.at> |
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
388 |
87277
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
389 * nonascii.texi (Encoding and I/O): Reword to avoid saying |
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
390 "visit the current buffer". |
34b7f7a49003
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87275
diff
changeset
|
391 |
87275
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
392 * os.texi (System Interface): Fix typo. |
493b90ddb256
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
87098
diff
changeset
|
393 |
87098 | 394 2007-12-04 Richard Stallman <rms@gnu.org> |
395 | |
396 * objects.texi (Symbol Type): Fix typo. | |
397 | |
398 2007-12-03 Richard Stallman <rms@gnu.org> | |
399 | |
400 * hooks.texi (Standard Hooks): Add link to Hooks for Loading. | |
401 | |
86883 | 402 2007-12-01 Glenn Morris <rgm@gnu.org> |
403 | |
404 * functions.texi (Declaring Functions): Improve previous change. | |
405 | |
86846 | 406 2007-11-30 Glenn Morris <rgm@gnu.org> |
407 | |
408 * functions.texi (Declaring Functions): Add optional fourth | |
409 argument of declare-function, and setting third argument to `t'. | |
410 | |
87098 | 411 2007-11-29 Richard Stallman <rms@gnu.org> |
412 | |
413 * customize.texi (Composite Types): Document `group' type. | |
414 | |
86825 | 415 2007-11-29 Glenn Morris <rgm@gnu.org> |
416 | |
417 * functions.texi (Declaring Functions): Add findex. Mention | |
418 `external' files. | |
419 | |
86448
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
420 2007-11-26 Juanma Barranquero <lekktu@gmail.com> |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
421 |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
422 * functions.texi (Declaring Functions): Fix directive. |
ab291da3e836
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86439
diff
changeset
|
423 |
86439
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
424 2007-11-25 Richard Stallman <rms@gnu.org> |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
425 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
426 * help.texi (Help Functions): Clean up last change. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
427 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
428 * advice.texi (Preactivation, Activation of Advice): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
429 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
430 * loading.texi (Named Features): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
431 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
432 * macros.texi (Eval During Expansion): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
433 |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
434 * variables.texi (Variable Aliases): Minor cleanup. |
62ce066ba56f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86409
diff
changeset
|
435 |
86409
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
436 2007-11-24 Richard Stallman <rms@gnu.org> |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
437 |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
438 * functions.texi (Declaring Functions): Clarify previous change. |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
439 |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
440 * compile.texi (Compiler Errors): Clarify previous change. |
c82c5e265dce
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
86385
diff
changeset
|
441 |
87098 | 442 2007-11-24 Richard Stallman <rms@gnu.org> |
443 | |
444 * display.texi (Refresh Screen, Forcing Redisplay): | |
445 Clarify the text and move items around. | |
446 | |
86385 | 447 2007-11-24 Glenn Morris <rgm@gnu.org> |
448 | |
449 * functions.texi (Declaring Functions): New section. | |
450 * compile.texi (Compiler Errors): Mention declaring functions, | |
451 defvar with no initvalue, and byte-compile-warnings. | |
452 | |
86086
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
453 2007-11-15 Martin Rudalics <rudalics@gmx.at> |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
454 |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
455 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing. |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
456 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing. |
6eb7a4036a21
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86052
diff
changeset
|
457 |
86052
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
458 2007-11-13 Martin Rudalics <rudalics@gmx.at> |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
459 |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
460 * help.texi (Help Functions): Document new macro `with-help-window'. |
a9aea64ae4ab
*** empty log message ***
Martin Rudalics <rudalics@gmx.at>
parents:
86021
diff
changeset
|
461 |
86021 | 462 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net> |
463 | |
464 * searching.texi (Replacing Match): Describe new | |
465 `match-substitute-replacement'. | |
466 | |
85824
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
467 2007-10-31 Richard Stallman <rms@gnu.org> |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
468 |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
469 * strings.texi (Creating Strings): Null strings from concat not unique. |
f1fcb6e1fb24
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85688
diff
changeset
|
470 |
85664
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
471 2007-10-26 Richard Stallman <rms@gnu.org> |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
472 |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
473 * objects.texi (Equality Predicates): Null strings are uniquified. |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
474 |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
475 * minibuf.texi: Minor clarifications in previous change. |
66f706bfe35f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
85627
diff
changeset
|
476 |
85627 | 477 2007-10-25 Glenn Morris <rgm@gnu.org> |
478 | |
479 * customize.texi (Variable Definitions): Add :risky and :safe keywords. | |
480 | |
85688 | 481 2007-10-24 Richard Stallman <rms@gnu.org> |
482 | |
483 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu. | |
484 | |
485 * variables.texi (Frame-Local Variables): Node deleted. | |
486 (Variables): Delete Frame-Local Variables from menu. | |
487 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local) | |
488 (Default Value): Don't mention frame-local vars. | |
489 | |
490 * os.texi (Idle Timers): current-idle-time returns nil if not idle. | |
491 | |
492 * loading.texi (Unloading): Document FEATURE-unload-function | |
493 instead of FEATURE-unload-hook. | |
494 | |
495 * frames.texi (Multiple Displays): Don't mention frame-local vars. | |
496 | |
85523 | 497 2007-10-22 Juri Linkov <juri@jurta.org> |
498 | |
499 * minibuf.texi (Text from Minibuffer, Minibuffer Completion) | |
500 (High-Level Completion): Document a list of default value strings | |
501 in the DEFAULT argument, for which minibuffer functions return the | |
502 first element. | |
503 | |
85385 | 504 2007-10-17 Juri Linkov <juri@jurta.org> |
505 | |
506 * text.texi (Filling): Update arguments of fill-paragraph. | |
507 fill-paragraph operates on the active region in Transient Mark mode. | |
508 Remove fill-paragraph-or-region. | |
509 | |
85285
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
510 2007-10-13 Karl Berry <karl@gnu.org> |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
511 |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
512 * elisp.texi (@dircategory): Move to after @copying, |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
513 since we want @copying as close as possible to the beginning of |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
514 the output. |
0d4843543e8b
move @dircategory to after @copying
Karl Berry <karl@gnu.org>
parents:
85114
diff
changeset
|
515 |
85311 | 516 2007-10-12 Richard Stallman <rms@gnu.org> |
517 | |
518 * elisp.texi (Top): Add Distinguish Interactive to subnode menu. | |
519 | |
520 * commands.texi (Distinguish Interactive): New node, | |
521 broken out from Interactive Call and rewritten. | |
522 (Command Loop): Put Distinguish Interactive in menu. | |
523 | |
524 2007-10-09 Richard Stallman <rms@gnu.org> | |
525 | |
526 * text.texi (Examining Properties): Mention overlay priority. | |
527 | |
528 * display.texi (Display Margins): Correct the description | |
529 of margin display specifications. | |
530 (Replacing Specs): New subnode broken out of Display Property. | |
531 | |
85080 | 532 2007-10-06 Juri Linkov <juri@jurta.org> |
533 | |
534 * text.texi (Filling): Document fill-paragraph-or-region. | |
535 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
536 2007-10-05 Juanma Barranquero <lekktu@gmail.com> |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
537 |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
538 * display.texi (Auto Faces): Fix typo. |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
539 |
85114 | 540 2007-10-02 Richard Stallman <rms@gnu.org> |
541 | |
542 * display.texi (Display Property): Explain some display specs | |
543 don't let you move point in. | |
544 | |
545 * frames.texi (Cursor Parameters): Describe | |
546 cursor-in-non-selected-windows here. Explain more values. | |
547 | |
548 * windows.texi (Basic Windows): Don't describe | |
549 cursor-in-non-selected-windows here. | |
550 | |
551 2007-10-01 Eli Zaretskii <eliz@gnu.org> | |
552 | |
553 * processes.texi (Misc Network): Note that these functions are | |
554 supported only on some systems. | |
555 | |
85005
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
556 2007-10-01 Richard Stallman <rms@gnu.org> |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
557 |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
558 * display.texi (Overlay Properties): Explain nil as priority. |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
559 Explain that conflicts are unpredictable if not resolved by |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
560 priorities. |
65af76200ad0
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84809
diff
changeset
|
561 |
84809
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
562 2007-09-23 Richard Stallman <rms@gnu.org> |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
563 |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
564 * macros.texi (Backquote): Minor clarification. |
9aea21ba9bff
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
84113
diff
changeset
|
565 |
85114 | 566 2007-09-19 Richard Stallman <rms@gnu.org> |
567 | |
568 * display.texi (Display Property): Explain multiple display specs. | |
569 Clarify when they work in parallel and when one overrides. | |
570 Fix error in example. | |
571 | |
84113 | 572 2007-09-06 Glenn Morris <rgm@gnu.org> |
573 | |
574 * Move from lispref/ to doc/lispref/. Change all setfilename | |
575 commands to use ../../info. | |
576 * Makefile.in (infodir): Go up one more level. | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
577 (usermanualdir): Change from ../man to ../emacs. |
84113 | 578 (miscmanualdir): New. |
579 (dist): Use new variable miscmanualdir. | |
580 * makefile.w32-in (infodir, texinputdir): Go up one more level. | |
581 (usermanualdir): Change from ../man to ../emacs. | |
582 | |
85114 | 583 2007-08-30 Martin Rudalics <rudalics@gmx.at> |
584 | |
585 * commands.texi (Command Loop Info): Advise against changing | |
586 most variables described here. Explain new variable | |
587 last-repeatable-command. | |
588 | |
84043 | 589 2007-08-29 Glenn Morris <rgm@gnu.org> |
590 | |
591 * elisp.texi (EMACSVER): Increase to 23.0.50. | |
592 | |
593 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu> | |
594 | |
595 * frames.texi (Basic Parameters): Add display-environment-variable | |
596 and term-environment-variable. | |
597 | |
598 2007-08-28 Juri Linkov <juri@jurta.org> | |
599 | |
600 * display.texi (Image Formats, Other Image Types): Add SVG. | |
601 | |
602 2007-08-28 Juri Linkov <juri@jurta.org> | |
603 | |
604 * display.texi (Images): Move formats-related text to new node | |
605 "Image Formats". | |
606 (Image Formats): New node. | |
607 | |
85114 | 608 2007-08-27 Richard Stallman <rms@gnu.org> |
609 | |
610 * windows.texi (Window Configurations): Clarify what | |
611 a window configuration saves. | |
612 | |
84043 | 613 2007-08-25 Richard Stallman <rms@gnu.org> |
614 | |
615 * display.texi (Images): Delete redundant @findex. | |
616 | |
617 2007-08-16 Richard Stallman <rms@gnu.org> | |
618 | |
619 * processes.texi (Asynchronous Processes): Clarify | |
620 doc of start-file-process. | |
621 | |
622 2007-08-08 Martin Rudalics <rudalics@gmx.at> | |
623 | |
624 * modes.texi (Example Major Modes): Fix typo. | |
625 | |
626 2007-08-08 Glenn Morris <rgm@gnu.org> | |
627 | |
628 * intro.texi (nil and t): Do not use `iff' in documentation. | |
629 | |
630 * tips.texi (Documentation Tips): Recommend against `iff'. | |
631 | |
632 2007-08-07 Chong Yidong <cyd@stupidchicken.com> | |
633 | |
634 * display.texi (Image Cache): Document image-refresh. | |
635 | |
636 2007-08-06 Martin Rudalics <rudalics@gmx.at> | |
637 | |
638 * windows.texi (Size of Window): Document window-full-width-p. | |
639 | |
640 2007-07-25 Glenn Morris <rgm@gnu.org> | |
641 | |
642 * gpl.texi (GPL): Replace license with GPLv3. | |
643 | |
644 * Relicense all FSF files to GPLv3 or later. | |
645 | |
646 2007-07-24 Michael Albinus <michael.albinus@gmx.de> | |
647 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
648 * processes.texi (Synchronous Processes): |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
649 Add `process-file-shell-command'. |
84043 | 650 (Asynchronous Processes): Mention restricted use of |
651 `process-filter' and `process-sentinel' in | |
652 `start-file-process'. Add `start-file-process-shell-command'. | |
653 | |
654 2007-07-17 Michael Albinus <michael.albinus@gmx.de> | |
655 | |
656 * files.texi (Magic File Names): Introduce optional parameter | |
657 IDENTIFICATION for `file-remote-p'. | |
658 | |
659 2007-07-16 Richard Stallman <rms@gnu.org> | |
660 | |
661 * display.texi (Defining Faces): Fix previous change. | |
662 | |
663 2007-07-14 Richard Stallman <rms@gnu.org> | |
664 | |
665 * control.texi (Handling Errors): Document `debug' in handler list. | |
666 | |
667 2007-07-10 Richard Stallman <rms@gnu.org> | |
668 | |
669 * display.texi (Defining Faces): Explain C-M-x feature for defface. | |
670 | |
671 2007-07-09 Richard Stallman <rms@gnu.org> | |
672 | |
673 * files.texi (Magic File Names): Rewrite previous change. | |
674 | |
675 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | |
676 | |
677 * files.texi (Magic File Names): Introduce optional parameter | |
678 CONNECTED for `file-remote-p'. | |
679 | |
680 2007-07-07 Michael Albinus <michael.albinus@gmx.de> | |
681 | |
682 * processes.texi (Asynchronous Processes): | |
683 * files.texi (Magic File Names): Add `start-file-process'. | |
684 | |
685 2007-06-27 Richard Stallman <rms@gnu.org> | |
686 | |
687 * files.texi (Format Conversion Piecemeal): Clarify | |
688 `after-insert-file-functions' calling convention. | |
689 | |
690 2007-06-27 Michael Albinus <michael.albinus@gmx.de> | |
691 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
692 * files.texi (Magic File Names): Remove `dired-call-process'. |
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
693 Add `process-file'. |
84043 | 694 |
695 2007-06-27 Kenichi Handa <handa@m17n.org> | |
696 | |
697 * text.texi (Special Properties): Fix description about | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
698 `composition' property. |
84043 | 699 |
700 2007-06-26 Kenichi Handa <handa@m17n.org> | |
701 | |
702 * nonascii.texi (Default Coding Systems): Document about the | |
703 return value `undecided'. | |
704 | |
705 2007-06-25 David Kastrup <dak@gnu.org> | |
706 | |
707 * keymaps.texi (Active Keymaps): Document new POSITION argument of | |
708 `current-active-maps'. | |
709 | |
710 2007-06-24 Karl Berry <karl@gnu.org> | |
711 | |
85049
d2777897b96d
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
85005
diff
changeset
|
712 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text. |
84043 | 713 |
714 2007-06-15 Juanma Barranquero <lekktu@gmail.com> | |
715 | |
716 * display.texi (Overlay Arrow): Doc fix. | |
717 | |
718 2007-06-14 Karl Berry <karl@tug.org> | |
719 | |
720 * anti.texi (Antinews): Typo. | |
721 | |
722 2007-06-14 Chong Yidong <cyd@stupidchicken.com> | |
723 | |
724 * display.texi (Image Cache): Document image-refresh. | |
725 | |
726 2007-06-12 Karl Berry <karl@gnu.org> | |
727 | |
728 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update. | |
729 * two-volume.make: New file. | |
730 * .cvsignore: Ignore two-volume files. | |
731 | |
732 2007-06-12 Tom Tromey <tromey@redhat.com> | |
733 | |
734 * os.texi (Init File): Document user-emacs-directory. | |
735 | |
736 2007-06-03 Nick Roberts <nickrob@snap.net.nz> | |
737 | |
738 * commands.texi (Click Events): Describe width and height when | |
739 object is nil. | |
740 | |
741 2007-05-30 Nick Roberts <nickrob@snap.net.nz> | |
742 | |
743 * commands.texi (Click Events): Layout more logically. Describe | |
744 width and height. | |
745 (Drag Events, Motion Events): Update to new format for position. | |
746 | |
747 2007-06-02 Richard Stallman <rms@gnu.org> | |
748 | |
749 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces. | |
750 | |
751 2007-06-02 Chong Yidong <cyd@stupidchicken.com> | |
752 | |
753 * Version 22.1 released. | |
754 | |
755 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
756 | |
757 * text.texi (Special Properties): Correct meaning of fontified face. | |
758 | |
759 2007-05-30 Richard Stallman <rms@gnu.org> | |
760 | |
761 * text.texi (Special Properties): Add link to Adjusting Point. | |
762 | |
763 2007-05-12 Richard Stallman <rms@gnu.org> | |
764 | |
765 * text.texi (Margins): indent-to-left-margin is not the default. | |
766 (Mode-Specific Indent): For indent-line-function, the default | |
767 is indent-relative. | |
768 | |
769 * modes.texi (Example Major Modes): Explain last line of text-mode | |
770 is redundant. | |
771 | |
772 2007-05-10 Richard Stallman <rms@gnu.org> | |
773 | |
774 * keymaps.texi (Scanning Keymaps): Update where-is-internal example. | |
775 | |
776 * help.texi (Keys in Documentation): Add reference to | |
777 Documentation Tips. | |
778 | |
779 * files.texi (Format Conversion): TO-FN gets three arguments. | |
780 | |
781 * modes.texi (Auto Major Mode): Document file-start-mode-alist. | |
782 | |
783 2007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org> | |
784 | |
785 * elisp.texi (Top): Remove "Saving Properties" from detailed menu. | |
786 * files.texi (Format Conversion): Expand intro; add menu. | |
787 (Format Conversion Overview, Format Conversion Round-Trip) | |
788 (Format Conversion Piecemeal): New nodes/subsections. | |
789 * hooks.texi: Xref "Format Conversion" , not "Saving Properties". | |
790 * text.texi (Text Properties): Remove "Saving Properties" from menu. | |
791 (Saving Properties): Delete node/subsection. | |
792 | |
793 2007-05-07 Karl Berry <karl@gnu.org> | |
794 | |
795 * elisp.texi (EMACSVER): Back to 22. | |
796 | |
797 2007-05-06 Richard Stallman <rms@gnu.org> | |
798 | |
799 * processes.texi (Accepting Output): Revert most of previous change. | |
800 | |
801 2007-05-05 Richard Stallman <rms@gnu.org> | |
802 | |
803 * processes.texi (Accepting Output): accept-process-output | |
804 uses microseconds, not milliseconds. But that arg is obsolete. | |
805 | |
806 2007-05-04 Karl Berry <karl@tug.org> | |
807 | |
808 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22. | |
809 | |
810 2007-05-04 Eli Zaretskii <eliz@gnu.org> | |
811 | |
812 * tips.texi (Documentation Tips): Rearrange items to place the | |
813 more important ones first. Add an index entry for hyperlinks. | |
814 | |
815 2007-05-03 Karl Berry <karl@gnu.org> | |
816 | |
817 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. | |
818 (EMACSVER) [smallbook]: 22 for printed version. | |
819 | |
820 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | |
821 so restore anchor to normal position after defun. Found by Kevin Ryde. | |
822 | |
823 2007-04-26 Glenn Morris <rgm@gnu.org> | |
824 | |
825 * elisp.texi (EMACSVER): Increase to 22.1.50. | |
826 | |
827 2007-04-28 Karl Berry <karl@gnu.org> | |
828 | |
829 * elisp.texi: Improve line breaks on copyright page, | |
830 similar layout to emacs manual, 8.5x11 by default. | |
831 | |
832 2007-04-24 Richard Stallman <rms@gnu.org> | |
833 | |
834 * text.texi (Special Properties): Add xref to Overlay Properties. | |
835 | |
836 * display.texi (Overlay Properties): Add xref to Special Properties. | |
837 | |
838 2007-04-22 Richard Stallman <rms@gnu.org> | |
839 | |
840 * keymaps.texi (Extended Menu Items): Move the info about | |
841 format with cached keyboard binding. | |
842 | |
843 2007-04-21 Richard Stallman <rms@gnu.org> | |
844 | |
845 * text.texi (Special Properties): Clarify previous change. | |
846 | |
847 * files.texi (File Name Expansion): Clarify previous change. | |
848 | |
849 * display.texi (Attribute Functions): Fix example for | |
850 face-attribute-relative-p. | |
851 | |
852 2007-04-19 Kenichi Handa <handa@m17n.org> | |
853 | |
854 * text.texi (Special Properties): Document composition property. | |
855 | |
856 2007-04-19 Glenn Morris <rgm@gnu.org> | |
857 | |
858 * files.texi (File Name Expansion): Mention "superroot". | |
859 | |
860 2007-04-15 Chong Yidong <cyd@stupidchicken.com> | |
861 | |
862 * frames.texi (Multiple Displays): Add note about "multi-monitor" | |
863 setups. | |
864 (Display Feature Testing): Note that display refers to all | |
865 physical monitors for multi-monitor setups. | |
866 | |
867 2007-04-14 Richard Stallman <rms@gnu.org> | |
868 | |
869 * lists.texi (Sets And Lists): Clarify `delete' examples. | |
870 Remove spurious xref to same node. | |
871 Clarify xref for add-to-list. | |
872 | |
873 2007-04-12 Nick Roberts <nickrob@snap.net.nz> | |
874 | |
875 * keymaps.texi (Format of Keymaps): Remove spurious ")" from | |
876 value of lisp-mode-map. | |
877 | |
878 2007-04-11 Karl Berry <karl@gnu.org> | |
879 | |
880 * anti.texi (Antinews): | |
881 * display.texi (Overlay Properties, Defining Images): | |
882 * processes.texi (Synchronous Processes, Sentinels): | |
883 * syntax.texi (Syntax Table Internals): | |
884 * searching.texi (Regexp Special): | |
885 * nonascii.texi (Default Coding Systems): | |
886 * text.texi (Special Properties): | |
887 * minibuf.texi (Basic Completion): Wording to improve breaks in | |
888 8.5x11 format. | |
889 * elisp.texi (smallbook): New @set to more easily switch between | |
890 smallbook and 8.5x11. | |
891 | |
892 2007-04-11 Richard Stallman <rms@gnu.org> | |
893 | |
894 * text.texi (Lazy Properties): Minor fix. | |
895 | |
896 2007-04-08 Karl Berry <karl@gnu.org> | |
897 | |
898 * symbols.texi (Plists and Alists): Period after "vs" in index entries. | |
899 * macros.texi (Backquote): Downcase Backquote in index entries for | |
900 consistency. | |
901 | |
902 2007-04-08 Richard Stallman <rms@gnu.org> | |
903 | |
904 * text.texi (Adaptive Fill): Just describe default, | |
905 don't show it (since it contains non-ASCII chars). | |
906 | |
907 2007-04-07 Karl Berry <karl@gnu.org> | |
908 | |
909 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in | |
910 adaptive-fill-regexp's value, since they are not in the standard | |
911 TeX fonts. | |
912 | |
913 2007-04-07 Guanpeng Xu <herberteuler@hotmail.com> | |
914 | |
915 * display.texi (Defining Faces): Fix example. | |
916 | |
917 2007-04-07 Karl Berry <karl@gnu.org> | |
918 | |
919 * display.texi (Button Buffer Commands): Improve page break. | |
920 | |
921 2007-04-07 Richard Stallman <rms@gnu.org> | |
922 | |
923 * advice.texi (Activation of Advice): Remove redundant index entry. | |
924 | |
925 * backups.texi: Improve index entries. Remove redundant ones. | |
926 | |
927 * compile.texi (Byte Compilation): Improve index entry. | |
928 | |
929 * hash.texi (Creating Hash): Improve index entry. | |
930 | |
931 * symbols.texi (Definitions): Improve index entry. | |
932 | |
933 * edebug.texi: Improve index entries. Remove redundant/useless ones. | |
934 | |
935 * maps.texi (Standard Keymaps): Remove useless index entry. | |
936 | |
937 * help.texi (Documentation Basics): Remove redundant index entries. | |
938 | |
939 * customize.texi: Improve index entries. | |
940 Remove redundant/useless ones. | |
941 | |
942 * locals.texi (Standard Buffer-Local Variables): Clarify intro text. | |
943 | |
944 * streams.texi (Output Variables): Improve index entry. | |
945 | |
946 * abbrevs.texi (Abbrevs): Remove useless index entry. | |
947 | |
948 * macros.texi (Expansion): Remove useless index entry. | |
949 | |
950 * text.texi: Improve index entries. Remove redundant/useless ones. | |
951 (Text Properties, Examining Properties) | |
952 (Special Properties): Use "property category" instead of "category" | |
953 to refer to the `category' property. | |
954 | |
955 * positions.texi: Improve index entries. Remove useless one. | |
956 | |
957 * lists.texi: Improve index entries. Remove redundant/useless ones. | |
958 | |
959 * os.texi: Improve index entries. | |
960 (Timers): Fix previous change. | |
961 | |
962 * buffers.texi: Improve index entries. | |
963 (Modification Time): Get rid of term "obsolete buffer". | |
964 | |
965 * debugging.texi: Improve index entries. | |
966 (Test Coverage): Add xref to other test coverage ftr. | |
967 | |
968 * eval.texi: Improve index entry. Remove redundant ones. | |
969 | |
970 * numbers.texi: Improve index entries. Remove redundant/useless ones. | |
971 | |
972 * files.texi: Improve index entries. Remove redundant/useless ones. | |
973 | |
974 * objects.texi: Improve index entries. | |
975 | |
976 * processes.texi: Improve index entries. | |
977 | |
978 * modes.texi: Improve index entry. Remove redundant one. | |
979 | |
980 * nonascii.texi: Improve index entries. | |
981 | |
982 * internals.texi: Improve index entries. | |
983 | |
984 * syntax.texi: Improve index entries. | |
985 | |
986 * keymaps.texi (Active Keymaps): Improve index entries. | |
987 | |
988 * commands.texi: Improve index entries. Remove redundant/useless ones. | |
989 | |
990 * frames.texi: Improve index entries. Remove redundant/useless ones. | |
991 | |
992 * markers.texi: Improve index entries. Remove redundant ones. | |
993 | |
994 * tips.texi: Improve index entries. | |
995 | |
996 * loading.texi (Unloading): Improve index entry. | |
997 | |
998 * variables.texi: Improve index entries. Remove redundant one. | |
999 | |
1000 * sequences.texi: Improve index entry. | |
1001 | |
1002 * display.texi: Improve index entries. Remove redundant ones. | |
1003 | |
1004 * windows.texi: Improve index entries. | |
1005 | |
1006 * searching.texi: Improve index entries. Remove redundant one. | |
1007 | |
1008 * strings.texi (Case Tables): Improve last change. | |
1009 | |
1010 2007-04-04 Chong Yidong <cyd@stupidchicken.com> | |
1011 | |
1012 * strings.texi (Case Tables): Document with-case-table and | |
1013 ascii-case-table. | |
1014 | |
1015 2007-04-03 Karl Berry <karl@gnu.org> | |
1016 | |
1017 * processes.texi (Network): Reword to improve page break. | |
1018 | |
1019 2007-04-03 Eli Zaretskii <eliz@gnu.org> | |
1020 | |
1021 * functions.texi (Inline Functions): Describe more disadvantages | |
1022 of defsubst, and make advice against it stronger. | |
1023 | |
1024 2007-04-02 Karl Berry <karl@gnu.org> | |
1025 | |
1026 * backups.texi (Backup Names): Avoid widow words. | |
1027 * modes.texi (Example Major Modes): Align last comment. | |
1028 | |
1029 2007-04-01 Chong Yidong <cyd@stupidchicken.com> | |
1030 | |
1031 * keymaps.texi (Remapping Commands): Document new arg to | |
1032 command-remapping. | |
1033 | |
1034 2007-04-01 Karl Berry <karl@gnu.org> | |
1035 | |
1036 * processes.texi (Low-Level Network): Typo. | |
1037 * loading.texi (Hooks for Loading): Avoid double "the". | |
1038 * keymaps.texi (Key Sequences): No double "and". | |
1039 (Changing Key Bindings): Shorten to improve line break. | |
1040 | |
1041 2007-03-31 Glenn Morris <rgm@gnu.org> | |
1042 | |
1043 * os.texi (Timers): Fix description of run-at-time TIME formats. | |
1044 | |
1045 2007-03-31 Richard Stallman <rms@gnu.org> | |
1046 | |
1047 * display.texi (Invisible Text): Correct buffer-invisibility-spec | |
1048 regarding ellipsis. | |
1049 | |
1050 2007-03-31 Eli Zaretskii <eliz@gnu.org> | |
1051 | |
1052 * intro.texi (nil and t): | |
1053 * symbols.texi (Plists and Alists): | |
1054 * variables.texi (Variable Aliases, Constant Variables): | |
1055 * functions.texi (Defining Functions): | |
1056 * advice.texi (Advising Primitives): | |
1057 * debugging.texi (Syntax Errors, Compilation Errors): | |
1058 * minibuf.texi (Minibuffer Windows): | |
1059 * commands.texi (Adjusting Point): | |
1060 * modes.texi (Syntactic Font Lock, Faces for Font Lock) | |
1061 (Auto Major Mode, Major Mode Conventions): | |
1062 * help.texi (Describing Characters): | |
1063 * files.texi (Create/Delete Dirs, Information about Files) | |
1064 (File Locks, Writing to Files, Reading from Files) | |
1065 (Saving Buffers): | |
1066 * windows.texi (Resizing Windows, Cyclic Window Ordering): | |
1067 * frames.texi (Finding All Frames): | |
1068 * positions.texi (Buffer End, Motion): | |
1069 * markers.texi (The Region): | |
1070 * text.texi (Deletion, Near Point): | |
1071 * display.texi (Displaying Messages, Truncation): | |
1072 * os.texi (Processor Run Time): | |
1073 * tips.texi (Key Binding Conventions, Programming Tips) | |
1074 (Warning Tips, Documentation Tips, Comment Tips): | |
1075 * internals.texi (Memory Usage): Improve indexing. | |
1076 | |
1077 * variables.texi (Frame-Local Variables): | |
1078 * functions.texi (Argument List): | |
1079 * loading.texi (Library Search): | |
1080 * streams.texi (Output Variables): | |
1081 * keymaps.texi (Translation Keymaps, Searching Keymaps): | |
1082 * searching.texi (Replacing Match, Search and Replace): | |
1083 * processes.texi (Byte Packing, Decoding Output) | |
1084 (Accepting Output, Network Servers, Shell Arguments): | |
1085 * display.texi (Abstract Display, Image Cache, Scroll Bars): | |
1086 * windows.texi (Window Point, Window Start): | |
1087 * frames.texi (Management Parameters, Frame Parameters, Frame Titles): | |
1088 * commands.texi (Reading Input, Keyboard Events): | |
1089 * minibuf.texi (Reading File Names, Minibuffer Completion) | |
1090 (Recursive Mini): | |
1091 * positions.texi (List Motion): | |
1092 * hash.texi (Hash Tables, Creating Hash, Defining Hash): | |
1093 * numbers.texi (Arithmetic Operations, Math Functions) | |
1094 (Predicates on Numbers, Comparison of Numbers): | |
1095 (Numeric Conversions): | |
1096 * locals.texi (Standard Buffer-Local Variables): | |
1097 * maps.texi (Standard Keymaps): | |
1098 * os.texi (User Identification, System Environment, Recording Input) | |
1099 (X11 Keysyms): | |
1100 * nonascii.texi (Non-ASCII Characters, Splitting Characters): | |
1101 * backups.texi (Backups and Auto-Saving): | |
1102 * customize.texi (Customization, Group Definitions) | |
1103 (Variable Definitions): | |
1104 * compile.texi (Byte Compilation): Improve index entries. | |
1105 | |
1106 2007-03-31 Karl Berry <karl@gnu.org> | |
1107 | |
1108 * macros.texi (Defining Macros): Avoid widow syllable. | |
1109 | |
1110 2007-03-31 Eli Zaretskii <eliz@gnu.org> | |
1111 | |
1112 * elisp.texi (Top): Postscript -> PostScript. | |
1113 | |
1114 * display.texi (Images, Postscript Images): Postscript -> PostScript. | |
1115 | |
1116 2007-03-31 Markus Triska <markus.triska@gmx.at> | |
1117 | |
1118 * internals.texi (Writing Emacs Primitives): Untabify `For'. | |
1119 | |
1120 2007-03-30 Karl Berry <karl@gnu.org> | |
1121 | |
1122 * lists.texi (List-related Predicates): Remove spurious @need. | |
1123 (Setcdr): Use @smallexample to improve page break. | |
1124 (Association Lists) <assoc>: Reword to improve page break. | |
1125 | |
1126 * strings.texi (String Conversion): Insert blank line to improve | |
1127 page break. | |
1128 | |
1129 * numbers.texi (Random Numbers): Use @minus{}. | |
1130 (Math Functions): Use @minus{}. | |
1131 | |
1132 * intro.texi (Acknowledgements): Avoid line breaks before middle | |
1133 initials. | |
1134 | |
1135 2007-03-24 Eli Zaretskii <eliz@gnu.org> | |
1136 | |
1137 * errors.texi (Standard Errors): Add an index entry. | |
1138 | |
1139 2007-03-19 Richard Stallman <rms@gnu.org> | |
1140 | |
1141 * os.texi (Recording Input): recent-keys now gives 300 keys. | |
1142 | |
1143 2007-03-12 Glenn Morris <rgm@gnu.org> | |
1144 | |
1145 * os.texi: Replace "daylight savings" with "daylight saving" | |
1146 throughout. | |
1147 | |
1148 2007-03-05 Richard Stallman <rms@gnu.org> | |
1149 | |
1150 * variables.texi (File Local Variables): Update | |
1151 enable-local-variables values. | |
1152 | |
1153 2007-03-04 Richard Stallman <rms@gnu.org> | |
1154 | |
1155 * syntax.texi (Control Parsing): Minor clarification. | |
1156 | |
1157 * strings.texi (Formatting Strings): Clarify width, precision, flags. | |
1158 | |
1159 * sequences.texi (Sequence Functions): Move string-bytes away, | |
1160 add xref. | |
1161 | |
1162 * nonascii.texi (Text Representations): Move string-bytes here. | |
1163 | |
1164 * modes.texi (Major Mode Conventions): Fundamental mode is exception. | |
1165 | |
1166 * minibuf.texi (Basic Completion): Minor clarification. | |
1167 | |
1168 * markers.texi (The Mark): Clarify existence vs activation of mark. | |
1169 Other cleanup. | |
1170 | |
1171 * display.texi (Finding Overlays): Write better example. | |
1172 | |
1173 * compile.texi (Eval During Compile): Clarify putting macros | |
1174 in eval-when-compile. | |
1175 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
1176 2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change) |
84043 | 1177 |
1178 * loading.texi (How Programs Do Loading): Fix anchor position at | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
1179 load-read-function definition doc. |
84043 | 1180 |
1181 2007-02-21 Kim F. Storm <storm@cua.dk> | |
1182 | |
1183 * strings.texi (Text Comparison): Mention that assoc-string | |
1184 converts symbols to strings before testing. | |
1185 | |
1186 2007-02-17 Kim F. Storm <storm@cua.dk> | |
1187 | |
1188 * processes.texi (Bindat Spec): Vector types can have optional | |
1189 element type. | |
1190 (Bindat Examples): Fix example. Add vector with element type. | |
1191 | |
1192 2007-02-16 Andreas Schwab <schwab@suse.de> | |
1193 | |
1194 * strings.texi (Formatting Strings): Document '+' flag. | |
1195 | |
1196 2007-02-15 Juanma Barranquero <lekktu@gmail.com> | |
1197 | |
1198 * strings.texi (Modifying Strings): Clarify that `clear-string' | |
1199 always converts the string to unibyte. | |
1200 | |
1201 2007-02-14 Kim F. Storm <storm@cua.dk> | |
1202 | |
1203 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face. | |
1204 Rewrite glyph code description to refer to these functions. | |
1205 Remove details of encoding face number and char into integer code. | |
1206 | |
1207 2007-02-03 Alan Mackenzie <acm@muc.de> | |
1208 | |
1209 * loading.texi (Hooks for Loading): Make the description of | |
1210 `eval-after-load' more detailed, and amend the description of | |
1211 after-load-alist, in accordance with changes from 2006-05. | |
1212 | |
1213 2007-02-03 Chong Yidong <cyd@stupidchicken.com> | |
1214 | |
1215 * modes.texi (Defining Minor Modes): Document that a :require | |
1216 keyword or similar may be required to make saved customization | |
1217 variables work. | |
1218 | |
1219 2007-02-03 Eli Zaretskii <eliz@gnu.org> | |
1220 | |
1221 * elisp.texi (Top): Make the detailed menu headers compliant with | |
1222 Texinfo guidelines and with what texnfo-upd.el expects. Add | |
1223 comments to prevent people from inadvertently modifying the key | |
1224 parts needed by `texinfo-multiple-files-update'. | |
1225 | |
1226 2007-02-02 Eli Zaretskii <eliz@gnu.org> | |
1227 | |
1228 * elisp.texi (Top): Update the top-level menus. | |
1229 | |
1230 * syntax.texi (Categories): Add index entries. | |
1231 | |
1232 2007-02-01 Juanma Barranquero <lekktu@gmail.com> | |
1233 | |
1234 * display.texi (Attribute Functions): Fix name and description of | |
1235 the UNDERLINE arg of `set-face-underline-p'. | |
1236 | |
1237 2007-01-29 Eli Zaretskii <eliz@gnu.org> | |
1238 | |
1239 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local | |
1240 Variables", and "Standard Keymaps" to the detailed menu. | |
1241 | |
1242 * variables.texi (Future Local Variables): Add index entry. | |
1243 | |
1244 2007-01-28 Richard Stallman <rms@gnu.org> | |
1245 | |
1246 * tips.texi (Coding Conventions): Clarify the tip about macros | |
1247 that define a function or a variable. | |
1248 | |
1249 * files.texi (File Attributes): UID and GID can be floats. | |
1250 (Magic File Names): Explain why deferring all operations to | |
1251 the standard handler does not work. | |
1252 | |
1253 2007-01-23 Martin Rudalics <rudalics@gmx.at> | |
1254 | |
1255 * backups.texi (Reverting): Use "buffer" instead of "file" | |
1256 when talking about major and minor modes. | |
1257 | |
1258 2007-01-21 Richard Stallman <rms@gnu.org> | |
1259 | |
1260 * help.texi (Documentation): Add xref to Documentation Tips. | |
1261 | |
1262 2007-01-14 Juanma Barranquero <lekktu@gmail.com> | |
1263 | |
1264 * tips.texi (Coding Conventions): Fix typos. | |
1265 | |
1266 2007-01-05 Richard Stallman <rms@gnu.org> | |
1267 | |
1268 * modes.texi (Defining Minor Modes): Fix previous change. | |
1269 | |
1270 2007-01-03 Richard Stallman <rms@gnu.org> | |
1271 | |
1272 * customize.texi (Variable Definitions, Customization Types): | |
1273 Don't use * in doc string for defcustom. | |
1274 | |
1275 2007-01-02 Richard Stallman <rms@gnu.org> | |
1276 | |
1277 * variables.texi (Variable Aliases): Clarify that aliases vars | |
1278 always have the same value. | |
1279 | |
1280 * processes.texi (Bindat Spec): Fix Texinfo usage. | |
1281 | |
1282 * modes.texi (Defining Minor Modes): Explain effect of command | |
1283 defined with define-global-minor-mode on new buffers. | |
1284 | |
1285 2006-12-30 Kim F. Storm <storm@cua.dk> | |
1286 | |
1287 * keymaps.texi (Tool Bar): Describe `grow-only' value of | |
1288 `auto-resize-tool-bars'. | |
1289 | |
1290 2006-12-30 Richard Stallman <rms@gnu.org> | |
1291 | |
1292 * keymaps.texi (Active Keymaps): Fix previous change. | |
1293 | |
1294 2006-12-30 Nick Roberts <nickrob@snap.net.nz> | |
1295 | |
1296 * keymaps.texi (Active Keymaps): Make xref to lookup-key. | |
1297 | |
1298 2006-12-30 Kim F. Storm <storm@cua.dk> | |
1299 | |
1300 * processes.texi (Bindat Spec): Clarify using field names in | |
1301 length specifications. | |
1302 | |
1303 2006-12-29 Kim F. Storm <storm@cua.dk> | |
1304 | |
1305 * processes.texi (Bindat Spec): Explain eval forms and lengths better. | |
1306 Add count and index variables for eval forms in repeat blocks. | |
1307 | |
1308 2006-12-24 Richard Stallman <rms@gnu.org> | |
1309 | |
1310 * customize.texi (Variable Definitions): Document | |
1311 new name custom-add-frequent-value. | |
1312 | |
1313 2006-12-19 Kim F. Storm <storm@cua.dk> | |
1314 | |
1315 * commands.texi (Misc Events): User signals now result in sigusr1 | |
1316 and sigusr2 events which are handled through special-event-map. | |
1317 (Special Events): User signals and drag-n-drop are special. | |
1318 | |
1319 2006-12-17 Richard Stallman <rms@gnu.org> | |
1320 | |
1321 * loading.texi (Named Features): Explain subfeatures better. | |
1322 | |
1323 * customize.texi: Use "option" only for user options. | |
1324 For the keyword values inside defcustom etc, say "keywords". | |
1325 For :options value's elements, say "elements". | |
1326 :group should not be omitted. | |
1327 | |
1328 * syntax.texi (Parsing Expressions): Split up node. | |
1329 (Motion via Parsing, Position Parse, Parser State) | |
1330 (Low-Level Parsing, Control Parsing): New subnodes. | |
1331 (Parser State): Document syntax-ppss-toplevel-pos. | |
1332 | |
1333 * positions.texi (List Motion): Punctuation fix. | |
1334 | |
1335 * files.texi (File Name Completion): Document PREDICATE arg | |
1336 to file-name-completion. | |
1337 | |
1338 2006-12-16 Eli Zaretskii <eliz@gnu.org> | |
1339 | |
1340 * internals.texi (Building Emacs, Writing Emacs Primitives): | |
1341 Add index entries. | |
1342 | |
1343 2006-12-11 Richard Stallman <rms@gnu.org> | |
1344 | |
1345 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults | |
1346 affects face menu. Explain how to make it non-nil without enabling | |
1347 any fontification. | |
1348 | |
1349 2006-12-10 Chong Yidong <cyd@stupidchicken.com> | |
1350 | |
1351 * modes.texi (Font Lock Basics): Document nil value of | |
1352 font-lock-defaults. | |
1353 | |
1354 2006-12-10 Glenn Morris <rgm@gnu.org> | |
1355 | |
1356 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force | |
1357 value for system-flag argument. Abbrev tables may not be empty | |
1358 when major modes are loaded. | |
1359 | |
1360 2006-12-08 Juanma Barranquero <lekktu@gmail.com> | |
1361 | |
1362 * makefile.w32-in (maintainer-clean): Partially revert last | |
1363 change; delete "elisp-?" and "elisp-??" instead of "elisp-*" | |
1364 to protect elisp-covers.texi. | |
1365 | |
1366 2006-12-07 Juanma Barranquero <lekktu@gmail.com> | |
1367 | |
1368 * makefile.w32-in (maintainer-clean): Depend on `distclean'. | |
1369 Don't remove elisp* info files; they are already deleted by the | |
1370 `clean' and `distclean' targets, and they are in the $(infodir) | |
1371 directory, not the current one. | |
1372 | |
1373 2006-12-04 Kim F. Storm <storm@cua.dk> | |
1374 | |
1375 * commands.texi (Misc Events): Update signal events. | |
1376 (Event Examples): Add signal example. | |
1377 | |
1378 2006-11-29 Richard Stallman <rms@gnu.org> | |
1379 | |
1380 * frames.texi (Visibility of Frames): Explain visible windows | |
1381 can be covered by others. Add xref for raise-frame. | |
1382 | |
1383 2006-11-28 Richard Stallman <rms@gnu.org> | |
1384 | |
1385 * searching.texi (Regexp Special): Update when ^ is special. | |
1386 | |
1387 2006-11-27 Eli Zaretskii <eliz@gnu.org> | |
1388 | |
1389 * customize.texi (Customization, Common Keywords) | |
1390 (Group Definitions, Variable Definitions, Composite Types) | |
1391 (Type Keywords, Customization Types): Add index entries for | |
1392 various customization keywords. | |
1393 | |
1394 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca> | |
1395 | |
1396 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity. | |
1397 | |
93309 | 1398 2006-11-10 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 1399 |
1400 * frames.texi (Window System Selections): Remove clipboard from | |
1401 description of selection-coding-system. | |
1402 | |
1403 2006-11-06 Richard Stallman <rms@gnu.org> | |
1404 | |
1405 * lists.texi (List Variables): Document COMPARE-FN. | |
1406 | |
1407 * keymaps.texi: Avoid use of "binding" to mean a relation; | |
1408 use it only to refer to the meaning associated with a key. | |
1409 (Keymaps): Change menu node description. | |
1410 | |
1411 * elisp.texi (Top): Change menu node description. | |
1412 | |
1413 * display.texi (Managing Overlays): Document overlay-recenter. | |
1414 | |
1415 2006-10-29 Chong Yidong <cyd@stupidchicken.com> | |
1416 | |
1417 * Makefile.in: Use relative paths to avoid advertising filesystem | |
1418 contents during compilation. | |
1419 | |
1420 2006-10-23 Kim F. Storm <storm@cua.dk> | |
1421 | |
1422 * commands.texi (Event Input Misc): Update unread-command-events. | |
1423 | |
1424 2006-10-23 Nick Roberts <nickrob@snap.net.nz> | |
1425 | |
1426 * lists.texi (Sets And Lists): Fix typos. | |
1427 | |
1428 2006-10-18 Juanma Barranquero <lekktu@gmail.com> | |
1429 | |
1430 * control.texi (Processing of Errors): Use @var for an argument, | |
1431 not @code. | |
1432 | |
1433 2006-10-16 Richard Stallman <rms@gnu.org> | |
1434 | |
1435 * edebug.texi (Edebug Recursive Edit): Minor cleanup. | |
1436 | |
1437 * keymaps.texi (Format of Keymaps): Show all the keymap element | |
1438 patterns that result from menu items. | |
1439 (Key Lookup): Minor cleanups. | |
1440 | |
1441 * modes.texi (Precalculated Fontification): Don't say that | |
1442 not setting font-lock-defaults avoids loading font-lock. | |
1443 | |
1444 * help.texi (Documentation): Move xref to Emacs Manual here. | |
1445 (Documentation Basics): From here. | |
1446 Also doc emacs-lisp-docstring-fill-column. | |
1447 | |
1448 * elisp.texi: Update version and ISBN. | |
1449 | |
1450 * commands.texi (Interactive Call): Clarify KEYS arg to | |
1451 call-interactively is a vector. | |
1452 (Command Loop Info): Delete anchor in this-command-keys. | |
1453 Add anchor in this-command-keys-vector. | |
1454 (Recursive Editing): Document how recursive-edit | |
1455 handles the current buffer. | |
1456 | |
1457 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | |
1458 | |
1459 * frames.texi (Frame Titles): %c and %l are ignored in | |
1460 frame-title-format. | |
1461 | |
1462 2006-10-11 Richard Stallman <rms@gnu.org> | |
1463 | |
1464 * keymaps.texi (Key Sequences): Clarify use of kbd. | |
1465 | |
1466 2006-10-10 Kim F. Storm <storm@cua.dk> | |
1467 | |
1468 * lists.texi (Sets And Lists): Add memql. | |
1469 | |
1470 2006-10-03 Richard Stallman <rms@gnu.org> | |
1471 | |
1472 * searching.texi (Char Classes): Document :multibyte: and :unibyte:. | |
1473 Clarify :ascii: and :nonascii:. | |
1474 | |
1475 2006-09-29 Juri Linkov <juri@jurta.org> | |
1476 | |
1477 * modes.texi (%-Constructs): Reorder coding systems in the | |
1478 documentation of %z to the real order displayed in the modeline. | |
1479 | |
1480 2006-09-25 Richard Stallman <rms@gnu.org> | |
1481 | |
1482 * os.texi (Timers): Describe timer-max-repeats. | |
1483 | |
1484 2006-09-25 Chong Yidong <cyd@stupidchicken.com> | |
1485 | |
1486 * os.texi (Timers): Mention with-local-quit. | |
1487 | |
1488 2006-09-24 Richard Stallman <rms@gnu.org> | |
1489 | |
1490 * searching.texi (Searching and Matching): Mention property search. | |
1491 | |
1492 * commands.texi (Command Loop Info): Explain how read-event affects | |
1493 this-command-keys. | |
1494 | |
1495 2006-09-20 Richard Stallman <rms@gnu.org> | |
1496 | |
1497 * os.texi (Timers): Clarify about REPEAT when timer is delayed. | |
1498 | |
1499 * windows.texi (Window Start): Minor cleanups. | |
1500 | |
1501 2006-09-20 Kim F. Storm <storm@cua.dk> | |
1502 | |
1503 * windows.texi (Window Start): pos-visible-in-window-p allows | |
1504 specifying t for position to mean "end of window". | |
1505 Add window-line-height. | |
1506 | |
1507 * anti.texi (Antinews): Mention window-line-height. | |
1508 | |
1509 2006-09-19 David Kastrup <dak@gnu.org> | |
1510 | |
1511 * keymaps.texi (Searching Keymaps): Small clarification. | |
1512 | |
1513 2006-09-18 Richard Stallman <rms@gnu.org> | |
1514 | |
1515 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings | |
1516 cause keyboard menus. | |
1517 (Menu Keymaps): Likewise. | |
1518 (Defining Menus, Keyboard Menus): Clarify. | |
1519 | |
1520 * text.texi (Fields): Clarify explanation of constrain-to-field. | |
1521 | |
1522 2006-09-16 Eli Zaretskii <eliz@gnu.org> | |
1523 | |
1524 * variables.texi (Tips for Defining): Fix a typo. | |
1525 | |
1526 2006-09-15 Richard Stallman <rms@gnu.org> | |
1527 | |
1528 * keymaps.texi (Remapping Commands, Searching Keymaps) | |
1529 (Active Keymaps): Clean up previous change. | |
1530 | |
1531 2006-09-15 Jay Belanger <belanger@truman.edu> | |
1532 | |
1533 * gpl.texi: Replace "Library Public License" by "Lesser Public | |
1534 License" throughout. | |
1535 | |
1536 2006-09-15 David Kastrup <dak@gnu.org> | |
1537 | |
1538 * keymaps.texi (Active Keymaps): Adapt description to use | |
1539 `get-char-property' instead `get-text-property'. Explain how | |
1540 mouse events change this. Explain the new optional argument of | |
1541 `key-binding' and its mouse-dependent lookup. | |
1542 (Searching Keymaps): Adapt description similarly. | |
1543 (Remapping Commands): Explain the new optional argument of | |
1544 `command-remapping'. | |
1545 | |
1546 2006-09-14 Richard Stallman <rms@gnu.org> | |
1547 | |
1548 * keymaps.texi (Searching Keymaps): Clarification. | |
1549 (Active Keymaps): Refer to Searching Keymaps instead of duplication. | |
1550 | |
1551 2006-09-13 Richard Stallman <rms@gnu.org> | |
1552 | |
1553 * objects.texi (Character Type): Node split. | |
1554 Add xref to Describing Characters. | |
1555 (Basic Char Syntax, General Escape Syntax) | |
1556 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes. | |
1557 | |
1558 2006-09-11 Richard Stallman <rms@gnu.org> | |
1559 | |
1560 * display.texi (Display Table Format): Wording clarification. | |
1561 (Glyphs): Clarifications. | |
1562 | |
1563 2006-09-10 Chong Yidong <cyd@stupidchicken.com> | |
1564 | |
1565 * keymaps.texi (Active Keymaps): Mention that key-binding checks | |
1566 local maps. | |
1567 | |
1568 2006-09-10 Kim F. Storm <storm@cua.dk> | |
1569 | |
1570 * display.texi (Forcing Redisplay): Document return value of | |
1571 function redisplay. | |
1572 | |
1573 2006-09-09 Richard Stallman <rms@gnu.org> | |
1574 | |
1575 * windows.texi (Window Hooks): Explain limits of | |
1576 window-scroll-functions. | |
1577 | |
1578 * display.texi (Fringe Indicators): Update for last change in | |
1579 indicate-buffer-boundaries. | |
1580 | |
1581 2006-09-08 Richard Stallman <rms@gnu.org> | |
1582 | |
1583 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec. | |
1584 | |
1585 2006-09-06 Kim F. Storm <storm@cua.dk> | |
1586 | |
1587 * frames.texi (Display Feature Testing): display-mm-dimensions-alist. | |
1588 | |
1589 * windows.texi (Window Start): Update pos-visible-in-window-p. | |
1590 | |
1591 2006-09-04 Richard Stallman <rms@gnu.org> | |
1592 | |
1593 * processes.texi (Accepting Output): Explain SECONDS=0 for | |
1594 accept-process-output. | |
1595 | |
1596 * os.texi (Idle Timers): Explain why timer functions should not | |
1597 loop until (input-pending-p). | |
1598 | |
1599 2006-09-02 Eli Zaretskii <eliz@gnu.org> | |
1600 | |
1601 * makefile.w32-in (usermanualdir): New variable. | |
1602 (elisp.dvi): Use it. | |
1603 | |
1604 2006-09-01 Eli Zaretskii <eliz@gnu.org> | |
1605 | |
1606 * buffers.texi (Buffer Modification): Fix last change. | |
1607 | |
1608 2006-09-01 Chong Yidong <cyd@stupidchicken.com> | |
1609 | |
1610 * buffers.texi (Buffer Modification): Document | |
1611 buffer-chars-modified-tick. | |
1612 | |
1613 2006-08-31 Richard Stallman <rms@gnu.org> | |
1614 | |
1615 * modes.texi (Syntactic Font Lock): Mention specific faces once again. | |
1616 | |
1617 2006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change) | |
1618 | |
1619 * modes.texi (Syntactic Font Lock): | |
1620 Mention font-lock-syntactic-face-function | |
1621 instead of specific faces. | |
1622 | |
1623 2006-08-29 Chong Yidong <cyd@stupidchicken.com> | |
1624 | |
1625 * display.texi (Images): Add xrref to display-images-p. | |
1626 | |
1627 2006-08-28 Kenichi Handa <handa@m17n.org> | |
1628 | |
1629 * nonascii.texi (Lisp and Coding Systems): Fix description of | |
1630 detect-coding-region. | |
1631 | |
1632 2006-08-27 Michael Olson <mwolson@gnu.org> | |
1633 | |
1634 * processes.texi (Transaction Queues): Remove stray quote | |
1635 character. | |
1636 | |
1637 2006-08-25 Richard Stallman <rms@gnu.org> | |
1638 | |
1639 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value. | |
1640 Add xref. | |
1641 | |
1642 2006-08-24 Chong Yidong <cyd@stupidchicken.com> | |
1643 | |
1644 * os.texi (Timers): Avoid waiting inside timers. | |
1645 | |
1646 2006-08-21 Lute Kamstra <lute@gnu.org> | |
1647 | |
1648 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi. | |
1649 | |
1650 2006-08-20 Richard Stallman <rms@gnu.org> | |
1651 | |
1652 * os.texi (Idle Timers): New node, split out from Timers. | |
1653 Document current-idle-time. | |
1654 * commands.texi (Reading One Event): Update xref. | |
1655 * elisp.texi (Top): Update subnode menu. | |
1656 | |
1657 2006-08-16 Richard Stallman <rms@gnu.org> | |
1658 | |
1659 * keymaps.texi (Extended Menu Items): Show format of cached | |
1660 bindings in extended menu items. | |
1661 | |
1662 * customize.texi (Variable Definitions): Explain when the | |
1663 standard value expression is evaluated. | |
1664 | |
1665 2006-08-15 Chong Yidong <cyd@stupidchicken.com> | |
1666 | |
1667 * commands.texi (Reading One Event): Explain idleness in | |
1668 `read-event'. | |
1669 | |
1670 2006-08-12 Chong Yidong <cyd@stupidchicken.com> | |
1671 | |
1672 * text.texi (Near Point): Say "cursor" not "terminal cursor". | |
1673 (Commands for Insertion): Removed split-line since it's not | |
1674 relevant for Lisp programming. | |
1675 (Yank Commands): Rewrite introduction. | |
1676 (Undo): Clarify. | |
1677 (Maintaining Undo): Clarify. Document undo-ask-before-discard. | |
1678 (Filling): Remove redundant comment. Clarify return value of | |
1679 current-justification. | |
1680 (Margins): Minor clarifications. | |
1681 (Adaptive Fill): Update default value of adaptive-fill-regexp. | |
1682 (Sorting): Update definition of sort-lines. | |
1683 (Columns): Clarify behavior of sort-columns. | |
1684 (Indent Tabs): Link to Tab Stops in Emacs manual. | |
1685 (Special Properties): Clarify. | |
1686 (Clickable Text): Mention Buttons package. | |
1687 | |
1688 2006-08-12 Kevin Ryde <user42@zip.com.au> | |
1689 | |
1690 * os.texi (Time Parsing): Add %z to description of | |
1691 format-time-string, as per docstring. Add cross reference to | |
1692 glibc manual for strftime. | |
1693 | |
1694 2006-08-08 Richard Stallman <rms@gnu.org> | |
1695 | |
1696 * modes.texi: Clean up wording in previous change. | |
1697 | |
1698 2006-08-07 Chong Yidong <cyd@stupidchicken.com> | |
1699 | |
1700 * modes.texi (Hooks): Clarify. | |
1701 (Major Mode Basics): Mention define-derived-mode explicitly. | |
1702 (Major Mode Conventions): Rebinding RET is OK for some modes. | |
1703 Mention change-major-mode-hook and after-change-major-mode-hook. | |
1704 (Example Major Modes): Moved to end of Modes section. | |
1705 (Mode Line Basics): Clarify. | |
1706 (Mode Line Data): Mention help-echo and local-map in strings. | |
1707 Explain reason for treatment of non-risky variables. | |
1708 (Properties in Mode): Clarify. | |
1709 (Faces for Font Lock): Add font-lock-negation-char-face. | |
1710 | |
1711 2006-08-04 Eli Zaretskii <eliz@gnu.org> | |
1712 | |
1713 * strings.texi (Formatting Strings): Warn against arbitrary | |
1714 strings as first arg to `format'. | |
1715 | |
1716 2006-07-31 Thien-Thi Nguyen <ttn@gnu.org> | |
1717 | |
1718 * text.texi (Clickable Text): Mention `help-echo' text property. | |
1719 Update intro, examples and associated explanations. | |
1720 | |
1721 2006-07-31 Richard Stallman <rms@gnu.org> | |
1722 | |
1723 * commands.texi: Update xrefs. | |
1724 (Event Mod): New node, cut out from old Translating Input. | |
1725 | |
1726 * maps.texi: Update xrefs. | |
1727 | |
1728 * keymaps.texi (Translation Keymaps): New node. | |
1729 Update xrefs from Translating Input to Translation Keymaps. | |
1730 | |
1731 * elisp.texi (Top): Update subnode menu. | |
1732 | |
1733 * display.texi (Face Functions): Fix explanations of FRAME=t or nil. | |
1734 | |
1735 * os.texi (System Interface): Fix menu descriptions of some nodes. | |
1736 (Translating Input): Node deleted. | |
1737 | |
1738 2006-07-31 Nick Roberts <nickrob@snap.net.nz> | |
1739 | |
1740 * modes.texi (Minor Mode Conventions): Update xref for add-to-list. | |
1741 | |
1742 * lists.texi (Sets And Lists): Likewise. | |
1743 | |
1744 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org> | |
1745 | |
1746 * text.texi (Fields): Mention POS | |
1747 requirement when narrowing is in effect. | |
1748 | |
1749 2006-07-28 Richard Stallman <rms@gnu.org> | |
1750 | |
1751 * display.texi (Face Attributes): Simplify wording. | |
1752 (Attribute Functions): Clarify meaning of new-frame default | |
1753 attribute settings. | |
1754 | |
1755 * customize.texi (Common Keywords): Document how to use | |
1756 :package-version in a package not in Emacs. | |
1757 | |
1758 2006-07-28 Kim F. Storm <storm@cua.dk> | |
1759 | |
1760 * commands.texi (Reading One Event): Fix last change. | |
1761 | |
1762 2006-07-26 Chong Yidong <cyd@stupidchicken.com> | |
1763 | |
1764 * commands.texi (Reading One Event): Document SECONDS argument for | |
1765 read-event, read-char, and read-char-exclusive. | |
1766 | |
1767 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca> | |
1768 | |
1769 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline | |
1770 to ensure correct identification. | |
1771 | |
1772 2006-07-24 Richard Stallman <rms@gnu.org> | |
1773 | |
1774 * text.texi (Clickable Text): Clarify. | |
1775 | |
1776 * sequences.texi (Vector Functions): Delete duplicate xref. | |
1777 | |
1778 * objects.texi (Function Type): Clarify. | |
1779 | |
1780 * modes.texi (Keymaps and Minor Modes): List punct chars for minor | |
1781 modes. | |
1782 | |
1783 * lists.texi (List Variables): New node. | |
1784 Material moved from other nodes. | |
1785 | |
1786 * variables.texi (Setting Variables): add-to-list and | |
1787 add-to-ordered-list moved to List Variables node. | |
1788 | |
1789 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org> | |
1790 | |
1791 * text.texi (Links and Mouse-1): | |
1792 For mouse-on-link-p, expand on arg POS. | |
1793 | |
1794 2006-07-21 Kim F. Storm <storm@cua.dk> | |
1795 | |
1796 * display.texi (Forcing Redisplay): Don't mention systems which | |
1797 don't support sub-second timers for redisplay-preemption-period. | |
1798 | |
1799 * os.texi (Terminal Output): Clarify text vs graphical terminal. | |
1800 | |
1801 2006-07-21 Eli Zaretskii <eliz@gnu.org> | |
1802 | |
1803 * frames.texi (Input Focus): Document that focus-follows-mouse has | |
1804 no effect on MS-Windows. | |
1805 | |
1806 2006-07-18 Richard Stallman <rms@gnu.org> | |
1807 | |
1808 * display.texi (Forcing Redisplay): Cleanups in previous change. | |
1809 | |
1810 * processes.texi (Low-Level Network): Make menu more convenient. | |
1811 | |
1812 2006-07-18 Kim F. Storm <storm@cua.dk> | |
1813 | |
1814 * display.texi (Forcing Redisplay): redisplay-preemption-period | |
1815 only used on window systems. Add xref to Terminal Output. | |
1816 | |
1817 * os.texi (Terminal Output): baud-rate only controls preemption on | |
1818 non-window systems. Add xref to Forcing Redisplay. | |
1819 | |
1820 * processes.texi (Low-Level Network): Rename node "Make Network" | |
1821 to "Network Processes". | |
1822 | |
1823 2006-07-18 Karl Berry <karl@gnu.org> | |
1824 | |
1825 * variables.texi, functions.texi, customize.texi, loading.texi: | |
1826 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20. | |
1827 | |
1828 2006-07-17 Chong Yidong <cyd@stupidchicken.com> | |
1829 | |
1830 * commands.texi (Waiting): Document batch-mode sit-for behavior. | |
1831 | |
1832 2006-07-17 Richard Stallman <rms@gnu.org> | |
1833 | |
1834 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus. | |
1835 Put period and comma inside quotes. | |
1836 | |
1837 * loading.texi, markers.texi: Use real doublequote inside menus. | |
1838 | |
1839 * windows.texi: Put point and comma inside quotes. | |
1840 (Textual Scrolling): Use @samp for error message. | |
1841 | |
1842 * variables.texi, tips.texi, syntax.texi, symbols.texi: | |
1843 * strings.texi, streams.texi, processes.texi, os.texi: | |
1844 * objects.texi, numbers.texi, modes.texi, minibuf.texi: | |
1845 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi: | |
1846 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi: | |
1847 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi: | |
1848 Put point and comma inside quotes. | |
1849 | |
1850 * control.texi (Processing of Errors): Add command-error-function. | |
1851 | |
1852 * variables.texi (File Local Variables): Clarify that | |
1853 file local variables make buffer-local bindings. | |
1854 | |
1855 * modes.texi (Syntactic Font Lock): Give default for | |
1856 font-lock-syntax-table. | |
1857 | |
1858 2006-07-17 Nick Roberts <nickrob@snap.net.nz> | |
1859 | |
1860 * text.texi (Special Properties): Clean up previous change. | |
1861 | |
1862 2006-07-16 Karl Berry <karl@gnu.org> | |
1863 | |
1864 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi: | |
1865 * control.texi: Fix bad page breaks through chapter 10 (control). | |
1866 | |
1867 * anti.texi (Antinews): Reorder face-attribute fns to avoid | |
1868 underfull hbox. | |
1869 | |
1870 2006-07-15 Nick Roberts <nickrob@snap.net.nz> | |
1871 | |
1872 * text.texi (Special Properties): Describe fontified text property | |
1873 in relation to a character (not text). | |
1874 | |
1875 2006-07-15 Kim F. Storm <storm@cua.dk> | |
1876 | |
1877 * maps.texi (Standard Keymaps): Add xref for minibuffer maps. | |
1878 Add apropos-mode-map, custom-mode-map, esc-map, global-map, | |
1879 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map. | |
1880 | |
1881 * anti.texi (Antinews): Mention redisplay function. | |
1882 The kbd macro existed, but was not documented, before 22.x. | |
1883 Function pos-visible-in-window-p is not new in 22.x, just enhanced. | |
1884 | |
1885 2006-07-14 Nick Roberts <nickrob@snap.net.nz> | |
1886 | |
1887 * display.texi (Displaying Messages): Add anchor. | |
1888 | |
1889 * frames.texi (Dialog Boxes): Use it. | |
1890 | |
1891 2006-07-12 Richard Stallman <rms@gnu.org> | |
1892 | |
1893 * objects.texi (Frame Type): Explain nature of frames better. | |
1894 | |
1895 * frames.texi (Frames): Explain nature of frames better. | |
1896 | |
1897 2006-07-12 Ken Manheimer <ken.manheimer@gmail.com> | |
1898 | |
1899 * tips.texi (Coding Conventions): Explain why use cl at compile time. | |
1900 | |
1901 2006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
1902 | |
1903 * frames.texi (Window System Selections): Mention scrap support for Mac. | |
1904 Default value of x-select-enable-clipboard is t on Mac. | |
1905 | |
1906 * os.texi (Getting Out): Suspending is not allowed on Mac, either. | |
1907 | |
1908 2006-07-11 Kim F. Storm <storm@cua.dk> | |
1909 | |
1910 * display.texi (Forcing Redisplay): Add `redisplay' function. | |
1911 Don't mention (sit-for -1) -- use (redisplay t) instead. | |
1912 | |
1913 * commands.texi (Waiting): (sit-for -1) is no longer special. | |
1914 (sit-for 0) is equivalent to (redisplay). | |
1915 Iconifying/deiconifying no longer makes sit-for return. | |
1916 | |
1917 2006-07-10 Nick Roberts <nickrob@snap.net.nz> | |
1918 | |
1919 * display.texi (Buttons): Fix typo. | |
1920 | |
1921 * index.texi, elisp.texi (New Symbols): Comment node out. | |
1922 | |
1923 2006-07-09 Richard Stallman <rms@gnu.org> | |
1924 | |
1925 * display.texi (Truncation): Clean up previous change. | |
1926 | |
1927 2006-07-08 Richard Stallman <rms@gnu.org> | |
1928 | |
1929 * commands.texi (Interactive Call): Use 3 as prefix in example | |
1930 for execute-extended-command. | |
1931 | |
1932 * display.texi (Attribute Functions): Move paragraph about | |
1933 compatibility with Emacs < 21. | |
1934 | |
1935 2006-07-09 Kim F. Storm <storm@cua.dk> | |
1936 | |
1937 * display.texi (Refresh Screen): Clarify force-window-update. | |
1938 (Truncation): "Normally" indicated by fringe arrows. | |
1939 | |
1940 2006-07-08 Eli Zaretskii <eliz@gnu.org> | |
1941 | |
1942 * windows.texi (Textual Scrolling, Resizing Windows): | |
1943 * variables.texi (Constant Variables): | |
1944 * text.texi (Buffer Contents, Deletion, Changing Properties) | |
1945 (Property Search, Special Properties, Sticky Properties) | |
1946 (Links and Mouse-1, Fields, Change Hooks): | |
1947 * syntax.texi (Syntax Table Functions, Parsing Expressions) | |
1948 (Categories): | |
1949 * symbols.texi (Other Plists): | |
1950 * streams.texi (Output Variables): | |
1951 * processes.texi (Input to Processes, Query Before Exit): | |
1952 * positions.texi (Word Motion, Text Lines, List Motion): | |
1953 * os.texi (Init File, System Environment, Sound Output) | |
1954 (Session Management): | |
1955 * nonascii.texi (Text Representations, Character Sets) | |
1956 (Chars and Bytes, Locales): | |
1957 * modes.texi (Defining Minor Modes, Header Lines): | |
1958 * minibuf.texi (Minibuffer Contents): | |
1959 * markers.texi (Information from Markers): | |
1960 * lists.texi (List Elements, Building Lists, Association Lists): | |
1961 * keymaps.texi (Tool Bar): | |
1962 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash): | |
1963 * functions.texi (What Is a Function, Mapping Functions): | |
1964 * frames.texi (Creating Frames, Parameter Access, Pointer Shape) | |
1965 (Color Names, Text Terminal Colors, Display Feature Testing): | |
1966 * files.texi (Visiting Functions, File Name Components) | |
1967 (Unique File Names, Contents of Directories): | |
1968 * display.texi (Forcing Redisplay, Displaying Messages) | |
1969 (Temporary Displays, Font Selection, Auto Faces) | |
1970 (Font Lookup, Fringe Indicators, Display Margins) | |
1971 (Image Descriptors, Showing Images, Image Cache, Button Types) | |
1972 (Making Buttons, Manipulating Buttons, Button Buffer Commands) | |
1973 (Display Table Format, Glyphs): | |
1974 * control.texi (Iteration): | |
1975 * commands.texi (Command Loop Info, Adjusting Point): | |
1976 * backups.texi (Making Backups, Auto-Saving): | |
1977 Remove @tindex entries. | |
1978 | |
1979 2006-07-07 Kim F. Storm <storm@cua.dk> | |
1980 | |
1981 * display.texi (Fringe Cursors): Fix typo. | |
1982 (Customizing Bitmaps): Fix define-fringe-bitmap entry. | |
1983 (Overlay Arrow): Default is overlay-arrow fringe indicator. | |
1984 | |
1985 2006-07-05 Richard Stallman <rms@gnu.org> | |
1986 | |
1987 * text.texi (Buffer Contents): Add example of text props | |
1988 in result of buffer-substring. | |
1989 (Text Properties): Explain better about use of specific property names. | |
1990 (Property Search): Some cleanups; reorder some functions. | |
1991 | |
1992 * keymaps.texi (Changing Key Bindings): Cleanup. | |
1993 Add xref to Key Binding Conventions. | |
1994 | |
1995 * display.texi (Attribute Functions): Add examples for | |
1996 face-attribute-relative-p. | |
1997 | |
1998 * tips.texi (Coding Conventions): Cleanup last change. | |
1999 | |
2000 2006-07-05 Karl Berry <karl@gnu.org> | |
2001 | |
2002 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi. | |
2003 Remove @setchapternewpage odd. | |
2004 Result is 1013 pages, down from 1100. | |
2005 | |
2006 * anti.texi, customize.texi, display.texi, internals.texi: | |
2007 * minibuf.texi, modes.texi, tips.texi: | |
2008 Fix overfull/underfull boxes. | |
2009 | |
2010 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org> | |
2011 | |
2012 * edebug.texi (Instrumenting): | |
2013 Add Edebug-specific findex for eval-buffer. | |
2014 * loading.texi (Loading): | |
2015 Replace eval-current-buffer with eval-buffer. | |
2016 | |
2017 2006-06-30 Nick Roberts <nickrob@snap.net.nz> | |
2018 | |
2019 * locals.texi (Standard Buffer-Local Variables): Update the list | |
2020 of variables. | |
2021 | |
2022 2006-06-26 Nick Roberts <nickrob@snap.net.nz> | |
2023 | |
2024 * files.texi (File Name Completion): Point user to the node | |
2025 "Reading File Names". | |
2026 | |
2027 2006-06-24 Eli Zaretskii <eliz@gnu.org> | |
2028 | |
2029 * files.texi (Contents of Directories): Document case-insensitive | |
2030 behavior on respective filesystems. | |
2031 | |
2032 * objects.texi (Character Type): Document that Emacs signals an | |
2033 error for unsupported Unicode characters specified as \uNNNN. | |
2034 | |
2035 2006-06-19 Richard Stallman <rms@gnu.org> | |
2036 | |
2037 * processes.texi (Bindat Spec): Clarify previous change. | |
2038 | |
2039 2006-06-16 Richard Stallman <rms@gnu.org> | |
2040 | |
2041 * tips.texi (Coding Conventions): Better explain conventions | |
2042 for definition constructs. | |
2043 | |
2044 * text.texi (Special Properties): String value of `read-only' | |
2045 serves as the error message. | |
2046 | |
2047 * objects.texi (Character Type): Clarify prev. change. | |
2048 (Non-ASCII in Strings): Mention \u and \U. | |
2049 | |
2050 * commands.texi (Using Interactive): Explain problem of | |
2051 markers, etc., in command-history. | |
2052 | |
2053 2006-06-14 Kim F. Storm <storm@cua.dk> | |
2054 | |
2055 * commands.texi (Waiting): Negative arg to sit-for forces | |
2056 redisplay even if input is pending. | |
2057 | |
2058 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a | |
2059 redisplay. Remove incorrect example of binding redisplay-dont-pause | |
2060 around (sit-for 0). | |
2061 | |
2062 2006-06-13 Richard Stallman <rms@gnu.org> | |
2063 | |
2064 * display.texi (Forcing Redisplay): Clarify previous change. | |
2065 | |
2066 2006-06-13 Romain Francoise <romain@orebokech.com> | |
2067 | |
2068 * display.texi (Forcing Redisplay): Fix typo. | |
2069 | |
2070 2006-06-13 Kim F. Storm <storm@cua.dk> | |
2071 | |
2072 * display.texi (Forcing Redisplay): Add redisplay-preemption-period. | |
2073 | |
2074 2006-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
2075 | |
2076 * tips.texi (Coding Conventions): Add `@end itemize'. | |
2077 | |
2078 2006-06-10 Richard Stallman <rms@gnu.org> | |
2079 | |
2080 * tips.texi (Coding Conventions): Explain use of coding systems | |
2081 to ensure one decoding for strings. | |
2082 | |
2083 2006-06-09 Aidan Kehoe <kehoea@parhasard.net> | |
2084 | |
2085 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF | |
2086 syntax. | |
2087 | |
2088 2006-06-07 Eli Zaretskii <eliz@gnu.org> | |
2089 | |
2090 * display.texi (Font Selection): Remove description of | |
2091 clear-face-cache. | |
2092 | |
2093 * compile.texi (Eval During Compile): Fix a typo. Add index | |
2094 entries for possible uses of eval-when-compile. | |
2095 | |
2096 2006-06-04 Thien-Thi Nguyen <ttn@gnu.org> | |
2097 | |
2098 * display.texi (Abstract Display): Fix typo. | |
2099 | |
2100 2006-06-03 Eli Zaretskii <eliz@gnu.org> | |
2101 | |
2102 * minibuf.texi (Minibuffer History) <history-add-new-input>: | |
2103 Reword variable's description. | |
2104 | |
2105 2006-06-01 Richard Stallman <rms@gnu.org> | |
2106 | |
2107 * windows.texi (Splitting Windows): Clarify splitting nonselected | |
2108 window. | |
2109 | |
2110 2006-05-31 Juri Linkov <juri@jurta.org> | |
2111 | |
2112 * minibuf.texi (Minibuffer History): Add history-add-new-input. | |
2113 | |
2114 2006-05-30 Richard Stallman <rms@gnu.org> | |
2115 | |
2116 * display.texi (Line Height): Fix errors in description of | |
98317 | 2117 default line height and line-height property. |
84043 | 2118 |
2119 * nonascii.texi (Default Coding Systems): Further clarification. | |
2120 | |
2121 2006-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
2122 | |
2123 * internals.texi (Pure Storage): Mention that an overflow in pure | |
2124 space causes a memory leak. | |
2125 (Garbage Collection): If there was an overflow in pure space, | |
2126 `garbage-collect' returns nil. | |
2127 | |
2128 2006-05-30 Eli Zaretskii <eliz@gnu.org> | |
2129 | |
2130 * nonascii.texi (Default Coding Systems): Fix it some more. | |
2131 | |
2132 2006-05-29 Eli Zaretskii <eliz@gnu.org> | |
2133 | |
2134 * nonascii.texi (Default Coding Systems): Fix last change. | |
2135 | |
2136 2006-05-29 Kenichi Handa <handa@m17n.org> | |
2137 | |
2138 * nonascii.texi (find-operation-coding-system): Describe the new | |
2139 argument format (FILENAME . BUFFER). | |
2140 | |
2141 2006-05-28 Richard Stallman <rms@gnu.org> | |
2142 | |
2143 * tips.texi (Coding Conventions): Better explain reasons not to | |
2144 advise other packages or use `eval-after-load'. | |
2145 | |
2146 2006-05-29 Kim F. Storm <storm@cua.dk> | |
2147 | |
2148 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to | |
2149 `bindat-idx' and `bindat-raw' for clarity. | |
2150 | |
2151 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | |
2152 | |
2153 * processes.texi (Bindat Spec): Expand on `repeat' handler. | |
2154 | |
2155 * display.texi (Display): Add "Abstract Display" to menu. | |
2156 (Abstract Display, Abstract Display Functions) | |
2157 (Abstract Display Example): New nodes. | |
2158 * elisp.texi (Top): Add "Abstract Display" to menu. | |
2159 | |
2160 2006-05-27 Chong Yidong <cyd@stupidchicken.com> | |
2161 | |
2162 * keymaps.texi (Key Sequences): Link to input events definition. | |
2163 (Format of Keymaps): Delete material duplicated in Keymap Basics. | |
2164 | |
2165 * files.texi (Changing Files): Document updated argument list for | |
2166 copy-file. | |
2167 | |
2168 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org> | |
2169 | |
2170 * processes.texi (Bindat Functions): Explain term "total length". | |
2171 Use it in bindat-length and bindat-pack descriptions. | |
2172 | |
2173 2006-05-26 Eli Zaretskii <eliz@gnu.org> | |
2174 | |
2175 * tips.texi (Coding Conventions): Advise against using | |
2176 eval-after-load in packages. Add an index entry. | |
2177 | |
2178 2006-05-25 Juri Linkov <juri@jurta.org> | |
2179 | |
2180 * minibuf.texi (Text from Minibuffer): Undocument keep-all. | |
2181 | |
2182 * modes.texi (%-Constructs): Add %e, %z, %Z. | |
2183 | |
2184 2006-05-25 Richard Stallman <rms@gnu.org> | |
2185 | |
2186 * elisp.texi (Top): Update subnode menu. | |
2187 | |
2188 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences. | |
2189 (Keymaps): Update menu. | |
2190 | |
2191 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | |
2192 | |
2193 * keymaps.texi (Key Sequences): Some clarifications. | |
2194 | |
2195 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> | |
2196 | |
2197 * processes.texi (Bindat Functions): Say "unibyte string" | |
2198 explicitly for bindat-unpack and bindat-pack descriptions. | |
2199 (Bindat Examples): Don't call `string-make-unibyte' in example. | |
2200 | |
2201 2006-05-25 Chong Yidong <cyd@stupidchicken.com> | |
2202 | |
2203 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology. | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
2204 Explain string and vector representations of key sequences. |
84043 | 2205 |
2206 * keymaps.texi (Changing Key Bindings): | |
86150
d0f21febd1dc
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86086
diff
changeset
|
2207 * commands.texi (Interactive Codes): |
84043 | 2208 * help.texi (Describing Characters): Refer to it. |
2209 | |
2210 2006-05-23 Luc Teirlinck <teirllm@auburn.edu> | |
2211 | |
2212 * frames.texi (Pointer Shape): @end table -> @end defvar. | |
2213 | |
2214 2006-05-22 Richard Stallman <rms@gnu.org> | |
2215 | |
2216 * elisp.texi (Top): Update subnode menus. | |
2217 | |
2218 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes. | |
2219 Contents rewritten; material from old Pointer Shape node moved here. | |
2220 | |
2221 * display.texi (Pointer Shape): Node deleted. | |
2222 (Image Descriptors): Minor cleanup. | |
2223 | |
2224 2006-05-21 Richard Stallman <rms@gnu.org> | |
2225 | |
2226 * syntax.texi (Parsing Expressions): Update info on which STATE | |
2227 elements are ignored. | |
2228 | |
2229 2006-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
2230 | |
2231 * hooks.texi (Standard Hooks): Correct typo. | |
2232 | |
2233 * gpl.texi (GPL): ifinfo -> ifnottex. | |
2234 | |
2235 2006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change) | |
2236 | |
2237 * searching.texi (Simple Match Data): Warn about match data being | |
2238 set anew by every search. | |
2239 | |
2240 2006-05-17 Richard Stallman <rms@gnu.org> | |
2241 | |
2242 * minibuf.texi (Minibuffer History): Clarify. | |
2243 | |
2244 * searching.texi (Regexp Special): Clarify nested regexp warning. | |
2245 | |
2246 2006-05-16 Kim F. Storm <storm@cua.dk> | |
2247 | |
2248 * minibuf.texi (Minibuffer History): Update add-to-history. | |
2249 | |
2250 2006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change) | |
2251 | |
2252 * nonascii.texi (Explicit Encoding): Fix | |
2253 typo (encoding<->decoding). | |
2254 | |
2255 2006-05-14 Richard Stallman <rms@gnu.org> | |
2256 | |
2257 * buffers.texi (Creating Buffers): Cleanup. | |
2258 | |
2259 * files.texi (Visiting Functions): Rewrite in find-file-noselect. | |
2260 | |
2261 2006-05-13 Eli Zaretskii <eliz@gnu.org> | |
2262 | |
2263 * buffers.texi (Current Buffer): Document that with-temp-buffer | |
2264 disables undo. | |
2265 | |
2266 * os.texi (Terminal-Specific): More accurate description of how | |
2267 Emacs searches for the terminal-specific libraries. | |
2268 | |
2269 2006-05-12 Eli Zaretskii <eliz@gnu.org> | |
2270 | |
2271 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to | |
2272 emacs-xtra to @inforef's. | |
2273 | |
2274 * text.texi (Undo): Document that undo is turned off in buffers | |
2275 whose names begin with a space. | |
2276 | |
2277 * buffers.texi (Buffer Names): Add index entries for buffers whose | |
2278 names begin with a space. | |
2279 (Creating Buffers): Document that undo is turned off in buffers | |
2280 whose names begin with a space. | |
2281 | |
2282 * files.texi (Visiting Functions, Reading from Files) | |
2283 (Saving Buffers): Mention code and EOL conversions by file I/O | |
2284 primitives and subroutines. | |
2285 | |
2286 * nonascii.texi (Lisp and Coding Systems): Document | |
2287 coding-system-eol-type. Add index entries for eol conversion. | |
2288 | |
2289 * display.texi (Defining Faces): Mention `mac', and add an xref to | |
2290 where window-system is described. | |
2291 | |
2292 2006-05-10 Richard Stallman <rms@gnu.org> | |
2293 | |
2294 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules. | |
2295 | |
2296 2006-05-10 Reiner Steib <Reiner.Steib@gmx.de> | |
2297 | |
2298 * variables.texi (File Local Variables): Recommend to quote lambda | |
2299 expressions in safe-local-variable property. | |
2300 | |
2301 2006-05-09 Richard Stallman <rms@gnu.org> | |
2302 | |
2303 * variables.texi (File Local Variables): Document | |
2304 safe-local-eval-forms and safe-local-eval-function. | |
2305 | |
2306 2006-05-07 Kim F. Storm <storm@cua.dk> | |
2307 | |
2308 * minibuf.texi (Minibuffer History): Remove keep-dups arg | |
2309 from add-to-history. | |
2310 | |
2311 2006-05-07 Romain Francoise <romain@orebokech.com> | |
2312 | |
2313 * commands.texi (Event Input Misc): | |
2314 * compile.texi (Eval During Compile): | |
2315 * internals.texi (Buffer Internals): | |
2316 * minibuf.texi (Initial Input): | |
2317 * nonascii.texi (Scanning Charsets): | |
2318 * numbers.texi (Comparison of Numbers): | |
2319 * windows.texi (Textual Scrolling, Vertical Scrolling): | |
2320 Fix various typos. | |
2321 | |
2322 2006-05-06 Eli Zaretskii <eliz@gnu.org> | |
2323 | |
2324 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by | |
2325 conditional xref's to either emacs or emacs-xtra, depending on | |
2326 @iftex/@ifnottex. | |
2327 | |
2328 * minibuf.texi (Minibuffer History): Document add-to-history. | |
2329 | |
2330 2006-05-05 Eli Zaretskii <eliz@gnu.org> | |
2331 | |
2332 * internals.texi (Pure Storage): Mention the pure overflow message | |
2333 at startup. | |
2334 | |
93309 | 2335 2006-05-05 Johan Bockgård <bojohan@dd.chalmers.se> |
84043 | 2336 |
2337 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax. | |
2338 (Searching Keymaps): Fix pseudo-Lisp description of keymap | |
2339 search. | |
2340 | |
2341 2006-05-01 Richard Stallman <rms@gnu.org> | |
2342 | |
2343 * intro.texi (nil and t): Clarify. | |
2344 | |
2345 * variables.texi (File Local Variables): Suggest using booleanp. | |
2346 | |
2347 2006-05-01 Juanma Barranquero <lekktu@gmail.com> | |
2348 | |
2349 * objects.texi (Type Predicates): Fix typos. | |
2350 | |
2351 2006-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
2352 | |
2353 * intro.texi (nil and t): Add booleanp. | |
2354 | |
2355 * objects.texi (Type Predicates): Add links for booleanp and | |
2356 string-or-null-p. | |
2357 | |
2358 2006-04-29 Richard Stallman <rms@gnu.org> | |
2359 | |
2360 * modes.texi (Multiline Font Lock): Rename from | |
2361 Multi line Font Lock Elements. Much clarification. | |
2362 (Font Lock Multiline, Region to Fontify): Much clarification. | |
2363 | |
2364 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | |
2365 | |
2366 * variables.texi (File Local Variables): Remove the special case t for | |
2367 safe-local-variable. | |
2368 | |
2369 2006-04-26 Richard Stallman <rms@gnu.org> | |
2370 | |
2371 * syntax.texi (Parsing Expressions): Minor cleanup. | |
2372 | |
2373 2006-04-18 Richard Stallman <rms@gnu.org> | |
2374 | |
2375 * tips.texi (Coding Conventions): Explain when the package's | |
2376 prefix should appear later on (not at the start of the name). | |
2377 | |
2378 * searching.texi (String Search): Clarify effect of NOERROR. | |
2379 | |
2380 * modes.texi (Imenu): Clarify what special items do. | |
2381 | |
2382 * hooks.texi (Standard Hooks): Delete text about old hook names. | |
2383 | |
2384 2006-04-17 Romain Francoise <romain@orebokech.com> | |
2385 | |
2386 * variables.texi (Local Variables): Update the default value of | |
2387 `max-specpdl-size'. | |
2388 | |
2389 2006-04-15 Michael Olson <mwolson@gnu.org> | |
2390 | |
2391 * processes.texi (Transaction Queues): Mention the new optional | |
2392 `delay-question' argument for `tq-enqueue'. | |
2393 | |
2394 2006-04-13 Bill Wohler <wohler@newt.com> | |
2395 | |
2396 * customize.texi (Common Keywords): Use dotted notation for | |
2397 :package-version value. Specify its values. Improve documentation | |
2398 for customize-package-emacs-version-alist. | |
2399 | |
2400 2006-04-12 Bill Wohler <wohler@newt.com> | |
2401 | |
2402 * customize.texi (Common Keywords): Move description of | |
2403 customize-package-emacs-version-alist to @defvar. | |
2404 | |
2405 2006-04-10 Bill Wohler <wohler@newt.com> | |
2406 | |
2407 * customize.texi (Common Keywords): Add :package-version. | |
2408 | |
2409 2006-04-10 Kim F. Storm <storm@cua.dk> | |
2410 | |
2411 * text.texi (Buffer Contents): Add NOPROPS arg to | |
2412 filter-buffer-substring. | |
2413 | |
2414 2006-04-08 Kevin Ryde <user42@zip.com.au> | |
2415 | |
2416 * os.texi (Command-Line Arguments): Update xref to emacs manual | |
2417 "Command Arguments" -> "Emacs Invocation", per change there. | |
2418 | |
2419 2006-04-08 Thien-Thi Nguyen <ttn@gnu.org> | |
2420 | |
2421 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to | |
2422 be on one line to help makeinfo not render two spaces after the dot. | |
2423 | |
2424 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de> | |
2425 | |
2426 * strings.texi (Predicates for Strings): Add string-or-null-p. | |
2427 | |
2428 2006-03-28 Kim F. Storm <storm@cua.dk> | |
2429 | |
2430 * processes.texi (Accepting Output): Remove obsolete (and incorrect) | |
2431 remarks about systems that don't support fractional seconds. | |
2432 | |
2433 2006-03-25 Karl Berry <karl@gnu.org> | |
2434 | |
2435 * elisp.texi: Use @copyright{} instead of (C), and do not indent | |
2436 the year list. | |
2437 | |
2438 2006-03-21 Nick Roberts <nickrob@snap.net.nz> | |
2439 | |
2440 * display.texi (Fringe Indicators): Fix typos. | |
2441 | |
2442 2006-03-19 Luc Teirlinck <teirllm@auburn.edu> | |
2443 | |
2444 * tips.texi (Documentation Tips): One can now also write `program' | |
2445 in front of a quoted symbol in a docstring to prevent making a | |
2446 hyperlink. | |
2447 | |
2448 2006-03-19 Alan Mackenzie <acm@muc.de> | |
2449 | |
2450 * text.texi (Special Properties): Clarify `fontified' property. | |
2451 | |
2452 2006-03-16 Richard Stallman <rms@gnu.org> | |
2453 | |
2454 * display.texi (Defining Images): Minor cleanup. | |
2455 | |
2456 2006-03-16 Bill Wohler <wohler@newt.com> | |
2457 | |
2458 * display.texi (Defining Images): In image-load-path-for-library, | |
2459 prefer user's images. | |
2460 | |
2461 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2462 | |
2463 * modes.texi (Region to Fontify): Remove font-lock-lines-before. | |
2464 | |
2465 2006-03-15 Bill Wohler <wohler@newt.com> | |
2466 | |
2467 * display.texi (Defining Images): Fix example in | |
2468 image-load-path-for-library by not recommending that one binds | |
2469 image-load-path. Just defvar it to placate compiler and only use | |
2470 it if previously defined. | |
2471 | |
2472 2006-03-14 Bill Wohler <wohler@newt.com> | |
2473 | |
2474 * display.texi (Defining Images): In image-load-path-for-library, | |
2475 always return list of directories. Update example. | |
2476 | |
2477 2006-03-14 Alan Mackenzie <acm@muc.de> | |
2478 | |
2479 * modes.texi: New node, "Region to Fontify" (for Font Lock). | |
2480 This describes font-lock-extend-region-function. | |
2481 ("Other Font Lock Variables"): Move "font-lock-lines-before" to | |
2482 the new node "Region to Fontify". | |
2483 | |
2484 2006-03-13 Richard Stallman <rms@gnu.org> | |
2485 | |
2486 * display.texi (Invisible Text): The impossible position is | |
2487 now before the invisible text, not after. | |
2488 (Defining Images): Clean up last change. | |
2489 | |
2490 2006-03-11 Bill Wohler <wohler@newt.com> | |
2491 | |
2492 * display.texi (Defining Images): Add image-load-path-for-library. | |
2493 | |
2494 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> | |
2495 | |
2496 * text.texi (Adaptive Fill): Fix Texinfo usage. | |
2497 | |
2498 * strings.texi (Creating Strings): Fix Texinfo usage. | |
2499 | |
2500 * searching.texi (Regexp Special): Use @samp for regular | |
2501 expressions that are not in Lisp syntax. | |
2502 | |
2503 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> | |
2504 | |
2505 * searching.texi (Regexp Special): Put remark between parentheses | |
2506 to avoid misreading. | |
2507 | |
2508 2006-03-07 Luc Teirlinck <teirllm@auburn.edu> | |
2509 | |
2510 * searching.texi (Syntax of Regexps): More accurately describe | |
2511 which characters are special in which situations. | |
2512 (Regexp Special): Recommend _not_ to quote `]' or `-' when they | |
2513 are not special. Describe in detail when `[' and `]' are special. | |
2514 (Regexp Backslash): Plenty of regexps with unbalanced square | |
2515 brackets are valid, so reword that statement. | |
2516 | |
2517 2006-03-02 Kim F. Storm <storm@cua.dk> | |
2518 | |
2519 * keymaps.texi (Tool Bar): Add tool-bar-border. | |
2520 | |
2521 2006-02-28 Luc Teirlinck <teirllm@auburn.edu> | |
2522 | |
2523 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos. | |
2524 | |
2525 2006-02-27 Luc Teirlinck <teirllm@auburn.edu> | |
2526 | |
2527 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu. | |
2528 | |
2529 * files.texi (Locating Files): Suggest additional values for the | |
2530 SUFFIXES arg of `locate-file'. Update pxref. | |
2531 | |
2532 * loading.texi (Loading): Include new node "Load Suffixes" in menu. | |
2533 (How Programs Do Loading): Discuss the effects of Auto Compression | |
2534 mode on `load'. | |
2535 (Load Suffixes): New node. | |
2536 (Library Search): Delete description of `load-suffixes'; it was | |
2537 moved to "Load Suffixes". | |
2538 (Autoload, Named Features): Mention `load-suffixes'. | |
2539 | |
2540 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | |
2541 | |
2542 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos. | |
2543 | |
2544 * windows.texi (Window Tree): Fix typo. | |
2545 | |
2546 2006-02-20 Kim F. Storm <storm@cua.dk> | |
2547 | |
2548 * display.texi (Fringe Indicators): New section. | |
2549 Move indicate-empty-lines, indicate-buffer-boundaries, and | |
2550 default-indicate-buffer-boundaries here. | |
2551 Add fringe-indicator-alist and default-fringes-indicator-alist. | |
2552 Add list of logical fringe indicator symbols. | |
2553 Update list of standard bitmap names. | |
2554 (Fringe Cursors): New section. | |
2555 Move overflow-newline-into-fringe here. | |
2556 Add fringe-cursor-alist and default-fringes-cursor-alist. | |
2557 Add list of fringe cursor symbols. | |
2558 | |
2559 2006-02-20 Juanma Barranquero <lekktu@gmail.com> | |
2560 | |
2561 * commands.texi (Using Interactive): Fix reference to node | |
2562 "Minibuffers". | |
2563 | |
2564 2006-02-19 Richard M. Stallman <rms@gnu.org> | |
2565 | |
2566 * minibuf.texi (High-Level Completion): | |
2567 Add xref to read-input-method-name. | |
2568 | |
2569 * files.texi (Relative File Names): Move file-relative-name here. | |
2570 (File Name Expansion): From here. Minor clarifications. | |
2571 | |
2572 * commands.texi (Using Interactive): Add xrefs about reading input. | |
2573 Clarify remarks about that moving point and mark. | |
2574 Put string case before list case. | |
2575 | |
93309 | 2576 2006-02-16 Johan Bockgård <bojohan@dd.chalmers.se> |
84043 | 2577 |
2578 * display.texi (Other Display Specs, Image Descriptors): | |
2579 Revert erroneous changes. The previous description of | |
2580 image-descriptors as `(image . PROPS)' was correct. | |
2581 | |
2582 2006-02-14 Richard M. Stallman <rms@gnu.org> | |
2583 | |
2584 * variables.texi (File Local Variables): Clarifications. | |
2585 | |
2586 2006-02-14 Juanma Barranquero <lekktu@gmail.com> | |
2587 | |
2588 * variables.texi (File Local Variables): Use @code for a cons | |
2589 cell, not @var. | |
2590 | |
2591 2006-02-13 Chong Yidong <cyd@stupidchicken.com> | |
2592 | |
2593 * variables.texi (File Local Variables): Document new file local | |
2594 variable behavior. | |
2595 | |
2596 2006-02-10 Kim F. Storm <storm@cua.dk> | |
2597 | |
2598 * eval.texi (Function Indirection): Add NOERROR to indirect-function. | |
2599 | |
2600 2006-02-08 Juanma Barranquero <lekktu@gmail.com> | |
2601 | |
2602 * modes.texi (%-Constructs): Remove obsolete info about | |
2603 `global-mode-string'. | |
2604 | |
2605 2006-02-07 Richard M. Stallman <rms@gnu.org> | |
2606 | |
2607 * commands.texi (Prefix Command Arguments): Minor cleanup. | |
2608 | |
2609 * display.texi: "Graphical display", not window system. | |
2610 | |
2611 * functions.texi (What Is a Function): Fix xref. | |
2612 | |
2613 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions. | |
2614 (Changing Key Bindings): Clarify when remapping is better than | |
2615 substitute-key-definition. | |
2616 | |
2617 2006-02-02 Richard M. Stallman <rms@gnu.org> | |
2618 | |
2619 * minibuf.texi (Basic Completion): Completion alists are risky. | |
2620 | |
2621 * keymaps.texi (Active Keymaps): Clarifications. | |
2622 (Searching Keymaps): New node. | |
2623 (Keymaps): Update menu. | |
2624 | |
2625 * frames.texi (Layout Parameters): Minor clarification. | |
2626 (Drag and Drop): New node. | |
2627 (Frames): Update menu. | |
2628 | |
2629 2006-01-29 Chong Yidong <cyd@stupidchicken.com> | |
2630 | |
2631 * display.texi (Other Display Specs, Image Descriptors): | |
2632 Image description is a list, not a cons cell. | |
2633 | |
2634 2006-01-28 Luc Teirlinck <teirllm@auburn.edu> | |
2635 | |
2636 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted | |
2637 list is not necessarily a list). | |
2638 | |
2639 2006-01-27 Eli Zaretskii <eliz@gnu.org> | |
2640 | |
2641 * frames.texi (Layout Parameters): border-width and | |
2642 internal-border-width belong to the frame, not the window. | |
2643 | |
2644 2006-01-19 Richard M. Stallman <rms@gnu.org> | |
2645 | |
2646 * nonascii.texi (Translation of Characters): Search cmds use | |
2647 translation-table-for-input. Automatically made local. | |
2648 | |
2649 * markers.texi (Overview of Markers): Count insertion type | |
2650 as one of a marker's attributes. | |
2651 | |
2652 * keymaps.texi (Controlling Active Maps): New node, split out of | |
2653 Active Keymaps. | |
2654 (Keymaps): Menu updated. | |
2655 (Active Keymaps): Give pseudocode to explain how the active | |
2656 maps are searched. current-active-maps and key-binding moved here. | |
2657 (Functions for Key Lookup): current-active-maps and key-binding moved. | |
2658 Clarifications. | |
2659 (Searching the Keymaps): New subnode. | |
2660 | |
2661 * elisp.texi (Top): Menu clarification. | |
2662 | |
2663 * display.texi (Other Display Specs): Delete duplicate entry for | |
2664 just a string as display spec. Move text about recursive display | |
2665 specs on such a string. | |
2666 | |
2667 * commands.texi (Key Sequence Input): Clarify. | |
2668 Move num-nonmacro-input-events out. | |
2669 (Reading One Event): num-nonmacro-input-events moved here. | |
2670 | |
2671 2006-01-14 Nick Roberts <nickrob@snap.net.nz> | |
2672 | |
2673 * advice.texi (Simple Advice): Update example to fit argument | |
2674 change in previous-line. | |
2675 | |
2676 2006-01-05 Richard M. Stallman <rms@gnu.org> | |
2677 | |
2678 * markers.texi (The Mark): Fix in `mark'. | |
2679 | |
2680 2006-01-04 Richard M. Stallman <rms@gnu.org> | |
2681 | |
2682 * processes.texi (Misc Network, Make Network): Minor cleanups. | |
2683 | |
2684 2006-01-04 Kim F. Storm <storm@cua.dk> | |
2685 | |
2686 * processes.texi (Make Network): Add IPv6 addresses and handling. | |
2687 (Network Feature Testing): Mention (:family ipv6). | |
2688 (Misc Network): Add IPv6 formats to format-network-address. | |
2689 | |
2690 2005-12-30 Richard M. Stallman <rms@gnu.org> | |
2691 | |
2692 * text.texi (Changing Properties): | |
2693 Don't use return value of set-text-properties. | |
2694 | |
2695 2005-12-29 Luc Teirlinck <teirllm@auburn.edu> | |
2696 | |
2697 * modes.texi (Mode Line Format): Correct typo in menu. | |
2698 | |
2699 2005-12-29 Richard M. Stallman <rms@gnu.org> | |
2700 | |
2701 * modes.texi (Mode Line Top): New node. | |
2702 (Mode Line Data): Some text moved to new node. | |
2703 Explain the data structure more concretely. | |
2704 (Mode Line Basics): Clarifications. | |
2705 (Mode Line Variables): Clarify intro paragraph. | |
2706 (%-Constructs): Clarify intro paragraph. | |
2707 (Mode Line Format): Update menu. | |
2708 | |
2709 2005-12-28 Luc Teirlinck <teirllm@auburn.edu> | |
2710 | |
2711 * minibuf.texi (Basic Completion): Update lazy-completion-table | |
2712 examples for removal of ARGS argument. | |
2713 | |
2714 2005-12-23 Richard M. Stallman <rms@gnu.org> | |
2715 | |
2716 * text.texi (Undo): Restore some explanation from the version | |
2717 that was deleted. | |
2718 | |
2719 2005-12-23 Eli Zaretskii <eliz@gnu.org> | |
2720 | |
2721 * text.texi (Undo): Remove duplicate descriptions of `apply | |
2722 funname' and `apply delta' elements of the undo list. | |
2723 | |
2724 2005-12-20 Richard M. Stallman <rms@gnu.org> | |
2725 | |
2726 * help.texi (Help Functions): Update documentation of `apropos'. | |
2727 | |
2728 2005-12-20 Luc Teirlinck <teirllm@auburn.edu> | |
2729 | |
2730 * customize.texi (Type Keywords): Delete xref to "Text help-echo", | |
2731 because it is confusing. If the :help-echo keyword is a function, | |
2732 it is not directly used as the :help-echo overlay property, as the | |
2733 xref seems to suggest (it does not take the appropriate args). | |
2734 | |
2735 2005-12-19 Luc Teirlinck <teirllm@auburn.edu> | |
2736 | |
2737 * customize.texi (Common Keywords): Fix Texinfo usage. | |
2738 (Group Definitions, Variable Definitions): Update for new | |
2739 conventions for using `*' in docstrings. | |
2740 | |
2741 * tips.texi (Documentation Tips): Update for new conventions for | |
2742 using `*' in docstrings. | |
2743 | |
2744 2005-12-16 Richard M. Stallman <rms@gnu.org> | |
2745 | |
2746 * minibuf.texi (Minibuffer Contents): Minor cleanup. | |
2747 | |
2748 2005-12-16 Juri Linkov <juri@jurta.org> | |
2749 | |
2750 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents. | |
2751 | |
2752 2005-12-14 Romain Francoise <romain@orebokech.com> | |
2753 | |
2754 * modes.texi (Customizing Keywords): Rename `append' to `how'. | |
2755 Fix typo. | |
2756 | |
2757 2005-12-11 Juri Linkov <juri@jurta.org> | |
2758 | |
2759 * minibuf.texi (Completion Commands): Add mention of read-file-name | |
2760 for filename completion keymaps. | |
2761 (Reading File Names): Add mention of filename completion keymaps | |
2762 for read-file-name and xref to `Completion Commands'. | |
2763 | |
2764 2005-12-10 Richard M. Stallman <rms@gnu.org> | |
2765 | |
2766 * customize.texi (Common Keywords): State caveats for use of :tag. | |
2767 | |
2768 2005-12-08 Richard M. Stallman <rms@gnu.org> | |
2769 | |
2770 * minibuf.texi (Intro to Minibuffers): Replace list of local maps | |
2771 with xrefs and better explanation. | |
2772 (Completion Commands): Add the filename completion maps. | |
2773 | |
2774 * objects.texi (Character Type): Clarify that \s is not space | |
2775 if a dash follows. | |
2776 | |
2777 2005-12-05 Richard M. Stallman <rms@gnu.org> | |
2778 | |
2779 * windows.texi (Resizing Windows): Delete preserve-before args. | |
2780 | |
2781 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
2782 | |
2783 * keymaps.texi (Format of Keymaps): Remove mention of a quirk | |
2784 in full keymaps, since the quirk has been fixed. | |
2785 | |
2786 2005-12-03 Eli Zaretskii <eliz@gnu.org> | |
2787 | |
2788 * hooks.texi (Standard Hooks): Add index entries. Mention | |
2789 `compilation-finish-functions'. | |
2790 | |
2791 2005-11-27 Richard M. Stallman <rms@gnu.org> | |
2792 | |
2793 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge. | |
2794 | |
2795 2005-11-21 Juri Linkov <juri@jurta.org> | |
2796 | |
2797 * customize.texi (Common Keywords): Update links types | |
2798 custom-manual and url-link. Add link types emacs-library-link, | |
2799 file-link, function-link, variable-link, custom-group-link. | |
2800 | |
2801 2005-11-20 Chong Yidong <cyd@stupidchicken.com> | |
2802 | |
2803 * display.texi: Revert 2005-11-20 change. | |
2804 | |
2805 2005-11-20 Thien-Thi Nguyen <ttn@gnu.org> | |
2806 | |
2807 * processes.texi (Bindat Functions): | |
2808 Say "third" to refer to zero-based index "2". | |
2809 | |
2810 2005-11-18 Luc Teirlinck <teirllm@auburn.edu> | |
2811 | |
2812 * loading.texi (Library Search): Update the default value of | |
2813 `load-suffixes'. | |
2814 | |
2815 2005-11-17 Chong Yidong <cyd@stupidchicken.com> | |
2816 | |
2817 * display.texi (Attribute Functions): Mention :ignore-defface. | |
2818 | |
2819 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2820 | |
2821 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode. | |
2822 (Minor Mode Conventions): Mention the use of a hook. | |
2823 | |
2824 2005-11-06 Richard M. Stallman <rms@gnu.org> | |
2825 | |
2826 * files.texi (Magic File Names): find-file-name-handler checks the | |
2827 `operations' property of the handler. | |
2828 | |
2829 2005-11-03 Richard M. Stallman <rms@gnu.org> | |
2830 | |
2831 * variables.texi (Frame-Local Variables): Small clarification. | |
2832 | |
2833 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | |
2834 | |
2835 * os.texi (Init File): Document ~/.emacs.d/init.el. | |
2836 | |
2837 2005-10-29 Richard M. Stallman <rms@gnu.org> | |
2838 | |
2839 * internals.texi (Garbage Collection): Document memory-full. | |
2840 | |
2841 2005-10-28 Bill Wohler <wohler@newt.com> | |
2842 | |
2843 * tips.texi (Documentation Tips): Help mode now creates hyperlinks | |
2844 for URLs. | |
2845 | |
2846 2005-10-28 Richard M. Stallman <rms@gnu.org> | |
2847 | |
2848 * minibuf.texi (Completion Commands): Clean up prev change. | |
2849 | |
2850 2005-10-26 Kevin Ryde <user42@zip.com.au> | |
2851 | |
2852 * compile.texi (Eval During Compile): Explain recommended uses | |
2853 of eval-when-compile and eval-and-compile. | |
2854 | |
2855 2005-10-27 Masatake YAMATO <jet@gyve.org> | |
2856 | |
2857 * minibuf.texi (Completion Commands): | |
2858 Write about new optional argument for `display-completion-list'. | |
2859 | |
2860 2005-10-23 Richard M. Stallman <rms@gnu.org> | |
2861 | |
2862 * display.texi (Overlay Arrow): Clarify about local bindings of | |
2863 overlay-arrow-position. | |
2864 | |
2865 2005-10-22 Eli Zaretskii <eliz@gnu.org> | |
2866 | |
2867 * internals.texi (Building Emacs): Fix last change. | |
2868 | |
2869 2005-10-22 Richard M. Stallman <rms@gnu.org> | |
2870 | |
2871 * internals.texi (Building Emacs): Document eval-at-startup. | |
2872 | |
2873 2005-10-21 Richard M. Stallman <rms@gnu.org> | |
2874 | |
2875 * loading.texi (Where Defined): load-history contains abs file names. | |
2876 symbol-file returns abs file names. | |
2877 | |
2878 2005-10-19 Kim F. Storm <storm@cua.dk> | |
2879 | |
2880 * display.texi (Showing Images): Add max-image-size integer value. | |
2881 | |
2882 2005-10-18 Chong Yidong <cyd@stupidchicken.com> | |
2883 | |
2884 * display.texi (Showing Images): Document max-image-size. | |
2885 | |
2886 2005-10-17 Richard M. Stallman <rms@gnu.org> | |
2887 | |
2888 * commands.texi (Quitting): Minor clarification. | |
2889 | |
2890 * processes.texi (Sentinels): Clarify about output and quitting. | |
2891 (Filter Functions): Mention with-local-quit. | |
2892 | |
2893 2005-10-17 Juri Linkov <juri@jurta.org> | |
2894 | |
2895 * buffers.texi (Current Buffer): | |
2896 * commands.texi (Event Input Misc): | |
2897 * compile.texi (Eval During Compile, Compiler Errors): | |
2898 * customize.texi (Group Definitions): | |
2899 * display.texi (Progress, Defining Faces): | |
2900 * files.texi (Writing to Files): | |
2901 * modes.texi (Mode Hooks, Defining Minor Modes): | |
2902 * streams.texi (Output Functions): | |
2903 * syntax.texi (Syntax Table Functions): | |
2904 * text.texi (Change Hooks): | |
2905 Replace `...' with `@dots{}' in `@defmac' and `@defspec'. | |
2906 | |
2907 * commands.texi (Quitting): Replace arg `forms' with `body' in | |
2908 `with-local-quit'. | |
2909 | |
2910 * positions.texi (Excursions): Replace arg `forms' with `body' in | |
2911 `save-excursion'. | |
2912 | |
2913 2005-10-08 Kim F. Storm <storm@cua.dk> | |
2914 | |
2915 * windows.texi (Window Tree): Rename window-split-tree to window-tree. | |
2916 Rename manual section accordingly. | |
2917 | |
2918 2005-10-04 Kim F. Storm <storm@cua.dk> | |
2919 | |
2920 * windows.texi (Window Split Tree): New section describing | |
2921 new function window-split-tree function. | |
2922 | |
2923 2005-10-03 Nick Roberts <nickrob@snap.net.nz> | |
2924 | |
2925 * display.texi (Fringe Size/Pos): Simplify and add detail. | |
2926 | |
2927 2005-09-30 Romain Francoise <romain@orebokech.com> | |
2928 | |
2929 * minibuf.texi (High-Level Completion): Explain that the prompt | |
2930 given to `read-buffer' should end with a colon and a space. | |
2931 Update usage examples. | |
2932 | |
2933 2005-09-29 Juri Linkov <juri@jurta.org> | |
2934 | |
2935 * display.texi (Displaying Messages): Rename argument name | |
2936 `string' to `format-string' in functions `message', `message-box', | |
2937 `message-or-box'. | |
2938 | |
2939 2005-09-26 Chong Yidong <cyd@stupidchicken.com> | |
2940 | |
2941 * errors.texi (Standard Errors): Correct xrefs. | |
2942 | |
2943 2005-09-18 Chong Yidong <cyd@stupidchicken.com> | |
2944 | |
2945 * display.texi (Defining Images): Update documentation for | |
2946 `image-load-path'. | |
2947 | |
2948 2005-09-17 Richard M. Stallman <rms@gnu.org> | |
2949 | |
2950 * display.texi (Defining Images): Clean up previous change. | |
2951 | |
2952 2005-09-16 Romain Francoise <romain@orebokech.com> | |
2953 | |
2954 * elisp.texi: Specify GFDL version 1.2. | |
2955 | |
2956 * doclicense.texi (GNU Free Documentation License): Update to | |
2957 version 1.2. | |
2958 | |
2959 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | |
2960 | |
2961 * display.texi (Defining Images): Document `image-load-path'. | |
2962 | |
2963 2005-09-15 Richard M. Stallman <rms@gnu.org> | |
2964 | |
2965 * objects.texi (Printed Representation): Minor cleanup. | |
2966 (Box Diagrams): Minor fix. | |
2967 (Cons Cell Type): Move (...) index item here. | |
2968 (Box Diagrams): From here. | |
2969 (Array Type): Minor fix. | |
2970 (Type Predicates): Delete index "predicates". | |
2971 (Hash Table Type): Clarify xref. | |
2972 (Dotted Pair Notation): Minor fix. | |
2973 | |
2974 2005-09-10 Chong Yidong <cyd@stupidchicken.com> | |
2975 | |
2976 * files.texi (Saving Buffers): Fix typo. | |
2977 | |
2978 2005-09-08 Richard M. Stallman <rms@gnu.org> | |
2979 | |
2980 * tips.texi (Programming Tips): Correct the "default" prompt spec. | |
2981 | |
2982 2005-09-08 Chong Yidong <cyd@stupidchicken.com> | |
2983 | |
2984 * locals.texi (Standard Buffer-Local Variables): Don't include | |
2985 mode variables for minor modes. | |
2986 Fix xrefs for buffer-display-count, buffer-display-table, | |
2987 buffer-offer-save, buffer-saved-size, cache-long-line-scans, | |
2988 enable-multibyte-characters, fill-column, header-line-format, | |
2989 left-fringe-width, left-margin, and right-fringe-width. | |
2990 | |
2991 * hooks.texi (Standard Hooks): All hooks should conform to the | |
2992 standard naming convention now. | |
2993 Fix xref for `echo-area-clear-hook'. | |
2994 | |
2995 * display.texi (Usual Display): Note that indicate-empty-lines and | |
2996 tab-width are buffer-local. | |
2997 | |
2998 * files.texi (Saving Buffers): Add xref to `Killing Buffers'. | |
2999 | |
3000 * modes.texi (Mode Help): Note that major-mode is buffer-local. | |
3001 | |
3002 * nonascii.texi (Encoding and I/O): Note that | |
3003 buffer-file-coding-system is buffer-local. | |
3004 | |
3005 * positions.texi (List Motion): Note that defun-prompt-regexp is | |
3006 buffer-local. | |
3007 | |
3008 * text.texi (Auto Filling): Note that auto-fill-function is | |
3009 buffer-local. | |
3010 (Undo): Note that buffer-undo-list is buffer-local. | |
3011 | |
3012 * windows.texi (Buffers and Windows): Document | |
3013 buffer-display-count. | |
3014 | |
3015 2005-09-06 Richard M. Stallman <rms@gnu.org> | |
3016 | |
3017 * tips.texi (Coding Conventions): Sometimes it is ok to put the | |
3018 package prefix elsewhere than at the start of the name. | |
3019 | |
3020 2005-09-03 Richard M. Stallman <rms@gnu.org> | |
3021 | |
3022 * tips.texi (Programming Tips): Add conventions for minibuffer | |
3023 questions and prompts. | |
3024 | |
3025 2005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change) | |
3026 | |
3027 * intro.texi (nil and t): Minor cleanup. | |
3028 Delete spurious mention of keyword symbols. | |
3029 (Evaluation Notation): Add index entry. | |
3030 (A Sample Function Description): Minor cleanup. | |
3031 (A Sample Variable Description): Not all vars can be set. | |
3032 | |
3033 2005-09-03 Thien-Thi Nguyen <ttn@gnu.org> | |
3034 | |
3035 * text.texi (Buffer Contents): Use "\n" in examples' result strings. | |
3036 | |
3037 (Insertion): Document precise type of `insert-char' arg COUNT. | |
3038 | |
3039 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
3040 | |
3041 * modes.texi (Other Font Lock Variables): Sync the default of | |
3042 font-lock-lines-before. | |
3043 | |
3044 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
3045 | |
3046 * files.texi (Magic File Names): Add `make-auto-save-file-name'. | |
3047 | |
3048 2005-08-29 Richard M. Stallman <rms@gnu.org> | |
3049 | |
3050 * elisp.texi (Top): Update subnode menu. | |
3051 | |
3052 * searching.texi (Searching and Matching): Move node. | |
3053 Rearrange contents and add overall explanation. | |
3054 (Searching and Case): Move node. | |
3055 (Searching and Matching): Update menu. | |
3056 | |
3057 2005-08-27 Eli Zaretskii <eliz@gnu.org> | |
3058 | |
3059 * os.texi (Startup Summary): Fix the description of the initial | |
3060 startup message display. | |
3061 | |
3062 2005-08-25 Richard M. Stallman <rms@gnu.org> | |
3063 | |
3064 * searching.texi (Search and Replace): Add replace-regexp-in-string. | |
3065 | |
3066 2005-08-25 Emilio C. Lopes <eclig@gmx.net> | |
3067 | |
3068 * display.texi (Finding Overlays): Fix `find-overlay-prop' in | |
3069 `next-overlay-change' example. | |
3070 | |
3071 2005-08-22 Juri Linkov <juri@jurta.org> | |
3072 | |
3073 * display.texi (Attribute Functions): Add set-face-inverse-video-p. | |
3074 Fix invert-face. Fix args of face-background. | |
3075 | |
3076 * display.texi (Standard Faces): Delete node. | |
3077 (Faces): Add xref to `(emacs)Standard Faces'. | |
3078 (Displaying Faces): Fix xref to `Standard Faces'. | |
3079 | |
3080 * modes.texi (Mode Line Data): Fix xref to Standard Faces. | |
3081 | |
3082 2005-08-20 Alan Mackenzie <acm@muc.de> | |
3083 | |
3084 * buffers.texi (The Buffer List): Clarify the manipulation of the | |
3085 buffer list. | |
3086 | |
3087 2005-08-14 Richard M. Stallman <rms@gnu.org> | |
3088 | |
3089 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not | |
3090 a regexp. | |
3091 | |
3092 2005-08-11 Richard M. Stallman <rms@gnu.org> | |
3093 | |
3094 * elisp.texi (Top): Update subnode lists. | |
3095 | |
3096 * display.texi (Inverse Video): Node deleted. | |
3097 | |
3098 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips): | |
3099 New nodes split out of Coding Conventions. | |
3100 | |
3101 * searching.texi (Regular Expressions): Document re-builder. | |
3102 | |
3103 * os.texi (Time Parsing): New node split out of Time Conversion. | |
3104 | |
3105 * processes.texi (Misc Network, Network Feature Testing) | |
3106 (Network Options, Make Network): New nodes split out of | |
3107 Low-Level Network. | |
3108 | |
3109 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
3110 | |
3111 * frames.texi (Geometry): New node, split from Size and Position. | |
3112 (Frame Parameters): Refer to Geometry. | |
3113 | |
3114 * buffers.texi (The Buffer List): Fix xrefs. | |
3115 | |
3116 * windows.texi (Splitting Windows): Fix xref. | |
3117 | |
3118 * frames.texi (Layout Parameters): Add xref. | |
3119 | |
3120 * display.texi (Line Height, Scroll Bars): Fix xrefs. | |
3121 | |
3122 * keymaps.texi (Menu Bar): Fix xref. | |
3123 | |
3124 * locals.texi (Standard Buffer-Local Variables): Fix xref. | |
3125 | |
3126 * modes.texi (%-Constructs): Fix xref. | |
3127 | |
3128 * frames.texi (Window Frame Parameters): Node split up. | |
3129 (Basic Parameters, Position Parameters, Size Parameters) | |
3130 (Layout Parameters, Buffer Parameters, Management Parameters) | |
3131 (Cursor Parameters, Color Parameters): New subnodes. | |
3132 | |
3133 2005-08-09 Luc Teirlinck <teirllm@auburn.edu> | |
3134 | |
3135 * positions.texi (Screen Lines): Update xref for previous change | |
3136 in minibuf.texi. | |
3137 | |
3138 * minibuf.texi (Intro to Minibuffers): Update pxref for previous | |
3139 change in minibuf.texi. | |
3140 | |
3141 2005-08-09 Richard M. Stallman <rms@gnu.org> | |
3142 | |
3143 * tips.texi (Coding Conventions): Minor cleanup. | |
3144 | |
3145 * modes.texi (Defining Minor Modes): Explain when init-value | |
3146 can be non-nil. | |
3147 | |
3148 * elisp.texi (Top): Update submenu for Minibuffer. | |
3149 | |
3150 * minibuf.texi (Minibuffer Misc): Node split up. | |
3151 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents) | |
3152 (Recursive Mini): New nodes split out from Minibuffer Misc. | |
3153 (Minibuffer Misc): Document max-mini-window-height. | |
3154 | |
3155 * hash.texi (Defining Hash): Delete stray paren in example. | |
3156 | |
3157 * display.texi (Echo Area Customization): Don't define | |
3158 max-mini-window-height here; xref instead. | |
3159 | |
3160 * commands.texi (Event Input Misc): Update while-no-input. | |
3161 | |
3162 * advice.texi (Advising Functions): Explain when to use advice | |
3163 and when to use a hook. | |
3164 | |
3165 2005-07-30 Eli Zaretskii <eliz@gnu.org> | |
3166 | |
3167 * makefile.w32-in (info): Don't run install-info. | |
3168 ($(infodir)/dir): New target, produced by running install-info. | |
3169 | |
3170 2005-07-27 Luc Teirlinck <teirllm@auburn.edu> | |
3171 | |
3172 * modes.texi (Defining Minor Modes): The keyword for the initial | |
3173 value is :init-value, not :initial-value. | |
3174 | |
3175 2005-07-23 Eli Zaretskii <eliz@gnu.org> | |
3176 | |
3177 * loading.texi (Autoload): Make the `doctor' example be consistent | |
3178 with what's in current loaddefs.el. Describe the "fn" magic in | |
3179 the usage portion of the doc string. | |
3180 | |
3181 2005-07-22 Richard M. Stallman <rms@gnu.org> | |
3182 | |
3183 * internals.texi (Garbage Collection): Clarify previous change. | |
3184 | |
3185 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
3186 | |
3187 * internals.texi (Garbage Collection): Add gc-cons-percentage. | |
3188 | |
3189 2005-07-18 Juri Linkov <juri@jurta.org> | |
3190 | |
3191 * commands.texi (Accessing Events): | |
3192 * frames.texi (Text Terminal Colors, Resources): | |
3193 * markers.texi (The Mark): | |
3194 * modes.texi (Defining Minor Modes): | |
3195 Delete duplicate duplicate words. | |
3196 | |
3197 2005-07-16 Richard M. Stallman <rms@gnu.org> | |
3198 | |
3199 * display.texi (Managing Overlays): Clarify make-overlay | |
3200 args for insertion types. | |
3201 | |
3202 2005-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
3203 | |
3204 * customize.texi (Variable Definitions): | |
3205 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'. | |
3206 `standard-value' is a list too. | |
3207 (Defining New Types): Use @key{RET} instead of @key{ret}. | |
3208 | |
3209 2005-07-13 Francis Litterio <franl@world.std.com> (tiny change) | |
3210 | |
3211 * os.texi (Translating Input): Fix typo. | |
3212 | |
3213 2005-07-08 Richard M. Stallman <rms@gnu.org> | |
3214 | |
3215 * README: Update edition number and size estimate. | |
3216 | |
3217 * elisp.texi (VERSION): Set to 2.9. | |
3218 | |
3219 2005-07-07 Richard M. Stallman <rms@gnu.org> | |
3220 | |
3221 * book-spine.texinfo: Update Emacs version. | |
3222 | |
3223 * display.texi (Inverse Video): Delete mode-line-inverse-video. | |
3224 | |
3225 2005-07-06 Richard M. Stallman <rms@gnu.org> | |
3226 | |
3227 * searching.texi (Regexp Search): Clarify what re-search-forward | |
3228 does when the search fails. | |
3229 | |
3230 2005-07-05 Lute Kamstra <lute@gnu.org> | |
3231 | |
3232 * Update FSF's address in GPL notices. | |
3233 | |
3234 * doclicense.texi (GNU Free Documentation License): | |
3235 * gpl.texi (GPL): | |
3236 * tips.texi (Coding Conventions, Library Headers): | |
3237 * vol1.texi: | |
3238 * vol2.texi: Update FSF's address. | |
3239 | |
3240 2005-07-04 Richard M. Stallman <rms@gnu.org> | |
3241 | |
3242 * hooks.texi (Standard Hooks): Add occur-hook. | |
3243 | |
3244 2005-07-03 Luc Teirlinck <teirllm@auburn.edu> | |
3245 | |
3246 * display.texi (The Echo Area): Correct menu. | |
3247 | |
3248 2005-07-03 Richard M. Stallman <rms@gnu.org> | |
3249 | |
3250 * elisp.texi (Top): Update subnode menu for Display. | |
3251 | |
3252 * display.texi (Displaying Messages): New node, with most | |
3253 of what was in The Echo Area. | |
3254 (Progress): Moved under The Echo Area. | |
3255 (Logging Messages): New node with new text. | |
3256 (Echo Area Customization): New node, the rest of what was | |
3257 in The Echo Area. Document message-truncate-lines with @defvar. | |
3258 (Display): Update menu. | |
3259 | |
3260 * windows.texi (Textual Scrolling): Doc 3 values for | |
3261 scroll-preserve-screen-position. | |
3262 | |
3263 * text.texi (Special Properties): Change hook functions | |
3264 should bind inhibit-modification-hooks around altering buffer text. | |
3265 | |
3266 * keymaps.texi (Key Binding Commands): Call binding BINDING | |
3267 rather than DEFINITION. | |
3268 | |
3269 2005-06-29 Juanma Barranquero <lekktu@gmail.com> | |
3270 | |
3271 * variables.texi (Defining Variables): `user-variable-p' returns t | |
3272 for aliases of user options, nil for alias loops. | |
3273 | |
3274 2005-06-28 Richard M. Stallman <rms@gnu.org> | |
3275 | |
3276 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before | |
3277 make-keymap. | |
3278 | |
3279 2005-06-27 Luc Teirlinck <teirllm@auburn.edu> | |
3280 | |
3281 * variables.texi (Setting Variables): Correct and clarify | |
3282 description of `add-to-ordered-list'. | |
3283 | |
3284 2005-06-26 Richard M. Stallman <rms@gnu.org> | |
3285 | |
3286 * display.texi (Faces): Minor cleanup. | |
3287 | |
3288 2005-06-25 Luc Teirlinck <teirllm@auburn.edu> | |
3289 | |
3290 * display.texi (Faces): `facep' returns t for strings that are | |
3291 face names. | |
3292 | |
3293 2005-06-25 Richard M. Stallman <rms@gnu.org> | |
3294 | |
3295 * objects.texi (Equality Predicates): Clarify meaning of equal. | |
3296 | |
3297 * windows.texi (Selecting Windows): save-selected-window | |
3298 and with-selected-window save and restore the current buffer. | |
3299 | |
3300 2005-06-24 Richard M. Stallman <rms@gnu.org> | |
3301 | |
3302 * numbers.texi (Float Basics): Explain how to test for NaN, | |
3303 and printing the sign of NaNs. | |
3304 | |
3305 2005-06-24 Eli Zaretskii <eliz@gnu.org> | |
3306 | |
3307 * makefile.w32-in (MAKEINFO): Use --force. | |
3308 | |
3309 2005-06-23 Richard M. Stallman <rms@gnu.org> | |
3310 | |
3311 * display.texi (Face Functions): Correct Texinfo usage. | |
3312 | |
3313 2005-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
3314 | |
3315 * lists.texi (Rings): `ring-elements' now returns the elements of | |
3316 RING in order. | |
3317 | |
3318 2005-06-23 Juanma Barranquero <lekktu@gmail.com> | |
3319 | |
3320 * markers.texi (The Mark): Texinfo usage fix. | |
3321 | |
3322 2005-06-23 Kim F. Storm <storm@cua.dk> | |
3323 | |
3324 * searching.texi (Entire Match Data): Remove evaporate option for | |
3325 match-data. Do not mention evaporate option for set-match-data. | |
3326 | |
3327 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk> | |
3328 | |
3329 * display.texi (Face Functions): Mention face aliases. | |
3330 | |
3331 2005-06-21 Richard M. Stallman <rms@gnu.org> | |
3332 | |
3333 * anti.texi (Antinews): Texinfo usage fix. | |
3334 | |
3335 2005-06-21 Karl Berry <karl@gnu.org> | |
3336 | |
3337 * elisp.texi: Use @copying. | |
3338 | |
3339 * elisp.texi: Put @summarycontents and @contents before the Top | |
3340 node, instead of the end of the file, so that the contents appear | |
3341 in the right place in the dvi/pdf output. | |
3342 | |
3343 2005-06-21 Juri Linkov <juri@jurta.org> | |
3344 | |
3345 * display.texi (Defining Faces): Add `customized-face'. | |
3346 | |
3347 2005-06-20 Kim F. Storm <storm@cua.dk> | |
3348 | |
3349 * variables.texi (Setting Variables): Any type of element can be | |
3350 given order in add-to-ordered-list. Compare elements with eq. | |
3351 | |
3352 * lists.texi (Rearrangement): Sort predicate may just return non-nil. | |
3353 | |
3354 2005-06-20 Karl Berry <karl@gnu.org> | |
3355 | |
3356 * syntax.texi (Syntax Flags): Make last column very slightly wider | |
3357 to avoid "generic comment" breaking on two lines and causing an | |
3358 underfull box. | |
3359 | |
3360 2005-06-19 Luc Teirlinck <teirllm@auburn.edu> | |
3361 | |
3362 * lists.texi (Rings): Various minor clarifications and corrections. | |
3363 | |
3364 2005-06-18 Richard M. Stallman <rms@gnu.org> | |
3365 | |
3366 * functions.texi (Obsolete Functions): Simplify. | |
3367 | |
3368 * variables.texi (Variable Aliases): Simplify. | |
3369 | |
3370 * anti.texi, backups.texi, compile.texi, customization.texi: | |
3371 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi: | |
3372 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi: | |
3373 * os.texi, processes.texi, searching.texi, strings.texi, text.texi: | |
3374 * variables.texi: Fix formatting ugliness. | |
3375 | |
3376 * elisp.texi: Add links to Rings and Byte Packing. | |
3377 Update version and copyright years. | |
3378 | |
3379 * minibuf.texi: Fix formatting ugliness. | |
3380 (Completion Commands): Move keymap vars to the end | |
3381 and vars completing-read binds to the top. | |
3382 | |
3383 2005-06-17 Luc Teirlinck <teirllm@auburn.edu> | |
3384 | |
3385 * processes.texi: Fix typos. | |
3386 (Bindat Spec): Correct Texinfo error. | |
3387 (Byte Packing): Fix ungrammatical sentence. | |
3388 | |
3389 2005-06-17 Thien-Thi Nguyen <ttn@gnu.org> | |
3390 | |
3391 * lists.texi (Rings): New node. | |
3392 (Lists): Add it to menu. | |
3393 | |
3394 * processes.texi (Byte Packing): New node. | |
3395 (Processes): Add it to menu. | |
3396 | |
3397 2005-06-17 Richard M. Stallman <rms@gnu.org> | |
3398 | |
3399 * syntax.texi (Parsing Expressions): Fix texinfo usage. | |
3400 | |
3401 * help.texi (Documentation Basics): Explain the xref to | |
3402 Documentation Tips. | |
3403 | |
3404 * debugging.texi (Debugger Commands): Minor fix. | |
3405 | |
3406 2005-06-16 Luc Teirlinck <teirllm@auburn.edu> | |
3407 | |
3408 * edebug.texi (Instrumenting): Eliminate duplicate link. | |
3409 (Specification List): Replace references to "below", referring to | |
3410 a later node, with one @ref to that node. | |
3411 | |
3412 * os.texi (Timers): Timers should save and restore the match data | |
3413 if they change it. | |
3414 | |
3415 * debugging.texi (Debugger Commands): Mention that the Lisp | |
3416 debugger can not step through primitive functions. | |
3417 | |
3418 2005-06-16 Juanma Barranquero <lekktu@gmail.com> | |
3419 | |
3420 * functions.texi (Obsolete Functions): Update argument names of | |
3421 `make-obsolete' and `define-obsolete-function-alias'. | |
3422 | |
3423 * variables.texi (Variable Aliases): Update argument names of | |
3424 `defvaralias', `make-obsolete-variable' and | |
3425 `define-obsolete-variable-alias'. | |
3426 | |
3427 2005-06-15 Kim F. Storm <storm@cua.dk> | |
3428 | |
3429 * searching.texi (Entire Match Data): Rephrase warnings about | |
3430 evaporate arg to match-data and set-match-data. | |
3431 | |
3432 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> | |
3433 | |
3434 * elisp.texi (Top): Update detailed menu. | |
3435 | |
3436 * edebug.texi (Edebug): Update menu. | |
3437 (Instrumenting): Update xrefs. | |
3438 (Edebug Execution Modes): Correct xref. | |
3439 (Jumping): Clarify description of `h' command. | |
3440 Eliminate redundant @ref. | |
3441 (Breaks): New node. | |
3442 (Breakpoints): Is now a subsubsection. | |
3443 (Global Break Condition): Mention `C-x X X'. | |
3444 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'. | |
3445 (Trace Buffer): Clarify STRING arg of `edebug-tracing'. | |
3446 (Edebug Display Update): Correct pxref. | |
3447 (Edebug and Macros): New node. | |
3448 (Instrumenting Macro Calls): Is now a subsubsection. | |
3449 Neither arg of `def-edebug-spec' is evaluated. | |
3450 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'. | |
3451 (Specification Examples): Fix typo. | |
3452 | |
3453 2005-06-14 Lute Kamstra <lute@gnu.org> | |
3454 | |
3455 * debugging.texi (Function Debugging): Primitives can break on | |
3456 entry too. | |
3457 | |
3458 2005-06-14 Kim F. Storm <storm@cua.dk> | |
3459 | |
3460 * variables.texi (Setting Variables): Add add-to-ordered-list. | |
3461 | |
3462 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | |
3463 | |
3464 * syntax.texi (Parsing Expressions): Document aux functions and vars of | |
3465 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function. | |
3466 | |
3467 2005-06-13 Lute Kamstra <lute@gnu.org> | |
3468 | |
3469 * text.texi (Special Properties): Fix cross reference. | |
3470 | |
3471 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> | |
3472 | |
3473 * debugging.texi (Function Debugging): Delete mention of empty | |
3474 string argument to `cancel-debug-on-entry'. Delete inaccurate | |
3475 description of the return value of that command. | |
3476 | |
3477 2005-06-11 Alan Mackenzie <acm@muc.de> | |
3478 | |
3479 * text.texi (Adaptive Fill): Amplify the description of | |
3480 fill-context-prefix. | |
3481 | |
3482 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
3483 | |
3484 * syntax.texi (Parsing Expressions): Fix Texinfo error. | |
3485 | |
3486 2005-06-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
3487 | |
3488 * syntax.texi (Parsing Expressions): Document syntax-ppss. | |
3489 | |
3490 2005-06-10 Luc Teirlinck <teirllm@auburn.edu> | |
3491 | |
3492 * debugging.texi (Error Debugging): Minor rewording. | |
3493 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry' | |
3494 is optional. | |
3495 | |
3496 2005-06-10 Lute Kamstra <lute@gnu.org> | |
3497 | |
3498 * elisp.texi: Use EMACSVER to refer to the current version of Emacs. | |
3499 (Top): Give it a title. Correct version number. Give the | |
3500 detailed node listing a more prominent header. | |
3501 * intro.texi: Don't set VERSION here a second time. | |
3502 Mention Emacs's version too. | |
3503 * anti.texi (Antinews): Use EMACSVER to refer to the current | |
3504 version of Emacs. | |
3505 | |
3506 2005-06-09 Kim F. Storm <storm@cua.dk> | |
3507 | |
3508 * searching.texi (Entire Match Data): Explain new `reseat' argument to | |
3509 match-data and set-match-data. | |
3510 | |
3511 2005-06-08 Richard M. Stallman <rms@gnu.org> | |
3512 | |
3513 * searching.texi (Entire Match Data): Clarify when match-data | |
3514 returns markers and when integers. | |
3515 | |
3516 * display.texi (Defining Faces): Explain that face name should not | |
3517 end in `-face'. | |
3518 | |
3519 * modes.texi (Mode Line Data): Minor cleanup. | |
3520 (Customizing Keywords): Node split out of Search-based Fontification. | |
3521 Add example of using font-lock-add-keywords from a hook. | |
3522 Clarify when MODE should be non-nil, and when nil. | |
3523 | |
3524 2005-06-06 Richard M. Stallman <rms@gnu.org> | |
3525 | |
3526 * modes.texi (Mode Line Data): Explain what happens when the car | |
3527 of a list is a void symbol. | |
3528 (Search-based Fontification): Explain MODE arg to | |
3529 font-lock-add-keywords and warn about calls from major modes. | |
3530 | |
3531 2005-06-08 Juri Linkov <juri@jurta.org> | |
3532 | |
3533 * display.texi (Standard Faces): Add `shadow' face. | |
3534 | |
3535 2005-05-29 Luc Teirlinck <teirllm@auburn.edu> | |
3536 | |
3537 * modes.texi (Major Mode Conventions): A derived mode only needs | |
3538 to put the call to the parent mode inside `delay-mode-hooks'. | |
3539 | |
3540 2005-05-29 Richard M. Stallman <rms@gnu.org> | |
3541 | |
3542 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is | |
3543 new, and what that implies. Clarify. | |
3544 | |
3545 * files.texi (Locating Files): Clean up the text. | |
3546 | |
3547 * frames.texi (Window Frame Parameters): Document user-size. | |
3548 Shorten entry for top by referring to left. | |
3549 | |
3550 2005-05-26 Richard M. Stallman <rms@gnu.org> | |
3551 | |
3552 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook | |
3553 is new, and what the implications are. Other clarifications. | |
3554 | |
3555 2005-05-24 Richard M. Stallman <rms@gnu.org> | |
3556 | |
3557 * frames.texi (Dialog Boxes): Minor fixes. | |
3558 | |
3559 2005-05-25 Masatake YAMATO <jet@gyve.org> | |
3560 | |
3561 * display.texi (Standard Faces): Write about `mode-line-highlight'. | |
3562 | |
3563 2005-05-24 Luc Teirlinck <teirllm@auburn.edu> | |
3564 | |
3565 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog' | |
3566 is optional. | |
3567 | |
3568 2005-05-24 Nick Roberts <nickrob@snap.net.nz> | |
3569 | |
98317 | 3570 * frames.texi (Dialog Boxes): Describe new optional argument. |
84043 | 3571 |
3572 2005-05-23 Lute Kamstra <lute@gnu.org> | |
3573 | |
3574 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend | |
3575 syntax-begin-function over font-lock-beginning-of-syntax-function. | |
3576 | |
3577 2005-05-21 Luc Teirlinck <teirllm@auburn.edu> | |
3578 | |
3579 * minibuf.texi (Reading File Names): Update description of | |
3580 `read-directory-name'. | |
3581 | |
3582 * modes.texi (Derived Modes): Clarify :group keyword. | |
3583 | |
3584 2005-05-21 Eli Zaretskii <eliz@gnu.org> | |
3585 | |
3586 * files.texi (Locating Files): New subsection. | |
3587 Describe locate-file and executable-find. | |
3588 | |
3589 2005-05-21 Kevin Ryde <user42@zip.com.au> | |
3590 | |
3591 * frames.texi (Initial Parameters): Update cross reference to | |
3592 "Emacs Invocation". | |
3593 | |
3594 2005-05-19 Luc Teirlinck <teirllm@auburn.edu> | |
3595 | |
3596 * keymaps.texi (Active Keymaps): Add anchor. | |
3597 | |
3598 * modes.texi (Hooks): Delete confusing and unnecessary sentence. | |
3599 (Major Mode Conventions): Refer to `Auto Major Mode' in more | |
3600 appropriate place. | |
3601 (Derived Modes): Small clarifications. | |
3602 (Minor Mode Conventions, Keymaps and Minor Modes): | |
3603 Replace references to nodes with references to anchors. | |
3604 (Mode Line Data): Warn that `(:eval FORM)' should not load any files. | |
3605 Clarify description of lists whose first element is an integer. | |
3606 (Mode Line Variables): Add anchor. | |
3607 (%-Constructs): Clarify description of integer after %. | |
3608 (Emulating Mode Line): Describe nil value for FACE. | |
3609 | |
3610 2005-05-18 Luc Teirlinck <teirllm@auburn.edu> | |
3611 | |
3612 * modes.texi (Derived Modes): Correct references to non-existing | |
3613 variable standard-syntax-table. | |
3614 | |
3615 2005-05-17 Lute Kamstra <lute@gnu.org> | |
3616 | |
3617 * modes.texi (Defining Minor Modes): Mention the mode hook. | |
3618 | |
3619 2005-05-15 Kim F. Storm <storm@cua.dk> | |
3620 | |
3621 * processes.texi (Network): Remove open-network-stream-nowait. | |
3622 (Network Servers): Remove open-network-stream-server. | |
3623 | |
3624 2005-05-15 Luc Teirlinck <teirllm@auburn.edu> | |
3625 | |
3626 * elisp.texi (Top): Update detailed menu. | |
3627 | |
3628 * variables.texi: Reorder nodes. | |
3629 (Variables): Update menu. | |
3630 (File Local Variables): Do not refer to the `-*-' line as | |
3631 a "local variables list". Add pxref. | |
3632 | |
3633 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> | |
3634 | |
3635 * elisp.texi (Top): Update detailed menu for node changes. | |
3636 | |
3637 * modes.texi (Modes): Update Menu. | |
3638 (Hooks): Move to beginning of chapter. | |
3639 Most minor modes run mode hooks too. | |
3640 `add-hook' can handle void hooks or hooks whose value is a single | |
3641 function. | |
3642 (Major Modes): Update Menu. | |
3643 (Major Mode Basics): New node, split off from `Major Modes'. | |
3644 (Major Mode Conventions): Correct xref. Explain how to handle | |
3645 auto-mode-alist if the major mode command has an autoload cookie. | |
3646 (Auto Major Mode): Major update. Add magic-mode-alist. | |
3647 (Derived Modes): Major update. | |
3648 (Mode Line Format): Update Menu. | |
3649 (Mode Line Basics): New node, split off from `Mode Line Format'. | |
3650 | |
3651 * loading.texi (Autoload): Mention `autoload cookie' as synonym | |
3652 for `magic autoload comment'. Add index entries and anchor. | |
3653 | |
3654 2005-05-14 Richard M. Stallman <rms@gnu.org> | |
3655 | |
3656 * tips.texi (Coding Conventions): Explain how important it is | |
3657 that just loading certain files not change Emacs behavior. | |
3658 | |
3659 * modes.texi (Defining Minor Modes): Define define-global-minor-mode. | |
3660 | |
3661 2005-05-12 Lute Kamstra <lute@gnu.org> | |
3662 | |
3663 * modes.texi (Generic Modes): Update. | |
3664 (Major Modes): Refer to node "Generic Modes". | |
3665 | |
3666 * elisp.texi (Top): Update to the current structure of the manual. | |
3667 * processes.texi (Processes): Add menu description. | |
3668 * customize.texi (Customization): Add menu descriptions. | |
3669 | |
3670 2005-05-11 Thien-Thi Nguyen <ttn@gnu.org> | |
3671 | |
3672 * processes.texi (Signals to Processes) | |
3673 (Low-Level Network): Fix typos. | |
3674 | |
3675 2005-05-11 Lute Kamstra <lute@gnu.org> | |
3676 | |
3677 * elisp.texi (Top): Add some nodes from the chapter "Major and | |
3678 Minor Modes" to the detailed node listing. | |
3679 | |
3680 2005-05-10 Richard M. Stallman <rms@gnu.org> | |
3681 | |
3682 * keymaps.texi (Extended Menu Items): Menu item filter functions | |
3683 can be called at any time. | |
3684 | |
3685 2005-05-08 Luc Teirlinck <teirllm@auburn.edu> | |
3686 | |
3687 * variables.texi (File Local Variables): `(hack-local-variables t)' | |
3688 now also checks whether a mode is specified in the local variables | |
3689 list. | |
3690 | |
3691 2005-05-05 Kevin Ryde <user42@zip.com.au> | |
3692 | |
3693 * display.texi (The Echo Area): Correct format function cross | |
3694 reference. | |
3695 | |
3696 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | |
3697 | |
3698 * variables.texi (Variable Aliases): Change description of | |
3699 `define-obsolete-variable-alias'. | |
3700 | |
3701 * functions.texi (Functions): Add "Obsolete Functions" to menu. | |
3702 (Defining Functions): Add xref. | |
3703 (Obsolete Functions): New node. | |
3704 (Function Safety): Standardize capitalization of section title. | |
3705 | |
3706 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'. | |
3707 (Dialog Boxes): Complete description of `x-popup-dialog'. | |
3708 | |
3709 2005-05-04 Richard M. Stallman <rms@gnu.org> | |
3710 | |
3711 * commands.texi (Interactive Codes): Fix Texinfo usage. | |
3712 Document U more clearly. | |
3713 | |
3714 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
3715 | |
3716 * variables.texi (Variable Aliases): `make-obsolete-variable' is a | |
3717 function and not a macro. | |
3718 | |
3719 * frames.texi (Pop-Up Menus): Correct and clarify description of | |
3720 `x-popup-menu'. | |
3721 (Dialog Boxes): Clarify description of `x-popup-dialog'. | |
3722 | |
3723 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
3724 | |
3725 * edebug.texi (Checking Whether to Stop): Fix previous change. | |
3726 | |
3727 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | |
3728 | |
3729 * display.texi: Fix typos and Texinfo usage. | |
3730 | |
3731 * edebug.texi (Checking Whether to Stop): executing-macro -> | |
3732 executing-kbd-macro. | |
3733 | |
3734 2005-05-01 Richard M. Stallman <rms@gnu.org> | |
3735 | |
3736 * display.texi (Invisible Text): Correct add-to-invisibility-spec. | |
3737 | |
3738 2005-04-30 Richard M. Stallman <rms@gnu.org> | |
3739 | |
3740 * files.texi (Magic File Names): Document `operations' property. | |
3741 | |
3742 2005-04-29 Lute Kamstra <lute@gnu.org> | |
3743 | |
3744 * modes.texi (Generic Modes): New node. | |
3745 (Major Modes): Add it to the menu. | |
3746 (Derived Modes): Add "derived mode" to concept index. | |
3747 | |
3748 2005-04-28 Lute Kamstra <lute@gnu.org> | |
3749 | |
3750 * modes.texi (Defining Minor Modes): Fix previous change. | |
3751 (Font Lock Mode): Simplify. | |
3752 (Font Lock Basics): Say that font-lock-defaults is buffer-local | |
3753 when set and that some parts are optional. Add cross references. | |
3754 (Search-based Fontification): Say how to specify font-lock-keywords. | |
3755 Add cross references. Add font-lock-multiline to index. | |
3756 Move font-lock-keywords-case-fold-search here from node "Other Font | |
3757 Lock Variables". Document font-lock-add-keywords and | |
3758 font-lock-remove-keywords. | |
3759 (Other Font Lock Variables): Move font-lock-keywords-only, | |
3760 font-lock-syntax-table, font-lock-beginning-of-syntax-function, | |
3761 and font-lock-syntactic-face-function to node "Syntactic Font | |
3762 Lock". Move font-lock-keywords-case-fold-search to node | |
3763 "Search-based Fontification". Document font-lock-inhibit-thing-lock | |
3764 and font-lock-{,un}fontify-{buffer,region}-function. | |
3765 (Precalculated Fontification): Remove reference to deleted variable | |
3766 font-lock-core-only. | |
3767 (Faces for Font Lock): Add font-lock-comment-delimiter-face. | |
3768 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, | |
3769 font-lock-syntax-table, font-lock-beginning-of-syntax-function, | |
3770 and font-lock-syntactic-face-function here from node "Other Font | |
3771 Lock Variables". Move font-lock-syntactic-keywords to "Setting | |
3772 Syntax Properties". Add cross references. | |
3773 (Setting Syntax Properties): New node. | |
3774 Move font-lock-syntactic-keywords here from "Syntactic Font Lock". | |
3775 * syntax.texi (Syntax Properties): Add cross reference. | |
3776 * hooks.texi (Standard Hooks): Add Font-Lock hooks. | |
3777 | |
3778 2005-04-26 Richard M. Stallman <rms@gnu.org> | |
3779 | |
3780 * display.texi (Defining Faces): | |
3781 Document `default' elements of defface spec. | |
3782 | |
3783 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode. | |
3784 | |
3785 * variables.texi (Variable Aliases): Clarify text. | |
3786 | |
3787 2005-04-25 Chong Yidong <cyd@stupidchicken.com> | |
3788 | |
3789 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock. | |
3790 | |
3791 2005-04-25 Luc Teirlinck <teirllm@auburn.edu> | |
3792 | |
3793 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too. | |
3794 | |
3795 2005-04-24 Eli Zaretskii <eliz@gnu.org> | |
3796 | |
3797 * syntax.texi (Syntax Table Internals): Elaborate documentation of | |
3798 syntax-after and syntax-class. | |
3799 | |
3800 * files.texi (Changing Files): Fix last change's cross-reference. | |
3801 (Unique File Names): Don't mention "numbers" in the documentation | |
3802 of make-temp-file and make-temp-name. | |
3803 | |
3804 2005-04-23 Richard M. Stallman <rms@gnu.org> | |
3805 | |
3806 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file. | |
3807 | |
3808 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
3809 | |
3810 * windows.texi (Cyclic Window Ordering): Clarify window-list. | |
3811 | |
3812 2005-04-22 Nick Roberts <nickrob@snap.net.nz> | |
3813 | |
3814 * variables.texi (Variable Aliases): Describe make-obsolete-variable | |
3815 and define-obsolete-variable-alias. | |
3816 | |
3817 2005-04-22 Kim F. Storm <storm@cua.dk> | |
3818 | |
3819 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe. | |
3820 (Other Plists): Remove safe-plist-get, as plist-get is now safe. | |
3821 | |
3822 2005-04-21 Lute Kamstra <lute@gnu.org> | |
3823 | |
3824 * lists.texi (Association Lists): Document rassq-delete-all. | |
3825 | |
3826 2005-04-19 Richard M. Stallman <rms@gnu.org> | |
3827 | |
3828 * modes.texi (Search-based Fontification): Explain that | |
3829 facespec is an expression to be evaluated. | |
3830 | |
3831 2005-04-19 Kevin Ryde <user42@zip.com.au> | |
3832 | |
3833 * streams.texi (Output Functions): Fix xref. | |
3834 * strings.texi (String Conversion): Fix xref. | |
3835 | |
3836 2005-04-19 Kim F. Storm <storm@cua.dk> | |
3837 | |
3838 * symbols.texi (Symbol Plists): Add safe-get. | |
3839 Mention that `get' may signal an error. | |
3840 | |
3841 2005-04-18 Nick Roberts <nickrob@snap.net.nz> | |
3842 | |
3843 * customize.texi (Variable Definitions): Replace tooltip-mode | |
3844 example with save-place. | |
3845 | |
3846 2005-04-17 Richard M. Stallman <rms@gnu.org> | |
3847 | |
3848 * buffers.texi (Indirect Buffers): Clarify. | |
3849 | |
3850 * positions.texi (Positions): Clarify converting marker to integer. | |
3851 | |
3852 * strings.texi (String Basics): Mention string-match; clarify. | |
3853 | |
3854 2005-04-08 Lute Kamstra <lute@gnu.org> | |
3855 | |
3856 * modes.texi (Search-based Fontification): Fix cross references. | |
3857 Use consistent terminology. Document anchored highlighting. | |
3858 | |
3859 2005-04-05 Lute Kamstra <lute@gnu.org> | |
3860 | |
3861 * modes.texi (Defining Minor Modes): Document :group keyword | |
3862 argument and its default value. | |
3863 | |
3864 2005-04-03 Lute Kamstra <lute@gnu.org> | |
3865 | |
3866 * hooks.texi (Standard Hooks): Add some hooks. Add cross | |
3867 references and/or descriptions. Delete major mode hooks; mention | |
3868 them as a category instead. Rename or delete obsolete hooks. | |
3869 | |
3870 2005-04-02 Richard M. Stallman <rms@gnu.org> | |
3871 | |
3872 * nonascii.texi (Coding System Basics): Another wording cleanup. | |
3873 | |
3874 2005-04-01 Richard M. Stallman <rms@gnu.org> | |
3875 | |
3876 * nonascii.texi (Coding System Basics): Clarify previous change. | |
3877 | |
3878 2005-04-01 Kenichi Handa <handa@m17n.org> | |
3879 | |
98317 | 3880 * nonascii.texi (Coding System Basics): Describe about roundtrip |
84043 | 3881 identity of coding systems. |
3882 | |
3883 2005-03-29 Chong Yidong <cyd@stupidchicken.com> | |
3884 | |
3885 * text.texi (Buffer Contents): Add filter-buffer-substring and | |
3886 buffer-substring-filters. | |
3887 | |
3888 2005-03-26 Chong Yidong <cyd@stupidchicken.com> | |
3889 | |
3890 * anti.texi (Antinews): Mention `G' interactive code. | |
3891 | |
3892 * tips.texi (Compilation Tips): Mention benchmark.el. | |
3893 | |
3894 2005-03-27 Luc Teirlinck <teirllm@auburn.edu> | |
3895 | |
3896 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block' | |
3897 is now bound to M-o M-o. | |
3898 | |
3899 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o. | |
3900 | |
3901 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk> | |
3902 | |
3903 * calendar.texi: Delete file (and move contents to emacs-xtra.texi | |
3904 in the Emacs Manual). | |
3905 * Makefile.in (srcs): Remove calendar.texi. | |
3906 * makefile.w32-in (srcs): Remove calendar.texi. | |
3907 * display.texi (Display): Change name of next node. | |
3908 * os.texi (System In): Change name of previous node. | |
3909 * elisp.texi (Top): Remove Calendar references. | |
3910 * vol1.texi (Top): Remove Calendar references. | |
3911 * vol2.texi (Top): Remove Calendar references. | |
3912 | |
3913 2005-03-25 Richard M. Stallman <rms@gnu.org> | |
3914 | |
3915 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps): | |
3916 Cleanup previous change. | |
3917 | |
3918 2005-03-25 Chong Yidong <cyd@stupidchicken.com> | |
3919 | |
3920 * display.texi (Face Attributes): Faces earlier in an :inherit | |
3921 list take precedence. | |
3922 (Scroll Bars): Fix description of vertical-scroll-bars. | |
3923 Document frame-current-scroll-bars and window-current-scroll-bars. | |
3924 | |
3925 * markers.texi (The Mark): Document temporary Transient Mark mode. | |
3926 | |
3927 * minibuf.texi (Reading File Names): | |
3928 Document read-file-name-completion-ignore-case. | |
3929 | |
3930 * positions.texi (Screen Lines): Document nil for width argument | |
3931 to compute-motion. | |
3932 | |
3933 2005-03-23 Kim F. Storm <storm@cua.dk> | |
3934 | |
3935 * display.texi (Standard Faces): Other faces used in the fringe | |
3936 implicitly inherits from the fringe face. | |
3937 (Fringe Bitmaps): FACE in right-fringe and left-fringe display | |
3938 properties implicitly inherits from fringe face. | |
3939 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face. | |
3940 | |
3941 2005-03-20 Chong Yidong <cyd@stupidchicken.com> | |
3942 | |
3943 * display.texi (Invisible Text): State default value of | |
3944 line-move-ignore-invisible. | |
3945 (Managing Overlays): Document remove-overlays. | |
3946 (Standard Faces): Document escape-glyph face. | |
3947 | |
3948 * minibuf.texi (Reading File Names): Document read-file-name-function. | |
3949 | |
3950 * modes.texi (Other Font Lock Variables): | |
3951 Document font-lock-lines-before. | |
3952 | |
3953 * positions.texi (Skipping Characters): skip-chars-forward allows | |
3954 character classes. | |
3955 | |
3956 2005-03-18 Lute Kamstra <lute@gnu.org> | |
3957 | |
3958 * edebug.texi (Instrumenting Macro Calls): Fix another typo. | |
3959 | |
3960 2005-03-17 Richard M. Stallman <rms@gnu.org> | |
3961 | |
3962 * text.texi (Undo): Document extensible undo entries. | |
3963 | |
86150
d0f21febd1dc
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86086
diff
changeset
|
3964 * searching.texi (String Search, Regexp Search): Cleanups. |
84043 | 3965 |
3966 * nonascii.texi (Character Codes): Minor fix. | |
3967 | |
3968 * display.texi (Display Property): Explain the significance | |
3969 of having text properties that are eq. | |
3970 (Other Display Specs): Explain string as display spec. | |
3971 | |
3972 * commands.texi (Interactive Codes): Document G option. | |
3973 | |
3974 2005-03-17 Chong Yidong <cyd@stupidchicken.com> | |
3975 | |
3976 * text.texi (Filling): Add sentence-end-without-period and | |
3977 sentence-end-without-space. | |
3978 (Changing Properties): Minor fix. | |
3979 | |
3980 * anti.texi: Total rewrite. | |
3981 | |
3982 2005-03-15 Lute Kamstra <lute@gnu.org> | |
3983 | |
3984 * edebug.texi (Instrumenting Macro Calls): Fix typos. | |
3985 | |
3986 2005-03-08 Kim F. Storm <storm@cua.dk> | |
3987 | |
3988 * display.texi (Specified Space): Property :width is support on | |
3989 non-graphic terminals, :height is not. | |
3990 | |
3991 2005-03-07 Richard M. Stallman <rms@gnu.org> | |
3992 | |
3993 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps): | |
3994 Now subnodes of Fringes. | |
3995 (Overlay Arrow): Document overlay-arrow-variable-list. | |
3996 (Fringe Size/Pos): New node, broken out of Fringes. | |
3997 (Display): Explain clearing vs redisplay better. | |
3998 (Truncation): Clarify use of bitmaps. | |
3999 (The Echo Area): Clarify the uses of the echo area. | |
4000 Add max-mini-window-height. | |
4001 (Progress): Clarify. | |
4002 (Invisible Text): Explain that main loop moves point out. | |
4003 (Selective Display): Say "hidden", not "invisible". | |
4004 (Managing Overlays): Move up. Describe relation to Undo here. | |
4005 (Overlay Properties): Clarify intro. | |
4006 (Finding Overlays): Explain return values when nothing found. | |
4007 (Width): truncate-string-to-width has added arg. | |
4008 (Displaying Faces): Clarify and update mode line face handling. | |
4009 (Face Functions): Minor cleanup. | |
4010 (Conditional Display): Merge into Other Display Specs. | |
4011 (Pixel Specification, Other Display Specs): Minor cleanups. | |
4012 (Images, Image Descriptors): Minor cleanups. | |
4013 (GIF Images): Patents have expired. | |
4014 (Showing Images): Explain default text for insert-image. | |
4015 (Manipulating Button Types): Merge into Manipulating Buttons. | |
4016 (Making Buttons): Explain return values. | |
4017 (Button Buffer Commands): Add xref. | |
4018 (Inverse Video): Update mode-line-inverse-video. | |
4019 (Display Table Format): Clarify. | |
4020 (Active Display Table): Give defaults for window-display-table. | |
4021 | |
4022 * calendar.texi (Calendar Customizing): calendar-holiday-marker | |
4023 and calendar-today-marker are strings, not chars. | |
4024 (Holiday Customizing): Minor fix. | |
4025 | |
4026 * internals.texi (Writing Emacs Primitives): Update `or' example. | |
4027 Update limit on # args of subr. | |
4028 | |
4029 * edebug.texi (Using Edebug): Arrow is in fringe. | |
4030 (Instrumenting): Arg to eval-defun works without loading edebug. | |
4031 (Edebug Execution Modes): Add xref. | |
4032 | |
4033 * customize.texi (Common Keywords): Clarify :require. | |
4034 Mention :version here. | |
4035 (Variable Definitions, Group Definitions): Not here. | |
4036 (Variable Definitions): Clarify symbol arg to :initialize and :set fns. | |
4037 | |
4038 2005-03-07 Chong Yidong <cyd@stupidchicken.com> | |
4039 * nonascii.texi (Text Representations): Clarify position-bytes. | |
4040 (Character Sets): Add list-charset-chars. | |
4041 (Scanning Charsets): Add charset-after. | |
4042 (Encoding and I/O): Minor fix. | |
4043 | |
4044 2005-03-06 Richard M. Stallman <rms@gnu.org> | |
4045 | |
4046 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21". | |
4047 (Resizing Windows): Likewise. | |
4048 | |
4049 * text.texi (Change Hooks): Get rid of "Emacs 21". | |
4050 | |
4051 * strings.texi (Formatting Strings): Get rid of "Emacs 21". | |
4052 | |
4053 * streams.texi (Output Variables): Get rid of "Emacs 21". | |
4054 | |
4055 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21". | |
4056 | |
4057 * os.texi (Translating Input): Replace flow-control example | |
4058 with a less obsolete example that uses `keyboard-translate'. | |
4059 | |
4060 * objects.texi (Hash Table Type, Circular Objects): | |
4061 Get rid of "Emacs 21". | |
4062 | |
4063 * modes.texi (Mode Line Format): Get rid of "Emacs 21". | |
4064 (Mode Line Data, Properties in Mode, Header Lines): Likewise. | |
4065 | |
4066 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21". | |
4067 | |
4068 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21". | |
4069 | |
4070 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21". | |
4071 (Menu Bar): Fix when menu-bar-update-hook is called. | |
4072 | |
4073 * hash.texi (Hash Tables): Get rid of "Emacs 21". | |
4074 | |
4075 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21", | |
4076 and make it read better. | |
4077 | |
4078 * files.texi (Writing to Files): Get rid of "Emacs 21". | |
4079 (Unique File Names): Likewise. | |
4080 | |
4081 * elisp.texi: Update Emacs version to 22. | |
4082 | |
4083 * display.texi (Forcing Redisplay): Get rid of "Emacs 21". | |
4084 (Overlay Properties, Face Attributes): Likewise. | |
4085 (Managing Overlays): Fix punctuation. | |
4086 (Attribute Functions): Clarify set-face-font; get rid of | |
4087 info about old Emacs versions. | |
4088 (Auto Faces, Font Lookup, Display Property, Images): | |
4089 Get rid of "Emacs 21". | |
4090 | |
4091 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21". | |
4092 | |
4093 2005-03-05 Richard M. Stallman <rms@gnu.org> | |
4094 | |
4095 * debugging.texi (Error Debugging): Remove stack-trace-on-error. | |
4096 | |
4097 2005-03-04 Lute Kamstra <lute@gnu.org> | |
4098 | |
4099 * debugging.texi (Error Debugging): Document stack-trace-on-error. | |
4100 | |
4101 2005-03-03 Lute Kamstra <lute@gnu.org> | |
4102 | |
4103 * edebug.texi (Instrumenting Macro Calls): Fix typo. | |
4104 | |
4105 2005-03-01 Lute Kamstra <lute@gnu.org> | |
4106 | |
4107 * debugging.texi (Debugger Commands): Update `j'. | |
4108 | |
4109 2005-02-28 Lute Kamstra <lute@gnu.org> | |
4110 | |
4111 * debugging.texi (Debugging): Fix typo. | |
4112 (Error Debugging): Document eval-expression-debug-on-error. | |
4113 (Function Debugging): Update example. | |
4114 (Using Debugger): Mention starred stack frames. | |
4115 (Debugger Commands): Document `j' and `l'. | |
4116 (Invoking the Debugger): `d' and `j' exit recursive edit too. | |
4117 Update the messages that the debugger displays. | |
4118 (Internals of Debugger): Add cross reference. Update example. | |
4119 (Excess Open): Minor improvement. | |
4120 (Excess Close): Minor improvement. | |
4121 | |
4122 2005-02-26 Richard M. Stallman <rms@gnu.org> | |
4123 | |
4124 * tips.texi (Coding Conventions): Clarify. | |
4125 Put all the major mode key reservations together. | |
4126 Mention the Mouse-1 => Mouse-2 conventions. | |
4127 | |
4128 * syntax.texi (Syntax Class Table): Clarify. | |
4129 (Syntax Table Functions): syntax-after moved from here. | |
4130 (Syntax Table Internals): syntax-after moved to here. | |
4131 (Parsing Expressions): Update info on number of values | |
4132 and what's meaningful in the STATE argument. | |
4133 (Categories): Fix typo. | |
4134 | |
4135 * sequences.texi (Arrays): Cleanup. | |
4136 (Char-Tables): Clarify. | |
4137 | |
4138 * processes.texi (Deleting Processes): Cleanups, add xref. | |
4139 (Subprocess Creation): Explain nil in exec-path. Cleanup. | |
4140 (Process Information): set-process-coding-system, some args optional. | |
4141 (Input to Processes): Explain various types for PROCESS args. | |
4142 Rename them from PROCESS-NAME to PROCESS. | |
4143 (Signals to Processes): Likewise. | |
4144 (Decoding Output): Cleanup. | |
4145 (Query Before Exit): Clarify. | |
4146 | |
4147 * os.texi (Startup Summary): Correct the options; add missing ones. | |
4148 (Terminal Output, Batch Mode): Clarify. | |
4149 (Flow Control): Node deleted. | |
4150 | |
4151 * markers.texi (The Mark): Clarify. | |
4152 | |
4153 * macros.texi (Expansion): Cleanup. | |
4154 (Indenting Macros): indent-spec allows ints, not floats. | |
4155 | |
4156 * keymaps.texi (Keymaps): Clarify. | |
4157 (Format of Keymaps): Update lisp-mode-map example. | |
4158 (Active Keymaps, Key Lookup): Clarify. | |
4159 (Changing Key Bindings): Add xref to `kbd'. | |
4160 (Key Binding Commands, Simple Menu Items): Clarify. | |
4161 (Mouse Menus, Menu Bar): Clarify. | |
4162 (Menu Example): Replace print example with menu-bar-replace-menu. | |
4163 | |
4164 * help.texi (Documentation Basics): Add function-documentation prop. | |
4165 | |
4166 * elisp.texi (Top): Don't refer to Flow Control node. | |
4167 | |
4168 * commands.texi (Command Overview): Improve xrefs. | |
4169 (Adjusting Point): Adjusting point applies to intangible and invis. | |
4170 (Key Sequence Input): Doc extra read-key-sequence args. | |
4171 Likewise for read-key-sequence-vector. | |
4172 | |
4173 * backups.texi (Rename or Copy): Minor fix. | |
4174 (Numbered Backups): For version-control, say the default. | |
4175 (Auto-Saving): make-auto-save-file-name example is simplified. | |
4176 | |
4177 * advice.texi (Advising Functions): Don't imply one part of Emacs | |
4178 should advise another part. Markup changes. | |
4179 (Defining Advice): Move transitional para. | |
4180 (Activation of Advice): Cleanup. | |
4181 Explain if COMPILE is nil or negative. | |
4182 | |
4183 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo. | |
4184 | |
4185 2005-02-24 Lute Kamstra <lute@gnu.org> | |
4186 | |
4187 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE, | |
4188 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used. | |
4189 | |
4190 2005-02-23 Lute Kamstra <lute@gnu.org> | |
4191 | |
4192 * modes.texi (Defining Minor Modes): define-minor-mode can be used | |
4193 to define global minor modes as well. | |
4194 | |
4195 * display.texi (Managing Overlays): overlay-buffer returns nil for | |
4196 deleted overlays. | |
4197 | |
4198 2005-02-22 Kim F. Storm <storm@cua.dk> | |
4199 | |
4200 * minibuf.texi (Basic Completion): Allow symbols in addition to | |
4201 strings in try-completion and all-completions. | |
4202 | |
4203 2005-02-14 Lute Kamstra <lute@gnu.org> | |
4204 | |
4205 * elisp.texi (Top): Remove reference to deleted node. | |
4206 | |
4207 * lists.texi (Lists): Remove reference to deleted node. | |
4208 (Cons Cells): Fix typo. | |
4209 | |
4210 * loading.texi (Where Defined): Fix typo. | |
4211 | |
4212 2005-02-14 Richard M. Stallman <rms@gnu.org> | |
4213 | |
4214 * variables.texi (Creating Buffer-Local): change-major-mode-hook | |
4215 is useful for discarding some minor modes. | |
4216 | |
4217 * symbols.texi (Symbol Components): Reorder examples. | |
4218 | |
4219 * streams.texi (Input Functions): State standard-input default. | |
4220 (Output Variables): State standard-output default. | |
4221 | |
4222 * objects.texi (Printed Representation): Clarify read syntax vs print. | |
4223 (Floating Point Type): Explain meaning better. | |
4224 (Symbol Type): Explain uniqueness better. | |
4225 (Cons Cell Type): Explain empty list sooner. CAR and CDR later. | |
4226 List examples sooner. | |
4227 (Box Diagrams): New subnode broken out. | |
4228 Some examples moved from old Lists as Boxes node. | |
4229 (Dotted Pair Notation): Clarify intro. | |
4230 (Array Type): Clarify. | |
4231 (Type Predicates): Add hash-table-p. | |
4232 | |
4233 * numbers.texi (Integer Basics): Clarify radix explanation. | |
4234 (Predicates on Numbers): Minor clarification. | |
4235 (Comparison of Numbers): Minor clarification. Clarify eql. | |
4236 Typos in min, max. | |
4237 (Math Functions): Clarify overflow in expt. | |
4238 | |
4239 * minibuf.texi (Text from Minibuffer): Minor clarification. | |
4240 Mention arrow keys. | |
4241 | |
4242 * loading.texi (Autoload): defun's doc string overrides autoload's | |
4243 doc string. | |
4244 (Repeated Loading): Modernize "add to list" examples. | |
4245 (Where Defined): Finish updating table of load-history elts. | |
4246 | |
4247 * lists.texi (List-related Predicates): Minor wording improvement. | |
4248 (Lists as Boxes): Node deleted. | |
4249 (Building Lists): Explain trivial cases of number-sequence. | |
4250 | |
4251 * hash.texi (Hash Tables): Add desc to menu items. | |
98317 | 4252 (Creating Hash): Explain "full" means "make larger". |
84043 | 4253 (Hash Access): Any object can be a key. |
4254 State value of maphash. | |
4255 | |
4256 * functions.texi (What Is a Function): Wording cleanup. | |
4257 (Function Documentation): Minor cleanup. | |
4258 Explain purpose of calling convention at end of doc string. | |
4259 (Function Names): Wording cleanup. | |
4260 (Calling Functions): Wording cleanup. | |
4261 Explain better how funcall calls the function. | |
4262 (Function Cells): Delete example of saving and redefining function. | |
4263 | |
4264 * control.texi (Combining Conditions): Wording cleanup. | |
4265 (Iteration): dolist and dotimes bind VAR locally. | |
4266 (Cleanups): Xref to Atomic Changes. | |
4267 | |
4268 * compile.texi (Byte Compilation): Delete 19.29 info. | |
4269 (Compilation Functions): Macros' difficulties don't affect defsubst. | |
4270 (Docs and Compilation): Delete 19.29 info. | |
4271 | |
4272 2005-02-10 Richard M. Stallman <rms@gnu.org> | |
4273 | |
4274 * objects.texi (Symbol Type): Minor correction. | |
4275 | |
4276 2005-02-06 Lute Kamstra <lute@gnu.org> | |
4277 | |
4278 * modes.texi (Example Major Modes): Fix typos. | |
4279 | |
4280 2005-02-06 Richard M. Stallman <rms@gnu.org> | |
4281 | |
4282 * text.texi (Margins): fill-nobreak-predicate can be one function. | |
4283 | |
4284 * strings.texi (Modifying Strings): clear-string can make unibyte. | |
4285 (Formatting Strings): format gives error if values missing. | |
4286 | |
4287 * positions.texi (Character Motion): Mention default arg | |
4288 for forward-char. backward-char refers to forward-char. | |
4289 (Word Motion): Mention default arg for forward-word. | |
4290 (Buffer End Motion): Mention default arg for beginning-of-buffer. | |
4291 Simplify end-of-buffer. | |
4292 (Text Lines): Mention default arg for forward-line. | |
4293 (List Motion): Mention default arg for beginning/end-of-defun. | |
4294 (Skipping Characters): Minor fixes in explaining character-set. | |
4295 | |
4296 * modes.texi (Major Mode Conventions): Mention "system abbrevs". | |
4297 Mode inheritance applies only when default-major-mode is nil. | |
4298 Clarifications. | |
4299 (Example Major Modes): Update Text mode and Lisp mode examples. | |
4300 (Minor Mode Conventions): Mention define-minor-mode at top. | |
4301 (Defining Minor Modes): In Hungry example, don't define C-M-DEL. | |
4302 (Mode Line Format): Update mode line face display info. | |
4303 (Properties in Mode): Mention effect of risky vars. | |
4304 (Imenu): Define imenu-add-to-menubar. | |
4305 (Font Lock Mode): Add descriptions to menu lines. | |
4306 (Faces for Font Lock): Add font-lock-doc-face. | |
4307 | |
4308 2005-02-05 Lute Kamstra <lute@gnu.org> | |
4309 | |
4310 * text.texi (Maintaining Undo): Remove obsolete function. | |
4311 | |
4312 2005-02-05 Eli Zaretskii <eliz@gnu.org> | |
4313 | |
4314 * frames.texi (Color Names): Add pointer to the X docs about RGB | |
4315 color specifications. Improve indexing | |
4316 (Text Terminal Colors): Replace the description of RGB values by | |
4317 an xref to "Color Names". | |
4318 | |
4319 2005-02-03 Richard M. Stallman <rms@gnu.org> | |
4320 | |
4321 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows. | |
4322 Clarify. | |
4323 (Selecting Windows): Clarify save-selected-window. | |
4324 (Cyclic Window Ordering): Clarify walk-windows. | |
4325 (Window Point): Clarify. | |
4326 (Window Start): Add comment to example. | |
4327 (Resizing Windows): Add `interactive' specs in examples. | |
4328 Document fit-window-to-buffer. | |
4329 | |
4330 * text.texi (User-Level Deletion): just-one-space takes numeric arg. | |
4331 (Undo, Maintaining Undo): Clarify last change. | |
4332 (Sorting): In sort-numeric-fields, explain about octal and hex. | |
4333 Mention sort-numeric-base. | |
4334 (Format Properties): Add xref for hard newlines. | |
4335 | |
4336 * frames.texi (Window Frame Parameters): Explain pixel=char on tty. | |
4337 (Pop-Up Menus): Fix typo. | |
4338 (Color Names): Explain all types of color names. | |
4339 Explain color-values on B&W terminal. | |
4340 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names. | |
4341 | |
4342 * files.texi (File Locks): Not supported on MS systems. | |
4343 (Testing Accessibility): Clarify. | |
4344 | |
4345 * edebug.texi (Printing in Edebug): Fix edebug-print-circle. | |
4346 (Coverage Testing): Fix typo. | |
4347 | |
4348 * commands.texi (Misc Events): Remove stray space. | |
4349 | |
4350 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name. | |
4351 (Modification Time): Clarify when visited-file-modtime returns 0. | |
4352 (The Buffer List): Clarify bury-buffer. | |
4353 (Killing Buffers): Clarify. | |
4354 (Indirect Buffers): Add clone-indirect-buffer. | |
4355 | |
4356 2005-02-02 Matt Hodges <MPHodges@member.fsf.org> | |
4357 | |
4358 * edebug.texi (Printing in Edebug): Fix default value of | |
4359 edebug-print-circle. | |
4360 (Coverage Testing): Fix displayed frequency count data. | |
4361 | |
4362 2005-02-02 Luc Teirlinck <teirllm@auburn.edu> | |
4363 | |
4364 * text.texi (Maintaining Undo): Add `undo-outer-limit'. | |
4365 | |
4366 2005-02-02 Kim F. Storm <storm@cua.dk> | |
4367 | |
4368 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements. | |
4369 | |
4370 2005-01-29 Eli Zaretskii <eliz@gnu.org> | |
4371 | |
4372 * commands.texi (Misc Events): Describe the help-echo event. | |
4373 | |
4374 * text.texi (Special Properties) <help-echo>: Use `pos' | |
4375 consistently in description of the help-echo property. | |
4376 Use @code{nil} instead of @var{nil}. | |
4377 | |
4378 * display.texi (Overlay Properties): Fix the index entry for | |
4379 help-echo overlay property. | |
4380 | |
4381 * customize.texi (Type Keywords): Uncomment the xref to the | |
4382 help-echo property documentation. | |
4383 | |
4384 2005-01-23 Kim F. Storm <storm@cua.dk> | |
4385 | |
4386 * windows.texi (Window Start): Fix `pos-visible-in-window-p' | |
4387 return value. Third element FULLY replaced by PARTIAL which | |
4388 specifies number of invisible pixels if row is only partially visible. | |
4389 (Textual Scrolling): Mention auto-window-vscroll. | |
4390 (Vertical Scrolling): New defvar auto-window-vscroll. | |
4391 | |
4392 2005-01-16 Luc Teirlinck <teirllm@auburn.edu> | |
4393 | |
4394 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses | |
4395 command remapping. | |
4396 | |
4397 2005-01-15 Richard M. Stallman <rms@gnu.org> | |
4398 | |
4399 * display.texi (Defining Images): Mention DATA-P arg of create-image. | |
4400 | |
4401 2005-01-14 Kim F. Storm <storm@cua.dk> | |
4402 | |
4403 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y. | |
4404 | |
4405 * text.texi (Links and Mouse-1): Fix string and vector item. | |
4406 | |
4407 2005-01-13 Richard M. Stallman <rms@gnu.org> | |
4408 | |
4409 * keymaps.texi (Active Keymaps): Rewrite the text, and update the | |
4410 descriptions of overriding-local-map and overriding-terminal-local-map. | |
4411 | |
4412 * text.texi (Links and Mouse-1): Clarify text. | |
4413 | |
4414 2005-01-13 Kim F. Storm <storm@cua.dk> | |
4415 | |
4416 * modes.texi (Emulating Mode Line): Update format-mode-line entry. | |
4417 | |
4418 2005-01-13 Francis Litterio <franl@world.std.com> (tiny change) | |
4419 | |
4420 * keymaps.texi (Active Keymaps): Fix overriding-local-map description. | |
4421 | |
4422 2005-01-12 Kim F. Storm <storm@cua.dk> | |
4423 | |
4424 * text.texi (Links and Mouse-1): Rename section from Enabling | |
4425 Mouse-1 to Following Links. Change xrefs. | |
4426 Add examples for define-button-type and define-widget. | |
4427 | |
4428 * display.texi (Button Properties, Button Buffer Commands): | |
4429 Clarify mouse-1 and follow-link functionality. | |
4430 | |
4431 2005-01-12 Richard M. Stallman <rms@gnu.org> | |
4432 | |
4433 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change. | |
4434 | |
4435 * display.texi (Beeping): Fix Texinfo usage. | |
4436 | |
4437 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line. | |
4438 | |
4439 2005-01-11 Kim F. Storm <storm@cua.dk> | |
4440 | |
4441 * display.texi (Button Properties, Button Buffer Commands): | |
4442 Mention mouse-1 binding. Add follow-link keyword. | |
4443 | |
4444 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu. | |
4445 (Enabling Mouse-1 to Follow Links): New subsection. | |
4446 | |
4447 2005-01-06 Richard M. Stallman <rms@gnu.org> | |
4448 | |
4449 * text.texi (Special Properties): Minor change. | |
4450 | |
4451 * os.texi (Timers): Clarify previous change. | |
4452 | |
4453 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg. | |
4454 | |
4455 2005-01-01 Luc Teirlinck <teirllm@auburn.edu> | |
4456 | |
4457 * display.texi (Face Attributes): Correct xref to renamed node. | |
4458 | |
4459 2005-01-01 Richard M. Stallman <rms@gnu.org> | |
4460 | |
4461 * display.texi (Face Attributes): Describe hex color specs. | |
4462 | |
4463 2004-12-31 Richard M. Stallman <rms@gnu.org> | |
4464 | |
4465 * os.texi (Timers): Update previous change. | |
4466 | |
4467 2004-12-30 Kim F. Storm <storm@cua.dk> | |
4468 | |
4469 * display.texi (Line Height): Total line-height is now specified | |
4470 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO) | |
4471 in cons cells. (nil . RATIO) is relative to actual line height. | |
4472 Use line-height `t' instead of `0' to get minimum height. | |
4473 | |
4474 2004-12-29 Richard M. Stallman <rms@gnu.org> | |
4475 | |
4476 * os.texi (Timers): Discuss timers vs editing the buffer and undo. | |
4477 | |
4478 2004-12-28 Richard M. Stallman <rms@gnu.org> | |
4479 | |
4480 * commands.texi (Quitting): Clarify value of with-local-quit. | |
4481 | |
4482 * elisp.texi (Top): Fix previous change. | |
4483 | |
4484 * loading.texi (Loading): Fix previous change. | |
4485 | |
4486 2004-12-27 Richard M. Stallman <rms@gnu.org> | |
4487 | |
4488 * Makefile.in (MAKEINFO): Specify --force. | |
4489 | |
4490 * buffers.texi (Killing Buffers): Add buffer-save-without-query. | |
4491 | |
4492 * modes.texi (Emulating Mode Line): Document format's BUFFER arg. | |
4493 | |
4494 * display.texi (Line Height): Further clarify. | |
4495 | |
4496 * elisp.texi (Top): Update Loading submenu. | |
4497 | |
4498 * loading.texi (Where Defined): New node. | |
4499 (Unloading): load-history moved to Where Defined. | |
4500 | |
4501 2004-12-21 Richard M. Stallman <rms@gnu.org> | |
4502 | |
4503 * commands.texi (Event Input Misc): Add while-no-input. | |
4504 | |
4505 2004-12-11 Richard M. Stallman <rms@gnu.org> | |
4506 | |
4507 * display.texi (Line Height): Rewrite text for clarity. | |
4508 | |
4509 2004-12-11 Kim F. Storm <storm@cua.dk> | |
4510 | |
4511 * display.texi (Display): Add node "Line Height" to menu. | |
4512 (Line Height): New node. Move full description of line-spacing | |
4513 and line-height text properties here from text.texi. | |
4514 (Scroll Bars): Add vertical-scroll-bar variable. | |
4515 | |
4516 * frames.texi (Window Frame Parameters): Remove line-height defvar. | |
4517 | |
4518 * locals.texi (Standard Buffer-Local Variables): Fix xref for | |
4519 line-spacing and vertical-scroll-bar. | |
4520 | |
4521 * text.texi (Special Properties): Just mention line-spacing and | |
4522 line-height here, add xref to new "Line Height" node. | |
4523 | |
4524 2004-12-09 Thien-Thi Nguyen <ttn@gnu.org> | |
4525 | |
4526 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'. | |
4527 | |
4528 * locals.texi (Standard Buffer-Local Variables): | |
4529 Add @xref for `line-spacing'. | |
4530 | |
4531 2004-12-05 Richard M. Stallman <rms@gnu.org> | |
4532 | |
4533 * Makefile.in (maintainer-clean): Remove the info files | |
4534 in $(infodir) where they are created. | |
4535 | |
4536 2004-12-03 Richard M. Stallman <rms@gnu.org> | |
4537 | |
4538 * windows.texi (Selecting Windows): get-lru-window and | |
4539 get-largest-window don't consider dedicated windows. | |
4540 | |
4541 * text.texi (Undo): Document undo-in-progress. | |
4542 | |
4543 2004-11-26 Richard M. Stallman <rms@gnu.org> | |
4544 | |
4545 * locals.texi (Standard Buffer-Local Variables): Undo prev change. | |
4546 Remove a few vars that are not always buffer-local. | |
4547 | |
4548 2004-11-24 Luc Teirlinck <teirllm@auburn.edu> | |
4549 | |
4550 * locals.texi (Standard Buffer-Local Variables): Comment out | |
4551 xref's to non-existent node `Yet to be written'. | |
4552 | |
4553 2004-11-24 Richard M. Stallman <rms@gnu.org> | |
4554 | |
4555 * processes.texi (Synchronous Processes): Grammar fix. | |
4556 | |
4557 * numbers.texi (Comparison of Numbers): Add eql. | |
4558 | |
4559 * locals.texi (Standard Buffer-Local Variables): Add many vars. | |
4560 | |
4561 * intro.texi (Printing Notation): Fix previous change. | |
4562 | |
4563 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries | |
4564 and default-indicate-buffer-boundaries from here. | |
4565 (Usual Display): To here. | |
4566 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width. | |
4567 (Usual Display): Move tab-width up. | |
4568 | |
4569 * customize.texi (Variable Definitions): Replace | |
4570 show-paren-mode example with tooltip-mode. | |
4571 (Simple Types, Composite Types, Defining New Types): | |
4572 Minor cleanups. | |
4573 | |
4574 2004-11-21 Jesper Harder <harder@ifa.au.dk> | |
4575 | |
4576 * processes.texi (Synchronous Processes, Output from Processes): | |
4577 Markup fix. | |
4578 | |
4579 2004-11-20 Richard M. Stallman <rms@gnu.org> | |
4580 | |
4581 * positions.texi (Skipping Characters): skip-chars-forward | |
4582 now handles char classes. | |
4583 | |
4584 * intro.texi (Printing Notation): Avoid confusion of `print' | |
4585 when explaining @print. | |
4586 | |
4587 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example. | |
4588 | |
4589 * display.texi (Display Table Format): Minor fix. | |
4590 | |
4591 * streams.texi (Output Functions): Fix print example. | |
4592 | |
4593 * Makefile.in (elisp): New target. | |
4594 (dist): Depend on $(infodir)/elisp, not elisp. | |
4595 Copy the info files from $(infodir). | |
4596 | |
4597 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in | |
4598 read-from-minibuffer. | |
4599 | |
4600 * searching.texi (Regexp Search): Rename that to search-spaces-regexp. | |
4601 | |
4602 2004-11-19 Richard M. Stallman <rms@gnu.org> | |
4603 | |
4604 * searching.texi (Regexp Search): Add search-whitespace-regexp. | |
4605 | |
4606 2004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change) | |
4607 | |
4608 * tips.texi (Coding Conventions): Fix typo. | |
4609 | |
4610 2004-11-16 Richard M. Stallman <rms@gnu.org> | |
4611 | |
4612 * tips.texi (Coding Conventions): Separate defvar and require | |
4613 methods to avoid warnings. Use require only when there are many | |
4614 functions and variables from that package. | |
4615 | |
4616 * minibuf.texi (Minibuffer Completion): When ignoring case, | |
4617 predicate must not be case-sensitive. | |
4618 | |
4619 * debugging.texi (Function Debugging, Explicit Debug): Clarified. | |
4620 (Test Coverage): Don't talk about "splotches". Clarified. | |
4621 | |
4622 2004-11-16 Thien-Thi Nguyen <ttn@gnu.org> | |
4623 | |
4624 * frames.texi (Window Frame Parameters): Fix typo. | |
4625 | |
4626 2004-11-15 Kim F. Storm <storm@cua.dk> | |
4627 | |
4628 * symbols.texi (Other Plists): Note that plist-get may signal error. | |
4629 Add safe-plist-get. | |
4630 | |
4631 2004-11-15 Thien-Thi Nguyen <ttn@gnu.org> | |
4632 | |
4633 * modes.texi (Font Lock Basics): Fix typo. | |
4634 | |
4635 2004-11-08 Richard M. Stallman <rms@gnu.org> | |
4636 | |
4637 * syntax.texi (Syntax Table Functions): Add syntax-after. | |
4638 | |
4639 2004-11-06 Lars Brinkhoff <lars@nocrew.org> | |
4640 | |
4641 * os.texi (Processor Run Time): New section documenting | |
4642 get-internal-run-time. | |
4643 | |
4644 2004-11-06 Eli Zaretskii <eliz@gnu.org> | |
4645 | |
4646 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as | |
4647 it nukes elisp-cover.texi. | |
4648 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no | |
4649 elisp-0 etc. | |
4650 | |
4651 2004-11-05 Luc Teirlinck <teirllm@auburn.edu> | |
4652 | |
4653 * commands.texi (Keyboard Macros): Document `append' return value | |
4654 of `defining-kbd-macro'. | |
4655 | |
4656 2004-11-01 Richard M. Stallman <rms@gnu.org> | |
4657 | |
4658 * commands.texi (Interactive Call): Add called-interactively-p. | |
4659 | |
4660 2004-10-29 Simon Josefsson <jas@extundo.com> | |
4661 | |
4662 * minibuf.texi (Reading a Password): Revert. | |
4663 | |
4664 2004-10-28 Richard M. Stallman <rms@gnu.org> | |
4665 | |
4666 * frames.texi (Display Feature Testing): Explain about "vendor". | |
4667 | |
4668 2004-10-27 Richard M. Stallman <rms@gnu.org> | |
4669 | |
4670 * commands.texi (Interactive Codes): `N' uses numeric prefix, | |
4671 not raw. Clarify `n'. | |
4672 (Interactive Call): Rewrite interactive-p, focusing on when | |
4673 and how to use it. | |
4674 (Misc Events): Clarify previous change. | |
4675 | |
4676 * advice.texi (Simple Advice): Clarify what job the example does. | |
4677 (Around-Advice): Clarify ad-do-it. | |
4678 (Activation of Advice): An option of ad-default-compilation-action | |
4679 is `never', not `nil'. | |
4680 | |
4681 2004-10-26 Kim F. Storm <storm@cua.dk> | |
4682 | |
4683 * commands.texi (Interactive Codes): Add U code letter. | |
4684 | |
4685 2004-10-25 Simon Josefsson <jas@extundo.com> | |
4686 | |
4687 * minibuf.texi (Reading a Password): Add. | |
4688 | |
4689 2004-10-24 Jason Rumney <jasonr@gnu.org> | |
4690 | |
4691 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up | |
4692 and wheel-down. | |
4693 | |
4694 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net> | |
4695 | |
4696 * processes.texi (Synchronous Processes): Document process-file. | |
4697 | |
4698 2004-10-22 Kenichi Handa <handa@m17n.org> | |
4699 | |
4700 * text.texi (translate-region): Document that it accepts also a | |
4701 char-table. | |
4702 | |
4703 2004-10-22 David Ponce <david@dponce.com> | |
4704 | |
4705 * windows.texi (Resizing Windows): Document the `preserve-before' | |
4706 argument of the functions `enlarge-window' and `shrink-window'. | |
4707 | |
4708 2004-10-19 Jason Rumney <jasonr@gnu.org> | |
4709 | |
4710 * makefile.w32-in (elisp): Change order of arguments to makeinfo. | |
4711 | |
4712 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
4713 | |
4714 * text.texi (Filling): Add anchor for definition of | |
4715 `sentence-end-double-space'. | |
4716 | |
4717 * searching.texi (Regexp Example): Update description of how | |
4718 Emacs currently recognizes the end of a sentence. | |
4719 (Standard Regexps): Update definition of the variable | |
4720 `sentence-end'. Add definition of the function `sentence-end'. | |
4721 | |
4722 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net> | |
4723 | |
4724 * display.texi (Progress): New node. | |
4725 | |
4726 2004-10-05 Kim F. Storm <storm@cua.dk> | |
4727 | |
4728 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos. | |
4729 | |
4730 2004-09-29 Kim F. Storm <storm@cua.dk> | |
4731 | |
4732 * display.texi (Fringe Bitmaps): Use symbols rather than numbers | |
4733 to identify bitmaps. Remove -fringe-bitmap suffix for standard | |
4734 fringe bitmap symbols, as they now have their own namespace. | |
4735 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering | |
4736 vs. pixels. Signal error if no free bitmap slots. | |
4737 (Pixel Specification): Change IMAGE to @var{image}. | |
4738 | |
4739 2004-09-28 Richard M. Stallman <rms@gnu.org> | |
4740 | |
4741 * text.texi (Special Properties): Clarify line-spacing and line-height. | |
4742 | |
4743 * searching.texi (Regexp Search): Add looking-back. | |
4744 | |
4745 2004-09-25 Luc Teirlinck <teirllm@auburn.edu> | |
4746 | |
4747 * display.texi: Correct typos. | |
4748 (Image Descriptors): Correct xref's. | |
4749 | |
4750 2004-09-25 Richard M. Stallman <rms@gnu.org> | |
4751 | |
4752 * text.texi (Special Properties): Cleanups in `cursor'. | |
4753 Rewrites in `line-height' and `line-spacing'; exchange them. | |
4754 | |
4755 * display.texi (Fringes): Rewrite previous change. | |
4756 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite. | |
4757 (Display Fringe Bitmaps): Node deleted, text moved. | |
4758 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite. | |
4759 (Scroll Bars): Clarify set-window-scroll-bars. | |
4760 (Pointer Shape): Rewrite. | |
4761 (Specified Space): Clarify :align-to, etc. | |
4762 (Pixel Specification): Use @var. Clarify new text. | |
4763 (Other Display Specs): Clarify `slice'. | |
4764 (Image Descriptors): Cleanups. | |
4765 (Showing Images): Cleanups. | |
4766 | |
4767 2004-09-24 Luc Teirlinck <teirllm@auburn.edu> | |
4768 | |
4769 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'. | |
4770 | |
4771 * modes.texi: Various minor changes in addition to: | |
4772 (Major Mode Conventions): Final call to `run-mode-hooks' should | |
4773 not be inside the `delay-mode-hooks' form. | |
4774 (Mode Hooks): New node. | |
4775 (Hooks): Delete obsolete example. | |
4776 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new | |
4777 node "Mode Hooks". | |
4778 | |
4779 2004-09-22 Luc Teirlinck <teirllm@auburn.edu> | |
4780 | |
4781 * display.texi: Correct various typos. | |
4782 (Display): Rename node "Pointer Shapes" to "Pointer | |
4783 Shape". (There is already a node called "Pointer Shapes" in | |
4784 frames.texi.) | |
4785 (Images): Remove non-existent node "Image Slices" from menu. | |
4786 | |
4787 2004-09-23 Kim F. Storm <storm@cua.dk> | |
4788 | |
4789 * text.texi (Special Properties): Add `cursor', `pointer', | |
4790 `line-height', and `line-spacing' properties. | |
4791 | |
4792 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer | |
4793 Shapes' to menu. | |
4794 (Standard Faces): Doc fix for fringe face. | |
4795 (Fringes): Add `overflow-newline-into-fringe' and | |
4796 'indicate-buffer-boundaries'. | |
4797 (Fringe Bitmaps, Pointer Shapes): New nodes. | |
4798 (Display Property): Add 'Pixel Specification' and 'Display Fringe | |
4799 Bitmaps' to menu. | |
4800 (Specified Space): Describe pixel width and height. | |
4801 (Pixel Specification): New node. | |
4802 (Other Display Specs): Add `slice' property. | |
4803 (Display Fringe Bitmaps): New node. | |
4804 (Images): Add 'Image Slices' to menu. | |
4805 (Image Descriptors): Add `:pointer' and `:map' properties. | |
4806 (Showing Images): Add slice arg to `insert-image'. Add | |
4807 'insert-sliced-image'. | |
4808 | |
4809 2004-09-20 Richard M. Stallman <rms@gnu.org> | |
4810 | |
4811 * commands.texi (Key Sequence Input): | |
4812 Clarify downcasing in read-key-sequence. | |
4813 | |
4814 2004-09-08 Juri Linkov <juri@jurta.org> | |
4815 | |
4816 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'. | |
4817 | |
4818 2004-09-07 Luc Teirlinck <teirllm@auburn.edu> | |
4819 | |
4820 * locals.texi (Standard Buffer-Local Variables): Add | |
4821 `buffer-auto-save-file-format'. | |
4822 * internals.texi (Buffer Internals): Describe new | |
4823 auto_save_file_format field of the buffer structure. | |
4824 * files.texi (Format Conversion): `auto-save-file-format' has been | |
4825 renamed `buffer-auto-save-file-format'. | |
4826 | |
4827 2004-08-27 Luc Teirlinck <teirllm@auburn.edu> | |
4828 | |
4829 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be | |
4830 an integer or a marker. | |
4831 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'. | |
4832 | |
4833 2004-08-22 Richard M. Stallman <rms@gnu.org> | |
4834 | |
4835 * modes.texi (Major Mode Conventions): Discuss rebinding of | |
4836 standard key bindings. | |
4837 | |
4838 2004-08-18 Kim F. Storm <storm@cua.dk> | |
4839 | |
4840 * processes.texi (Accepting Output): Add `just-this-one' arg to | |
4841 `accept-process-output'. | |
4842 (Output from Processes): New var `process-adaptive-read-buffering'. | |
4843 | |
4844 2004-08-10 Luc Teirlinck <teirllm@auburn.edu> | |
4845 | |
4846 * keymaps.texi: Various changes in addition to: | |
4847 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode. | |
4848 Give more varied examples for `kbd'. | |
4849 (Creating Keymaps): Char tables have slots for all characters | |
4850 without modifiers. | |
4851 (Active Keymaps): `overriding-local-map' and | |
4852 `overriding-terminal-local-map' also override text property and | |
4853 overlay keymaps. | |
4854 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'. | |
4855 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""' | |
4856 to denote a prefix of no events. | |
4857 `map-keymap' includes parent's bindings _recursively_. | |
4858 Clarify and correct description of `where-is-internal'. | |
4859 Mention BUFFER-OR-NAME arg to `describe-bindings'. | |
4860 (Menu Example): For menus intended for use with the keyboard, the | |
4861 menu items should be bound to characters or real function keys. | |
4862 | |
4863 2004-08-08 Luc Teirlinck <teirllm@auburn.edu> | |
4864 | |
4865 * objects.texi (Character Type): Reposition `@anchor' to prevent | |
4866 double space inside sentence in Info. | |
4867 | |
4868 * hooks.texi (Standard Hooks): `disabled-command-hook' has been | |
4869 renamed to `disabled-command-function'. | |
4870 * commands.texi (Key Sequence Input): Remove unnecessary anchor. | |
4871 (Command Loop Info): Replace reference to it. | |
4872 (Disabling Commands): `disabled-command-hook' has been renamed to | |
4873 `disabled-command-function'. | |
4874 | |
4875 2004-08-07 Luc Teirlinck <teirllm@auburn.edu> | |
4876 | |
4877 * os.texi (Translating Input): Only non-prefix bindings in | |
4878 `key-translation-map' override actual key bindings. Warn about | |
4879 possible indirect effect of actual key bindings on non-prefix | |
4880 bindings in `key-translation-map'. | |
4881 | |
4882 2004-08-06 Luc Teirlinck <teirllm@auburn.edu> | |
4883 | |
4884 * minibuf.texi (High-Level Completion): Add anchor for definition | |
4885 of `read-variable'. | |
4886 | |
4887 * commands.texi: Various changes in addition to: | |
4888 (Using Interactive): Clarify description of `interactive-form'. | |
4889 (Interactive Call): Mention default for KEYS argument to | |
4890 `call-interactively'. | |
4891 (Command Loop Info): Clarify description of `this-command-keys'. | |
4892 Mention KEEP-RECORD argument to `clear-this-command-keys'. | |
4893 Value of `last-event-frame' can be `macro'. | |
4894 (Repeat Events): `double-click-fuzz' is also used to distinguish | |
4895 clicks and drags. | |
4896 (Classifying Events): Clarify descriptions of `event-modifiers' | |
4897 `event-basic-type' and `event-convert-list'. | |
4898 (Accessing Events): `posn-timestamp' takes POSITION argument. | |
4899 (Quoted Character Input): Clarify description of | |
4900 `read-quoted-char' and fix example. | |
4901 (Quitting): Add `with-local-quit'. | |
4902 (Disabling Commands): Correct and clarify descriptions of | |
4903 `enable-command' and `disable-command'. | |
4904 Mention what happens if `disabled-command-hook' is nil. | |
4905 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'. | |
4906 Describe `executing-kbd-macro' instead of obsolete `executing-macro'. | |
4907 | |
4908 2004-07-24 Luc Teirlinck <teirllm@auburn.edu> | |
4909 | |
4910 * frames.texi: Various changes in addition to: | |
4911 (Creating Frames): Expand and clarify description of `make-frame'. | |
4912 (Window Frame Parameters): Either none or both of the `icon-left' | |
4913 and `icon-top' parameters must be specified. Put descriptions of | |
4914 `menu-bar-lines' and `toolbar-lines' closer together and change | |
4915 them accordingly. | |
4916 (Frame Titles): `multiple-frames' is not guaranteed to be accurate | |
4917 except while processing `frame-title-format' or `icon-title-format'. | |
4918 (Deleting Frames): Correct description of `delete-frame'. | |
4919 Non-nil return values of `frame-live-p' are like those of `framep'. | |
4920 (Frames and Windows): Mention return value of | |
4921 `set-frame-selected-window'. | |
4922 (Visibility of Frames): Mention `force' argument to | |
4923 `make-frame-invisible'. `frame-visible-p' returns t for all | |
4924 frames on text-only terminals. | |
4925 (Frame Configurations): Restoring a frame configuration does not | |
4926 restore deleted frames. | |
4927 (Window System Selections): `x-set-selection' returns DATA. | |
4928 (Resources): Add example. | |
4929 (Display Feature Testing): Clarify descriptions of | |
4930 `display-pixel-height', `display-pixel-width', `x-server-version' | |
4931 and `x-server-vendor'. | |
4932 | |
4933 * windows.texi (Choosing Window): Add anchor. | |
4934 * minibuf.texi (Minibuffer Misc): Add anchor. | |
4935 | |
4936 2004-07-23 John Paul Wallington <jpw@gnu.org> | |
4937 | |
4938 * macros.texi (Defining Macros): Declaration keyword for setting | |
4939 Edebug spec is `debug' not `edebug'. | |
4940 | |
4941 2004-07-19 Luc Teirlinck <teirllm@auburn.edu> | |
4942 | |
4943 * windows.texi: Various small changes in addition to: | |
4944 (Window Point): Mention return value of `set-window-point'. | |
4945 (Window Start): `pos-visible-in-window-p' disregards horizontal | |
4946 scrolling. Explain return value if PARTIALLY is non-nil. | |
4947 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll' | |
4948 and `set-window-vscroll'. | |
4949 (Size of Window): The argument WINDOW to `window-inside-edges', | |
4950 `window-pixel-edges' and `window-inside-pixel-edges' is optional. | |
4951 (Resizing Windows): Explain return value of | |
4952 `shrink-window-if-larger-than-buffer'. | |
4953 `window-size-fixed' automatically becomes buffer local when set. | |
4954 (Window Configurations): Explain return value of | |
4955 `set-window-configuration'. | |
4956 | |
4957 * minibuf.texi (Minibuffer Misc): Add anchor for | |
4958 `minibuffer-scroll-window'. | |
4959 | |
4960 * positions.texi (Text Lines): Add anchor for `count-lines'. | |
4961 | |
4962 2004-07-17 Richard M. Stallman <rms@gnu.org> | |
4963 | |
4964 * display.texi (Overlay Properties): Adding `evaporate' prop | |
4965 deletes empty overlay immediately. | |
4966 | |
4967 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook, | |
4968 fix example. | |
4969 | |
4970 2004-07-16 Jim Blandy <jimb@redhat.com> | |
4971 | |
4972 * searching.texi (Regexp Backslash): Document new \_< and \_> | |
4973 operators. | |
4974 | |
4975 2004-07-16 Juanma Barranquero <lektu@terra.es> | |
4976 | |
4977 * display.texi (Images): Fix Texinfo usage. | |
4978 | |
4979 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> | |
4980 | |
4981 * buffers.texi (Modification Time): `visited-file-modtime' now | |
4982 returns a list of two integers, instead of a cons. | |
4983 | |
4984 2004-07-13 Luc Teirlinck <teirllm@auburn.edu> | |
4985 | |
4986 * windows.texi: Various changes in addition to: | |
4987 (Splitting Windows): Add `split-window-keep-point'. | |
4988 | |
4989 2004-07-09 Richard M. Stallman <rms@gnu.org> | |
4990 | |
4991 * frames.texi (Input Focus): Minor fix. | |
4992 | |
4993 2004-07-07 Luc Teirlinck <teirllm@auburn.edu> | |
4994 | |
4995 * frames.texi (Input Focus): Clarify descriptions of | |
4996 `select-frame-set-input-focus' and `select-frame'. | |
4997 | |
4998 2004-07-06 Luc Teirlinck <teirllm@auburn.edu> | |
4999 | |
5000 * os.texi: Various small changes in addition to: | |
5001 (Killing Emacs): Expand and clarify description of | |
5002 `kill-emacs-query-functions' and `kill-emacs-hook'. | |
5003 (System Environment): Expand and clarify description of `getenv' | |
5004 and `setenv'. | |
5005 (Timers): Clarify description of `run-at-time'. | |
5006 (Translating Input): Correct description of | |
5007 `extra-keyboard-modifiers'. | |
5008 (Flow Control): Correct description of `enable-flow-control'. | |
5009 | |
5010 2004-07-06 Thien-Thi Nguyen <ttn@gnu.org> | |
5011 | |
5012 * os.texi: Update copyright. | |
5013 (Session Management): Grammar fix. | |
5014 Clarify which Emacs does the restarting. | |
5015 Use @samp for *scratch* buffer. | |
5016 | |
5017 2004-07-04 Alan Mackenzie <acm@muc.de> | |
5018 | |
5019 * frames.texi (Input Focus): Add documentation for | |
5020 `select-frame-set-input-focus'. Replace refs to non-existent | |
5021 `switch-frame' with `select-frame'. Minor corrections and tidying | |
5022 up of text-only terminal stuff. | |
5023 | |
5024 2004-07-02 Richard M. Stallman <rms@gnu.org> | |
5025 | |
5026 * files.texi (Saving Buffers): Cleanup write-contents-function. | |
5027 (Magic File Names): Cleanup file-remote-p. | |
5028 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95881
diff
changeset
|
5029 2004-07-02 Kai Großjohann <kai@emptydomain.de> |
84043 | 5030 |
5031 * files.texi (Magic File Names): `file-remote-p' returns an | |
5032 identifier of the remote system, not just t. | |
5033 | |
5034 2004-07-02 David Kastrup <dak@gnu.org> | |
5035 | |
5036 * searching.texi (Entire Match Data): Add explanation about new | |
5037 match-data behavior when @var{integers} is non-nil. | |
5038 | |
5039 2004-06-24 Richard M. Stallman <rms@gnu.org> | |
5040 | |
5041 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event. | |
5042 | |
5043 * customize.texi (Variable Definitions): Note about doc strings | |
5044 and :set. | |
5045 | |
5046 * keymaps.texi (Keymap Terminology): Document `kbd'. | |
5047 (Changing Key Bindings, Key Binding Commands): Use kbd in examples. | |
5048 | |
5049 * display.texi (Invisible Text): Setting buffer-invisibility-spec | |
5050 makes it buffer-local. | |
5051 | |
5052 * files.texi (Saving Buffers): Correct previous change. | |
5053 | |
5054 * commands.texi (Accessing Events): | |
5055 Clarify posn-col-row and posn-actual-col-row. | |
5056 | |
5057 2004-06-24 David Ponce <david.ponce@wanadoo.fr> | |
5058 | |
5059 * commands.texi (Accessing Events): New functions | |
5060 posn-at-point and posn-at-x-y. Add example to posn-x-y. | |
5061 | |
5062 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | |
5063 | |
5064 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi: | |
5065 * frames.texi, buffers.texi, backups.texi, variables.texi: | |
5066 * loading.texi, eval.texi, functions.texi, control.texi: | |
5067 * symbols.texi, minibuf.texi: Reposition @anchor's. | |
5068 | |
5069 * help.texi: Various small changes in addition to the following. | |
5070 (Describing Characters): Describe PREFIX argument to | |
5071 `key-description'. Correct and clarify definition of | |
5072 `text-char-description'. Describe NEED-VECTOR argument to | |
5073 `read-kbd-macro'. | |
5074 (Help Functions): Clarify definition of `apropos'. | |
5075 | |
5076 2004-06-23 Lars Hansen <larsh@math.ku.dk> | |
5077 | |
5078 * files.texi (Saving Buffers): Correct description of | |
5079 `write-contents-functions'. | |
5080 | |
5081 2004-06-21 Juanma Barranquero <lektu@terra.es> | |
5082 | |
5083 * display.texi (Images): Remove redundant @vindex directives. | |
5084 Rewrite `image-library-alist' doc in active voice. | |
5085 | |
5086 2004-06-14 Juanma Barranquero <lektu@terra.es> | |
5087 | |
5088 * display.texi (Images): Document new delayed library loading, | |
5089 variable `image-library-alist' and (existing but undocumented) | |
5090 function `image-type-available-p'. | |
5091 | |
5092 2004-06-05 Richard M. Stallman <rms@gnu.org> | |
5093 | |
5094 * minibuf.texi (Minibuffer Completion): For INITIAL arg, | |
5095 refer the user to the Initial Input node. | |
5096 (Text from Minibuffer): Likewise. | |
5097 (Initial Input): New node. Document this feature | |
5098 and say it is mostly deprecated. | |
5099 | |
5100 2004-05-30 Richard M. Stallman <rms@gnu.org> | |
5101 | |
5102 * loading.texi (Named Features): Clarify return value | |
5103 and meaning of NOERROR. | |
5104 | |
5105 * variables.texi (File Local Variables): Minor cleanup. | |
5106 | |
5107 2004-05-30 Michael Albinus <michael.albinus@gmx.de> | |
5108 | |
5109 * files.texi (Magic File Names): Add `file-remote-p' as operation | |
5110 of file name handlers. | |
5111 | |
5112 2004-05-29 Richard M. Stallman <rms@gnu.org> | |
5113 | |
5114 * modes.texi (Minor Mode Conventions): (-) has no special meaning | |
5115 as arg to a minor mode command. | |
5116 | |
5117 2004-05-22 Richard M. Stallman <rms@gnu.org> | |
5118 | |
5119 * syntax.texi (Syntax Class Table): Word syntax not just for English. | |
5120 | |
5121 * streams.texi (Output Variables): Doc float-output-format. | |
5122 | |
5123 * searching.texi (Regexp Special): Nested repetition can be infloop. | |
5124 | |
5125 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause | |
5126 real stack overflow. | |
5127 | |
5128 * compile.texi: Minor cleanups. | |
5129 | |
5130 2004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu> | |
5131 | |
5132 * lists.texi (Cons Cells): Explain dotted lists, true lists, | |
5133 circular lists. | |
5134 (List Elements): Explain handling of circular and dotted lists. | |
5135 | |
5136 2004-05-19 Thien-Thi Nguyen <ttn@gnu.org> | |
5137 | |
5138 * modes.texi (Search-based Fontification): Fix typo. | |
5139 | |
5140 2004-05-10 Juanma Barranquero <lektu@terra.es> | |
5141 | |
5142 * modes.texi (Mode Line Variables): Fix description of | |
5143 global-mode-string, which is now after which-func-mode, not the | |
5144 buffer name. | |
5145 | |
5146 2004-05-07 Lars Hansen <larsh@math.ku.dk> | |
5147 | |
5148 * modes.texi (Desktop Save Mode): Add. | |
5149 (Modes): Add menu entry Desktop Save Mode. | |
5150 | |
5151 * hooks.texi: Add desktop-after-read-hook, | |
5152 desktop-no-desktop-file-hook and desktop-save-hook. | |
5153 | |
5154 * locals.texi: Add desktop-save-buffer. | |
5155 | |
5156 2004-04-30 Jesper Harder <harder@ifa.au.dk> | |
5157 | |
5158 * display.texi: emacs -> Emacs. | |
5159 | |
5160 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org> | |
5161 | |
5162 * files.texi (Changing Files): Document set-file-times. | |
5163 | |
5164 2004-04-23 Juanma Barranquero <lektu@terra.es> | |
5165 | |
5166 * makefile.w32-in: Add "-*- makefile -*-" mode tag. | |
5167 | |
5168 2004-04-18 Jesper Harder <harder@ifa.au.dk> | |
5169 | |
5170 * tips.texi (Coding Conventions): defopt -> defcustom. | |
5171 | |
5172 2004-04-16 Luc Teirlinck <teirllm@auburn.edu> | |
5173 | |
5174 * sequences.texi: Various clarifications. | |
5175 | |
5176 2004-04-14 Luc Teirlinck <teirllm@auburn.edu> | |
5177 | |
5178 * buffers.texi (Read Only Buffers): Mention optional ARG to | |
5179 `toggle-read-only'. | |
5180 | |
5181 2004-04-14 Nick Roberts <nick@nick.uklinux.net> | |
5182 | |
5183 * windows.texi (Selecting Windows): Note that get-lru-window | |
5184 returns a full-width window if possible. | |
5185 | |
5186 2004-04-13 Luc Teirlinck <teirllm@auburn.edu> | |
5187 | |
5188 * buffers.texi: Various changes in addition to: | |
5189 (Buffer File Name): Add `find-buffer-visiting'. | |
5190 (Buffer Modification): Mention optional ARG to `not-modified'. | |
5191 (Indirect Buffers): Mention optional CLONE argument to | |
5192 `make-indirect-buffer'. | |
5193 | |
5194 * files.texi: Various changes in addition to: | |
5195 (Visiting Functions): `find-file-hook' is now a normal hook. | |
5196 (File Name Expansion): Explain difference between the way that | |
5197 `expand-file-name' and `file-truename' treat `..'. | |
5198 (Contents of Directories): Mention optional ID-FORMAT argument to | |
5199 `directory-files-and-attributes'. | |
5200 (Format Conversion): Mention new optional CONFIRM argument to | |
5201 `format-write-file'. | |
5202 | |
5203 2004-04-12 Miles Bader <miles@gnu.org> | |
5204 | |
5205 * macros.texi (Expansion): Add description of `macroexpand-all'. | |
5206 | |
5207 2004-04-05 Jesper Harder <harder@ifa.au.dk> | |
5208 | |
5209 * variables.texi (Variable Aliases): Mention | |
5210 cyclic-variable-indirection. | |
5211 | |
5212 * errors.texi (Standard Errors): Ditto. | |
5213 | |
5214 2004-04-04 Luc Teirlinck <teirllm@auburn.edu> | |
5215 | |
5216 * backups.texi: Various small changes in addition to: | |
5217 (Making Backups): Mention return value of `backup-buffer'. | |
5218 (Auto-Saving): Mention optional FORCE argument to | |
5219 `delete-auto-save-file-if-necessary'. | |
5220 (Reverting): Mention optional PRESERVE-MODES argument to | |
5221 `revert-buffer'. Correct description of `revert-buffer-function'. | |
5222 | |
5223 2004-03-22 Juri Linkov <juri@jurta.org> | |
5224 | |
5225 * sequences.texi (Sequence Functions): Replace xref to `Vectors' | |
5226 with `Vector Functions'. | |
5227 | |
5228 * text.texi (Sorting): Add missing quote. | |
5229 | |
5230 2004-03-14 Luc Teirlinck <teirllm@auburn.edu> | |
5231 | |
5232 * intro.texi (Lisp History): Replace xref to `cl' manual with | |
5233 inforef. | |
5234 | |
5235 2004-03-12 Richard M. Stallman <rms@gnu.org> | |
5236 | |
5237 * intro.texi (Version Info): Add arg to emacs-version. | |
5238 (Lisp History): Change xref to CL manual. | |
5239 | |
5240 2004-03-09 Luc Teirlinck <teirllm@auburn.edu> | |
5241 | |
5242 * minibuf.texi (Completion Commands): Add xref to Emacs manual | |
5243 for Partial Completion mode. | |
5244 | |
5245 2004-03-07 Thien-Thi Nguyen <ttn@gnu.org> | |
5246 | |
5247 * customize.texi: Fix typo. Remove eol whitespace. | |
5248 | |
5249 2004-03-04 Richard M. Stallman <rms@gnu.org> | |
5250 | |
5251 * processes.texi: Fix typos. | |
5252 | |
5253 * lists.texi (Building Lists): Minor clarification. | |
5254 | |
5255 * hash.texi (Creating Hash): Correct the meaning of t for WEAK | |
5256 in make-hash-table. | |
5257 | |
5258 2004-02-29 Juanma Barranquero <lektu@terra.es> | |
5259 | |
5260 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of | |
5261 rm, and ignore exit code. | |
5262 | |
5263 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu> | |
5264 | |
5265 * display.texi (Defining Faces): Add description for min-colors. | |
5266 Update example. | |
5267 | |
5268 2004-02-23 Luc Teirlinck <teirllm@auburn.edu> | |
5269 | |
5270 * abbrevs.texi: Various corrections and clarifications in addition | |
5271 to the following: | |
5272 (Abbrev Tables): Delete add-abbrev (as suggested by RMS). | |
5273 | |
5274 2004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
5275 | |
5276 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp. | |
5277 | |
5278 2004-02-21 Luc Teirlinck <teirllm@auburn.edu> | |
5279 | |
5280 * text.texi: Various small changes in addition to the following: | |
5281 (User-Level Deletion): Mention optional BACKWARD-ONLY argument | |
5282 to delete-horizontal-space. | |
5283 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct | |
5284 description of yank-handler text property at various places. | |
5285 | |
5286 * frames.texi (Window System Selections): Add anchor. | |
5287 | |
5288 * syntax.texi (Syntax Table Functions): Clarify and correct | |
5289 descriptions of make-syntax-table and copy-syntax-table. | |
5290 (Motion and Syntax): Clarify SYNTAXES argument to | |
5291 skip-syntax-forward. | |
5292 (Parsing Expressions): Mention that the return value of | |
5293 parse-partial-sexp is currently a list of ten rather than nine | |
5294 elements. | |
5295 (Categories): Various corrections and clarifications. | |
5296 | |
5297 2004-02-17 Luc Teirlinck <teirllm@auburn.edu> | |
5298 | |
5299 * markers.texi (Marker Insertion Types): Minor change. | |
5300 | |
5301 * locals.texi (Standard Buffer-Local Variables): | |
5302 * commands.texi (Interactive Codes, Using Interactive): | |
5303 * functions.texi (Related Topics): Fix xrefs. | |
5304 | |
5305 2004-02-16 Luc Teirlinck <teirllm@auburn.edu> | |
5306 | |
5307 * lists.texi (Sets And Lists): Update description of delete-dups. | |
5308 | |
5309 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5310 | |
5311 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button. | |
5312 | |
93309 | 5313 2004-02-16 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 5314 |
5315 * frames.texi (Parameter Access): frame-parameters arg is optional. | |
5316 modify-frame-parameters handles nil for FRAME. | |
5317 (Window Frame Parameters): menu-bar-lines and tool-bar-lines | |
5318 are all-or-nothing for certain toolkits. | |
5319 Mention parameter wait-for-wm. | |
5320 (Frames and Windows): In frame-first-window and frame-selected-window | |
5321 the arg is optional. | |
5322 (Input Focus): In redirect-frame-focus the second arg is optional. | |
5323 (Window System Selections): Mention selection type CLIPBOARD. | |
5324 Mention data-type UTF8_STRING. | |
5325 Mention numbering of cut buffers. | |
5326 (Resources): Describe x-resource-name. | |
5327 | |
5328 2004-02-16 Richard M. Stallman <rms@gnu.org> | |
5329 | |
5330 * windows.texi (Buffers and Windows): Delete false table | |
5331 about all-frames. | |
5332 | |
5333 * syntax.texi (Parsing Expressions): Delete old caveat | |
5334 about parse-sexp-ignore-comments. | |
5335 | |
5336 * streams.texi (Output Variables): Add print-quoted. | |
5337 | |
5338 * lists.texi (Building Lists): Minor cleanup. | |
5339 | |
5340 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values. | |
5341 | |
5342 * display.texi (Overlays): Explain overlays use markers. | |
5343 (Managing Overlays): Explain front-advance and rear-advance | |
5344 in more detail. | |
5345 | |
5346 * loading.texi (Unloading): Document unload-feature-special-hooks. | |
5347 Get rid of fns-NNN.el file. | |
5348 | |
5349 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | |
5350 | |
5351 * help.texi (Describing Characters): Fix text-char-description | |
5352 example output. | |
5353 | |
5354 * edebug.texi (Using Edebug): Fix example. | |
5355 | |
5356 * debugging.texi (Internals of Debugger): Fix return value. | |
5357 | |
5358 * files.texi (Changing Files): Fix argname. | |
5359 | |
5360 * calendar.texi: Fix parens, and default values. | |
5361 | |
5362 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes. | |
5363 * nonascii.texi, objects.texi, os.texi: Minor fixes. | |
5364 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes. | |
5365 | |
5366 * positions.texi (Text Lines): Don't add -1 in current-line. | |
5367 | |
5368 2004-02-16 Richard M. Stallman <rms@gnu.org> | |
5369 | |
5370 * compile.texi (Compiler Errors): if-boundp feature applies to cond. | |
5371 | |
5372 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5373 | |
5374 * processes.texi (Low-Level Network): Fix a typo. | |
5375 | |
5376 2004-02-12 Kim F. Storm <storm@cua.dk> | |
5377 | |
5378 * display.texi (Fringes): Use consistent wording. | |
5379 Note that window-fringe's window arg is optional. | |
5380 (Scroll Bars): Use consistent wording. | |
5381 | |
5382 2004-02-11 Luc Teirlinck <teirllm@auburn.edu> | |
5383 | |
5384 * tips.texi (Comment Tips): Document the new conventions for | |
5385 commenting out code. | |
5386 | |
93309 | 5387 2004-02-07 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 5388 |
5389 * positions.texi (Text Lines): Added missing end defun. | |
5390 | |
5391 2004-02-07 Kim F. Storm <storm@cua.dk> | |
5392 | |
5393 * positions.texi (Text Lines): Add line-number-at-pos. | |
5394 | |
5395 2004-02-06 John Paul Wallington <jpw@gnu.org> | |
5396 | |
5397 * display.texi (Button Properties, Button Buffer Commands): | |
5398 mouse-2 invokes button, not down-mouse-1. | |
5399 | |
5400 2004-02-04 Jason Rumney <jasonr@gnu.org> | |
5401 | |
5402 * makefile.w32-in: Sync with Makefile.in changes. | |
5403 | |
5404 2004-02-03 Luc Teirlinck <teirllm@auburn.edu> | |
5405 | |
5406 * minibuf.texi (Text from Minibuffer): Various corrections and | |
5407 clarifications. | |
5408 (Object from Minibuffer): Correct Lisp description of | |
5409 read-minibuffer. | |
5410 (Minibuffer History): Clarify description of cons values for | |
5411 HISTORY arguments. | |
5412 (Basic Completion): Various corrections and clarifications. Add | |
5413 completion-regexp-list. | |
5414 (Minibuffer Completion): Correct and clarify description of | |
5415 completing-read. | |
5416 (Completion Commands): Mention Partial Completion mode. Various | |
5417 other minor changes. | |
5418 (High-Level Completion): Various corrections and clarifications. | |
5419 (Reading File Names): Ditto. | |
5420 (Minibuffer Misc): Ditto. | |
5421 | |
5422 2004-01-26 Luc Teirlinck <teirllm@auburn.edu> | |
5423 | |
5424 * strings.texi (Text Comparison): assoc-string also matches | |
5425 elements of alists that are strings instead of conses. | |
5426 (Formatting Strings): Standardize Texinfo usage. Update index | |
5427 entries. | |
5428 | |
5429 2004-01-20 Luc Teirlinck <teirllm@auburn.edu> | |
5430 | |
5431 * lists.texi (Sets And Lists): Add delete-dups. | |
5432 | |
5433 2004-01-15 Luc Teirlinck <teirllm@auburn.edu> | |
5434 | |
5435 * edebug.texi (Instrumenting Macro Calls): `declare' is not a | |
5436 special form. | |
5437 * macros.texi (Defining Macros): Update description of `declare', | |
5438 which now is a macro. | |
5439 (Wrong Time): Fix typos. | |
5440 | |
5441 2004-01-14 Luc Teirlinck <teirllm@auburn.edu> | |
5442 | |
5443 * compile.texi (Compilation Functions): Expand descriptions of | |
5444 `compile-defun', `byte-compile-file', `byte-recompile-directory' | |
5445 and `batch-byte-compile'. In particular, mention and describe | |
5446 all optional arguments. | |
5447 (Disassembly): Correct and clarify the description of `disassemble'. | |
5448 | |
5449 2004-01-11 Luc Teirlinck <teirllm@auburn.edu> | |
5450 | |
5451 * searching.texi: Various small changes in addition to the | |
5452 following. | |
5453 (Regexp Example): Adapt to new value of `sentence-end'. | |
5454 (Regexp Functions): The PAREN argument to `regexp-opt' can be | |
5455 `words'. | |
5456 (Search and Replace): Add usage note for `perform-replace'. | |
5457 (Entire Match Data): Mention INTEGERS and REUSE arguments to | |
5458 `match-data'. | |
5459 (Standard Regexps): Update for new values of `paragraph-start' | |
5460 and `sentence-end'. | |
5461 | |
5462 2004-01-07 Luc Teirlinck <teirllm@auburn.edu> | |
5463 | |
5464 * files.texi (Saving Buffers): Clarify descriptions of | |
5465 `write-contents-functions' and `before-save-hook'. | |
5466 Make the defvar's for `before-save-hook' and `after-save-hook' | |
5467 into defopt's. | |
5468 | |
5469 2004-01-07 Kim F. Storm <storm@cua.dk> | |
5470 | |
5471 * commands.texi (Click Events): Describe new image and | |
5472 width/height elements of click events. | |
5473 (Accessing Events): Add posn-string, posn-image, and | |
5474 posn-object-width-height. Change posn-object to return either | |
5475 image or string object. | |
5476 | |
5477 2004-01-01 Simon Josefsson <jas@extundo.com> | |
5478 | |
5479 * hooks.texi (Standard Hooks): Add before-save-hook. | |
5480 * files.texi (Saving Buffers): Likewise. | |
5481 | |
5482 2004-01-03 Richard M. Stallman <rms@gnu.org> | |
5483 | |
5484 * frames.texi (Frames and Windows): Delete frame-root-window. | |
5485 | |
5486 2004-01-03 Luc Teirlinck <teirllm@auburn.edu> | |
5487 | |
5488 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors. | |
5489 | |
5490 * functions.texi: Various small changes in addition to the | |
5491 following. | |
5492 (What Is a Function): `functionp' returns nil for macros. Clarify | |
5493 behavior of this and following functions for symbol arguments. | |
5494 (Function Documentation): Add `\' in front of (fn @var{arglist}) | |
5495 and explain why. | |
5496 (Defining Functions): Mention DOCSTRING argument to `defalias'. | |
5497 Add anchor. | |
5498 (Mapping Functions): Add anchor. Unquote nil in mapcar* example. | |
5499 | |
5500 2004-01-01 Miles Bader <miles@gnu.org> | |
5501 | |
5502 * display.texi (Buttons): New section. | |
5503 | |
5504 2003-12-31 Andreas Schwab <schwab@suse.de> | |
5505 | |
5506 * numbers.texi (Math Functions): sqrt reports a domain-error | |
5507 error. | |
5508 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'. | |
5509 | |
5510 2003-12-30 Luc Teirlinck <teirllm@auburn.edu> | |
5511 | |
5512 * tips.texi (Documentation Tips): Update item on hyperlinks in | |
5513 documentation strings. | |
5514 | |
5515 * errors.texi (Standard Errors): Various small corrections and | |
5516 additions. | |
5517 | |
5518 * control.texi: Various small changes in addition to the | |
5519 following. | |
5520 (Signaling Errors): Provide some more details on how `signal' | |
5521 constructs the error message. Add anchor to the definition of | |
5522 `signal'. | |
5523 (Error Symbols): Describe special treatment of `quit'. | |
5524 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM | |
5525 to emphasize that it has to be a single form. | |
5526 | |
5527 * buffers.texi: Add anchor. | |
5528 | |
5529 2003-12-29 Richard M. Stallman <rms@gnu.org> | |
5530 | |
5531 * windows.texi (Choosing Window): Add same-window-p, special-display-p. | |
5532 (Window Configurations): Add window-configuration-frame. | |
5533 | |
5534 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p. | |
5535 | |
5536 * text.texi (Examining Properties): Add get-char-property-and-overlay. | |
5537 Change arg name in get-char-property. | |
5538 (Special Properties): Update handling of keymap property. | |
5539 | |
5540 * strings.texi (Modifying Strings): Add clear-string. | |
5541 (Text Comparison): Add assoc-string and remove | |
5542 assoc-ignore-case, assoc-ignore-representation. | |
5543 | |
5544 * os.texi (Time of Day): Add set-time-zone-rule. | |
5545 | |
5546 * numbers.texi (Math Functions): asin, acos, log, log10 | |
5547 report domain-error errors. | |
5548 | |
5549 * nonascii.texi (Converting Representations): | |
5550 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte. | |
5551 (Encoding and I/O): Add file-name-coding-system. | |
5552 | |
5553 * modes.texi (Search-based Fontification): Explain that | |
5554 face specs are symbols with face names as values. | |
5555 | |
5556 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window. | |
5557 | |
5558 * lists.texi (Building Lists): remq moved elsewhere. | |
5559 (Sets And Lists): remq moved here. | |
5560 (Association Lists): Refer to assoc-string. | |
5561 | |
5562 * internals.texi (Garbage Collection): Add memory-use-counts. | |
5563 | |
5564 * frames.texi (Frames and Windows): Add set-frame-selected-window | |
5565 and frame-root-window. | |
5566 | |
5567 * files.texi (Contents of Directories): | |
5568 Add directory-files-and-attributes. | |
5569 | |
5570 * display.texi (Refresh Screen): Add force-window-update. | |
5571 (Invisible Text): Explain about moving point out of invis text. | |
5572 (Overlay Properties): Add overlay-properties. | |
5573 (Managing Overlays): Add overlayp. | |
5574 (GIF Images): Invalid image number displays a hollow box. | |
5575 | |
5576 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p. | |
5577 (Killing Buffers): Add buffer-live-p. | |
5578 | |
5579 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de> | |
5580 | |
5581 * display.texi (Fringes): Fix typo "set-buffer-window". | |
5582 | |
5583 2003-12-24 Luc Teirlinck <teirllm@auburn.edu> | |
5584 | |
5585 * display.texi, eval.texi, help.texi, internals.texi, loading.texi: | |
5586 * nonascii.texi, processes.texi, tips.texi, variables.texi: | |
5587 Add or change various xrefs and anchors. | |
5588 | |
5589 * commands.texi: Replace all occurrences of @acronym{CAR} with | |
5590 @sc{car}, for consistency with the rest of the Elisp manual. | |
5591 `car' and `cdr' are historically acronyms, but are no longer | |
5592 widely thought of as such. | |
5593 | |
5594 * internals.texi (Pure Storage): Mention that `purecopy' does not | |
5595 copy text properties. | |
5596 (Object Internals): Now 29 bits are used (in most implementations) | |
5597 to address Lisp objects. | |
5598 | |
5599 * variables.texi (Variables with Restricted Values): New node. | |
5600 | |
5601 * objects.texi (Lisp Data Types): Mention that certain variables | |
5602 can only take on a restricted set of values and add an xref to | |
5603 the new node "Variables with Restricted Values". | |
5604 | |
5605 * eval.texi (Function Indirection): Describe the errors that | |
5606 `indirect-function' can signal. | |
5607 (Eval): Clarify the descriptions of `eval-region' and `values'. | |
5608 Describe `eval-buffer' instead of `eval-current-buffer' and | |
5609 mention `eval-current-buffer' as an alias for `current-buffer'. | |
5610 Correct the description and mention all optional arguments. | |
5611 | |
5612 * nonascii.texi: Various small changes in addition to the | |
5613 following. | |
5614 (Converting Representations): Clarify behavior of | |
5615 `string-make-multibyte' and `string-to-multibyte' for unibyte all | |
5616 ASCII arguments. | |
5617 (Character Sets): Document the variable `charset-list' and adapt | |
5618 the definition of the function `charset-list' accordingly. | |
5619 (Translation of Characters): Clarify use of generic characters in | |
5620 `make-translation-table'. Clarify and correct the description of | |
5621 the use of translation tables in encoding and decoding. | |
5622 (User-Chosen Coding Systems): Correct and clarify the description | |
5623 of `select-safe-coding-system'. | |
5624 (Default Coding Systems): Clarify description of | |
5625 `file-coding-system-alist'. | |
5626 | |
5627 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | |
5628 | |
5629 * strings.texi (Text Comparison): Correctly describe when two | |
5630 strings are `equal'. Combine and clarify descriptions of | |
5631 `assoc-ignore-case' and `assoc-ignore-representation'. | |
5632 | |
5633 * objects.texi (Non-ASCII in Strings): Clarify description of | |
5634 when a string is unibyte or multibyte. | |
5635 (Bool-Vector Type): Update examples. | |
5636 (Equality Predicates): Correctly describe when two strings are | |
5637 `equal'. | |
5638 | |
5639 2003-11-29 Luc Teirlinck <teirllm@auburn.edu> | |
5640 | |
5641 * lists.texi (Building Lists): `append' no longer accepts integer | |
5642 arguments. Update the description of `number-sequence' to reflect | |
5643 recent changes. | |
5644 (Sets And Lists): Describe `member-ignore-case' after `member'. | |
5645 | |
5646 2003-11-27 Kim F. Storm <storm@cua.dk> | |
5647 | |
5648 * commands.texi (Click Events): Click object may be an images. | |
5649 Describe (dx . dy) element of click positions. | |
5650 (Accessing Events): Remove duplicate posn-timestamp. | |
5651 New functions posn-object and posn-object-x-y. | |
5652 | |
5653 2003-11-23 Kim F. Storm <storm@cua.dk> | |
5654 | |
5655 * commands.texi (Click Events): Describe enhancements to event | |
5656 position lists, including new text-pos and (col . row) items. | |
5657 Mention left-fringe and right-fringe area events. | |
5658 (Accessing Events): New functions posn-area and | |
5659 posn-actual-col-row. Mention posn-timestamp. Mention that | |
5660 posn-point in non-text area still returns buffer position. | |
5661 Clarify posn-col-row. | |
5662 | |
5663 2003-11-21 Lars Hansen <larsh@math.ku.dk> | |
5664 | |
5665 * files.texi (File Attributes): Describe new parameter ID-FORMAT. | |
5666 * anti.texi (File Attributes): Describe removed parameter | |
5667 ID-FORMAT. | |
5668 | |
5669 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> | |
5670 | |
5671 * positions.texi (Positions): Mention that, if a marker is used as | |
5672 a position, its buffer is ignored. | |
5673 | |
5674 * markers.texi (Overview of Markers): Mention it here too. | |
5675 | |
5676 2003-11-12 Luc Teirlinck <teirllm@auburn.edu> | |
5677 | |
5678 * numbers.texi (Numeric Conversions): Not just `floor', but also | |
5679 `truncate', `ceiling' and `round' accept optional argument DIVISOR. | |
5680 | |
5681 2003-11-10 Luc Teirlinck <teirllm@auburn.edu> | |
5682 | |
5683 * markers.texi (Creating Markers): Specify insertion type of | |
5684 created markers. Add xref to `Marker Insertion Types'. | |
5685 Second argument to `copy-marker' is optional. | |
5686 (Marker Insertion Types): Mention that most markers are created | |
5687 with insertion type nil. | |
5688 (The Mark): Correctly describe when `mark' signals an error. | |
5689 (The Region): Correctly describe when `region-beginning' and | |
5690 `region-end' signal an error. | |
5691 | |
5692 2003-11-08 Luc Teirlinck <teirllm@auburn.edu> | |
5693 | |
5694 * hash.texi (Creating Hash): Clarify description of `eql'. | |
5695 `makehash' is obsolete. | |
5696 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'. | |
5697 | |
5698 * positions.texi (Point): Change description of `buffer-end', so | |
5699 that it is also correct for floating point arguments. | |
5700 (List Motion): Correct argument lists of `beginning-of-defun' and | |
5701 `end-of-defun'. | |
5702 (Excursions): Add xref to `Marker Insertion Types'. | |
5703 (Narrowing): Argument to `narrow-to-page' is optional. | |
5704 | |
5705 2003-11-06 Luc Teirlinck <teirllm@auburn.edu> | |
5706 | |
5707 * streams.texi (Output Streams): Clarify behavior of point for | |
5708 marker output streams. | |
5709 | |
5710 2003-11-04 Luc Teirlinck <teirllm@auburn.edu> | |
5711 | |
5712 * variables.texi (Defining Variables): Second argument to | |
5713 `defconst' is not optional. | |
5714 (Setting Variables): Mention optional argument APPEND to | |
5715 `add-to-list'. | |
5716 (Creating Buffer-Local): Expand description of | |
5717 `make-variable-buffer-local'. | |
5718 (Frame-Local Variables): Expand description of | |
5719 `make-variable-frame-local'. | |
5720 (Variable Aliases): Correct description of optional argument | |
5721 DOCSTRING to `defvaralias'. Mention return value of | |
5722 `defvaralias'. | |
5723 (File Local Variables): Add xref to `File variables' in Emacs | |
5724 Manual. Correct description of `hack-local-variables'. Mention | |
5725 `safe-local-variable' property. Mention optional second argument | |
5726 to `risky-local-variable-p'. | |
5727 | |
5728 2003-11-03 Luc Teirlinck <teirllm@auburn.edu> | |
5729 | |
5730 * symbols.texi (Symbol Plists): Mention return value of `setplist'. | |
5731 | |
5732 2003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change) | |
5733 | |
5734 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi | |
5735 lispref/customize.texi, lispref/display.texi, lispref/files.texi, | |
5736 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi, | |
5737 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi, | |
5738 lispref/objects.texi, lispref/os.texi, lispref/positions.texi, | |
5739 lispref/processes.texi, lispref/searching.texi, | |
5740 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi, | |
5741 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with | |
5742 @acronym{FOO}. | |
5743 | |
5744 2003-10-27 Luc Teirlinck <teirllm@auburn.edu> | |
5745 | |
5746 * strings.texi (Creating Strings): Argument START to `substring' | |
5747 can not be `nil'. Expand description of | |
5748 `substring-no-properties'. Correct description of `split-string', | |
5749 especially with respect to empty matches. Prevent very bad line | |
5750 break in definition of `split-string-default-separators'. | |
5751 (Text Comparison): `string=' and `string<' also accept symbols as | |
5752 arguments. | |
5753 (String Conversion): More completely describe argument BASE in | |
5754 `string-to-number'. | |
5755 (Formatting Strings): `%s' and `%S' in `format' do require | |
5756 corresponding object. Clarify behavior of numeric prefix after | |
5757 `%' in `format'. | |
5758 (Case Conversion): The argument to `upcase-initials' can be a | |
5759 character. | |
5760 | |
5761 2003-10-27 Kenichi Handa <handa@m17n.org> | |
5762 | |
5763 * display.texi (Fontsets): Fix texinfo usage. | |
5764 | |
5765 2003-10-25 Kenichi Handa <handa@m17n.org> | |
5766 | |
5767 * display.texi (Fontsets): Add description of the function | |
5768 set-fontset-font. | |
5769 | |
5770 2003-10-23 Luc Teirlinck <teirllm@auburn.edu> | |
5771 | |
5772 * display.texi (Temporary Displays): Add xref to `Documentation | |
5773 Tips'. | |
5774 | |
5775 * functions.texi (Function Safety): Use inforef instead of pxref | |
5776 for SES. | |
5777 | |
5778 2003-10-23 Andreas Schwab <schwab@suse.de> | |
5779 | |
5780 * Makefile.in (TEX, texinputdir): Don't define. | |
5781 (TEXI2DVI): Define. | |
5782 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm, | |
5783 add $(srcdir)/index.texi. | |
5784 ($(infodir)/elisp): Remove index.texi dependency. | |
5785 (elisp.dvi): Likewise. Use $(TEXI2DVI). | |
5786 (index.texi): Remove target. | |
5787 (dist): Don't link $(srcdir)/permute-index. | |
5788 (clean): Don't remove index.texi. | |
5789 | |
5790 * permute-index, index.perm: Remove. | |
5791 * index.texi: Rename from index.unperm. | |
5792 | |
5793 2003-10-22 Luc Teirlinck <teirllm@auburn.edu> | |
5794 | |
5795 * tips.texi (Documentation Tips): Document new behavior for face | |
5796 and variable hyperlinks in Help mode. | |
5797 | |
5798 2003-10-21 Luc Teirlinck <teirllm@auburn.edu> | |
5799 | |
5800 * objects.texi (Integer Type): Update for extra bit of integer range. | |
5801 (Character Type): Ditto. | |
5802 | |
5803 2003-10-16 Eli Zaretskii <eliz@gnu.org> | |
5804 | |
5805 * numbers.texi (Integer Basics): Add index entries for reading | |
5806 numbers in hex, octal, and binary. | |
5807 | |
5808 2003-10-16 Lute Kamstra <lute@gnu.org> | |
5809 | |
5810 * modes.texi (Mode Line Format): Mention force-mode-line-update's | |
5811 argument. | |
5812 | |
5813 2003-10-13 Luc Teirlinck <teirllm@auburn.edu> | |
5814 | |
5815 * windows.texi (Choosing Window): Fix typo. | |
5816 * edebug.texi (Edebug Execution Modes): Fix typo. | |
5817 | |
5818 2003-10-13 Richard M. Stallman <rms@gnu.org> | |
5819 | |
5820 * windows.texi (Basic Windows): A window has fringe settings, | |
5821 display margins and scroll-bar settings. | |
5822 (Splitting Windows): Doc split-window return value. | |
5823 Clean up one-window-p. | |
5824 (Selecting Windows): Fix typo. | |
5825 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window. | |
5826 (Buffers and Windows): In set-window-buffer, explain effect | |
5827 on fringe settings and scroll bar settings. | |
5828 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg. | |
5829 (Choosing Window): Use defopt for pop-up-frame-function. | |
5830 For special-display-buffer-names, explain same-window and same-frame. | |
5831 Clarify window-dedicated-p return value. | |
5832 (Textual Scrolling): scroll-up and scroll-down can get an error. | |
5833 (Horizontal Scrolling): Clarify auto-hscroll-mode. | |
5834 Clarify set-window-hscroll. | |
5835 (Size of Window): Don't mention tool bar in window-height. | |
5836 (Coordinates and Windows): Explain what coordinates-in-window-p | |
5837 returns for fringes and display margins. | |
5838 (Window Configurations): Explain saving fringes, etc. | |
5839 | |
5840 * tips.texi (Library Headers): Clean up Documentation. | |
5841 | |
5842 * syntax.texi (Parsing Expressions): Clean up forward-comment | |
5843 and parse-sexp-lookup-properties. | |
5844 | |
5845 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors. | |
5846 | |
5847 * os.texi (System Environment): Clean up text for load-average errors. | |
5848 | |
5849 * modes.texi (Hooks): Don't explain local hook details at front. | |
5850 Clarify run-hooks and run-hook-with-args a little. | |
5851 Clean up add-hook and remove-hook. | |
5852 | |
5853 * edebug.texi (Edebug Execution Modes): Clarify t. | |
5854 Document edebug-sit-for-seconds. | |
5855 (Coverage Testing): Document C-x X = and =. | |
5856 (Instrumenting Macro Calls): Fix typo. | |
5857 (Specification List): Don't index the specification keywords. | |
5858 | |
5859 2003-10-10 Kim F. Storm <storm@cua.dk> | |
5860 | |
5861 * processes.texi (Network): Introduce make-network-process. | |
5862 | |
5863 2003-10-09 Luc Teirlinck <teirllm@auburn.edu> | |
5864 | |
5865 * tips.texi (Library Headers): Fix typo. | |
5866 | |
5867 2003-10-07 Juri Linkov <juri@jurta.org> | |
5868 | |
5869 * modes.texi (Imenu): Mention imenu-create-index-function's | |
5870 default value. Explain submenus better. | |
5871 | |
5872 2003-10-07 Lute Kamstra <lute@gnu.org> | |
5873 | |
5874 * modes.texi (Faces for Font Lock): Fix typo. | |
5875 (Hooks): Explain how buffer-local hook variables can refer to | |
5876 global hook variables. | |
5877 Various minor clarifications. | |
5878 | |
5879 2003-10-06 Lute Kamstra <lute@gnu.org> | |
5880 | |
5881 * tips.texi (Coding Conventions): Mention naming conventions for | |
5882 hooks. | |
5883 | |
5884 2003-10-05 Luc Teirlinck <teirllm@auburn.edu> | |
5885 | |
5886 * loading.texi (Library Search): Correct default value of | |
5887 load-suffixes. | |
5888 (Named Features): Fix typo. | |
5889 | |
5890 2003-10-05 Richard M. Stallman <rms@gnu.org> | |
5891 | |
5892 * loading.texi (Named Features): In `provide', | |
5893 say how to test for subfeatures. | |
5894 (Unloading): In unload-feature, use new var name | |
5895 unload-feature-special-hooks. | |
5896 | |
5897 2003-10-03 Lute Kamstra <lute@gnu.org> | |
5898 | |
5899 * modes.texi (Major Mode Conventions): Mention third way to set up | |
5900 Imenu. | |
5901 (Imenu): A number of small fixes. | |
5902 Delete documentation of internal variable imenu--index-alist. | |
5903 Document the return value format of imenu-create-index-function | |
5904 functions. | |
5905 | |
5906 2003-09-30 Richard M. Stallman <rms@gnu.org> | |
5907 | |
5908 * processes.texi (Network): Say what stopped datagram connections do. | |
5909 | |
5910 * lists.texi (Association Lists): Clarify `assq-delete-all'. | |
5911 | |
5912 * display.texi (Overlay Properties): Clarify `evaporate' property. | |
5913 | |
5914 2003-09-29 Lute Kamstra <lute@gnu.org> | |
5915 | |
5916 * modes.texi (Mode Line Data): Explain when symbols in mode-line | |
5917 constructs should be marked as risky. | |
5918 Change cons cell into proper list. | |
5919 (Mode Line Variables): Change cons cell into proper list. | |
5920 | |
5921 2003-09-26 Lute Kamstra <lute@gnu.org> | |
5922 | |
5923 * modes.texi (Mode Line Data): Document the :propertize construct. | |
5924 (Mode Line Variables): Reorder the descriptions of the variables | |
5925 to match their order in the default mode-line-format. | |
5926 Describe the new variables mode-line-position and mode-line-modes. | |
5927 Update the default values of mode-line-frame-identification, | |
5928 minor-mode-alist, and default-mode-line-format. | |
5929 (Properties in Mode): Mention the :propertize construct. | |
5930 | |
5931 2003-09-26 Richard M. Stallman <rms@gnu.org> | |
5932 | |
5933 * buffers.texi, commands.texi, debugging.texi, eval.texi: | |
5934 * loading.texi, minibuf.texi, text.texi, variables.texi: | |
5935 Avoid @strong{Note:}. | |
5936 | |
5937 2003-09-26 Richard M. Stallman <rms@gnu.org> | |
5938 | |
5939 * keymaps.texi (Remapping Commands): Fix typo. | |
5940 | |
5941 2003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu> | |
5942 | |
5943 * processes.texi (Low-Level Network): Fix typo. | |
5944 | |
5945 2003-09-23 Kim F. Storm <storm@cua.dk> | |
5946 | |
5947 * processes.texi (Network, Network Servers): Fix typos. | |
5948 (Low-Level Network): Add timeout value for :server keyword. | |
5949 Add new option keywords to make-network-process. | |
5950 Add set-network-process-options. | |
5951 Explain how to test availability of network options. | |
5952 | |
5953 2003-09-19 Richard M. Stallman <rms@gnu.org> | |
5954 | |
5955 * text.texi (Motion by Indent): Arg to | |
5956 backward-to-indentation and forward-to-indentation is optional. | |
5957 | |
5958 * strings.texi (Creating Strings): Add substring-no-properties. | |
5959 | |
5960 * processes.texi | |
5961 (Process Information): Add list-processes arg QUERY-ONLY. | |
5962 Delete process-contact from here. | |
5963 Add new status values for process-status. | |
5964 Add process-get, process-put, process-plist, set-process-plist. | |
5965 (Synchronous Processes): Add call-process-shell-command. | |
5966 (Signals to Processes): signal-process allows process objects. | |
5967 (Network): Complete rewrite. | |
5968 (Network Servers, Datagrams, Low-Level Network): New nodes. | |
5969 | |
5970 * positions.texi (Word Motion): forward-word, backward-word | |
5971 arg is optional. Reword. | |
5972 | |
5973 * abbrevs.texi (Defining Abbrevs): Index no-self-insert. | |
5974 | |
5975 * variables.texi (Creating Buffer-Local): | |
5976 Delete duplicate definition of buffer-local-value. | |
5977 (File Local Variables): Explain about discarding text props. | |
5978 | |
5979 2003-09-11 Richard M. Stallman <rms@gnu.org> | |
5980 | |
5981 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer | |
5982 changes variables that record input events. | |
5983 (Minibuffer Misc): Add minibuffer-selected-window. | |
5984 | |
5985 * lists.texi (Building Lists): Add copy-tree. | |
5986 | |
5987 * display.texi (Fontsets): Add char-displayable-p. | |
5988 (Scroll Bars): New node. | |
5989 | |
5990 2003-09-08 Lute Kamstra <lute@gnu.org> | |
5991 | |
5992 * modes.texi (%-Constructs): Document new `%i' and `%I' | |
5993 constructs. | |
5994 | |
5995 2003-09-03 Peter Runestig <peter@runestig.com> | |
5996 | |
5997 * makefile.w32-in: New file. | |
5998 | |
5999 2003-08-29 Richard M. Stallman <rms@gnu.org> | |
6000 | |
6001 * display.texi (Overlay Properties): Clarify how priorities | |
6002 affect use of the properties. | |
6003 | |
6004 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu> | |
6005 | |
6006 * customize.texi (Type Keywords): Correct the description of | |
6007 `:help-echo' in the case where `motion-doc' is a function. | |
6008 | |
6009 2003-08-14 John Paul Wallington <jpw@gnu.org> | |
6010 | |
6011 * modes.texi (Emulating Mode Line): Subsection, not section. | |
6012 | |
6013 2003-08-13 Richard M. Stallman <rms@gnu.org> | |
6014 | |
6015 * elisp.texi (Top): Update subnode lists in menu. | |
6016 | |
6017 * text.texi (Insertion): Add insert-buffer-substring-no-properties. | |
6018 (Kill Functions): kill-region has new arg yank-handler. | |
6019 (Yanking): New node. | |
6020 (Yank Commands): Add yank-undo-function. | |
6021 (Low-Level Kill Ring): | |
6022 kill-new and kill-append have new arg yank-handler. | |
6023 (Changing Properties): Add remove-list-of-text-properties. | |
6024 (Atomic Changes): New node. | |
6025 | |
6026 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put. | |
6027 | |
6028 * streams.texi (Output Variables): Add eval-expression-print-length | |
6029 and eval-expression-print-level. | |
6030 | |
6031 * os.texi (Time Conversion): For encode-time, explain limits on year. | |
6032 | |
6033 * objects.texi (Character Type): Define anchor "modifier bits". | |
6034 | |
6035 * modes.texi (Emulating Mode Line): New node. | |
6036 (Search-based Fontification): Font Lock uses font-lock-face property. | |
6037 (Other Font Lock Variables): Likewise. | |
6038 | |
6039 * keymaps.texi (Format of Keymaps): Keymaps contain char tables, | |
6040 not vectors. | |
6041 (Active Keymaps): Add emulation-mode-map-alists. | |
6042 (Functions for Key Lookup): key-binding has new arg no-remap. | |
6043 (Remapping Commands): New node. | |
6044 (Scanning Keymaps): where-is-internal has new arg no-remap. | |
6045 (Tool Bar): Add tool-bar-local-item-from-menu. | |
6046 Clarify when to use tool-bar-add-item-from-menu. | |
6047 | |
6048 * commands.texi (Interactive Call): commandp has new arg. | |
6049 (Command Loop Info): Add this-original-command. | |
6050 | |
6051 2003-08-06 John Paul Wallington <jpw@gnu.org> | |
6052 | |
6053 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'. | |
6054 | |
6055 * display.texi (Warning Basics): Fix typo. | |
6056 (Fringes): Add closing curly bracket and fix typo. | |
6057 | |
6058 * elisp.texi (Top): Fix typo. | |
6059 | |
6060 2003-08-05 Richard M. Stallman <rms@gnu.org> | |
6061 | |
6062 * elisp.texi: Update lists of subnodes. | |
6063 | |
6064 * windows.texi (Buffers and Windows): set-window-buffer has new arg. | |
6065 | |
6066 * variables.texi (Local Variables): Use lc for example variable names. | |
6067 | |
6068 * tips.texi (Library Headers): Explain where to put -*-. | |
6069 | |
6070 * strings.texi (Creating Strings): Fix xref for vconcat. | |
6071 | |
6072 * sequences.texi (Vector Functions): | |
6073 vconcat no longer allows integer args. | |
6074 | |
6075 * minibuf.texi (Reading File Names): read-file-name has new | |
6076 arg PREDICATE. New function read-directory-name. | |
6077 | |
6078 * macros.texi (Defining Macros): Give definition of `declare' | |
6079 (Indenting Macros): New node. | |
6080 | |
6081 * frames.texi (Parameter Access): Add modify-all-frames-parameters. | |
6082 (Window Frame Parameters): Make separate table of parameters | |
6083 that are coupled with specific face attributes. | |
6084 (Deleting Frames): delete-frame-hooks renamed to | |
6085 delete-frame-functions. | |
6086 | |
6087 * files.texi (Magic File Names): Add file-remote-p. | |
6088 Clarify file-local-copy. | |
6089 | |
6090 * edebug.texi (Instrumenting Macro Calls): Don't define `declare' | |
6091 here; instead xref Defining Macros. | |
6092 | |
6093 * display.texi (Warnings): New node, and subnodes. | |
6094 (Fringes): New node. | |
6095 | |
6096 * debugging.texi (Test Coverage): New node. | |
6097 | |
6098 * compile.texi (Compiler Errors): Explain with-no-warnings | |
6099 and other ways to suppress warnings. | |
6100 | |
6101 * commands.texi (Interactive Call): Minor clarification. | |
6102 | |
6103 * buffers.texi (Buffer File Name): set-visited-file-name | |
6104 renames the buffer too. | |
6105 | |
6106 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table. | |
6107 | |
6108 2003-07-24 Markus Rost <rost@math.ohio-state.edu> | |
6109 | |
6110 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example. | |
6111 | |
6112 2003-07-22 Markus Rost <rost@math.ohio-state.edu> | |
6113 | |
6114 * internals.texi (Garbage Collection): Fix previous change. | |
6115 | |
6116 2003-07-22 Richard M. Stallman <rms@gnu.org> | |
6117 | |
6118 * files.texi (Truenames): Add LIMIT arg to file-chase-links. | |
6119 | |
6120 * display.texi (Width): Use \s syntax in example. | |
6121 (Font Selection): Add face-font-rescale-alist. | |
6122 | |
6123 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu. | |
6124 Remove spurious indent in example. | |
6125 | |
6126 * lists.texi (Building Lists): Add number-sequence. | |
6127 | |
6128 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed. | |
6129 | |
6130 * functions.texi (Function Documentation): Explain how to | |
6131 show calling convention explicitly in the doc string. | |
6132 | |
6133 * windows.texi (Selecting Windows): save-selected-window saves | |
6134 selected window of each frame. | |
6135 (Window Configurations): Minor change. | |
6136 | |
6137 * syntax.texi (Syntax Table Functions): Use \s syntax in examples. | |
6138 | |
6139 * streams.texi (Output Variables): Add print-continuous-numbering | |
6140 and print-number-table. | |
6141 | |
6142 * processes.texi (Decoding Output): New node. | |
6143 | |
6144 * os.texi (Time Conversion): decode-time arg is optional. | |
6145 | |
6146 * objects.texi (Character Type): Don't use space as example for \. | |
6147 Make list of char names and \-sequences correspond. | |
6148 Explain that \s is not used in strings. `\ ' needs space after. | |
6149 | |
6150 * nonascii.texi (Converting Representations): Add string-to-multibyte. | |
6151 (Translation of Characters): Add translation-table-for-input. | |
6152 (Default Coding Systems): Add auto-coding-functions. | |
6153 (Explicit Encoding): Add decode-coding-inserted-region. | |
6154 (Locales): Add locale-info. | |
6155 | |
6156 * minibuf.texi (Basic Completion): Describe test-completion. | |
6157 Collections can be lists of strings. | |
6158 Clean up lazy-completion-table. | |
6159 (Programmed Completion): Mention test-completion. | |
6160 Clarify why lambda expressions are not accepted. | |
6161 (Minibuffer Misc): Describe minibufferp. | |
6162 | |
6163 2003-07-14 Richard M. Stallman <rms@gnu.org> | |
6164 | |
6165 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local. | |
6166 | |
6167 * windows.texi (Selecting Windows): New arg to select-window. | |
6168 (Selecting Windows): Add with-selected-window. | |
6169 (Size of Window): Add window-inside-edges, etc. | |
6170 | |
6171 * internals.texi (Garbage Collection): Add post-gc-hook. | |
6172 | |
6173 * processes.texi (Subprocess Creation): Add exec-suffixes. | |
6174 | |
6175 * keymaps.texi (Functions for Key Lookup): Add current-active-maps. | |
6176 (Scanning Keymaps): Add map-keymaps. | |
6177 (Defining Menus): Add keymap-prompt. | |
6178 | |
6179 * numbers.texi (Integer Basics): Add most-positive-fixnum, | |
6180 most-negative-fixnum. | |
6181 | |
6182 * compile.texi (Byte Compilation): Explain no-byte-compile | |
6183 (Compiler Errors): New node. | |
6184 | |
6185 * os.texi (User Identification): user-uid, user-real-uid | |
6186 can return float. | |
6187 | |
6188 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks | |
6189 and about derived modes. | |
6190 (Minor Modes): Add minor-mode-list. | |
6191 (Defining Minor Modes): Keyword args for define-minor-mode. | |
6192 (Search-based Fontification): Explain managing other properties. | |
6193 (Other Font Lock Variables): Add font-lock-extra-managed-props. | |
98444 | 6194 (Faces for Font Lock): Add font-lock-preprocessor-face. |
84043 | 6195 (Hooks): Add run-mode-hooks and delay-mode-hooks. |
6196 | |
6197 * variables.texi (Creating Buffer-Local): Add buffer-local-value. | |
6198 (Variable Aliases): Clarify defvaralias. | |
6199 | |
6200 * loading.texi (Library Search): Add load-suffixes. | |
6201 | |
6202 * minibuf.texi (Basic Completion): Add lazy-completion-table. | |
6203 (Programmed Completion): Add dynamic-completion-table. | |
6204 | |
6205 * files.texi (Changing Files): copy-file allows dir as NEWNAME. | |
6206 (Magic File Names): Specify precedence order of handlers. | |
6207 | |
6208 * commands.texi (Command Overview): Emacs server runs pre-command-hook | |
6209 and post-command-hook. | |
6210 (Waiting): New calling convention for sit-for. | |
6211 | |
6212 * text.texi (Special Properties): local-map and keymap properties | |
6213 apply based on their stickiness. | |
6214 | |
6215 2003-07-07 Richard M. Stallman <rms@gnu.org> | |
6216 | |
6217 * modes.texi (Minor Mode Conventions): Specify only some kinds | |
6218 of list values as args to minor modes. | |
6219 | |
6220 * files.texi (File Name Expansion): Warn about iterative use | |
6221 of substitute-in-file-name. | |
6222 | |
6223 * advice.texi (Activation of Advice): Clean up previous change. | |
6224 | |
6225 2003-07-06 Markus Rost <rost@math.ohio-state.edu> | |
6226 | |
6227 * advice.texi (Activation of Advice): Note that ad-start-advice is | |
6228 turned on by default. | |
6229 | |
6230 2003-06-30 Richard M. Stallman <rms@gnu.org> | |
6231 | |
6232 * text.texi (Buffer Contents): Document current-word. | |
6233 (Change Hooks): Not called for *Messages*. | |
6234 | |
6235 * functions.texi (Defining Functions): Explain about redefining | |
6236 primitives. | |
6237 (Function Safety): Renamed. Minor changes. | |
6238 Comment out the detailed criteria for what is safe. | |
6239 | |
6240 2003-06-22 Andreas Schwab <schwab@suse.de> | |
6241 | |
6242 * objects.texi (Symbol Type): Fix description of examples. | |
6243 | |
6244 2003-06-16 Andreas Schwab <schwab@suse.de> | |
6245 | |
6246 * hash.texi (Creating Hash): Fix description of :weakness. | |
6247 | |
93309 | 6248 2003-06-13 Kai Großjohann <kai.grossjohann@gmx.net> |
84043 | 6249 |
6250 * files.texi (Changing Files): copy-file copies file modes, too. | |
6251 | |
6252 2003-05-28 Richard M. Stallman <rms@gnu.org> | |
6253 | |
6254 * strings.texi (Creating Strings): Clarify split-string. | |
6255 | |
6256 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> | |
6257 | |
6258 * strings.texi (Creating Strings): Update split-string specification | |
6259 and examples. | |
6260 | |
6261 2003-05-19 Richard M. Stallman <rms@gnu.org> | |
6262 | |
6263 * elisp.texi: Correct invariant section names. | |
6264 | |
6265 2003-04-20 Richard M. Stallman <rms@gnu.org> | |
6266 | |
6267 * os.texi (Timers): Explain about timers and quitting. | |
6268 | |
6269 2003-04-19 Richard M. Stallman <rms@gnu.org> | |
6270 | |
6271 * internals.texi (Writing Emacs Primitives): Strings are | |
6272 no longer special for GCPROs. Mention GCPRO5, GCPRO6. | |
6273 Explain GCPRO convention for varargs function args. | |
6274 | |
6275 2003-04-16 Richard M. Stallman <rms@gnu.org> | |
6276 | |
6277 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. | |
6278 | |
6279 2003-04-08 Richard M. Stallman <rms@gnu.org> | |
6280 | |
6281 * files.texi (Kinds of Files): Correct return value of file-symlink-p. | |
6282 | |
6283 2003-02-13 Kim F. Storm <storm@cua.dk> | |
6284 | |
6285 * objects.texi (Character Type): New \s escape for space. | |
6286 | |
6287 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | |
6288 | |
6289 * os.texi (System Environment): Added cygwin system-type. | |
6290 | |
6291 2003-01-25 Richard M. Stallman <rms@gnu.org> | |
6292 | |
6293 * keymaps.texi: Document that a symbol can act as a keymap. | |
6294 | |
6295 2003-01-13 Richard M. Stallman <rms@gnu.org> | |
6296 | |
6297 * text.texi (Changing Properties): Say string indices are origin-0. | |
6298 | |
6299 * positions.texi (Screen Lines) <compute-motion>: | |
6300 Correct order of elts in return value. | |
6301 | |
6302 * keymaps.texi (Changing Key Bindings) <define-key>: Mention | |
6303 how to define a default binding. | |
6304 | |
6305 2002-12-07 Markus Rost <rost@math.ohio-state.edu> | |
6306 | |
6307 * loading.texi (Unloading): Fix recent change for load-history. | |
6308 | |
6309 * customize.texi (Simple Types): Clarify description of custom | |
6310 type 'number. Describe new custom type 'float. | |
6311 | |
6312 2002-12-04 Markus Rost <rost@math.ohio-state.edu> | |
6313 | |
6314 * variables.texi (File Local Variables): Fix typo. | |
6315 | |
93309 | 6316 2002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de> |
84043 | 6317 |
6318 From Michael Albinus <Michael.Albinus@alcatel.de>. | |
6319 | |
6320 * README: Target for Info file is `make info'. | |
6321 | |
6322 * files.texi (File Name Components): Fixed typos in | |
6323 `file-name-sans-extension'. | |
6324 (Magic File Names): Complete list of operations for magic file | |
6325 name handlers. | |
6326 | |
6327 2002-09-16 Jonathan Yavner <jyavner@engineer.com> | |
6328 | |
6329 * variables.texi (File Local Variables): New function | |
6330 risky-local-variable-p. | |
6331 | |
6332 2002-09-15 Jonathan Yavner <jyavner@engineer.com> | |
6333 | |
6334 * functions.texi (Function safety): New node about unsafep. | |
6335 | |
6336 2002-08-05 Per Abrahamsen <abraham@dina.kvl.dk> | |
6337 | |
6338 * customize.texi (Splicing into Lists): Fixed example. | |
6339 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> | |
6340 | |
6341 2002-06-17 Juanma Barranquero <lektu@terra.es> | |
6342 | |
6343 * frames.texi (Display Feature Testing): Fix typo. | |
6344 | |
6345 2002-06-12 Andreas Schwab <schwab@suse.de> | |
6346 | |
6347 * frames.texi (Initial Parameters, Resources): Fix references to | |
6348 the Emacs manual. | |
6349 | |
6350 2002-05-13 Kim F. Storm <storm@cua.dk> | |
6351 | |
6352 * variables.texi (Intro to Buffer-Local): Updated warning and | |
6353 example relating to changing buffer inside let. | |
6354 | |
93309 | 6355 2002-03-10 Jan Djärv <jan.h.d@swipnet.se> |
84043 | 6356 |
6357 * os.texi (Session Management): New node about X Session management. | |
6358 | |
6359 2002-01-18 Eli Zaretskii <eliz@is.elta.co.il> | |
6360 | |
6361 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs | |
6362 to which the manual corresponds, and the copyright years. | |
6363 | |
6364 * Makefile.in (VERSION): Set to 2.9. | |
6365 | |
6366 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> | |
6367 | |
6368 * elisp.texi: Change the category in @dircategory to "Emacs", to | |
6369 make it consistent with info/dir. | |
6370 | |
6371 2001-11-25 Miles Bader <miles@gnu.org> | |
6372 | |
6373 * text.texi (Fields): Describe new `limit' arg in | |
6374 field-beginning/field-end. | |
6375 | |
6376 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> | |
6377 | |
6378 * permute-index: Don't depend on csh-specific features. Replace | |
6379 the interpreter name with /bin/sh. | |
6380 | |
6381 * two-volume-cross-refs.txt: New file. | |
6382 * two.el: New file. | |
6383 * spellfile: New file. | |
6384 | |
6385 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> | |
6386 | |
6387 * permute-index: New file. | |
6388 | |
6389 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and | |
6390 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS | |
6391 8+3 restricted namespace. | |
6392 | |
6393 * Makefile.in (infodir): Define relative to $(srcdir). | |
6394 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the | |
6395 include directories list via -I switch to makeinfo. | |
6396 (index.texi): Use cp if both hard and symbolic links fail. | |
6397 | |
6398 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> | |
6399 | |
6400 * Makefile.in (distclean): Add. | |
6401 | |
6402 The following changes make ELisp manual part of the Emacs | |
6403 distribution: | |
6404 | |
6405 * Makefile.in: Add Copyright notice. | |
6406 (prefix): Remove. | |
6407 (infodir): Change value to "../info". | |
6408 (VPATH): New variable. | |
6409 (MAKE): Don't define. | |
6410 (texmacrodir): Don't define. | |
6411 (texinputdir): Append the existing value of TEXINPUTS. | |
6412 ($(infodir)/elisp): Instead of just "elisp". Reformat the | |
6413 command to be compatible with man/Makefile.in, and to put the | |
6414 output into ../info. | |
6415 (info): Add target. | |
6416 (installall): Target removed. | |
6417 | |
93309 | 6418 2001-10-31 Pavel JanÃk <Pavel@Janik.cz> |
84043 | 6419 |
6420 * tips.texi (Coding Conventions): Fix typo. | |
6421 | |
6422 2001-10-23 Gerd Moellmann <gerd@gnu.org> | |
6423 | |
6424 * Makefile.in (srcs): Add gpl.texi and doclicense.texi. | |
6425 | |
6426 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> | |
6427 | |
6428 * files.texi (File Name Components): Update the description of | |
6429 file-name-sans-extension and file-name-extension, as they now | |
6430 ignore leading dots. | |
6431 | |
6432 2001-10-20 Gerd Moellmann <gerd@gnu.org> | |
6433 | |
6434 * (Version 21.1 released.) | |
6435 | |
6436 2001-10-19 Miles Bader <miles@gnu.org> | |
6437 | |
6438 * positions.texi (Text Lines): Describe behavior of | |
6439 `beginning-of-line'/`end-of-line' in the presence of field properties. | |
6440 | |
6441 2001-10-17 Gerd Moellmann <gerd@gnu.org> | |
6442 | |
6443 * Makefile.in (VERSION): Set to 2.8. | |
6444 (manual): Use `manual-21'. | |
6445 | |
6446 * elisp.texi (VERSION): Add and use it where the version | |
6447 number was used. Set it to 2.8. | |
6448 | |
6449 * intro.texi: Likewise. | |
6450 | |
6451 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il> | |
6452 | |
6453 * files.texi (File Name Completion): Document the significance of | |
6454 a trailing slash in elements of completion-ignored-extensions. | |
6455 | |
6456 2001-10-06 Miles Bader <miles@gnu.org> | |
6457 | |
6458 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'. | |
6459 | |
6460 2001-10-04 Gerd Moellmann <gerd@gnu.org> | |
6461 | |
6462 * variables.texi (Variable Aliases): New node. | |
6463 | |
6464 2001-10-04 Gerd Moellmann <gerd@gnu.org> | |
6465 | |
6466 * Branch for 21.1. | |
6467 | |
6468 2001-10-02 Miles Bader <miles@gnu.org> | |
6469 | |
6470 * minibuf.texi (Minibuffer Misc): Add entries for | |
6471 `minibuffer-contents', `minibuffer-contents-no-properties', and | |
6472 `delete-minibuffer-contents'. | |
6473 Correct description for `minibuffer-prompt-end'. | |
6474 | |
6475 * text.texi (Property Search): Correct descriptions of | |
6476 `next-char-property-change' and `previous-char-property-change'. | |
6477 Add entries for `next-single-char-property-change' and | |
6478 `previous-single-char-property-change'. | |
6479 Make operand names a bit more consistent. | |
6480 | |
6481 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il> | |
6482 | |
6483 * frames.texi (Finding All Frames): Document that next-frame and | |
6484 previous-frame are local to current terminal. | |
6485 | |
6486 2001-09-26 Eli Zaretskii <eliz@is.elta.co.il> | |
6487 | |
6488 * keymaps.texi (Creating Keymaps): Fix the description of the | |
6489 result of make-keymap. | |
6490 | |
6491 2001-09-23 Eli Zaretskii <eliz@is.elta.co.il> | |
6492 | |
6493 * display.texi (Font Lookup, Attribute Functions) | |
6494 (Image Descriptors): Add cross-references to the definition of | |
6495 selected frame. | |
6496 | |
6497 * buffers.texi (The Buffer List): Add cross-references to the | |
6498 definition of selected frame. | |
6499 | |
6500 * frames.texi (Input Focus): Clarify which frame is _the_ selected | |
6501 frame at any given time. | |
6502 (Multiple Displays, Size and Position): Add a cross-reference to | |
6503 the definition of the selected frame. | |
6504 | |
6505 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> | |
6506 | |
6507 * strings.texi (String Conversion) <string-to-number>: Document | |
6508 that a float is returned for integers that are too large. | |
6509 | |
6510 * frames.texi (Mouse Position): Document mouse-position-function. | |
6511 (Display Feature Testing): Document display-images-p. | |
6512 (Window Frame Parameters): Document the cursor-type variable. | |
6513 | |
6514 * numbers.texi (Integer Basics): Document CL style read syntax for | |
6515 integers in bases other than 10. | |
6516 | |
6517 * positions.texi (List Motion): Document | |
6518 open-paren-in-column-0-is-defun-start. | |
6519 | |
6520 * lists.texi (Sets And Lists): Document member-ignore-case. | |
6521 | |
6522 * internals.texi (Garbage Collection): Document the used and free | |
6523 strings report. | |
6524 (Memory Usage): Document strings-consed. | |
6525 | |
6526 * os.texi (Time of Day): Document float-time. | |
6527 (Recording Input): Document that clear-this-command-keys clears | |
6528 the vector to be returned by recent-keys. | |
6529 | |
6530 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The | |
6531 argument keymap can be a list. | |
6532 | |
6533 * nonascii.texi (User-Chosen Coding Systems) | |
6534 <select-safe-coding-system>: Document the new argument | |
6535 accept-default-p and the variable | |
6536 select-safe-coding-system-accept-default-p. Tell what happens if | |
6537 buffer-file-coding-system is undecided. | |
6538 (Default Coding Systems): Document auto-coding-regexp-alist. | |
6539 | |
6540 * display.texi (The Echo Area) <message>: Document | |
6541 message-truncate-lines. | |
6542 (Glyphs): Document that the glyph table is unused on windowed | |
6543 displays. | |
6544 | |
6545 * help.texi (Describing Characters) <single-key-description>: | |
6546 Document the new argument no-angles. | |
6547 (Accessing Documentation) <documentation-property>: Document that | |
6548 a non-string property is evaluated. | |
6549 <documentation>: Document that the function-documentation property | |
6550 is looked for. | |
6551 | |
6552 * windows.texi (Selecting Windows): Document some-window. | |
6553 | |
6554 * text.texi (MD5 Checksum): New node, documents the md5 primitive. | |
6555 | |
6556 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and | |
6557 apropos-mode-hook. | |
6558 | |
6559 * commands.texi (Using Interactive): Document interactive-form. | |
6560 (Keyboard Macros): Document kbd-macro-termination-hook. | |
6561 (Command Loop Info): Document that clear-this-command-keys clears | |
6562 the vector to be returned by recent-keys. | |
6563 | |
6564 2001-09-04 Werner LEMBERG <wl@gnu.org> | |
6565 | |
6566 * Makefile.in (srcdir, texinputdir): New variables. | |
6567 (srcs, index.texi, install): Use $(srcdir). | |
6568 (.PHONY): Remove elisp.dvi. | |
6569 (elisp): Use -I switch for makeinfo. | |
6570 (elisp.dvi): Use $(srcdir) and $(texinputdir). | |
6571 (installall, dist): Use $(srcdir). | |
6572 Fix path to texinfo.tex. | |
6573 (maintainer-clean): Add elisp.dvi and elisp.oaux. | |
6574 | |
6575 2001-08-30 Gerd Moellmann <gerd@gnu.org> | |
6576 | |
6577 * display.texi (Conditional Display): Adjust to API change. | |
6578 | |
6579 * configure: New file. | |
6580 | |
6581 2001-07-30 Gerd Moellmann <gerd@gnu.org> | |
6582 | |
6583 * commands.texi (Repeat Events): Add description of | |
6584 double-click-fuzz. | |
6585 | |
6586 2001-05-08 Stefan Monnier <monnier@cs.yale.edu> | |
6587 | |
6588 * syntax.texi (Syntax Class Table): Add the missing designator for | |
6589 comment and string fences. | |
6590 (Syntax Properties): Add a xref to syntax table internals. | |
6591 (Syntax Table Internals): Document string-to-syntax. | |
6592 | |
6593 2001-05-07 Gerd Moellmann <gerd@gnu.org> | |
6594 | |
6595 * Makefile.in (install): Use install-info command line options | |
6596 like in Emacs' Makefile.in. | |
6597 | |
6598 2000-12-09 Miles Bader <miles@gnu.org> | |
6599 | |
6600 * windows.texi (Window Start): Update documentation for | |
6601 `pos-visible-in-window-p'. | |
6602 | |
6603 2000-11-12 Stefan Monnier <monnier@cs.yale.edu> | |
6604 | |
6605 * lists.texi (Building Lists): Add footnote to explain how to add | |
6606 to the end of a list. | |
6607 | |
6608 2000-10-25 Gerd Moellmann <gerd@gnu.org> | |
6609 | |
6610 * files.texi (Visiting Functions): Typos. | |
6611 | |
6612 2000-10-25 Kenichi Handa <handa@etl.go.jp> | |
6613 | |
6614 * files.texi (Visiting Functions): Return value of | |
6615 find-file-noselect may be a list of buffers if wildcards are used. | |
6616 | |
6617 2000-10-24 Miles Bader <miles@lsi.nec.co.jp> | |
6618 | |
6619 * display.texi (Defining Faces): Document `graphic' display type | |
6620 in face specs. | |
6621 | |
95891
11cd8097e8d0
Fix typos, convert to utf-8.
Juanma Barranquero <lekktu@gmail.com>
parents:
95881
diff
changeset
|
6622 2000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
84043 | 6623 |
6624 * hooks.texi (Standard Hooks): Replace obsolete | |
6625 `after-make-frame-hook' with `after-make-frame-functions'. | |
6626 | |
6627 * frames.texi (Creating Frames): Ditto. | |
6628 | |
6629 * variables.texi (Future Local Variables): Ditto. | |
6630 | |
6631 2000-10-16 Gerd Moellmann <gerd@gnu.org> | |
6632 | |
6633 * display.texi (Other Image Types): Add description of :foreground | |
6634 and :background properties of mono PBM images. | |
6635 | |
6636 2000-08-17 Werner LEMBERG <wl@gnu.org> | |
6637 | |
6638 * .cvsignore: New file. | |
6639 | |
6640 2000-01-05 Gerd Moellmann <gerd@gnu.org> | |
6641 | |
6642 * tindex.pl: New script. | |
6643 | |
6644 1999-12-03 Dave Love <fx@gnu.org> | |
6645 | |
6646 * Makefile.in (MAKEINFO): New parameter. | |
6647 | |
6648 1999-09-17 Richard Stallman <rms@gnu.org> | |
6649 | |
6650 * Makefile.in (srcs): Add hash.texi. | |
6651 (VERSION): Update to 20.6. | |
6652 | |
6653 1999-09-13 Richard Stallman <rms@gnu.org> | |
6654 | |
6655 * Makefile.in (index.texi): If cannot make a symlink, make a hard link. | |
6656 | |
6657 1998-08-29 Karl Heuer <kwzh@gnu.org> | |
6658 | |
6659 * configure.in: New file. | |
6660 * Makefile.in: Renamed from Makefile. | |
6661 (prefix, infodir): Use value obtained from configure. | |
6662 (emacslibdir): Obsolete variable deleted. | |
6663 (dist): Distribute configure.in, configure, Makefile.in. | |
6664 | |
6665 1998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6666 | |
6667 * Makefile (INSTALL_INFO): New variable. | |
6668 (install): Run install-info. | |
6669 | |
6670 1998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu> | |
6671 | |
6672 * Makefile (elisp.dvi): Add missing backslash. | |
6673 | |
6674 1998-05-02 Richard Stallman <rms@psilocin.gnu.org> | |
6675 | |
6676 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps. | |
6677 Run texindex without `./'. Always run texindex on elisp.tp. | |
6678 (elisp.tps): Target deleted. | |
6679 | |
6680 1998-04-05 Richard Stallman <rms@psilocin.gnu.org> | |
6681 | |
6682 * Makefile (srcs): Add nonascii.texi and customize.texi. | |
6683 (dist): Start by deleting `temp'. | |
6684 | |
6685 1998-02-17 Richard Stallman <rms@psilocin.gnu.org> | |
6686 | |
6687 * Makefile (makeinfo, texindex): Targets deleted. | |
6688 (makeinfo.o, texindex.o): Targets deleted. | |
6689 (clean, dist): Don't do anything with them or with getopt*. | |
6690 | |
6691 1998-01-30 Richard Stallman <rms@psilocin.gnu.org> | |
6692 | |
6693 * Makefile (SHELL): Defined. | |
6694 | |
6695 1998-01-27 Richard Stallman <rms@psilocin.gnu.org> | |
6696 | |
6697 * Makefile (elisp.tps): New target. | |
6698 (elisp.dvi): Depend on elisp.tps. | |
6699 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6700 1996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu> |
84043 | 6701 |
6702 * README: Update phone number. | |
6703 | |
6704 * Makefile (elisp): Make this be the default target. | |
6705 Depend on makeinfo.c instead of makeinfo. | |
6706 (install): Don't depend on elisp.dvi, since we don't install that. | |
6707 Use mkinstalldirs. | |
6708 (dist): Add mkinstalldirs. | |
6709 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6710 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
84043 | 6711 |
6712 * Makefile (VERSION): Update version number. | |
6713 (maintainer-clean): Renamed from realclean. | |
6714 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6715 1995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> |
84043 | 6716 |
6717 * Makefile (realclean): New target. | |
6718 (elisp): Remove any old elisp-* files first. | |
6719 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6720 1993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) |
84043 | 6721 |
6722 * Makefile (VERSION): New variable. | |
6723 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'. | |
6724 Compressed file suffix should be `.gz', not `.z'. | |
6725 | |
95780
4538778f611d
Fix committer names and other typos.
Juanma Barranquero <lekktu@gmail.com>
parents:
95563
diff
changeset
|
6726 1993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6727 |
6728 * Makefile (elisp): Depend on makeinfo. | |
6729 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6730 1993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu) |
84043 | 6731 |
6732 * Makefile (srcs): Add anti.texi. | |
6733 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6734 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6735 |
6736 * Makefile (infodir, prefix): New vars. | |
6737 (install): Use infodir. | |
6738 (emacsinfodir): Deleted. | |
6739 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6740 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6741 |
6742 * Makefile (srcs): Add calendar.texi. | |
6743 | |
6744 * Makefile (dist): Copy texindex.c and makeinfo.c. | |
6745 Limit elisp-* files to those with one or two digits. | |
6746 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6747 1993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6748 |
6749 * Makefile (dist): Changed to use Gzip instead of compress. | |
6750 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6751 1993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
84043 | 6752 |
6753 * loading.texi (Unloading): define-function changed back to | |
6754 defalias. It may not stay this way, but at least it's | |
6755 consistent with the known-good version of the code patch. | |
6756 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6757 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) |
84043 | 6758 |
6759 * modes.texi (Hooks): Document new optional arg of add-hook. | |
6760 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6761 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) |
84043 | 6762 |
6763 * variables.texi: Document nil initial value of buffer-local variables. | |
6764 | |
6765 * tips.texi: Add new section on standard library headers. | |
6766 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6767 1993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6768 |
6769 * Makefile (srcs): Add frame.texi to the list of sources. | |
6770 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6771 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6772 |
6773 * Makefile (dist): Don't bother excluding autosave files; they'll | |
6774 never make it into the temp directory anyway, and the hash marks | |
6775 in the name are problematic for make and the Bourne shell. | |
6776 (srcs): | |
6777 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6778 1993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) |
84043 | 6779 |
6780 * Makefile (dist): Don't include backup files or autosave files in | |
6781 the distribution tar file. | |
6782 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6783 1991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
84043 | 6784 |
6785 * Makefile (srcs): Added index.perm. | |
6786 (elisp.dvi): Remove erroneous shell comment. | |
6787 Expect output of permute-index in permuted.fns. | |
6788 Save old elisp.aux in elisp.oaux. | |
6789 (clean): Added index.texi to be deleted. | |
6790 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6791 1990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
84043 | 6792 |
6793 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef. | |
6794 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6795 1990-06-26 David Lawrence (tale@geech) |
84043 | 6796 |
6797 * files.texi: Noted that completion-ignored-extensions is ignored | |
6798 when making *Completions*. | |
6799 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6800 1990-06-08 Jay Fenlason (hack@ai.mit.edu) |
84043 | 6801 |
6802 * Makefile make dist now depends on elisp.dvi, since it tries | |
6803 to include it in the dist file. | |
6804 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6805 1990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu) |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6806 |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6807 * functions.texinfo (Mapping Functions): Add missing quote. |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6808 |
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6809 1989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
84043 | 6810 |
6811 * texinfo.tex (frenchspacing): Use decimal codes for char to be set. | |
6812 (defunargs): Turn off \hyphenchar of \sl font temporarily. | |
6813 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6814 1989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6815 |
6816 * @result{}, @expansion{}, @print{}, @quiv{}, @point{}, | |
6817 and @error{} are the terms now being used. The files in the | |
6818 directory have been changed to reflect this. | |
6819 | |
6820 * All instances of @indentedresultt{} have been changed to | |
6821 ` @result{}', using 5 spaces at the begining of the line. | |
6822 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6823 1989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6824 |
6825 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the | |
6826 experimental @indentedresult{}, @indentedexpandsto{} are part of | |
6827 the texinfo.tex in this directory. These TeX macros are not | |
6828 stable yet. | |
6829 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6830 1989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6831 |
6832 * texinfo.tex: Temporarily added | |
6833 \let\result=\dblarrow | |
6834 \def\error{{\it ERROR} \longdblarrow} | |
6835 We need to do this better soon. | |
6836 | |
87616
a669d2c949ae
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
87595
diff
changeset
|
6837 1989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu) |
84043 | 6838 |
6839 * Applied Karl Berry's patches to *.texinfo files, but not to | |
6840 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's | |
6841 new title page format is also not applied, since it requires | |
6842 texinfo.tex changes.) | |
6843 | |
6844 * Cleaned up `Makefile' and defined the `emacslibdir' directory | |
6845 for the Project GNU development environment. | |
6846 | |
6847 ;; Local Variables: | |
93309 | 6848 ;; coding: utf-8 |
84043 | 6849 ;; add-log-time-zone-rule: t |
6850 ;; End: | |
6851 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6852 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6853 2007, 2008 Free Software Foundation, Inc. |
84043 | 6854 |
6855 This file is part of GNU Emacs. | |
6856 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6857 GNU Emacs is free software: you can redistribute it and/or modify |
84043 | 6858 it under the terms of the GNU General Public License as published by |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6859 the Free Software Foundation, either version 3 of the License, or |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6860 (at your option) any later version. |
84043 | 6861 |
6862 GNU Emacs is distributed in the hope that it will be useful, | |
6863 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
6864 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
6865 GNU General Public License for more details. | |
6866 | |
6867 You should have received a copy of the GNU General Public License | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
94636
diff
changeset
|
6868 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
84043 | 6869 |
6870 ;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda |