* calc/calc-units.el (math-units-table): Doc fix.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
204d4665
GM
12008-11-19 Glenn Morris <rgm@gnu.org>
2
3 * doclicense.texi: Update to FDL 1.3.
4 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5
cc0910af
CY
62008-11-18 Chong Yidong <cyd@stupidchicken.com>
7
efe6e7c4
CY
8 * windows.texi (Window Hooks): Remove *-end-trigger-functions
9 vars, which are obsolete. Mention jit-lock-register.
10
11 * modes.texi (Other Font Lock Variables): Document
12 jit-lock-register and jit-lock-unregister.
13
cc0910af
CY
14 * frames.texi (Color Parameters): Document alpha parameter.
15
aeeedf76
MR
162008-11-16 Martin Rudalics <rudalics@gmx.at>
17
18 * windows.texi (Splitting Windows, Deleting Windows)
19 (Selecting Windows, Cyclic Window Ordering)
20 (Buffers and Windows, Displaying Buffers, Choosing Window)
21 (Dedicated Windows, Window Point, Window Start and End)
22 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
23 (Size of Window, Resizing Windows, Window Configurations)
24 (Window Parameters): Avoid @var at beginning of sentences and
25 reword accordingly.
26
4c565c5c
LK
272008-11-11 Lute Kamstra <lute@gnu.org>
28
29 * files.texi (File Name Components): Fix file-name-extension
30 documentation.
31
25f494c9
JB
322008-11-11 Juanma Barranquero <lekktu@gmail.com>
33
34 * frames.texi (Basic Parameters): Remove display-environment-variable
35 and term-environment-variable.
36
a1401ab1
EZ
372008-11-08 Eli Zaretskii <eliz@gnu.org>
38
39 * windows.texi (Basic Windows, Splitting Windows)
40 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
41 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
42 (Resizing Windows, Window Configurations, Window Parameters):
43 Fix wording and markup.
a1401ab1 44
efafc282
MR
452008-11-07 Martin Rudalics <rudalics@gmx.at>
46
47 * windows.texi (Windows): Update entries.
48 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 49 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
50 (Selecting Windows, Cyclic Window Ordering): Reword with special
51 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
52 (Buffers and Windows, Choosing Window): Reword with special
53 emphasis on dedicated windows.
54 (Displaying Buffers): Reword. For switch-to-buffer mention that
55 it may fall back on pop-to-buffer. For other-window try to
56 explain how it treats the cyclic ordering of windows.
efafc282
MR
57 (Dedicated Windows): New node and section discussing dedicated
58 windows and associated functions.
86ab855a 59 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
60 (Window Start and End): Rename node and section title. Reword.
61 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
62 Minor rewording.
63 (Size of Window): Reword, in particular text on window-width.
64 (Resizing Windows): Reword. Add text on balancing windows.
65 (Window Configurations): Reword. Mention window parameters.
66 (Window Parameters): New node and section on window parameters.
67 (Window Hooks): Reword. Mention that
68 window-configuration-change-hook is run "buffer-locally".
69 * elisp.texi (Top): Update Windows entries in @detailmenu
70 section.
71
d60a8ab2
JB
722008-11-04 Juanma Barranquero <lekktu@gmail.com>
73
74 * searching.texi (Regexp Search): Fix typo.
75
01777627
CY
762008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
77
78 * searching.texi (Regexp Search): Document GREEDY arg.
79 (Simple Match Data): Fix return value.
80
c4526e93
EZ
812008-11-01 Eli Zaretskii <eliz@gnu.org>
82
83 * nonascii.texi (Text Representations): Rewrite to make consistent
84 with Emacs 23 internal representation of characters. Document
85 `unibyte-string'.
86
fe2ae8b5
CY
872008-10-28 Chong Yidong <cyd@stupidchicken.com>
88
89 * processes.texi (Process Information): Note that process-status
90 does not accept buffer names.
91
cc5a21e3
CY
922008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
93
94 * positions.texi (Skipping Characters): Correct return value of
95 skip-chars-forward.
96
09460d9a
MR
972008-10-25 Martin Rudalics <rudalics@gmx.at>
98
520b29e7
MR
99 * windows.texi (Deleting Windows): Update documentation of
100 delete-windows-on.
101 (Buffers and Windows): Update documentations of
102 get-buffer-window and get-buffer-window-list.
103 (Displaying Buffers): Update documentation of
104 replace-buffer-in-windows.
105
09460d9a
MR
106 * buffers.texi (Current Buffer): Reword set-buffer and
107 with-current-buffer documentations.
108 (Creating Buffers): Reword documentation of get-buffer-create.
109
4d48fcdc
MR
1102008-10-23 Martin Rudalics <rudalics@gmx.at>
111
112 * buffers.texi (Current Buffer): Reword documentation of
113 set-buffer.
114 (Buffer Names): Reword documentation of buffer-name.
115 (The Buffer List): For bury-buffer explain what happens with the
116 buffer's window.
117 (Creating Buffers): Say that get-buffer-create's arg is called
118 buffer-or-name.
119
f0143c43
CY
1202008-10-22 Chong Yidong <cyd@stupidchicken.com>
121
3e5dbbd3
CY
122 * advice.texi (Computed Advice): Explain what DEFINITION is.
123
f0143c43
CY
124 * nonascii.texi (Character Codes): Remove obsolete function
125 char-valid-p, and document characterp instead.
126
52a94b85
MR
1272008-10-22 Martin Rudalics <rudalics@gmx.at>
128
129 * windows.texi (Displaying Buffers): Reword documentation of
130 pop-to-buffer.
131 (Choosing Window): Rewrite documentation of display-buffer and
132 its options.
133
f76f8246
MR
134 * buffers.texi (Killing Buffers): Update documentation of
135 kill-buffer.
136
acc8b598
EZ
1372008-10-21 Eli Zaretskii <eliz@gnu.org>
138
80e6b6df
EZ
139 * processes.texi (Serial Ports): Fix wording and improve markup.
140
3645358a
EZ
141 * searching.texi (Regexp Search): Document `string-match-p' and
142 `looking-at-p'.
143 (POSIX Regexps): Add an xref for "non-greedy".
144 (Regexp Special): Add @cindex entry for "non-greedy".
145
b3d50cff 146 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 147 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 148
73b7530a
EZ
149 * frames.texi (Color Names): Add an xref to `read-color'.
150
151 * minibuf.texi (High-Level Completion): Document `read-color'.
152
acc8b598
EZ
153 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
154
155 * positions.texi (Narrowing): Add an xref to "Swapping Text".
156
157 * buffers.texi (Swapping Text): New section, documents
158 `buffer-swap-text'.
159
10e187e8
MR
1602008-10-21 Martin Rudalics <rudalics@gmx.at>
161
162 * windows.texi (Resizing Windows): Minor wording fix.
163
fd6f900c
EZ
1642008-10-20 Eli Zaretskii <eliz@gnu.org>
165
166 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
167 and `combine-and-quote-strings'.
168
169 * strings.texi (Creating Strings): Add xrefs for them.
170
e4372165
EZ
1712008-10-19 Eli Zaretskii <eliz@gnu.org>
172
d6328fba
EZ
173 * elisp.texi (Top): Make descriptive text for "Reading File Names"
174 match the corresponding menu in minibuf.texi.
175
e4372165
EZ
176 * minibuf.texi (Reading File Names): Document `read-shell-command'
177 and `minibuffer-local-shell-command-map'.
178
5d8dda33
MR
1792008-10-19 Martin Rudalics <rudalics@gmx.at>
180
181 * windows.texi (Resizing Windows): Remove var{} around "window" in
182 documentation of enlarge-window.
183 Rewrite documentation of window-min-height and window-min-width.
184
437706cd
EZ
1852008-10-19 Eli Zaretskii <eliz@gnu.org>
186
80f85d7c
EZ
187 * functions.texi (Calling Functions): Document `apply-partially'.
188
291703b5
EZ
189 * hooks.texi (Standard Hooks): Mention
190 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
191
192 * variables.texi (File Local Variables): Document
193 `file-local-variables-alist', `before-hack-local-variables-hook'
194 and `hack-local-variables-hook'.
195
583d8b3c
EZ
196 * processes.texi (Synchronous Processes): Document `process-lines'.
197
437706cd 198 * customize.texi (Variable Definitions): Document
583d8b3c 199 `custom-reevaluate-setting'.
437706cd 200
7e51d89b
MR
2012008-10-18 Martin Rudalics <rudalics@gmx.at>
202
203 * windows.texi (Choosing Window, Deleting Windows)
204 (Displaying Buffers): Expand documentation of dedicated windows.
205
43c59a3d
EZ
2062008-10-18 Eli Zaretskii <eliz@gnu.org>
207
018a960d
EZ
208 * files.texi (Changing Files): Document symbolic input of file
209 modes to `set-file-modes'. Document `read-file-modes' and
210 `file-modes-symbolic-to-number'.
211
2c0b8144
EZ
212 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
213 and `search-map'.
214
80120f13
EZ
215 * searching.texi (Search and Replace): Document
216 `replace-search-function' and `replace-re-search-function'.
2c0b8144 217 Document `multi-query-replace-map'.
80120f13 218
6d4913f0
EZ
219 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
220 (Completion Commands, Reading File Names): Rename
221 `minibuffer-local-must-match-filename-map' to
222 `minibuffer-local-filename-must-match-map'.
223 (Minibuffer Completion): The `require-match' argument to
224 `completing-read' can now have the value `confirm-only'.
225
43c59a3d
EZ
226 * windows.texi (Displaying Buffers): Minor wording fix.
227 (Choosing Window): `split-height-threshold' can now be nil.
228 Document `split-width-threshold'. `pop-up-frames' can have the
229 value `graphic-only'.
230
f36acfd9
EZ
2312008-10-17 Eli Zaretskii <eliz@gnu.org>
232
233 * os.texi (Startup Summary): Document `before-init-time' and
234 `after-init-time'. Document `initial-window-system' and
235 `window-system-initialization-alist'. Document reading the
236 abbrevs file. Document the call to `server-start' under --daemon.
237 Rearrange a bit to be consistent with the code flow.
53728487
EZ
238 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
239 (Time Parsing): Document `format-seconds'.
f36acfd9 240
96995b89
MR
2412008-10-17 Martin Rudalics <rudalics@gmx.at>
242
243 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
244 and reword.
245
2de17c73
EZ
2462008-10-16 Eli Zaretskii <eliz@gnu.org>
247
248 * markers.texi (The Mark): Document use-region-p.
249
9cf52b11
EZ
2502008-10-15 Eli Zaretskii <eliz@gnu.org>
251
c3aaf1d7
EZ
252 * internals.texi (Writing Emacs Primitives): The interactive spec
253 of a primitive can be a Lisp form.
254
841a1743
EZ
255 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
256 values of transient-mark-mode. Document handle-shift-selection.
257
258 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
259 (Interactive Examples): Show an example of `^'.
260 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
261 (Defining Commands, Using Interactive): The interactive-form of a
262 function can be added via its symbol's property.
841a1743 263
52441368
EZ
264 * positions.texi (List Motion): beginning-of-defun-function can
265 now accept an argument.
266
8e8c1a72
EZ
267 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
268 now return a list of strings.
269
a33a1f2a
EZ
270 * control.texi (Handling Errors): Document ignore-errors.
271
4fb04348
EZ
272 * frames.texi (Creating Frames): Document frame-inherited-parameters.
273 (Parameter Access): Document set-frame-parameter.
274
ee666f84
EZ
275 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
276 Hooks" for the effect of kill-all-local-variables on local hook
277 functions.
278
9cf52b11
EZ
279 * modes.texi (Major Mode Conventions, Mode Line Variables):
280 `mode-name' need not be a string. xref to "Mode Line Data" for
281 details, and to "Emulating Mode Line" for computing a string
282 value.
283
22526bc4
EZ
2842008-10-14 Eli Zaretskii <eliz@gnu.org>
285
a65f6a85
EZ
286 * processes.texi (System Processes): New section.
287 (Processes, Signals to Processes): Add xrefs to it.
288
289 * objects.texi (Editing Types): A `process' is a subprocess of
290 Emacs, not just any process running on the OS.
291
292 * elisp.texi (Top): Adjust the @detailmenu for the above two
293 changes.
294
2724b26a
EZ
295 * sequences.texi (Char-Tables): Remove documentation of
296 set-char-table-default, which has no effect since Emacs 23.
297 <char-table-range, set-char-table-range>: Don't mention generic
298 characters and charsets. Add a cons cell as a possible argument.
299
300 * nonascii.texi (Splitting Characters)
301 (Translation of Characters): Don't mention generic characters.
302
303 * display.texi (Fontsets): Don't mention generic characters.
304
22526bc4 305 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 306 argument FUNCTION with a cons cell as KEY.
22526bc4 307
eaf4b689
EZ
3082008-10-13 Eli Zaretskii <eliz@gnu.org>
309
45e46036
EZ
310 * objects.texi (Primitive Function Type): Move "@cindex special
311 forms" from here...
312
313 * eval.texi (Special Forms): ...to here.
314
315 * functions.texi (What Is a Function): `functionp' returns nil for
316 special forms. Add an xref.
317
eaf4b689
EZ
318 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
319 Variables".
320
321 * variables.texi (Frame-Local Variables): New section.
322 (Buffer-Local Variables): Add an xref to it.
323 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
324 have both frame-local and buffer-local binding.
325
326 * frames.texi (Frames): Mention multiple tty frames.
327 (Frame Parameters, Parameter Access): Mention frame-local variable
328 bindings.
329
15688fce
GM
3302008-09-20 Glenn Morris <rgm@gnu.org>
331
332 * display.texi (Defining Faces): Recommend against face variables.
333
35539065
JB
3342008-09-16 Juanma Barranquero <lekktu@gmail.com>
335
336 * display.texi (Echo Area Customization): Fix typo.
337
6a57054b
JB
3382008-09-09 Juanma Barranquero <lekktu@gmail.com>
339
340 * loading.texi (Where Defined): Add `defface' item.
341
d632fb82
MR
3422008-09-06 Martin Rudalics <rudalics@gmx.at>
343
344 * loading.texi (Where Defined): Fix description of symbol-file.
345
905a9adb
JR
3462008-08-26 Jason Rumney <jasonr@gnu.org>
347
348 * display.texi (TIFF Images): New section describing :index property.
349
852e91b7
CY
3502008-08-23 Chong Yidong <cyd@stupidchicken.com>
351
352 * display.texi (Temporary Displays): Remove unnecessary comment
353 about usage of temp-buffer-show-hook.
354
6be001ee
CY
3552008-08-05 Chong Yidong <cyd@stupidchicken.com>
356
357 * symbols.texi (Other Plists): Fix incorrect example.
358 Suggested by Florian Beck.
359
58e3d8e8
JB
3602008-07-31 Juanma Barranquero <lekktu@gmail.com>
361
362 * os.texi: Fix previous change.
363
7c2fb837
DN
3642008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
365
366 * os.texi:
367 * intro.texi:
368 * files.texi: Remove VMS support.
369
9e2a2647
DN
3702008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
371
372 * os.texi:
373 * frames.texi:
374 * display.texi: Remove mentions of Mac Carbon.
375
c4f4682b
MB
3762008-07-01 Miles Bader <miles@gnu.org>
377
378 * text.texi (Special Properties):
379 * display.texi (Truncation): Add wrap-prefix and line-prefix.
380
3696411e
JB
3812008-06-28 Johan Bockgård <bojohan@gnu.org>
382
383 * display.texi (Other Image Types): Fix copy/paste error; say
384 "PBM", not "XBM".
385
f2a77c3a
DN
3862008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
387
388 * os.texi: Remove references to obsolete systems.
389
6d52677d
EZ
3902008-06-20 Eli Zaretskii <eliz@gnu.org>
391
392 * makefile.w32-in (distclean): Remove makefile.
393
1a87da4c
GM
3942008-06-17 Glenn Morris <rgm@gnu.org>
395
396 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
397 (elisp, dist): Remove rules and variables that are obsolete now
398 the lisp manual is no longer distributed separately.
399
fdda1c5d
GM
4002008-06-16 Glenn Morris <rgm@gnu.org>
401
646692e9
GM
402 * configure, configure.in, mkinstalldirs: Remove unused files.
403
404 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 405 * vol1.texi (EMACSVER):
6a57054b 406 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
407
408 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
409 as per maintain.info.
410
611bee81
GM
4112008-06-15 Glenn Morris <rgm@gnu.org>
412
a7bed3a0
GM
413 * makefile.w32-in (manual): Use "23" rather than "21".
414
415 * Makefile.in (emacsver): New, set by configure.
416 (manual): Use emacsver.
417
d794edf2
GM
418 * intro.texi: Report bugs using M-x report-emacs-bug.
419
611bee81
GM
420 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
421
c73e02fa
GM
4222008-06-13 Daniel Engeler <engeler@gmail.com>
423
424 * elisp.texi, internals.texi, processes.texi: Add documentation
425 about serial port access.
426
e40a85cd
MB
4272008-06-05 Miles Bader <miles@gnu.org>
428
429 * display.texi (Displaying Faces): Update to reflect function
430 renamings in face-remap.el.
431
7b753744
JB
4322008-06-05 Juanma Barranquero <lekktu@gmail.com>
433
434 * display.texi (Fontsets): Fix typos.
435
9d3d42fb
MB
4362008-06-03 Miles Bader <miles@gnu.org>
437
7b753744
JB
438 * display.texi (Displaying Faces): Add add-relative-face-remapping,
439 remove-relative-face-remapping, set-base-face-remapping,
440 and set-default-base-face-remapping.
9d3d42fb 441
f2cec7a9
MB
4422008-06-01 Miles Bader <miles@gnu.org>
443
444 * display.texi (Displaying Faces): Add face-remapping-alist.
445
8f39c96d
SM
4462008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
449 variable names.
450
1ef5eecc
ER
4512008-05-03 Eric S. Raymond <esr@golux>
452
352c8b4a 453 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
454 (current-global-map) return references, not copies.
455
63b4387f
JL
4562008-05-02 Juri Linkov <juri@jurta.org>
457
458 * minibuf.texi (Text from Minibuffer): Document a list of
459 default values for `read-from-minibuffer'.
460
38a8b703
JB
4612008-04-24 Juanma Barranquero <lekktu@gmail.com>
462
463 * nonascii.texi (Translation of Characters): Fix previous change.
464
7c42e639
CY
4652008-04-20 Chong Yidong <cyd@stupidchicken.com>
466
467 * display.texi (Overlay Properties): Clarify role of underlying
468 textprop and overlay keymaps for display strings.
469
470 * keymaps.texi (Active Keymaps): Ditto.
471
25c0d999
SM
4722008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
473
474 * minibuf.texi (Programmed Completion):
475 Replace dynamic-completion-table with the new completion-table-dynamic.
476
e3af5968
CY
4772008-04-07 Chong Yidong <cyd@stupidchicken.com>
478
479 * intro.texi (Some Terms): Change "fonts in this manual" index
480 entry to "typographic conventions".
481
6bfc8698
EZ
4822008-04-05 Eli Zaretskii <eliz@gnu.org>
483
484 * objects.texi (Text Props and Strings): Add indexing for read
485 syntax of text properties.
486
4972c361
SM
4872008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * processes.texi (Decoding Output): Remove process-filter-multibyte
490 functions.
491
c70a68db
MR
4922008-03-15 Martin Rudalics <rudalics@gmx.at>
493
494 * display.texi (Finding Overlays): Say that empty overlays at
495 the end of the buffer are reported too.
496
1291fd36
GM
4972008-03-13 Glenn Morris <rgm@gnu.org>
498
499 * elisp.texi (EMACSVER): Set to 23.0.60.
500
c6b0dfd5
CY
5012008-02-26 Chong Yidong <cyd@stupidchicken.com>
502
38a8b703 503 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 504
875fc30c
GM
5052008-02-22 Glenn Morris <rgm@gnu.org>
506
507 * frames.texi (Position Parameters): Clarify the description of
508 `left' and `top', using information from "Geometry".
509 (Geometry): Give a pointer to "Position Parameters", rather than
510 repeating information.
511
d8c8e45a
GM
5122008-02-11 Glenn Morris <rgm@gnu.org>
513
514 * objects.texi (Equality Predicates): No longer talk about "two"
515 functions.
516
38a8b703 5172008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
518
519 * objects.texi (Equality Predicates): Add defun for
520 equal-including-properties.
521
bfffe0b1
GM
5222008-02-10 Glenn Morris <rgm@gnu.org>
523
524 * objects.texi (Equality Predicates):
525 Mention equal-including-properties.
526
431b78c9
RS
5272008-02-07 Richard Stallman <rms@gnu.org>
528
529 * windows.texi (Window Start): Mention the feature of moving
530 window-start to start of line.
531
c8763fb6 5322008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
533
534 * keymaps.texi (Tool Bar): Document rtl property.
535
1a256502
TTN
5362008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
537
538 * display.texi (Button Types):
539 For define-button-type, clarify type of NAME.
540
569382c2
MR
5412008-01-19 Martin Rudalics <rudalics@gmx.at>
542
543 * buffers.texi (Buffer Modification): Fix typo.
544
f3041af1
DN
5452008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
546
547 * os.texi (System Environment): Remove references to OSes that are
548 not supported anymore.
549
d35e1cd7
DN
5502008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
551
552 * os.texi (System Environment): Remove mention for Masscomp.
553
23af7580
RS
5542008-01-04 Richard Stallman <rms@gnu.org>
555
556 * display.texi (Faces): Don't talk about internal face vector as arg
557 to facep.
558
559 * customize.texi (Type Keywords): Fix previous change.
560
561 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
562 * elisp.texi (Top): Fix menu for commands.texi change.
563
ec7d5b1e
RS
5642007-12-30 Richard Stallman <rms@gnu.org>
565
566 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
567 (Accessing Scroll): New node broken out of Accessing Mouse.
568
101a6cea
RS
5692007-12-28 Richard Stallman <rms@gnu.org>
570
571 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 572 (Basic Parameters): For `title', refer to title bar.
041817a4 573 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 574
72b7e664
RS
5752007-12-23 Richard Stallman <rms@gnu.org>
576
577 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
578 Improve some of the commented-out keywords' text too.
579
27a4f445
MR
5802007-12-14 Martin Rudalics <rudalics@gmx.at>
581
e2e3f1d7
MR
582 * nonascii.texi (Encoding and I/O): Reword to avoid saying
583 "visit the current buffer".
584
27a4f445
MR
585 * os.texi (System Interface): Fix typo.
586
a2afc99d
RS
5872007-12-04 Richard Stallman <rms@gnu.org>
588
589 * objects.texi (Symbol Type): Fix typo.
590
b694135c
RS
5912007-12-03 Richard Stallman <rms@gnu.org>
592
593 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
594
f99a19da
GM
5952007-12-01 Glenn Morris <rgm@gnu.org>
596
597 * functions.texi (Declaring Functions): Improve previous change.
598
8f4b37d8
GM
5992007-11-30 Glenn Morris <rgm@gnu.org>
600
601 * functions.texi (Declaring Functions): Add optional fourth
602 argument of declare-function, and setting third argument to `t'.
603
61a2fe01
RS
6042007-11-29 Richard Stallman <rms@gnu.org>
605
606 * customize.texi (Composite Types): Document `group' type.
607
cbfc5193
GM
6082007-11-29 Glenn Morris <rgm@gnu.org>
609
610 * functions.texi (Declaring Functions): Add findex. Mention
611 `external' files.
612
8386283a
JB
6132007-11-26 Juanma Barranquero <lekktu@gmail.com>
614
615 * functions.texi (Declaring Functions): Fix directive.
616
a07c9a8b
RS
6172007-11-25 Richard Stallman <rms@gnu.org>
618
619 * help.texi (Help Functions): Clean up last change.
620
621 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
622
623 * loading.texi (Named Features): Minor cleanup.
624
625 * macros.texi (Eval During Expansion): Minor cleanup.
626
627 * variables.texi (Variable Aliases): Minor cleanup.
628
a0925923
RS
6292007-11-24 Richard Stallman <rms@gnu.org>
630
631 * functions.texi (Declaring Functions): Clarify previous change.
632
633 * compile.texi (Compiler Errors): Clarify previous change.
634
20c63e44
RS
6352007-11-24 Richard Stallman <rms@gnu.org>
636
e5e76c04 637 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
638 Clarify the text and move items around.
639
5bb0cda3
GM
6402007-11-24 Glenn Morris <rgm@gnu.org>
641
642 * functions.texi (Declaring Functions): New section.
643 * compile.texi (Compiler Errors): Mention declaring functions,
644 defvar with no initvalue, and byte-compile-warnings.
645
af13c86a
MR
6462007-11-15 Martin Rudalics <rudalics@gmx.at>
647
648 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
649 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
650
a5373305
MR
6512007-11-13 Martin Rudalics <rudalics@gmx.at>
652
653 * help.texi (Help Functions): Document new macro `with-help-window'.
654
fe284805
JL
6552007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
656
657 * searching.texi (Replacing Match): Describe new
658 `match-substitute-replacement'.
659
2c3a09b1
RS
6602007-10-31 Richard Stallman <rms@gnu.org>
661
662 * strings.texi (Creating Strings): Null strings from concat not unique.
663
f2b480f4
RS
6642007-10-26 Richard Stallman <rms@gnu.org>
665
666 * objects.texi (Equality Predicates): Null strings are uniquified.
667
668 * minibuf.texi: Minor clarifications in previous change.
669
db21122c
GM
6702007-10-25 Glenn Morris <rgm@gnu.org>
671
672 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
673
2328cbb3
RS
6742007-10-24 Richard Stallman <rms@gnu.org>
675
676 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
677
678 * variables.texi (Frame-Local Variables): Node deleted.
679 (Variables): Delete Frame-Local Variables from menu.
680 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
681 (Default Value): Don't mention frame-local vars.
682
683 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
684
685 * loading.texi (Unloading): Document FEATURE-unload-function
686 instead of FEATURE-unload-hook.
687
2328cbb3
RS
688 * frames.texi (Multiple Displays): Don't mention frame-local vars.
689
c066bafa
JL
6902007-10-22 Juri Linkov <juri@jurta.org>
691
692 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
693 (High-Level Completion): Document a list of default value strings
694 in the DEFAULT argument, for which minibuffer functions return the
695 first element.
696
65ced25f
JL
6972007-10-17 Juri Linkov <juri@jurta.org>
698
699 * text.texi (Filling): Update arguments of fill-paragraph.
700 fill-paragraph operates on the active region in Transient Mark mode.
701 Remove fill-paragraph-or-region.
702
ee46ec8e
KB
7032007-10-13 Karl Berry <karl@gnu.org>
704
705 * elisp.texi (@dircategory): Move to after @copying,
706 since we want @copying as close as possible to the beginning of
707 the output.
708
61bbdbc6
RS
7092007-10-12 Richard Stallman <rms@gnu.org>
710
711 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
712
713 * commands.texi (Distinguish Interactive): New node,
714 broken out from Interactive Call and rewritten.
715 (Command Loop): Put Distinguish Interactive in menu.
716
af23e1e8
RS
7172007-10-09 Richard Stallman <rms@gnu.org>
718
719 * text.texi (Examining Properties): Mention overlay priority.
720
721 * display.texi (Display Margins): Correct the description
722 of margin display specifications.
723 (Replacing Specs): New subnode broken out of Display Property.
724
e1965a69
JL
7252007-10-06 Juri Linkov <juri@jurta.org>
726
727 * text.texi (Filling): Document fill-paragraph-or-region.
728
4638454b
JB
7292007-10-05 Juanma Barranquero <lekktu@gmail.com>
730
731 * display.texi (Auto Faces): Fix typo.
732
7ed54cc5
RS
7332007-10-02 Richard Stallman <rms@gnu.org>
734
735 * display.texi (Display Property): Explain some display specs
736 don't let you move point in.
737
738 * frames.texi (Cursor Parameters): Describe
739 cursor-in-non-selected-windows here. Explain more values.
740
741 * windows.texi (Basic Windows): Don't describe
742 cursor-in-non-selected-windows here.
743
305a7ef2
EZ
7442007-10-01 Eli Zaretskii <eliz@gnu.org>
745
746 * processes.texi (Misc Network): Note that these functions are
747 supported only on some systems.
748
f7a7f4eb
RS
7492007-10-01 Richard Stallman <rms@gnu.org>
750
751 * display.texi (Overlay Properties): Explain nil as priority.
752 Explain that conflicts are unpredictable if not resolved by
753 priorities.
754
780d7bb9
RS
7552007-09-23 Richard Stallman <rms@gnu.org>
756
757 * macros.texi (Backquote): Minor clarification.
758
14b4fdfb
RS
7592007-09-19 Richard Stallman <rms@gnu.org>
760
761 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
762 Clarify when they work in parallel and when one overrides.
763 Fix error in example.
14b4fdfb 764
b8d4c8d0
GM
7652007-09-06 Glenn Morris <rgm@gnu.org>
766
767 * Move from lispref/ to doc/lispref/. Change all setfilename
768 commands to use ../../info.
769 * Makefile.in (infodir): Go up one more level.
4638454b 770 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
771 (miscmanualdir): New.
772 (dist): Use new variable miscmanualdir.
773 * makefile.w32-in (infodir, texinputdir): Go up one more level.
774 (usermanualdir): Change from ../man to ../emacs.
775
1bb1f7d3
MR
7762007-08-30 Martin Rudalics <rudalics@gmx.at>
777
778 * commands.texi (Command Loop Info): Advise against changing
779 most variables described here. Explain new variable
780 last-repeatable-command.
781
b8d4c8d0
GM
7822007-08-29 Glenn Morris <rgm@gnu.org>
783
784 * elisp.texi (EMACSVER): Increase to 23.0.50.
785
7862007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
787
788 * frames.texi (Basic Parameters): Add display-environment-variable
789 and term-environment-variable.
790
7912007-08-28 Juri Linkov <juri@jurta.org>
792
793 * display.texi (Image Formats, Other Image Types): Add SVG.
794
7952007-08-28 Juri Linkov <juri@jurta.org>
796
797 * display.texi (Images): Move formats-related text to new node
798 "Image Formats".
799 (Image Formats): New node.
800
619fb9ee
RS
8012007-08-27 Richard Stallman <rms@gnu.org>
802
803 * windows.texi (Window Configurations): Clarify what
804 a window configuration saves.
805
b8d4c8d0
GM
8062007-08-25 Richard Stallman <rms@gnu.org>
807
808 * display.texi (Images): Delete redundant @findex.
809
8102007-08-16 Richard Stallman <rms@gnu.org>
811
812 * processes.texi (Asynchronous Processes): Clarify
813 doc of start-file-process.
814
8152007-08-08 Martin Rudalics <rudalics@gmx.at>
816
817 * modes.texi (Example Major Modes): Fix typo.
818
8192007-08-08 Glenn Morris <rgm@gnu.org>
820
821 * intro.texi (nil and t): Do not use `iff' in documentation.
822
823 * tips.texi (Documentation Tips): Recommend against `iff'.
824
8252007-08-07 Chong Yidong <cyd@stupidchicken.com>
826
827 * display.texi (Image Cache): Document image-refresh.
828
8292007-08-06 Martin Rudalics <rudalics@gmx.at>
830
831 * windows.texi (Size of Window): Document window-full-width-p.
832
8332007-07-25 Glenn Morris <rgm@gnu.org>
834
835 * gpl.texi (GPL): Replace license with GPLv3.
836
837 * Relicense all FSF files to GPLv3 or later.
838
8392007-07-24 Michael Albinus <michael.albinus@gmx.de>
840
4638454b
JB
841 * processes.texi (Synchronous Processes):
842 Add `process-file-shell-command'.
b8d4c8d0
GM
843 (Asynchronous Processes): Mention restricted use of
844 `process-filter' and `process-sentinel' in
845 `start-file-process'. Add `start-file-process-shell-command'.
846
8472007-07-17 Michael Albinus <michael.albinus@gmx.de>
848
849 * files.texi (Magic File Names): Introduce optional parameter
850 IDENTIFICATION for `file-remote-p'.
851
8522007-07-16 Richard Stallman <rms@gnu.org>
853
854 * display.texi (Defining Faces): Fix previous change.
855
8562007-07-14 Richard Stallman <rms@gnu.org>
857
858 * control.texi (Handling Errors): Document `debug' in handler list.
859
8602007-07-10 Richard Stallman <rms@gnu.org>
861
862 * display.texi (Defining Faces): Explain C-M-x feature for defface.
863
8642007-07-09 Richard Stallman <rms@gnu.org>
865
866 * files.texi (Magic File Names): Rewrite previous change.
867
8682007-07-08 Michael Albinus <michael.albinus@gmx.de>
869
870 * files.texi (Magic File Names): Introduce optional parameter
871 CONNECTED for `file-remote-p'.
872
8732007-07-07 Michael Albinus <michael.albinus@gmx.de>
874
875 * processes.texi (Asynchronous Processes):
876 * files.texi (Magic File Names): Add `start-file-process'.
877
8782007-06-27 Richard Stallman <rms@gnu.org>
879
880 * files.texi (Format Conversion Piecemeal): Clarify
881 `after-insert-file-functions' calling convention.
882
8832007-06-27 Michael Albinus <michael.albinus@gmx.de>
884
4638454b
JB
885 * files.texi (Magic File Names): Remove `dired-call-process'.
886 Add `process-file'.
b8d4c8d0
GM
887
8882007-06-27 Kenichi Handa <handa@m17n.org>
889
890 * text.texi (Special Properties): Fix description about
4638454b 891 `composition' property.
b8d4c8d0
GM
892
8932007-06-26 Kenichi Handa <handa@m17n.org>
894
895 * nonascii.texi (Default Coding Systems): Document about the
896 return value `undecided'.
897
8982007-06-25 David Kastrup <dak@gnu.org>
899
900 * keymaps.texi (Active Keymaps): Document new POSITION argument of
901 `current-active-maps'.
902
9032007-06-24 Karl Berry <karl@gnu.org>
904
4638454b 905 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
906
9072007-06-15 Juanma Barranquero <lekktu@gmail.com>
908
909 * display.texi (Overlay Arrow): Doc fix.
910
9112007-06-14 Karl Berry <karl@tug.org>
912
913 * anti.texi (Antinews): Typo.
914
9152007-06-14 Chong Yidong <cyd@stupidchicken.com>
916
917 * display.texi (Image Cache): Document image-refresh.
918
9192007-06-12 Karl Berry <karl@gnu.org>
920
921 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
922 * two-volume.make: New file.
923 * .cvsignore: Ignore two-volume files.
924
9252007-06-12 Tom Tromey <tromey@redhat.com>
926
927 * os.texi (Init File): Document user-emacs-directory.
928
9292007-06-03 Nick Roberts <nickrob@snap.net.nz>
930
931 * commands.texi (Click Events): Describe width and height when
932 object is nil.
933
9342007-05-30 Nick Roberts <nickrob@snap.net.nz>
935
936 * commands.texi (Click Events): Layout more logically. Describe
937 width and height.
938 (Drag Events, Motion Events): Update to new format for position.
939
9402007-06-02 Richard Stallman <rms@gnu.org>
941
942 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
943
9442007-06-02 Chong Yidong <cyd@stupidchicken.com>
945
946 * Version 22.1 released.
947
9482007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * text.texi (Special Properties): Correct meaning of fontified face.
951
9522007-05-30 Richard Stallman <rms@gnu.org>
953
954 * text.texi (Special Properties): Add link to Adjusting Point.
955
9562007-05-12 Richard Stallman <rms@gnu.org>
957
958 * text.texi (Margins): indent-to-left-margin is not the default.
959 (Mode-Specific Indent): For indent-line-function, the default
960 is indent-relative.
961
962 * modes.texi (Example Major Modes): Explain last line of text-mode
963 is redundant.
964
9652007-05-10 Richard Stallman <rms@gnu.org>
966
967 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
968
969 * help.texi (Keys in Documentation): Add reference to
970 Documentation Tips.
971
972 * files.texi (Format Conversion): TO-FN gets three arguments.
973
974 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
975
9762007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
977
978 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
979 * files.texi (Format Conversion): Expand intro; add menu.
980 (Format Conversion Overview, Format Conversion Round-Trip)
981 (Format Conversion Piecemeal): New nodes/subsections.
982 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
983 * text.texi (Text Properties): Remove "Saving Properties" from menu.
984 (Saving Properties): Delete node/subsection.
985
9862007-05-07 Karl Berry <karl@gnu.org>
987
988 * elisp.texi (EMACSVER): Back to 22.
989
9902007-05-06 Richard Stallman <rms@gnu.org>
991
992 * processes.texi (Accepting Output): Revert most of previous change.
993
9942007-05-05 Richard Stallman <rms@gnu.org>
995
996 * processes.texi (Accepting Output): accept-process-output
997 uses microseconds, not milliseconds. But that arg is obsolete.
998
9992007-05-04 Karl Berry <karl@tug.org>
1000
1001 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1002
10032007-05-04 Eli Zaretskii <eliz@gnu.org>
1004
1005 * tips.texi (Documentation Tips): Rearrange items to place the
1006 more important ones first. Add an index entry for hyperlinks.
1007
10082007-05-03 Karl Berry <karl@gnu.org>
1009
1010 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1011 (EMACSVER) [smallbook]: 22 for printed version.
1012
1013 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1014 so restore anchor to normal position after defun. Found by Kevin Ryde.
1015
10162007-04-26 Glenn Morris <rgm@gnu.org>
1017
1018 * elisp.texi (EMACSVER): Increase to 22.1.50.
1019
10202007-04-28 Karl Berry <karl@gnu.org>
1021
1022 * elisp.texi: Improve line breaks on copyright page,
1023 similar layout to emacs manual, 8.5x11 by default.
1024
10252007-04-24 Richard Stallman <rms@gnu.org>
1026
1027 * text.texi (Special Properties): Add xref to Overlay Properties.
1028
1029 * display.texi (Overlay Properties): Add xref to Special Properties.
1030
10312007-04-22 Richard Stallman <rms@gnu.org>
1032
1033 * keymaps.texi (Extended Menu Items): Move the info about
1034 format with cached keyboard binding.
1035
10362007-04-21 Richard Stallman <rms@gnu.org>
1037
1038 * text.texi (Special Properties): Clarify previous change.
1039
1040 * files.texi (File Name Expansion): Clarify previous change.
1041
1042 * display.texi (Attribute Functions): Fix example for
1043 face-attribute-relative-p.
1044
10452007-04-19 Kenichi Handa <handa@m17n.org>
1046
1047 * text.texi (Special Properties): Document composition property.
1048
10492007-04-19 Glenn Morris <rgm@gnu.org>
1050
1051 * files.texi (File Name Expansion): Mention "superroot".
1052
10532007-04-15 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * frames.texi (Multiple Displays): Add note about "multi-monitor"
1056 setups.
1057 (Display Feature Testing): Note that display refers to all
1058 physical monitors for multi-monitor setups.
1059
10602007-04-14 Richard Stallman <rms@gnu.org>
1061
1062 * lists.texi (Sets And Lists): Clarify `delete' examples.
1063 Remove spurious xref to same node.
1064 Clarify xref for add-to-list.
1065
10662007-04-12 Nick Roberts <nickrob@snap.net.nz>
1067
1068 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1069 value of lisp-mode-map.
1070
10712007-04-11 Karl Berry <karl@gnu.org>
1072
1073 * anti.texi (Antinews):
1074 * display.texi (Overlay Properties, Defining Images):
1075 * processes.texi (Synchronous Processes, Sentinels):
1076 * syntax.texi (Syntax Table Internals):
1077 * searching.texi (Regexp Special):
1078 * nonascii.texi (Default Coding Systems):
1079 * text.texi (Special Properties):
1080 * minibuf.texi (Basic Completion): Wording to improve breaks in
1081 8.5x11 format.
1082 * elisp.texi (smallbook): New @set to more easily switch between
1083 smallbook and 8.5x11.
1084
10852007-04-11 Richard Stallman <rms@gnu.org>
1086
1087 * text.texi (Lazy Properties): Minor fix.
1088
10892007-04-08 Karl Berry <karl@gnu.org>
1090
1091 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1092 * macros.texi (Backquote): Downcase Backquote in index entries for
1093 consistency.
1094
10952007-04-08 Richard Stallman <rms@gnu.org>
1096
1097 * text.texi (Adaptive Fill): Just describe default,
1098 don't show it (since it contains non-ASCII chars).
1099
11002007-04-07 Karl Berry <karl@gnu.org>
1101
1102 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1103 adaptive-fill-regexp's value, since they are not in the standard
1104 TeX fonts.
1105
11062007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
1107
1108 * display.texi (Defining Faces): Fix example.
1109
11102007-04-07 Karl Berry <karl@gnu.org>
1111
1112 * display.texi (Button Buffer Commands): Improve page break.
1113
11142007-04-07 Richard Stallman <rms@gnu.org>
1115
1116 * advice.texi (Activation of Advice): Remove redundant index entry.
1117
1118 * backups.texi: Improve index entries. Remove redundant ones.
1119
1120 * compile.texi (Byte Compilation): Improve index entry.
1121
1122 * hash.texi (Creating Hash): Improve index entry.
1123
1124 * symbols.texi (Definitions): Improve index entry.
1125
1126 * edebug.texi: Improve index entries. Remove redundant/useless ones.
1127
1128 * maps.texi (Standard Keymaps): Remove useless index entry.
1129
1130 * help.texi (Documentation Basics): Remove redundant index entries.
1131
1132 * customize.texi: Improve index entries.
1133 Remove redundant/useless ones.
1134
1135 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
1136
1137 * streams.texi (Output Variables): Improve index entry.
1138
1139 * abbrevs.texi (Abbrevs): Remove useless index entry.
1140
1141 * macros.texi (Expansion): Remove useless index entry.
1142
1143 * text.texi: Improve index entries. Remove redundant/useless ones.
1144 (Text Properties, Examining Properties)
1145 (Special Properties): Use "property category" instead of "category"
1146 to refer to the `category' property.
1147
1148 * positions.texi: Improve index entries. Remove useless one.
1149
1150 * lists.texi: Improve index entries. Remove redundant/useless ones.
1151
1152 * os.texi: Improve index entries.
1153 (Timers): Fix previous change.
1154
1155 * buffers.texi: Improve index entries.
1156 (Modification Time): Get rid of term "obsolete buffer".
1157
1158 * debugging.texi: Improve index entries.
1159 (Test Coverage): Add xref to other test coverage ftr.
1160
1161 * eval.texi: Improve index entry. Remove redundant ones.
1162
1163 * numbers.texi: Improve index entries. Remove redundant/useless ones.
1164
1165 * files.texi: Improve index entries. Remove redundant/useless ones.
1166
1167 * objects.texi: Improve index entries.
1168
1169 * processes.texi: Improve index entries.
1170
1171 * modes.texi: Improve index entry. Remove redundant one.
1172
1173 * nonascii.texi: Improve index entries.
1174
1175 * internals.texi: Improve index entries.
1176
1177 * syntax.texi: Improve index entries.
1178
1179 * keymaps.texi (Active Keymaps): Improve index entries.
1180
1181 * commands.texi: Improve index entries. Remove redundant/useless ones.
1182
1183 * frames.texi: Improve index entries. Remove redundant/useless ones.
1184
1185 * markers.texi: Improve index entries. Remove redundant ones.
1186
1187 * tips.texi: Improve index entries.
1188
1189 * loading.texi (Unloading): Improve index entry.
1190
1191 * variables.texi: Improve index entries. Remove redundant one.
1192
1193 * sequences.texi: Improve index entry.
1194
1195 * display.texi: Improve index entries. Remove redundant ones.
1196
1197 * windows.texi: Improve index entries.
1198
1199 * searching.texi: Improve index entries. Remove redundant one.
1200
1201 * strings.texi (Case Tables): Improve last change.
1202
12032007-04-04 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * strings.texi (Case Tables): Document with-case-table and
1206 ascii-case-table.
1207
12082007-04-03 Karl Berry <karl@gnu.org>
1209
1210 * processes.texi (Network): Reword to improve page break.
1211
12122007-04-03 Eli Zaretskii <eliz@gnu.org>
1213
1214 * functions.texi (Inline Functions): Describe more disadvantages
1215 of defsubst, and make advice against it stronger.
1216
12172007-04-02 Karl Berry <karl@gnu.org>
1218
1219 * backups.texi (Backup Names): Avoid widow words.
1220 * modes.texi (Example Major Modes): Align last comment.
1221
12222007-04-01 Chong Yidong <cyd@stupidchicken.com>
1223
1224 * keymaps.texi (Remapping Commands): Document new arg to
1225 command-remapping.
1226
12272007-04-01 Karl Berry <karl@gnu.org>
1228
1229 * processes.texi (Low-Level Network): Typo.
1230 * loading.texi (Hooks for Loading): Avoid double "the".
1231 * keymaps.texi (Key Sequences): No double "and".
1232 (Changing Key Bindings): Shorten to improve line break.
1233
12342007-03-31 Glenn Morris <rgm@gnu.org>
1235
1236 * os.texi (Timers): Fix description of run-at-time TIME formats.
1237
12382007-03-31 Richard Stallman <rms@gnu.org>
1239
1240 * display.texi (Invisible Text): Correct buffer-invisibility-spec
1241 regarding ellipsis.
1242
12432007-03-31 Eli Zaretskii <eliz@gnu.org>
1244
1245 * intro.texi (nil and t):
1246 * symbols.texi (Plists and Alists):
1247 * variables.texi (Variable Aliases, Constant Variables):
1248 * functions.texi (Defining Functions):
1249 * advice.texi (Advising Primitives):
1250 * debugging.texi (Syntax Errors, Compilation Errors):
1251 * minibuf.texi (Minibuffer Windows):
1252 * commands.texi (Adjusting Point):
1253 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
1254 (Auto Major Mode, Major Mode Conventions):
1255 * help.texi (Describing Characters):
1256 * files.texi (Create/Delete Dirs, Information about Files)
1257 (File Locks, Writing to Files, Reading from Files)
1258 (Saving Buffers):
1259 * windows.texi (Resizing Windows, Cyclic Window Ordering):
1260 * frames.texi (Finding All Frames):
1261 * positions.texi (Buffer End, Motion):
1262 * markers.texi (The Region):
1263 * text.texi (Deletion, Near Point):
1264 * display.texi (Displaying Messages, Truncation):
1265 * os.texi (Processor Run Time):
1266 * tips.texi (Key Binding Conventions, Programming Tips)
1267 (Warning Tips, Documentation Tips, Comment Tips):
1268 * internals.texi (Memory Usage): Improve indexing.
1269
1270 * variables.texi (Frame-Local Variables):
1271 * functions.texi (Argument List):
1272 * loading.texi (Library Search):
1273 * streams.texi (Output Variables):
1274 * keymaps.texi (Translation Keymaps, Searching Keymaps):
1275 * searching.texi (Replacing Match, Search and Replace):
1276 * processes.texi (Byte Packing, Decoding Output)
1277 (Accepting Output, Network Servers, Shell Arguments):
1278 * display.texi (Abstract Display, Image Cache, Scroll Bars):
1279 * windows.texi (Window Point, Window Start):
1280 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
1281 * commands.texi (Reading Input, Keyboard Events):
1282 * minibuf.texi (Reading File Names, Minibuffer Completion)
1283 (Recursive Mini):
1284 * positions.texi (List Motion):
1285 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
1286 * numbers.texi (Arithmetic Operations, Math Functions)
1287 (Predicates on Numbers, Comparison of Numbers):
1288 (Numeric Conversions):
1289 * locals.texi (Standard Buffer-Local Variables):
1290 * maps.texi (Standard Keymaps):
1291 * os.texi (User Identification, System Environment, Recording Input)
1292 (X11 Keysyms):
1293 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
1294 * backups.texi (Backups and Auto-Saving):
1295 * customize.texi (Customization, Group Definitions)
1296 (Variable Definitions):
1297 * compile.texi (Byte Compilation): Improve index entries.
1298
12992007-03-31 Karl Berry <karl@gnu.org>
1300
1301 * macros.texi (Defining Macros): Avoid widow syllable.
1302
13032007-03-31 Eli Zaretskii <eliz@gnu.org>
1304
1305 * elisp.texi (Top): Postscript -> PostScript.
1306
1307 * display.texi (Images, Postscript Images): Postscript -> PostScript.
1308
13092007-03-31 Markus Triska <markus.triska@gmx.at>
1310
1311 * internals.texi (Writing Emacs Primitives): Untabify `For'.
1312
13132007-03-30 Karl Berry <karl@gnu.org>
1314
1315 * lists.texi (List-related Predicates): Remove spurious @need.
1316 (Setcdr): Use @smallexample to improve page break.
1317 (Association Lists) <assoc>: Reword to improve page break.
1318
1319 * strings.texi (String Conversion): Insert blank line to improve
1320 page break.
1321
1322 * numbers.texi (Random Numbers): Use @minus{}.
1323 (Math Functions): Use @minus{}.
1324
1325 * intro.texi (Acknowledgements): Avoid line breaks before middle
1326 initials.
1327
13282007-03-24 Eli Zaretskii <eliz@gnu.org>
1329
1330 * errors.texi (Standard Errors): Add an index entry.
1331
13322007-03-19 Richard Stallman <rms@gnu.org>
1333
1334 * os.texi (Recording Input): recent-keys now gives 300 keys.
1335
13362007-03-12 Glenn Morris <rgm@gnu.org>
1337
1338 * os.texi: Replace "daylight savings" with "daylight saving"
1339 throughout.
1340
13412007-03-05 Richard Stallman <rms@gnu.org>
1342
1343 * variables.texi (File Local Variables): Update
1344 enable-local-variables values.
1345
13462007-03-04 Richard Stallman <rms@gnu.org>
1347
1348 * syntax.texi (Control Parsing): Minor clarification.
1349
1350 * strings.texi (Formatting Strings): Clarify width, precision, flags.
1351
1352 * sequences.texi (Sequence Functions): Move string-bytes away,
1353 add xref.
1354
1355 * nonascii.texi (Text Representations): Move string-bytes here.
1356
1357 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1358
1359 * minibuf.texi (Basic Completion): Minor clarification.
1360
1361 * markers.texi (The Mark): Clarify existence vs activation of mark.
1362 Other cleanup.
1363
1364 * display.texi (Finding Overlays): Write better example.
1365
1366 * compile.texi (Eval During Compile): Clarify putting macros
1367 in eval-when-compile.
1368
c5602427 13692007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
1370
1371 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 1372 load-read-function definition doc.
b8d4c8d0
GM
1373
13742007-02-21 Kim F. Storm <storm@cua.dk>
1375
1376 * strings.texi (Text Comparison): Mention that assoc-string
1377 converts symbols to strings before testing.
1378
13792007-02-17 Kim F. Storm <storm@cua.dk>
1380
1381 * processes.texi (Bindat Spec): Vector types can have optional
1382 element type.
1383 (Bindat Examples): Fix example. Add vector with element type.
1384
13852007-02-16 Andreas Schwab <schwab@suse.de>
1386
1387 * strings.texi (Formatting Strings): Document '+' flag.
1388
13892007-02-15 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * strings.texi (Modifying Strings): Clarify that `clear-string'
1392 always converts the string to unibyte.
1393
13942007-02-14 Kim F. Storm <storm@cua.dk>
1395
1396 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1397 Rewrite glyph code description to refer to these functions.
1398 Remove details of encoding face number and char into integer code.
1399
14002007-02-03 Alan Mackenzie <acm@muc.de>
1401
1402 * loading.texi (Hooks for Loading): Make the description of
1403 `eval-after-load' more detailed, and amend the description of
1404 after-load-alist, in accordance with changes from 2006-05.
1405
14062007-02-03 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * modes.texi (Defining Minor Modes): Document that a :require
1409 keyword or similar may be required to make saved customization
1410 variables work.
1411
14122007-02-03 Eli Zaretskii <eliz@gnu.org>
1413
1414 * elisp.texi (Top): Make the detailed menu headers compliant with
1415 Texinfo guidelines and with what texnfo-upd.el expects. Add
1416 comments to prevent people from inadvertently modifying the key
1417 parts needed by `texinfo-multiple-files-update'.
1418
14192007-02-02 Eli Zaretskii <eliz@gnu.org>
1420
1421 * elisp.texi (Top): Update the top-level menus.
1422
1423 * syntax.texi (Categories): Add index entries.
1424
14252007-02-01 Juanma Barranquero <lekktu@gmail.com>
1426
1427 * display.texi (Attribute Functions): Fix name and description of
1428 the UNDERLINE arg of `set-face-underline-p'.
1429
14302007-01-29 Eli Zaretskii <eliz@gnu.org>
1431
1432 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1433 Variables", and "Standard Keymaps" to the detailed menu.
1434
1435 * variables.texi (Future Local Variables): Add index entry.
1436
14372007-01-28 Richard Stallman <rms@gnu.org>
1438
1439 * tips.texi (Coding Conventions): Clarify the tip about macros
1440 that define a function or a variable.
1441
1442 * files.texi (File Attributes): UID and GID can be floats.
1443 (Magic File Names): Explain why deferring all operations to
1444 the standard handler does not work.
1445
14462007-01-23 Martin Rudalics <rudalics@gmx.at>
1447
1448 * backups.texi (Reverting): Use "buffer" instead of "file"
1449 when talking about major and minor modes.
1450
14512007-01-21 Richard Stallman <rms@gnu.org>
1452
1453 * help.texi (Documentation): Add xref to Documentation Tips.
1454
14552007-01-14 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * tips.texi (Coding Conventions): Fix typos.
1458
14592007-01-05 Richard Stallman <rms@gnu.org>
1460
1461 * modes.texi (Defining Minor Modes): Fix previous change.
1462
14632007-01-03 Richard Stallman <rms@gnu.org>
1464
1465 * customize.texi (Variable Definitions, Customization Types):
1466 Don't use * in doc string for defcustom.
1467
14682007-01-02 Richard Stallman <rms@gnu.org>
1469
1470 * variables.texi (Variable Aliases): Clarify that aliases vars
1471 always have the same value.
1472
1473 * processes.texi (Bindat Spec): Fix Texinfo usage.
1474
1475 * modes.texi (Defining Minor Modes): Explain effect of command
1476 defined with define-global-minor-mode on new buffers.
1477
14782006-12-30 Kim F. Storm <storm@cua.dk>
1479
1480 * keymaps.texi (Tool Bar): Describe `grow-only' value of
1481 `auto-resize-tool-bars'.
1482
14832006-12-30 Richard Stallman <rms@gnu.org>
1484
1485 * keymaps.texi (Active Keymaps): Fix previous change.
1486
14872006-12-30 Nick Roberts <nickrob@snap.net.nz>
1488
1489 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1490
14912006-12-30 Kim F. Storm <storm@cua.dk>
1492
1493 * processes.texi (Bindat Spec): Clarify using field names in
1494 length specifications.
1495
14962006-12-29 Kim F. Storm <storm@cua.dk>
1497
1498 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1499 Add count and index variables for eval forms in repeat blocks.
1500
15012006-12-24 Richard Stallman <rms@gnu.org>
1502
1503 * customize.texi (Variable Definitions): Document
1504 new name custom-add-frequent-value.
1505
15062006-12-19 Kim F. Storm <storm@cua.dk>
1507
1508 * commands.texi (Misc Events): User signals now result in sigusr1
1509 and sigusr2 events which are handled through special-event-map.
1510 (Special Events): User signals and drag-n-drop are special.
1511
15122006-12-17 Richard Stallman <rms@gnu.org>
1513
1514 * loading.texi (Named Features): Explain subfeatures better.
1515
1516 * customize.texi: Use "option" only for user options.
1517 For the keyword values inside defcustom etc, say "keywords".
1518 For :options value's elements, say "elements".
1519 :group should not be omitted.
1520
1521 * syntax.texi (Parsing Expressions): Split up node.
1522 (Motion via Parsing, Position Parse, Parser State)
1523 (Low-Level Parsing, Control Parsing): New subnodes.
1524 (Parser State): Document syntax-ppss-toplevel-pos.
1525
1526 * positions.texi (List Motion): Punctuation fix.
1527
1528 * files.texi (File Name Completion): Document PREDICATE arg
1529 to file-name-completion.
1530
15312006-12-16 Eli Zaretskii <eliz@gnu.org>
1532
1533 * internals.texi (Building Emacs, Writing Emacs Primitives):
1534 Add index entries.
1535
15362006-12-11 Richard Stallman <rms@gnu.org>
1537
1538 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1539 affects face menu. Explain how to make it non-nil without enabling
1540 any fontification.
1541
15422006-12-10 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * modes.texi (Font Lock Basics): Document nil value of
1545 font-lock-defaults.
1546
15472006-12-10 Glenn Morris <rgm@gnu.org>
1548
1549 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
1550 value for system-flag argument. Abbrev tables may not be empty
1551 when major modes are loaded.
1552
15532006-12-08 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * makefile.w32-in (maintainer-clean): Partially revert last
1556 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
1557 to protect elisp-covers.texi.
1558
15592006-12-07 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
1562 Don't remove elisp* info files; they are already deleted by the
1563 `clean' and `distclean' targets, and they are in the $(infodir)
1564 directory, not the current one.
1565
15662006-12-04 Kim F. Storm <storm@cua.dk>
1567
1568 * commands.texi (Misc Events): Update signal events.
1569 (Event Examples): Add signal example.
1570
15712006-11-29 Richard Stallman <rms@gnu.org>
1572
1573 * frames.texi (Visibility of Frames): Explain visible windows
1574 can be covered by others. Add xref for raise-frame.
1575
15762006-11-28 Richard Stallman <rms@gnu.org>
1577
1578 * searching.texi (Regexp Special): Update when ^ is special.
1579
15802006-11-27 Eli Zaretskii <eliz@gnu.org>
1581
1582 * customize.texi (Customization, Common Keywords)
1583 (Group Definitions, Variable Definitions, Composite Types)
1584 (Type Keywords, Customization Types): Add index entries for
1585 various customization keywords.
1586
15872006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
1590
c8763fb6 15912006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
1592
1593 * frames.texi (Window System Selections): Remove clipboard from
1594 description of selection-coding-system.
1595
15962006-11-06 Richard Stallman <rms@gnu.org>
1597
1598 * lists.texi (List Variables): Document COMPARE-FN.
1599
1600 * keymaps.texi: Avoid use of "binding" to mean a relation;
1601 use it only to refer to the meaning associated with a key.
1602 (Keymaps): Change menu node description.
1603
1604 * elisp.texi (Top): Change menu node description.
1605
1606 * display.texi (Managing Overlays): Document overlay-recenter.
1607
16082006-10-29 Chong Yidong <cyd@stupidchicken.com>
1609
1610 * Makefile.in: Use relative paths to avoid advertising filesystem
1611 contents during compilation.
1612
16132006-10-23 Kim F. Storm <storm@cua.dk>
1614
1615 * commands.texi (Event Input Misc): Update unread-command-events.
1616
16172006-10-23 Nick Roberts <nickrob@snap.net.nz>
1618
1619 * lists.texi (Sets And Lists): Fix typos.
1620
16212006-10-18 Juanma Barranquero <lekktu@gmail.com>
1622
1623 * control.texi (Processing of Errors): Use @var for an argument,
1624 not @code.
1625
16262006-10-16 Richard Stallman <rms@gnu.org>
1627
1628 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
1629
1630 * keymaps.texi (Format of Keymaps): Show all the keymap element
1631 patterns that result from menu items.
1632 (Key Lookup): Minor cleanups.
1633
1634 * modes.texi (Precalculated Fontification): Don't say that
1635 not setting font-lock-defaults avoids loading font-lock.
1636
1637 * help.texi (Documentation): Move xref to Emacs Manual here.
1638 (Documentation Basics): From here.
1639 Also doc emacs-lisp-docstring-fill-column.
1640
1641 * elisp.texi: Update version and ISBN.
1642
1643 * commands.texi (Interactive Call): Clarify KEYS arg to
1644 call-interactively is a vector.
1645 (Command Loop Info): Delete anchor in this-command-keys.
1646 Add anchor in this-command-keys-vector.
1647 (Recursive Editing): Document how recursive-edit
1648 handles the current buffer.
1649
16502006-10-13 Chong Yidong <cyd@stupidchicken.com>
1651
1652 * frames.texi (Frame Titles): %c and %l are ignored in
1653 frame-title-format.
1654
16552006-10-11 Richard Stallman <rms@gnu.org>
1656
1657 * keymaps.texi (Key Sequences): Clarify use of kbd.
1658
16592006-10-10 Kim F. Storm <storm@cua.dk>
1660
1661 * lists.texi (Sets And Lists): Add memql.
1662
16632006-10-03 Richard Stallman <rms@gnu.org>
1664
1665 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
1666 Clarify :ascii: and :nonascii:.
1667
16682006-09-29 Juri Linkov <juri@jurta.org>
1669
1670 * modes.texi (%-Constructs): Reorder coding systems in the
1671 documentation of %z to the real order displayed in the modeline.
1672
16732006-09-25 Richard Stallman <rms@gnu.org>
1674
1675 * os.texi (Timers): Describe timer-max-repeats.
1676
16772006-09-25 Chong Yidong <cyd@stupidchicken.com>
1678
1679 * os.texi (Timers): Mention with-local-quit.
1680
16812006-09-24 Richard Stallman <rms@gnu.org>
1682
1683 * searching.texi (Searching and Matching): Mention property search.
1684
1685 * commands.texi (Command Loop Info): Explain how read-event affects
1686 this-command-keys.
1687
16882006-09-20 Richard Stallman <rms@gnu.org>
1689
1690 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
1691
1692 * windows.texi (Window Start): Minor cleanups.
1693
16942006-09-20 Kim F. Storm <storm@cua.dk>
1695
1696 * windows.texi (Window Start): pos-visible-in-window-p allows
1697 specifying t for position to mean "end of window".
1698 Add window-line-height.
1699
1700 * anti.texi (Antinews): Mention window-line-height.
1701
17022006-09-19 David Kastrup <dak@gnu.org>
1703
1704 * keymaps.texi (Searching Keymaps): Small clarification.
1705
17062006-09-18 Richard Stallman <rms@gnu.org>
1707
1708 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1709 cause keyboard menus.
1710 (Menu Keymaps): Likewise.
1711 (Defining Menus, Keyboard Menus): Clarify.
1712
1713 * text.texi (Fields): Clarify explanation of constrain-to-field.
1714
17152006-09-16 Eli Zaretskii <eliz@gnu.org>
1716
1717 * variables.texi (Tips for Defining): Fix a typo.
1718
17192006-09-15 Richard Stallman <rms@gnu.org>
1720
1721 * keymaps.texi (Remapping Commands, Searching Keymaps)
1722 (Active Keymaps): Clean up previous change.
1723
17242006-09-15 Jay Belanger <belanger@truman.edu>
1725
1726 * gpl.texi: Replace "Library Public License" by "Lesser Public
1727 License" throughout.
1728
17292006-09-15 David Kastrup <dak@gnu.org>
1730
1731 * keymaps.texi (Active Keymaps): Adapt description to use
1732 `get-char-property' instead `get-text-property'. Explain how
1733 mouse events change this. Explain the new optional argument of
1734 `key-binding' and its mouse-dependent lookup.
1735 (Searching Keymaps): Adapt description similarly.
1736 (Remapping Commands): Explain the new optional argument of
1737 `command-remapping'.
1738
17392006-09-14 Richard Stallman <rms@gnu.org>
1740
1741 * keymaps.texi (Searching Keymaps): Clarification.
1742 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1743
17442006-09-13 Richard Stallman <rms@gnu.org>
1745
1746 * objects.texi (Character Type): Node split.
1747 Add xref to Describing Characters.
1748 (Basic Char Syntax, General Escape Syntax)
1749 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
1750
17512006-09-11 Richard Stallman <rms@gnu.org>
1752
1753 * display.texi (Display Table Format): Wording clarification.
1754 (Glyphs): Clarifications.
1755
17562006-09-10 Chong Yidong <cyd@stupidchicken.com>
1757
1758 * keymaps.texi (Active Keymaps): Mention that key-binding checks
1759 local maps.
1760
17612006-09-10 Kim F. Storm <storm@cua.dk>
1762
1763 * display.texi (Forcing Redisplay): Document return value of
1764 function redisplay.
1765
17662006-09-09 Richard Stallman <rms@gnu.org>
1767
1768 * windows.texi (Window Hooks): Explain limits of
1769 window-scroll-functions.
1770
1771 * display.texi (Fringe Indicators): Update for last change in
1772 indicate-buffer-boundaries.
1773
17742006-09-08 Richard Stallman <rms@gnu.org>
1775
1776 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1777
17782006-09-06 Kim F. Storm <storm@cua.dk>
1779
1780 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1781
1782 * windows.texi (Window Start): Update pos-visible-in-window-p.
1783
17842006-09-04 Richard Stallman <rms@gnu.org>
1785
1786 * processes.texi (Accepting Output): Explain SECONDS=0 for
1787 accept-process-output.
1788
1789 * os.texi (Idle Timers): Explain why timer functions should not
1790 loop until (input-pending-p).
1791
17922006-09-02 Eli Zaretskii <eliz@gnu.org>
1793
1794 * makefile.w32-in (usermanualdir): New variable.
1795 (elisp.dvi): Use it.
1796
17972006-09-01 Eli Zaretskii <eliz@gnu.org>
1798
1799 * buffers.texi (Buffer Modification): Fix last change.
1800
18012006-09-01 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * buffers.texi (Buffer Modification): Document
1804 buffer-chars-modified-tick.
1805
18062006-08-31 Richard Stallman <rms@gnu.org>
1807
1808 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1809
18102006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
1811
1812 * modes.texi (Syntactic Font Lock):
1813 Mention font-lock-syntactic-face-function
1814 instead of specific faces.
1815
18162006-08-29 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * display.texi (Images): Add xrref to display-images-p.
1819
18202006-08-28 Kenichi Handa <handa@m17n.org>
1821
1822 * nonascii.texi (Lisp and Coding Systems): Fix description of
1823 detect-coding-region.
1824
18252006-08-27 Michael Olson <mwolson@gnu.org>
1826
1827 * processes.texi (Transaction Queues): Remove stray quote
1828 character.
1829
18302006-08-25 Richard Stallman <rms@gnu.org>
1831
1832 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
1833 Add xref.
1834
18352006-08-24 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * os.texi (Timers): Avoid waiting inside timers.
1838
18392006-08-21 Lute Kamstra <lute@gnu.org>
1840
1841 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
1842
18432006-08-20 Richard Stallman <rms@gnu.org>
1844
1845 * os.texi (Idle Timers): New node, split out from Timers.
1846 Document current-idle-time.
1847 * commands.texi (Reading One Event): Update xref.
1848 * elisp.texi (Top): Update subnode menu.
1849
18502006-08-16 Richard Stallman <rms@gnu.org>
1851
1852 * keymaps.texi (Extended Menu Items): Show format of cached
1853 bindings in extended menu items.
1854
1855 * customize.texi (Variable Definitions): Explain when the
1856 standard value expression is evaluated.
1857
18582006-08-15 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * commands.texi (Reading One Event): Explain idleness in
1861 `read-event'.
1862
18632006-08-12 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * text.texi (Near Point): Say "cursor" not "terminal cursor".
1866 (Commands for Insertion): Removed split-line since it's not
1867 relevant for Lisp programming.
1868 (Yank Commands): Rewrite introduction.
1869 (Undo): Clarify.
1870 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
1871 (Filling): Remove redundant comment. Clarify return value of
1872 current-justification.
1873 (Margins): Minor clarifications.
1874 (Adaptive Fill): Update default value of adaptive-fill-regexp.
1875 (Sorting): Update definition of sort-lines.
1876 (Columns): Clarify behavior of sort-columns.
1877 (Indent Tabs): Link to Tab Stops in Emacs manual.
1878 (Special Properties): Clarify.
1879 (Clickable Text): Mention Buttons package.
1880
18812006-08-12 Kevin Ryde <user42@zip.com.au>
1882
1883 * os.texi (Time Parsing): Add %z to description of
1884 format-time-string, as per docstring. Add cross reference to
1885 glibc manual for strftime.
1886
18872006-08-08 Richard Stallman <rms@gnu.org>
1888
1889 * modes.texi: Clean up wording in previous change.
1890
18912006-08-07 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * modes.texi (Hooks): Clarify.
1894 (Major Mode Basics): Mention define-derived-mode explicitly.
1895 (Major Mode Conventions): Rebinding RET is OK for some modes.
1896 Mention change-major-mode-hook and after-change-major-mode-hook.
1897 (Example Major Modes): Moved to end of Modes section.
1898 (Mode Line Basics): Clarify.
1899 (Mode Line Data): Mention help-echo and local-map in strings.
1900 Explain reason for treatment of non-risky variables.
1901 (Properties in Mode): Clarify.
1902 (Faces for Font Lock): Add font-lock-negation-char-face.
1903
19042006-08-04 Eli Zaretskii <eliz@gnu.org>
1905
1906 * strings.texi (Formatting Strings): Warn against arbitrary
1907 strings as first arg to `format'.
1908
19092006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
1910
1911 * text.texi (Clickable Text): Mention `help-echo' text property.
1912 Update intro, examples and associated explanations.
1913
19142006-07-31 Richard Stallman <rms@gnu.org>
1915
1916 * commands.texi: Update xrefs.
1917 (Event Mod): New node, cut out from old Translating Input.
1918
1919 * maps.texi: Update xrefs.
1920
1921 * keymaps.texi (Translation Keymaps): New node.
1922 Update xrefs from Translating Input to Translation Keymaps.
1923
1924 * elisp.texi (Top): Update subnode menu.
1925
1926 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
1927
1928 * os.texi (System Interface): Fix menu descriptions of some nodes.
1929 (Translating Input): Node deleted.
1930
19312006-07-31 Nick Roberts <nickrob@snap.net.nz>
1932
1933 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
1934
1935 * lists.texi (Sets And Lists): Likewise.
1936
19372006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1938
1939 * text.texi (Fields): Mention POS
1940 requirement when narrowing is in effect.
1941
19422006-07-28 Richard Stallman <rms@gnu.org>
1943
1944 * display.texi (Face Attributes): Simplify wording.
1945 (Attribute Functions): Clarify meaning of new-frame default
1946 attribute settings.
1947
1948 * customize.texi (Common Keywords): Document how to use
1949 :package-version in a package not in Emacs.
1950
19512006-07-28 Kim F. Storm <storm@cua.dk>
1952
1953 * commands.texi (Reading One Event): Fix last change.
1954
19552006-07-26 Chong Yidong <cyd@stupidchicken.com>
1956
1957 * commands.texi (Reading One Event): Document SECONDS argument for
1958 read-event, read-char, and read-char-exclusive.
1959
19602006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1963 to ensure correct identification.
1964
19652006-07-24 Richard Stallman <rms@gnu.org>
1966
1967 * text.texi (Clickable Text): Clarify.
1968
1969 * sequences.texi (Vector Functions): Delete duplicate xref.
1970
1971 * objects.texi (Function Type): Clarify.
1972
1973 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1974 modes.
1975
1976 * lists.texi (List Variables): New node.
1977 Material moved from other nodes.
1978
1979 * variables.texi (Setting Variables): add-to-list and
1980 add-to-ordered-list moved to List Variables node.
1981
19822006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1983
1984 * text.texi (Links and Mouse-1):
1985 For mouse-on-link-p, expand on arg POS.
1986
19872006-07-21 Kim F. Storm <storm@cua.dk>
1988
1989 * display.texi (Forcing Redisplay): Don't mention systems which
1990 don't support sub-second timers for redisplay-preemption-period.
1991
1992 * os.texi (Terminal Output): Clarify text vs graphical terminal.
1993
19942006-07-21 Eli Zaretskii <eliz@gnu.org>
1995
1996 * frames.texi (Input Focus): Document that focus-follows-mouse has
1997 no effect on MS-Windows.
1998
19992006-07-18 Richard Stallman <rms@gnu.org>
2000
2001 * display.texi (Forcing Redisplay): Cleanups in previous change.
2002
2003 * processes.texi (Low-Level Network): Make menu more convenient.
2004
20052006-07-18 Kim F. Storm <storm@cua.dk>
2006
2007 * display.texi (Forcing Redisplay): redisplay-preemption-period
2008 only used on window systems. Add xref to Terminal Output.
2009
2010 * os.texi (Terminal Output): baud-rate only controls preemption on
2011 non-window systems. Add xref to Forcing Redisplay.
2012
2013 * processes.texi (Low-Level Network): Rename node "Make Network"
2014 to "Network Processes".
2015
20162006-07-18 Karl Berry <karl@gnu.org>
2017
2018 * variables.texi, functions.texi, customize.texi, loading.texi:
2019 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2020
20212006-07-17 Chong Yidong <cyd@stupidchicken.com>
2022
2023 * commands.texi (Waiting): Document batch-mode sit-for behavior.
2024
20252006-07-17 Richard Stallman <rms@gnu.org>
2026
2027 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2028 Put period and comma inside quotes.
2029
2030 * loading.texi, markers.texi: Use real doublequote inside menus.
2031
2032 * windows.texi: Put point and comma inside quotes.
2033 (Textual Scrolling): Use @samp for error message.
2034
2035 * variables.texi, tips.texi, syntax.texi, symbols.texi:
2036 * strings.texi, streams.texi, processes.texi, os.texi:
2037 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2038 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2039 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2040 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2041 Put point and comma inside quotes.
2042
2043 * control.texi (Processing of Errors): Add command-error-function.
2044
2045 * variables.texi (File Local Variables): Clarify that
2046 file local variables make buffer-local bindings.
2047
2048 * modes.texi (Syntactic Font Lock): Give default for
2049 font-lock-syntax-table.
2050
20512006-07-17 Nick Roberts <nickrob@snap.net.nz>
2052
2053 * text.texi (Special Properties): Clean up previous change.
2054
20552006-07-16 Karl Berry <karl@gnu.org>
2056
2057 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2058 * control.texi: Fix bad page breaks through chapter 10 (control).
2059
2060 * anti.texi (Antinews): Reorder face-attribute fns to avoid
2061 underfull hbox.
2062
20632006-07-15 Nick Roberts <nickrob@snap.net.nz>
2064
2065 * text.texi (Special Properties): Describe fontified text property
2066 in relation to a character (not text).
2067
20682006-07-15 Kim F. Storm <storm@cua.dk>
2069
2070 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2071 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2072 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2073
2074 * anti.texi (Antinews): Mention redisplay function.
2075 The kbd macro existed, but was not documented, before 22.x.
2076 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2077
20782006-07-14 Nick Roberts <nickrob@snap.net.nz>
2079
2080 * display.texi (Displaying Messages): Add anchor.
2081
2082 * frames.texi (Dialog Boxes): Use it.
2083
20842006-07-12 Richard Stallman <rms@gnu.org>
2085
2086 * objects.texi (Frame Type): Explain nature of frames better.
2087
2088 * frames.texi (Frames): Explain nature of frames better.
2089
20902006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
2091
2092 * tips.texi (Coding Conventions): Explain why use cl at compile time.
2093
20942006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2095
2096 * frames.texi (Window System Selections): Mention scrap support for Mac.
2097 Default value of x-select-enable-clipboard is t on Mac.
2098
2099 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2100
21012006-07-11 Kim F. Storm <storm@cua.dk>
2102
2103 * display.texi (Forcing Redisplay): Add `redisplay' function.
2104 Don't mention (sit-for -1) -- use (redisplay t) instead.
2105
2106 * commands.texi (Waiting): (sit-for -1) is no longer special.
2107 (sit-for 0) is equivalent to (redisplay).
2108 Iconifying/deiconifying no longer makes sit-for return.
2109
21102006-07-10 Nick Roberts <nickrob@snap.net.nz>
2111
2112 * display.texi (Buttons): Fix typo.
2113
2114 * index.texi, elisp.texi (New Symbols): Comment node out.
2115
21162006-07-09 Richard Stallman <rms@gnu.org>
2117
2118 * display.texi (Truncation): Clean up previous change.
2119
21202006-07-08 Richard Stallman <rms@gnu.org>
2121
2122 * commands.texi (Interactive Call): Use 3 as prefix in example
2123 for execute-extended-command.
2124
2125 * display.texi (Attribute Functions): Move paragraph about
2126 compatibility with Emacs < 21.
2127
21282006-07-09 Kim F. Storm <storm@cua.dk>
2129
2130 * display.texi (Refresh Screen): Clarify force-window-update.
2131 (Truncation): "Normally" indicated by fringe arrows.
2132
21332006-07-08 Eli Zaretskii <eliz@gnu.org>
2134
2135 * windows.texi (Textual Scrolling, Resizing Windows):
2136 * variables.texi (Constant Variables):
2137 * text.texi (Buffer Contents, Deletion, Changing Properties)
2138 (Property Search, Special Properties, Sticky Properties)
2139 (Links and Mouse-1, Fields, Change Hooks):
2140 * syntax.texi (Syntax Table Functions, Parsing Expressions)
2141 (Categories):
2142 * symbols.texi (Other Plists):
2143 * streams.texi (Output Variables):
2144 * processes.texi (Input to Processes, Query Before Exit):
2145 * positions.texi (Word Motion, Text Lines, List Motion):
2146 * os.texi (Init File, System Environment, Sound Output)
2147 (Session Management):
2148 * nonascii.texi (Text Representations, Character Sets)
2149 (Chars and Bytes, Locales):
2150 * modes.texi (Defining Minor Modes, Header Lines):
2151 * minibuf.texi (Minibuffer Contents):
2152 * markers.texi (Information from Markers):
2153 * lists.texi (List Elements, Building Lists, Association Lists):
2154 * keymaps.texi (Tool Bar):
2155 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
2156 * functions.texi (What Is a Function, Mapping Functions):
2157 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
2158 (Color Names, Text Terminal Colors, Display Feature Testing):
2159 * files.texi (Visiting Functions, File Name Components)
2160 (Unique File Names, Contents of Directories):
2161 * display.texi (Forcing Redisplay, Displaying Messages)
2162 (Temporary Displays, Font Selection, Auto Faces)
2163 (Font Lookup, Fringe Indicators, Display Margins)
2164 (Image Descriptors, Showing Images, Image Cache, Button Types)
2165 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
2166 (Display Table Format, Glyphs):
2167 * control.texi (Iteration):
2168 * commands.texi (Command Loop Info, Adjusting Point):
2169 * backups.texi (Making Backups, Auto-Saving):
2170 Remove @tindex entries.
2171
21722006-07-07 Kim F. Storm <storm@cua.dk>
2173
2174 * display.texi (Fringe Cursors): Fix typo.
2175 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
2176 (Overlay Arrow): Default is overlay-arrow fringe indicator.
2177
21782006-07-05 Richard Stallman <rms@gnu.org>
2179
2180 * text.texi (Buffer Contents): Add example of text props
2181 in result of buffer-substring.
2182 (Text Properties): Explain better about use of specific property names.
2183 (Property Search): Some cleanups; reorder some functions.
2184
2185 * keymaps.texi (Changing Key Bindings): Cleanup.
2186 Add xref to Key Binding Conventions.
2187
2188 * display.texi (Attribute Functions): Add examples for
2189 face-attribute-relative-p.
2190
2191 * tips.texi (Coding Conventions): Cleanup last change.
2192
21932006-07-05 Karl Berry <karl@gnu.org>
2194
2195 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
2196 Remove @setchapternewpage odd.
2197 Result is 1013 pages, down from 1100.
2198
2199 * anti.texi, customize.texi, display.texi, internals.texi:
2200 * minibuf.texi, modes.texi, tips.texi:
2201 Fix overfull/underfull boxes.
2202
22032006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2204
2205 * edebug.texi (Instrumenting):
2206 Add Edebug-specific findex for eval-buffer.
2207 * loading.texi (Loading):
2208 Replace eval-current-buffer with eval-buffer.
2209
22102006-06-30 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * locals.texi (Standard Buffer-Local Variables): Update the list
2213 of variables.
2214
22152006-06-26 Nick Roberts <nickrob@snap.net.nz>
2216
2217 * files.texi (File Name Completion): Point user to the node
2218 "Reading File Names".
2219
22202006-06-24 Eli Zaretskii <eliz@gnu.org>
2221
2222 * files.texi (Contents of Directories): Document case-insensitive
2223 behavior on respective filesystems.
2224
2225 * objects.texi (Character Type): Document that Emacs signals an
2226 error for unsupported Unicode characters specified as \uNNNN.
2227
22282006-06-19 Richard Stallman <rms@gnu.org>
2229
2230 * processes.texi (Bindat Spec): Clarify previous change.
2231
22322006-06-16 Richard Stallman <rms@gnu.org>
2233
2234 * tips.texi (Coding Conventions): Better explain conventions
2235 for definition constructs.
2236
2237 * text.texi (Special Properties): String value of `read-only'
2238 serves as the error message.
2239
2240 * objects.texi (Character Type): Clarify prev. change.
2241 (Non-ASCII in Strings): Mention \u and \U.
2242
2243 * commands.texi (Using Interactive): Explain problem of
2244 markers, etc., in command-history.
2245
22462006-06-14 Kim F. Storm <storm@cua.dk>
2247
2248 * commands.texi (Waiting): Negative arg to sit-for forces
2249 redisplay even if input is pending.
2250
2251 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
2252 redisplay. Remove incorrect example of binding redisplay-dont-pause
2253 around (sit-for 0).
2254
22552006-06-13 Richard Stallman <rms@gnu.org>
2256
2257 * display.texi (Forcing Redisplay): Clarify previous change.
2258
22592006-06-13 Romain Francoise <romain@orebokech.com>
2260
2261 * display.texi (Forcing Redisplay): Fix typo.
2262
22632006-06-13 Kim F. Storm <storm@cua.dk>
2264
2265 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
2266
22672006-06-10 Luc Teirlinck <teirllm@auburn.edu>
2268
2269 * tips.texi (Coding Conventions): Add `@end itemize'.
2270
22712006-06-10 Richard Stallman <rms@gnu.org>
2272
2273 * tips.texi (Coding Conventions): Explain use of coding systems
2274 to ensure one decoding for strings.
2275
22762006-06-09 Aidan Kehoe <kehoea@parhasard.net>
2277
2278 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
2279 syntax.
2280
22812006-06-07 Eli Zaretskii <eliz@gnu.org>
2282
2283 * display.texi (Font Selection): Remove description of
2284 clear-face-cache.
2285
2286 * compile.texi (Eval During Compile): Fix a typo. Add index
2287 entries for possible uses of eval-when-compile.
2288
22892006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
2290
2291 * display.texi (Abstract Display): Fix typo.
2292
22932006-06-03 Eli Zaretskii <eliz@gnu.org>
2294
2295 * minibuf.texi (Minibuffer History) <history-add-new-input>:
2296 Reword variable's description.
2297
22982006-06-01 Richard Stallman <rms@gnu.org>
2299
2300 * windows.texi (Splitting Windows): Clarify splitting nonselected
2301 window.
2302
23032006-05-31 Juri Linkov <juri@jurta.org>
2304
2305 * minibuf.texi (Minibuffer History): Add history-add-new-input.
2306
23072006-05-30 Richard Stallman <rms@gnu.org>
2308
2309 * display.texi (Line Height): Fix errors in description of
10d1d0af 2310 default line height and line-height property.
b8d4c8d0
GM
2311
2312 * nonascii.texi (Default Coding Systems): Further clarification.
2313
23142006-05-29 Luc Teirlinck <teirllm@auburn.edu>
2315
2316 * internals.texi (Pure Storage): Mention that an overflow in pure
2317 space causes a memory leak.
2318 (Garbage Collection): If there was an overflow in pure space,
2319 `garbage-collect' returns nil.
2320
23212006-05-30 Eli Zaretskii <eliz@gnu.org>
2322
2323 * nonascii.texi (Default Coding Systems): Fix it some more.
2324
23252006-05-29 Eli Zaretskii <eliz@gnu.org>
2326
2327 * nonascii.texi (Default Coding Systems): Fix last change.
2328
23292006-05-29 Kenichi Handa <handa@m17n.org>
2330
2331 * nonascii.texi (find-operation-coding-system): Describe the new
2332 argument format (FILENAME . BUFFER).
2333
23342006-05-28 Richard Stallman <rms@gnu.org>
2335
2336 * tips.texi (Coding Conventions): Better explain reasons not to
2337 advise other packages or use `eval-after-load'.
2338
23392006-05-29 Kim F. Storm <storm@cua.dk>
2340
2341 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2342 `bindat-idx' and `bindat-raw' for clarity.
2343
23442006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2345
2346 * processes.texi (Bindat Spec): Expand on `repeat' handler.
2347
2348 * display.texi (Display): Add "Abstract Display" to menu.
2349 (Abstract Display, Abstract Display Functions)
2350 (Abstract Display Example): New nodes.
2351 * elisp.texi (Top): Add "Abstract Display" to menu.
2352
23532006-05-27 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * keymaps.texi (Key Sequences): Link to input events definition.
2356 (Format of Keymaps): Delete material duplicated in Keymap Basics.
2357
2358 * files.texi (Changing Files): Document updated argument list for
2359 copy-file.
2360
23612006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2362
2363 * processes.texi (Bindat Functions): Explain term "total length".
2364 Use it in bindat-length and bindat-pack descriptions.
2365
23662006-05-26 Eli Zaretskii <eliz@gnu.org>
2367
2368 * tips.texi (Coding Conventions): Advise against using
2369 eval-after-load in packages. Add an index entry.
2370
23712006-05-25 Juri Linkov <juri@jurta.org>
2372
2373 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2374
2375 * modes.texi (%-Constructs): Add %e, %z, %Z.
2376
23772006-05-25 Richard Stallman <rms@gnu.org>
2378
2379 * elisp.texi (Top): Update subnode menu.
2380
2381 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2382 (Keymaps): Update menu.
2383
23842006-05-25 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * keymaps.texi (Key Sequences): Some clarifications.
2387
23882006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2389
2390 * processes.texi (Bindat Functions): Say "unibyte string"
2391 explicitly for bindat-unpack and bindat-pack descriptions.
2392 (Bindat Examples): Don't call `string-make-unibyte' in example.
2393
23942006-05-25 Chong Yidong <cyd@stupidchicken.com>
2395
2396 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 2397 Explain string and vector representations of key sequences.
b8d4c8d0
GM
2398
2399 * keymaps.texi (Changing Key Bindings):
dd7b651b 2400 * commands.texi (Interactive Codes):
b8d4c8d0
GM
2401 * help.texi (Describing Characters): Refer to it.
2402
24032006-05-23 Luc Teirlinck <teirllm@auburn.edu>
2404
2405 * frames.texi (Pointer Shape): @end table -> @end defvar.
2406
24072006-05-22 Richard Stallman <rms@gnu.org>
2408
2409 * elisp.texi (Top): Update subnode menus.
2410
2411 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2412 Contents rewritten; material from old Pointer Shape node moved here.
2413
2414 * display.texi (Pointer Shape): Node deleted.
2415 (Image Descriptors): Minor cleanup.
2416
24172006-05-21 Richard Stallman <rms@gnu.org>
2418
2419 * syntax.texi (Parsing Expressions): Update info on which STATE
2420 elements are ignored.
2421
24222006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2423
2424 * hooks.texi (Standard Hooks): Correct typo.
2425
2426 * gpl.texi (GPL): ifinfo -> ifnottex.
2427
24282006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
2429
2430 * searching.texi (Simple Match Data): Warn about match data being
2431 set anew by every search.
2432
24332006-05-17 Richard Stallman <rms@gnu.org>
2434
2435 * minibuf.texi (Minibuffer History): Clarify.
2436
2437 * searching.texi (Regexp Special): Clarify nested regexp warning.
2438
24392006-05-16 Kim F. Storm <storm@cua.dk>
2440
2441 * minibuf.texi (Minibuffer History): Update add-to-history.
2442
24432006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
2444
2445 * nonascii.texi (Explicit Encoding): Fix
2446 typo (encoding<->decoding).
2447
24482006-05-14 Richard Stallman <rms@gnu.org>
2449
2450 * buffers.texi (Creating Buffers): Cleanup.
2451
2452 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2453
24542006-05-13 Eli Zaretskii <eliz@gnu.org>
2455
2456 * buffers.texi (Current Buffer): Document that with-temp-buffer
2457 disables undo.
2458
2459 * os.texi (Terminal-Specific): More accurate description of how
2460 Emacs searches for the terminal-specific libraries.
2461
24622006-05-12 Eli Zaretskii <eliz@gnu.org>
2463
2464 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2465 emacs-xtra to @inforef's.
2466
2467 * text.texi (Undo): Document that undo is turned off in buffers
2468 whose names begin with a space.
2469
2470 * buffers.texi (Buffer Names): Add index entries for buffers whose
2471 names begin with a space.
2472 (Creating Buffers): Document that undo is turned off in buffers
2473 whose names begin with a space.
2474
2475 * files.texi (Visiting Functions, Reading from Files)
2476 (Saving Buffers): Mention code and EOL conversions by file I/O
2477 primitives and subroutines.
2478
2479 * nonascii.texi (Lisp and Coding Systems): Document
2480 coding-system-eol-type. Add index entries for eol conversion.
2481
2482 * display.texi (Defining Faces): Mention `mac', and add an xref to
2483 where window-system is described.
2484
24852006-05-10 Richard Stallman <rms@gnu.org>
2486
2487 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2488
24892006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2490
2491 * variables.texi (File Local Variables): Recommend to quote lambda
2492 expressions in safe-local-variable property.
2493
24942006-05-09 Richard Stallman <rms@gnu.org>
2495
2496 * variables.texi (File Local Variables): Document
2497 safe-local-eval-forms and safe-local-eval-function.
2498
24992006-05-07 Kim F. Storm <storm@cua.dk>
2500
2501 * minibuf.texi (Minibuffer History): Remove keep-dups arg
2502 from add-to-history.
2503
25042006-05-07 Romain Francoise <romain@orebokech.com>
2505
2506 * commands.texi (Event Input Misc):
2507 * compile.texi (Eval During Compile):
2508 * internals.texi (Buffer Internals):
2509 * minibuf.texi (Initial Input):
2510 * nonascii.texi (Scanning Charsets):
2511 * numbers.texi (Comparison of Numbers):
2512 * windows.texi (Textual Scrolling, Vertical Scrolling):
2513 Fix various typos.
2514
25152006-05-06 Eli Zaretskii <eliz@gnu.org>
2516
2517 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2518 conditional xref's to either emacs or emacs-xtra, depending on
2519 @iftex/@ifnottex.
2520
2521 * minibuf.texi (Minibuffer History): Document add-to-history.
2522
25232006-05-05 Eli Zaretskii <eliz@gnu.org>
2524
2525 * internals.texi (Pure Storage): Mention the pure overflow message
2526 at startup.
2527
c8763fb6 25282006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2529
2530 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2531 (Searching Keymaps): Fix pseudo-Lisp description of keymap
2532 search.
2533
25342006-05-01 Richard Stallman <rms@gnu.org>
2535
2536 * intro.texi (nil and t): Clarify.
2537
2538 * variables.texi (File Local Variables): Suggest using booleanp.
2539
25402006-05-01 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * objects.texi (Type Predicates): Fix typos.
2543
25442006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * intro.texi (nil and t): Add booleanp.
2547
2548 * objects.texi (Type Predicates): Add links for booleanp and
2549 string-or-null-p.
2550
25512006-04-29 Richard Stallman <rms@gnu.org>
2552
2553 * modes.texi (Multiline Font Lock): Rename from
2554 Multi line Font Lock Elements. Much clarification.
2555 (Font Lock Multiline, Region to Fontify): Much clarification.
2556
25572006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * variables.texi (File Local Variables): Remove the special case t for
2560 safe-local-variable.
2561
25622006-04-26 Richard Stallman <rms@gnu.org>
2563
2564 * syntax.texi (Parsing Expressions): Minor cleanup.
2565
25662006-04-18 Richard Stallman <rms@gnu.org>
2567
2568 * tips.texi (Coding Conventions): Explain when the package's
2569 prefix should appear later on (not at the start of the name).
2570
2571 * searching.texi (String Search): Clarify effect of NOERROR.
2572
2573 * modes.texi (Imenu): Clarify what special items do.
2574
2575 * hooks.texi (Standard Hooks): Delete text about old hook names.
2576
25772006-04-17 Romain Francoise <romain@orebokech.com>
2578
2579 * variables.texi (Local Variables): Update the default value of
2580 `max-specpdl-size'.
2581
25822006-04-15 Michael Olson <mwolson@gnu.org>
2583
2584 * processes.texi (Transaction Queues): Mention the new optional
2585 `delay-question' argument for `tq-enqueue'.
2586
25872006-04-13 Bill Wohler <wohler@newt.com>
2588
2589 * customize.texi (Common Keywords): Use dotted notation for
2590 :package-version value. Specify its values. Improve documentation
2591 for customize-package-emacs-version-alist.
2592
25932006-04-12 Bill Wohler <wohler@newt.com>
2594
2595 * customize.texi (Common Keywords): Move description of
2596 customize-package-emacs-version-alist to @defvar.
2597
25982006-04-10 Bill Wohler <wohler@newt.com>
2599
2600 * customize.texi (Common Keywords): Add :package-version.
2601
26022006-04-10 Kim F. Storm <storm@cua.dk>
2603
2604 * text.texi (Buffer Contents): Add NOPROPS arg to
2605 filter-buffer-substring.
2606
26072006-04-08 Kevin Ryde <user42@zip.com.au>
2608
2609 * os.texi (Command-Line Arguments): Update xref to emacs manual
2610 "Command Arguments" -> "Emacs Invocation", per change there.
2611
26122006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
2613
2614 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
2615 be on one line to help makeinfo not render two spaces after the dot.
2616
26172006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2618
2619 * strings.texi (Predicates for Strings): Add string-or-null-p.
2620
26212006-03-28 Kim F. Storm <storm@cua.dk>
2622
2623 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
2624 remarks about systems that don't support fractional seconds.
2625
26262006-03-25 Karl Berry <karl@gnu.org>
2627
2628 * elisp.texi: Use @copyright{} instead of (C), and do not indent
2629 the year list.
2630
26312006-03-21 Nick Roberts <nickrob@snap.net.nz>
2632
2633 * display.texi (Fringe Indicators): Fix typos.
2634
26352006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2636
2637 * tips.texi (Documentation Tips): One can now also write `program'
2638 in front of a quoted symbol in a docstring to prevent making a
2639 hyperlink.
2640
26412006-03-19 Alan Mackenzie <acm@muc.de>
2642
2643 * text.texi (Special Properties): Clarify `fontified' property.
2644
26452006-03-16 Richard Stallman <rms@gnu.org>
2646
2647 * display.texi (Defining Images): Minor cleanup.
2648
26492006-03-16 Bill Wohler <wohler@newt.com>
2650
2651 * display.texi (Defining Images): In image-load-path-for-library,
2652 prefer user's images.
2653
26542006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
2657
26582006-03-15 Bill Wohler <wohler@newt.com>
2659
2660 * display.texi (Defining Images): Fix example in
2661 image-load-path-for-library by not recommending that one binds
2662 image-load-path. Just defvar it to placate compiler and only use
2663 it if previously defined.
2664
26652006-03-14 Bill Wohler <wohler@newt.com>
2666
2667 * display.texi (Defining Images): In image-load-path-for-library,
2668 always return list of directories. Update example.
2669
26702006-03-14 Alan Mackenzie <acm@muc.de>
2671
2672 * modes.texi: New node, "Region to Fontify" (for Font Lock).
2673 This describes font-lock-extend-region-function.
2674 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
2675 the new node "Region to Fontify".
2676
26772006-03-13 Richard Stallman <rms@gnu.org>
2678
2679 * display.texi (Invisible Text): The impossible position is
2680 now before the invisible text, not after.
2681 (Defining Images): Clean up last change.
2682
26832006-03-11 Bill Wohler <wohler@newt.com>
2684
2685 * display.texi (Defining Images): Add image-load-path-for-library.
2686
26872006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2688
2689 * text.texi (Adaptive Fill): Fix Texinfo usage.
2690
2691 * strings.texi (Creating Strings): Fix Texinfo usage.
2692
2693 * searching.texi (Regexp Special): Use @samp for regular
2694 expressions that are not in Lisp syntax.
2695
26962006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2697
2698 * searching.texi (Regexp Special): Put remark between parentheses
2699 to avoid misreading.
2700
27012006-03-07 Luc Teirlinck <teirllm@auburn.edu>
2702
2703 * searching.texi (Syntax of Regexps): More accurately describe
2704 which characters are special in which situations.
2705 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2706 are not special. Describe in detail when `[' and `]' are special.
2707 (Regexp Backslash): Plenty of regexps with unbalanced square
2708 brackets are valid, so reword that statement.
2709
27102006-03-02 Kim F. Storm <storm@cua.dk>
2711
2712 * keymaps.texi (Tool Bar): Add tool-bar-border.
2713
27142006-02-28 Luc Teirlinck <teirllm@auburn.edu>
2715
2716 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
2717
27182006-02-27 Luc Teirlinck <teirllm@auburn.edu>
2719
2720 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2721
2722 * files.texi (Locating Files): Suggest additional values for the
2723 SUFFIXES arg of `locate-file'. Update pxref.
2724
2725 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2726 (How Programs Do Loading): Discuss the effects of Auto Compression
2727 mode on `load'.
2728 (Load Suffixes): New node.
2729 (Library Search): Delete description of `load-suffixes'; it was
2730 moved to "Load Suffixes".
2731 (Autoload, Named Features): Mention `load-suffixes'.
2732
27332006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2734
2735 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2736
2737 * windows.texi (Window Tree): Fix typo.
2738
27392006-02-20 Kim F. Storm <storm@cua.dk>
2740
2741 * display.texi (Fringe Indicators): New section.
2742 Move indicate-empty-lines, indicate-buffer-boundaries, and
2743 default-indicate-buffer-boundaries here.
2744 Add fringe-indicator-alist and default-fringes-indicator-alist.
2745 Add list of logical fringe indicator symbols.
2746 Update list of standard bitmap names.
2747 (Fringe Cursors): New section.
2748 Move overflow-newline-into-fringe here.
2749 Add fringe-cursor-alist and default-fringes-cursor-alist.
2750 Add list of fringe cursor symbols.
2751
27522006-02-20 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * commands.texi (Using Interactive): Fix reference to node
2755 "Minibuffers".
2756
27572006-02-19 Richard M. Stallman <rms@gnu.org>
2758
2759 * minibuf.texi (High-Level Completion):
2760 Add xref to read-input-method-name.
2761
2762 * files.texi (Relative File Names): Move file-relative-name here.
2763 (File Name Expansion): From here. Minor clarifications.
2764
2765 * commands.texi (Using Interactive): Add xrefs about reading input.
2766 Clarify remarks about that moving point and mark.
2767 Put string case before list case.
2768
c8763fb6 27692006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2770
2771 * display.texi (Other Display Specs, Image Descriptors):
2772 Revert erroneous changes. The previous description of
2773 image-descriptors as `(image . PROPS)' was correct.
2774
27752006-02-14 Richard M. Stallman <rms@gnu.org>
2776
2777 * variables.texi (File Local Variables): Clarifications.
2778
27792006-02-14 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * variables.texi (File Local Variables): Use @code for a cons
2782 cell, not @var.
2783
27842006-02-13 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * variables.texi (File Local Variables): Document new file local
2787 variable behavior.
2788
27892006-02-10 Kim F. Storm <storm@cua.dk>
2790
2791 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2792
27932006-02-08 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * modes.texi (%-Constructs): Remove obsolete info about
2796 `global-mode-string'.
2797
27982006-02-07 Richard M. Stallman <rms@gnu.org>
2799
2800 * commands.texi (Prefix Command Arguments): Minor cleanup.
2801
2802 * display.texi: "Graphical display", not window system.
2803
2804 * functions.texi (What Is a Function): Fix xref.
2805
2806 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2807 (Changing Key Bindings): Clarify when remapping is better than
2808 substitute-key-definition.
2809
28102006-02-02 Richard M. Stallman <rms@gnu.org>
2811
2812 * minibuf.texi (Basic Completion): Completion alists are risky.
2813
2814 * keymaps.texi (Active Keymaps): Clarifications.
2815 (Searching Keymaps): New node.
2816 (Keymaps): Update menu.
2817
2818 * frames.texi (Layout Parameters): Minor clarification.
2819 (Drag and Drop): New node.
2820 (Frames): Update menu.
2821
28222006-01-29 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * display.texi (Other Display Specs, Image Descriptors):
2825 Image description is a list, not a cons cell.
2826
28272006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2828
2829 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
2830 list is not necessarily a list).
2831
28322006-01-27 Eli Zaretskii <eliz@gnu.org>
2833
2834 * frames.texi (Layout Parameters): border-width and
2835 internal-border-width belong to the frame, not the window.
2836
28372006-01-19 Richard M. Stallman <rms@gnu.org>
2838
2839 * nonascii.texi (Translation of Characters): Search cmds use
2840 translation-table-for-input. Automatically made local.
2841
2842 * markers.texi (Overview of Markers): Count insertion type
2843 as one of a marker's attributes.
2844
2845 * keymaps.texi (Controlling Active Maps): New node, split out of
2846 Active Keymaps.
2847 (Keymaps): Menu updated.
2848 (Active Keymaps): Give pseudocode to explain how the active
2849 maps are searched. current-active-maps and key-binding moved here.
2850 (Functions for Key Lookup): current-active-maps and key-binding moved.
2851 Clarifications.
2852 (Searching the Keymaps): New subnode.
2853
2854 * elisp.texi (Top): Menu clarification.
2855
2856 * display.texi (Other Display Specs): Delete duplicate entry for
2857 just a string as display spec. Move text about recursive display
2858 specs on such a string.
2859
2860 * commands.texi (Key Sequence Input): Clarify.
2861 Move num-nonmacro-input-events out.
2862 (Reading One Event): num-nonmacro-input-events moved here.
2863
28642006-01-14 Nick Roberts <nickrob@snap.net.nz>
2865
2866 * advice.texi (Simple Advice): Update example to fit argument
2867 change in previous-line.
2868
28692006-01-05 Richard M. Stallman <rms@gnu.org>
2870
2871 * markers.texi (The Mark): Fix in `mark'.
2872
28732006-01-04 Richard M. Stallman <rms@gnu.org>
2874
2875 * processes.texi (Misc Network, Make Network): Minor cleanups.
2876
28772006-01-04 Kim F. Storm <storm@cua.dk>
2878
2879 * processes.texi (Make Network): Add IPv6 addresses and handling.
2880 (Network Feature Testing): Mention (:family ipv6).
2881 (Misc Network): Add IPv6 formats to format-network-address.
2882
28832005-12-30 Richard M. Stallman <rms@gnu.org>
2884
2885 * text.texi (Changing Properties):
2886 Don't use return value of set-text-properties.
2887
28882005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * modes.texi (Mode Line Format): Correct typo in menu.
2891
28922005-12-29 Richard M. Stallman <rms@gnu.org>
2893
2894 * modes.texi (Mode Line Top): New node.
2895 (Mode Line Data): Some text moved to new node.
2896 Explain the data structure more concretely.
2897 (Mode Line Basics): Clarifications.
2898 (Mode Line Variables): Clarify intro paragraph.
2899 (%-Constructs): Clarify intro paragraph.
2900 (Mode Line Format): Update menu.
2901
29022005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2903
2904 * minibuf.texi (Basic Completion): Update lazy-completion-table
2905 examples for removal of ARGS argument.
2906
29072005-12-23 Richard M. Stallman <rms@gnu.org>
2908
2909 * text.texi (Undo): Restore some explanation from the version
2910 that was deleted.
2911
29122005-12-23 Eli Zaretskii <eliz@gnu.org>
2913
2914 * text.texi (Undo): Remove duplicate descriptions of `apply
2915 funname' and `apply delta' elements of the undo list.
2916
29172005-12-20 Richard M. Stallman <rms@gnu.org>
2918
2919 * help.texi (Help Functions): Update documentation of `apropos'.
2920
29212005-12-20 Luc Teirlinck <teirllm@auburn.edu>
2922
2923 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
2924 because it is confusing. If the :help-echo keyword is a function,
2925 it is not directly used as the :help-echo overlay property, as the
2926 xref seems to suggest (it does not take the appropriate args).
2927
29282005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2929
2930 * customize.texi (Common Keywords): Fix Texinfo usage.
2931 (Group Definitions, Variable Definitions): Update for new
2932 conventions for using `*' in docstrings.
2933
2934 * tips.texi (Documentation Tips): Update for new conventions for
2935 using `*' in docstrings.
2936
29372005-12-16 Richard M. Stallman <rms@gnu.org>
2938
2939 * minibuf.texi (Minibuffer Contents): Minor cleanup.
2940
29412005-12-16 Juri Linkov <juri@jurta.org>
2942
2943 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
2944
29452005-12-14 Romain Francoise <romain@orebokech.com>
2946
2947 * modes.texi (Customizing Keywords): Rename `append' to `how'.
2948 Fix typo.
2949
29502005-12-11 Juri Linkov <juri@jurta.org>
2951
2952 * minibuf.texi (Completion Commands): Add mention of read-file-name
2953 for filename completion keymaps.
2954 (Reading File Names): Add mention of filename completion keymaps
2955 for read-file-name and xref to `Completion Commands'.
2956
29572005-12-10 Richard M. Stallman <rms@gnu.org>
2958
2959 * customize.texi (Common Keywords): State caveats for use of :tag.
2960
29612005-12-08 Richard M. Stallman <rms@gnu.org>
2962
2963 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2964 with xrefs and better explanation.
2965 (Completion Commands): Add the filename completion maps.
2966
2967 * objects.texi (Character Type): Clarify that \s is not space
2968 if a dash follows.
2969
29702005-12-05 Richard M. Stallman <rms@gnu.org>
2971
2972 * windows.texi (Resizing Windows): Delete preserve-before args.
2973
29742005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2975
2976 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2977 in full keymaps, since the quirk has been fixed.
2978
29792005-12-03 Eli Zaretskii <eliz@gnu.org>
2980
2981 * hooks.texi (Standard Hooks): Add index entries. Mention
2982 `compilation-finish-functions'.
2983
29842005-11-27 Richard M. Stallman <rms@gnu.org>
2985
2986 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2987
29882005-11-21 Juri Linkov <juri@jurta.org>
2989
2990 * customize.texi (Common Keywords): Update links types
2991 custom-manual and url-link. Add link types emacs-library-link,
2992 file-link, function-link, variable-link, custom-group-link.
2993
29942005-11-20 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * display.texi: Revert 2005-11-20 change.
2997
29982005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2999
3000 * processes.texi (Bindat Functions):
3001 Say "third" to refer to zero-based index "2".
3002
30032005-11-18 Luc Teirlinck <teirllm@auburn.edu>
3004
3005 * loading.texi (Library Search): Update the default value of
3006 `load-suffixes'.
3007
30082005-11-17 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * display.texi (Attribute Functions): Mention :ignore-defface.
3011
30122005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3015 (Minor Mode Conventions): Mention the use of a hook.
3016
30172005-11-06 Richard M. Stallman <rms@gnu.org>
3018
3019 * files.texi (Magic File Names): find-file-name-handler checks the
3020 `operations' property of the handler.
3021
30222005-11-03 Richard M. Stallman <rms@gnu.org>
3023
3024 * variables.texi (Frame-Local Variables): Small clarification.
3025
30262005-10-29 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * os.texi (Init File): Document ~/.emacs.d/init.el.
3029
30302005-10-29 Richard M. Stallman <rms@gnu.org>
3031
3032 * internals.texi (Garbage Collection): Document memory-full.
3033
30342005-10-28 Bill Wohler <wohler@newt.com>
3035
3036 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3037 for URLs.
3038
30392005-10-28 Richard M. Stallman <rms@gnu.org>
3040
3041 * minibuf.texi (Completion Commands): Clean up prev change.
3042
30432005-10-26 Kevin Ryde <user42@zip.com.au>
3044
3045 * compile.texi (Eval During Compile): Explain recommended uses
3046 of eval-when-compile and eval-and-compile.
3047
30482005-10-27 Masatake YAMATO <jet@gyve.org>
3049
3050 * minibuf.texi (Completion Commands):
3051 Write about new optional argument for `display-completion-list'.
3052
30532005-10-23 Richard M. Stallman <rms@gnu.org>
3054
3055 * display.texi (Overlay Arrow): Clarify about local bindings of
3056 overlay-arrow-position.
3057
30582005-10-22 Eli Zaretskii <eliz@gnu.org>
3059
3060 * internals.texi (Building Emacs): Fix last change.
3061
30622005-10-22 Richard M. Stallman <rms@gnu.org>
3063
3064 * internals.texi (Building Emacs): Document eval-at-startup.
3065
30662005-10-21 Richard M. Stallman <rms@gnu.org>
3067
3068 * loading.texi (Where Defined): load-history contains abs file names.
3069 symbol-file returns abs file names.
3070
30712005-10-19 Kim F. Storm <storm@cua.dk>
3072
3073 * display.texi (Showing Images): Add max-image-size integer value.
3074
30752005-10-18 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * display.texi (Showing Images): Document max-image-size.
3078
30792005-10-17 Richard M. Stallman <rms@gnu.org>
3080
3081 * commands.texi (Quitting): Minor clarification.
3082
3083 * processes.texi (Sentinels): Clarify about output and quitting.
3084 (Filter Functions): Mention with-local-quit.
3085
30862005-10-17 Juri Linkov <juri@jurta.org>
3087
3088 * buffers.texi (Current Buffer):
3089 * commands.texi (Event Input Misc):
3090 * compile.texi (Eval During Compile, Compiler Errors):
3091 * customize.texi (Group Definitions):
3092 * display.texi (Progress, Defining Faces):
3093 * files.texi (Writing to Files):
3094 * modes.texi (Mode Hooks, Defining Minor Modes):
3095 * streams.texi (Output Functions):
3096 * syntax.texi (Syntax Table Functions):
3097 * text.texi (Change Hooks):
3098 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3099
3100 * commands.texi (Quitting): Replace arg `forms' with `body' in
3101 `with-local-quit'.
3102
3103 * positions.texi (Excursions): Replace arg `forms' with `body' in
3104 `save-excursion'.
3105
31062005-10-08 Kim F. Storm <storm@cua.dk>
3107
3108 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3109 Rename manual section accordingly.
3110
31112005-10-04 Kim F. Storm <storm@cua.dk>
3112
3113 * windows.texi (Window Split Tree): New section describing
3114 new function window-split-tree function.
3115
31162005-10-03 Nick Roberts <nickrob@snap.net.nz>
3117
3118 * display.texi (Fringe Size/Pos): Simplify and add detail.
3119
31202005-09-30 Romain Francoise <romain@orebokech.com>
3121
3122 * minibuf.texi (High-Level Completion): Explain that the prompt
3123 given to `read-buffer' should end with a colon and a space.
3124 Update usage examples.
3125
31262005-09-29 Juri Linkov <juri@jurta.org>
3127
3128 * display.texi (Displaying Messages): Rename argument name
3129 `string' to `format-string' in functions `message', `message-box',
3130 `message-or-box'.
3131
31322005-09-26 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * errors.texi (Standard Errors): Correct xrefs.
3135
31362005-09-18 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * display.texi (Defining Images): Update documentation for
3139 `image-load-path'.
3140
31412005-09-17 Richard M. Stallman <rms@gnu.org>
3142
3143 * display.texi (Defining Images): Clean up previous change.
3144
31452005-09-16 Romain Francoise <romain@orebokech.com>
3146
3147 * elisp.texi: Specify GFDL version 1.2.
3148
3149 * doclicense.texi (GNU Free Documentation License): Update to
3150 version 1.2.
3151
31522005-09-15 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * display.texi (Defining Images): Document `image-load-path'.
3155
31562005-09-15 Richard M. Stallman <rms@gnu.org>
3157
3158 * objects.texi (Printed Representation): Minor cleanup.
3159 (Box Diagrams): Minor fix.
3160 (Cons Cell Type): Move (...) index item here.
3161 (Box Diagrams): From here.
3162 (Array Type): Minor fix.
3163 (Type Predicates): Delete index "predicates".
3164 (Hash Table Type): Clarify xref.
3165 (Dotted Pair Notation): Minor fix.
3166
31672005-09-10 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * files.texi (Saving Buffers): Fix typo.
3170
31712005-09-08 Richard M. Stallman <rms@gnu.org>
3172
3173 * tips.texi (Programming Tips): Correct the "default" prompt spec.
3174
31752005-09-08 Chong Yidong <cyd@stupidchicken.com>
3176
3177 * locals.texi (Standard Buffer-Local Variables): Don't include
3178 mode variables for minor modes.
3179 Fix xrefs for buffer-display-count, buffer-display-table,
3180 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
3181 enable-multibyte-characters, fill-column, header-line-format,
3182 left-fringe-width, left-margin, and right-fringe-width.
3183
3184 * hooks.texi (Standard Hooks): All hooks should conform to the
3185 standard naming convention now.
3186 Fix xref for `echo-area-clear-hook'.
3187
3188 * display.texi (Usual Display): Note that indicate-empty-lines and
3189 tab-width are buffer-local.
3190
3191 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
3192
3193 * modes.texi (Mode Help): Note that major-mode is buffer-local.
3194
3195 * nonascii.texi (Encoding and I/O): Note that
3196 buffer-file-coding-system is buffer-local.
3197
3198 * positions.texi (List Motion): Note that defun-prompt-regexp is
3199 buffer-local.
3200
3201 * text.texi (Auto Filling): Note that auto-fill-function is
3202 buffer-local.
3203 (Undo): Note that buffer-undo-list is buffer-local.
3204
3205 * windows.texi (Buffers and Windows): Document
3206 buffer-display-count.
3207
32082005-09-06 Richard M. Stallman <rms@gnu.org>
3209
3210 * tips.texi (Coding Conventions): Sometimes it is ok to put the
3211 package prefix elsewhere than at the start of the name.
3212
32132005-09-03 Richard M. Stallman <rms@gnu.org>
3214
3215 * tips.texi (Programming Tips): Add conventions for minibuffer
3216 questions and prompts.
3217
32182005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
3219
3220 * intro.texi (nil and t): Minor cleanup.
3221 Delete spurious mention of keyword symbols.
3222 (Evaluation Notation): Add index entry.
3223 (A Sample Function Description): Minor cleanup.
3224 (A Sample Variable Description): Not all vars can be set.
3225
32262005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
3227
3228 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
3229
3230 (Insertion): Document precise type of `insert-char' arg COUNT.
3231
32322005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * modes.texi (Other Font Lock Variables): Sync the default of
3235 font-lock-lines-before.
3236
32372005-08-31 Michael Albinus <michael.albinus@gmx.de>
3238
3239 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
3240
32412005-08-29 Richard M. Stallman <rms@gnu.org>
3242
3243 * elisp.texi (Top): Update subnode menu.
3244
3245 * searching.texi (Searching and Matching): Move node.
3246 Rearrange contents and add overall explanation.
3247 (Searching and Case): Move node.
3248 (Searching and Matching): Update menu.
3249
32502005-08-27 Eli Zaretskii <eliz@gnu.org>
3251
3252 * os.texi (Startup Summary): Fix the description of the initial
3253 startup message display.
3254
32552005-08-25 Richard M. Stallman <rms@gnu.org>
3256
3257 * searching.texi (Search and Replace): Add replace-regexp-in-string.
3258
32592005-08-25 Emilio C. Lopes <eclig@gmx.net>
3260
3261 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
3262 `next-overlay-change' example.
3263
32642005-08-22 Juri Linkov <juri@jurta.org>
3265
3266 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
3267 Fix invert-face. Fix args of face-background.
3268
3269 * display.texi (Standard Faces): Delete node.
3270 (Faces): Add xref to `(emacs)Standard Faces'.
3271 (Displaying Faces): Fix xref to `Standard Faces'.
3272
3273 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
3274
32752005-08-20 Alan Mackenzie <acm@muc.de>
3276
3277 * buffers.texi (The Buffer List): Clarify the manipulation of the
3278 buffer list.
3279
32802005-08-14 Richard M. Stallman <rms@gnu.org>
3281
3282 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
3283 a regexp.
3284
32852005-08-11 Richard M. Stallman <rms@gnu.org>
3286
3287 * elisp.texi (Top): Update subnode lists.
3288
3289 * display.texi (Inverse Video): Node deleted.
3290
3291 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
3292 New nodes split out of Coding Conventions.
3293
3294 * searching.texi (Regular Expressions): Document re-builder.
3295
3296 * os.texi (Time Parsing): New node split out of Time Conversion.
3297
3298 * processes.texi (Misc Network, Network Feature Testing)
3299 (Network Options, Make Network): New nodes split out of
3300 Low-Level Network.
3301
33022005-08-09 Richard M. Stallman <rms@gnu.org>
3303
3304 * frames.texi (Geometry): New node, split from Size and Position.
3305 (Frame Parameters): Refer to Geometry.
3306
3307 * buffers.texi (The Buffer List): Fix xrefs.
3308
3309 * windows.texi (Splitting Windows): Fix xref.
3310
3311 * frames.texi (Layout Parameters): Add xref.
3312
3313 * display.texi (Line Height, Scroll Bars): Fix xrefs.
3314
3315 * keymaps.texi (Menu Bar): Fix xref.
3316
3317 * locals.texi (Standard Buffer-Local Variables): Fix xref.
3318
3319 * modes.texi (%-Constructs): Fix xref.
3320
3321 * frames.texi (Window Frame Parameters): Node split up.
3322 (Basic Parameters, Position Parameters, Size Parameters)
3323 (Layout Parameters, Buffer Parameters, Management Parameters)
3324 (Cursor Parameters, Color Parameters): New subnodes.
3325
33262005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3327
3328 * positions.texi (Screen Lines): Update xref for previous change
3329 in minibuf.texi.
3330
3331 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3332 change in minibuf.texi.
3333
33342005-08-09 Richard M. Stallman <rms@gnu.org>
3335
3336 * tips.texi (Coding Conventions): Minor cleanup.
3337
3338 * modes.texi (Defining Minor Modes): Explain when init-value
3339 can be non-nil.
3340
3341 * elisp.texi (Top): Update submenu for Minibuffer.
3342
3343 * minibuf.texi (Minibuffer Misc): Node split up.
3344 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3345 (Recursive Mini): New nodes split out from Minibuffer Misc.
3346 (Minibuffer Misc): Document max-mini-window-height.
3347
3348 * hash.texi (Defining Hash): Delete stray paren in example.
3349
3350 * display.texi (Echo Area Customization): Don't define
3351 max-mini-window-height here; xref instead.
3352
3353 * commands.texi (Event Input Misc): Update while-no-input.
3354
3355 * advice.texi (Advising Functions): Explain when to use advice
3356 and when to use a hook.
3357
33582005-07-30 Eli Zaretskii <eliz@gnu.org>
3359
3360 * makefile.w32-in (info): Don't run install-info.
3361 ($(infodir)/dir): New target, produced by running install-info.
3362
33632005-07-27 Luc Teirlinck <teirllm@auburn.edu>
3364
3365 * modes.texi (Defining Minor Modes): The keyword for the initial
3366 value is :init-value, not :initial-value.
3367
33682005-07-23 Eli Zaretskii <eliz@gnu.org>
3369
3370 * loading.texi (Autoload): Make the `doctor' example be consistent
3371 with what's in current loaddefs.el. Describe the "fn" magic in
3372 the usage portion of the doc string.
3373
33742005-07-22 Richard M. Stallman <rms@gnu.org>
3375
3376 * internals.texi (Garbage Collection): Clarify previous change.
3377
33782005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * internals.texi (Garbage Collection): Add gc-cons-percentage.
3381
33822005-07-18 Juri Linkov <juri@jurta.org>
3383
3384 * commands.texi (Accessing Events):
3385 * frames.texi (Text Terminal Colors, Resources):
3386 * markers.texi (The Mark):
3387 * modes.texi (Defining Minor Modes):
3388 Delete duplicate duplicate words.
3389
33902005-07-16 Richard M. Stallman <rms@gnu.org>
3391
3392 * display.texi (Managing Overlays): Clarify make-overlay
3393 args for insertion types.
3394
33952005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3396
3397 * customize.texi (Variable Definitions):
3398 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3399 `standard-value' is a list too.
3400 (Defining New Types): Use @key{RET} instead of @key{ret}.
3401
34022005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
3403
3404 * os.texi (Translating Input): Fix typo.
3405
34062005-07-08 Richard M. Stallman <rms@gnu.org>
3407
3408 * README: Update edition number and size estimate.
3409
3410 * elisp.texi (VERSION): Set to 2.9.
3411
34122005-07-07 Richard M. Stallman <rms@gnu.org>
3413
3414 * book-spine.texinfo: Update Emacs version.
3415
3416 * display.texi (Inverse Video): Delete mode-line-inverse-video.
3417
34182005-07-06 Richard M. Stallman <rms@gnu.org>
3419
3420 * searching.texi (Regexp Search): Clarify what re-search-forward
3421 does when the search fails.
3422
34232005-07-05 Lute Kamstra <lute@gnu.org>
3424
3425 * Update FSF's address in GPL notices.
3426
3427 * doclicense.texi (GNU Free Documentation License):
3428 * gpl.texi (GPL):
3429 * tips.texi (Coding Conventions, Library Headers):
3430 * vol1.texi:
3431 * vol2.texi: Update FSF's address.
3432
34332005-07-04 Richard M. Stallman <rms@gnu.org>
3434
3435 * hooks.texi (Standard Hooks): Add occur-hook.
3436
34372005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3438
3439 * display.texi (The Echo Area): Correct menu.
3440
34412005-07-03 Richard M. Stallman <rms@gnu.org>
3442
3443 * elisp.texi (Top): Update subnode menu for Display.
3444
3445 * display.texi (Displaying Messages): New node, with most
3446 of what was in The Echo Area.
3447 (Progress): Moved under The Echo Area.
3448 (Logging Messages): New node with new text.
3449 (Echo Area Customization): New node, the rest of what was
3450 in The Echo Area. Document message-truncate-lines with @defvar.
3451 (Display): Update menu.
3452
3453 * windows.texi (Textual Scrolling): Doc 3 values for
3454 scroll-preserve-screen-position.
3455
3456 * text.texi (Special Properties): Change hook functions
3457 should bind inhibit-modification-hooks around altering buffer text.
3458
3459 * keymaps.texi (Key Binding Commands): Call binding BINDING
3460 rather than DEFINITION.
3461
34622005-06-29 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * variables.texi (Defining Variables): `user-variable-p' returns t
3465 for aliases of user options, nil for alias loops.
3466
34672005-06-28 Richard M. Stallman <rms@gnu.org>
3468
3469 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3470 make-keymap.
3471
34722005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3473
3474 * variables.texi (Setting Variables): Correct and clarify
3475 description of `add-to-ordered-list'.
3476
34772005-06-26 Richard M. Stallman <rms@gnu.org>
3478
3479 * display.texi (Faces): Minor cleanup.
3480
34812005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3482
3483 * display.texi (Faces): `facep' returns t for strings that are
3484 face names.
3485
34862005-06-25 Richard M. Stallman <rms@gnu.org>
3487
3488 * objects.texi (Equality Predicates): Clarify meaning of equal.
3489
3490 * windows.texi (Selecting Windows): save-selected-window
3491 and with-selected-window save and restore the current buffer.
3492
34932005-06-24 Richard M. Stallman <rms@gnu.org>
3494
3495 * numbers.texi (Float Basics): Explain how to test for NaN,
3496 and printing the sign of NaNs.
3497
34982005-06-24 Eli Zaretskii <eliz@gnu.org>
3499
3500 * makefile.w32-in (MAKEINFO): Use --force.
3501
35022005-06-23 Richard M. Stallman <rms@gnu.org>
3503
3504 * display.texi (Face Functions): Correct Texinfo usage.
3505
35062005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3507
3508 * lists.texi (Rings): `ring-elements' now returns the elements of
3509 RING in order.
3510
35112005-06-23 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * markers.texi (The Mark): Texinfo usage fix.
3514
35152005-06-23 Kim F. Storm <storm@cua.dk>
3516
3517 * searching.texi (Entire Match Data): Remove evaporate option for
3518 match-data. Do not mention evaporate option for set-match-data.
3519
35202005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3521
3522 * display.texi (Face Functions): Mention face aliases.
3523
35242005-06-21 Richard M. Stallman <rms@gnu.org>
3525
3526 * anti.texi (Antinews): Texinfo usage fix.
3527
35282005-06-21 Karl Berry <karl@gnu.org>
3529
3530 * elisp.texi: Use @copying.
3531
3532 * elisp.texi: Put @summarycontents and @contents before the Top
3533 node, instead of the end of the file, so that the contents appear
3534 in the right place in the dvi/pdf output.
3535
35362005-06-21 Juri Linkov <juri@jurta.org>
3537
3538 * display.texi (Defining Faces): Add `customized-face'.
3539
35402005-06-20 Kim F. Storm <storm@cua.dk>
3541
3542 * variables.texi (Setting Variables): Any type of element can be
3543 given order in add-to-ordered-list. Compare elements with eq.
3544
3545 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
3546
35472005-06-20 Karl Berry <karl@gnu.org>
3548
3549 * syntax.texi (Syntax Flags): Make last column very slightly wider
3550 to avoid "generic comment" breaking on two lines and causing an
3551 underfull box.
3552
35532005-06-19 Luc Teirlinck <teirllm@auburn.edu>
3554
3555 * lists.texi (Rings): Various minor clarifications and corrections.
3556
35572005-06-18 Richard M. Stallman <rms@gnu.org>
3558
3559 * functions.texi (Obsolete Functions): Simplify.
3560
3561 * variables.texi (Variable Aliases): Simplify.
3562
3563 * anti.texi, backups.texi, compile.texi, customization.texi:
3564 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
3565 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
3566 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
3567 * variables.texi: Fix formatting ugliness.
3568
3569 * elisp.texi: Add links to Rings and Byte Packing.
3570 Update version and copyright years.
3571
3572 * minibuf.texi: Fix formatting ugliness.
3573 (Completion Commands): Move keymap vars to the end
3574 and vars completing-read binds to the top.
3575
35762005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3577
3578 * processes.texi: Fix typos.
3579 (Bindat Spec): Correct Texinfo error.
3580 (Byte Packing): Fix ungrammatical sentence.
3581
35822005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
3583
3584 * lists.texi (Rings): New node.
3585 (Lists): Add it to menu.
3586
3587 * processes.texi (Byte Packing): New node.
3588 (Processes): Add it to menu.
3589
35902005-06-17 Richard M. Stallman <rms@gnu.org>
3591
3592 * syntax.texi (Parsing Expressions): Fix texinfo usage.
3593
3594 * help.texi (Documentation Basics): Explain the xref to
3595 Documentation Tips.
3596
3597 * debugging.texi (Debugger Commands): Minor fix.
3598
35992005-06-16 Luc Teirlinck <teirllm@auburn.edu>
3600
3601 * edebug.texi (Instrumenting): Eliminate duplicate link.
3602 (Specification List): Replace references to "below", referring to
3603 a later node, with one @ref to that node.
3604
3605 * os.texi (Timers): Timers should save and restore the match data
3606 if they change it.
3607
3608 * debugging.texi (Debugger Commands): Mention that the Lisp
3609 debugger can not step through primitive functions.
3610
36112005-06-16 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * functions.texi (Obsolete Functions): Update argument names of
3614 `make-obsolete' and `define-obsolete-function-alias'.
3615
3616 * variables.texi (Variable Aliases): Update argument names of
3617 `defvaralias', `make-obsolete-variable' and
3618 `define-obsolete-variable-alias'.
3619
36202005-06-15 Kim F. Storm <storm@cua.dk>
3621
3622 * searching.texi (Entire Match Data): Rephrase warnings about
3623 evaporate arg to match-data and set-match-data.
3624
36252005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3626
3627 * elisp.texi (Top): Update detailed menu.
3628
3629 * edebug.texi (Edebug): Update menu.
3630 (Instrumenting): Update xrefs.
3631 (Edebug Execution Modes): Correct xref.
3632 (Jumping): Clarify description of `h' command.
3633 Eliminate redundant @ref.
3634 (Breaks): New node.
3635 (Breakpoints): Is now a subsubsection.
3636 (Global Break Condition): Mention `C-x X X'.
3637 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
3638 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
3639 (Edebug Display Update): Correct pxref.
3640 (Edebug and Macros): New node.
3641 (Instrumenting Macro Calls): Is now a subsubsection.
3642 Neither arg of `def-edebug-spec' is evaluated.
3643 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
3644 (Specification Examples): Fix typo.
3645
36462005-06-14 Lute Kamstra <lute@gnu.org>
3647
3648 * debugging.texi (Function Debugging): Primitives can break on
3649 entry too.
3650
36512005-06-14 Kim F. Storm <storm@cua.dk>
3652
3653 * variables.texi (Setting Variables): Add add-to-ordered-list.
3654
36552005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3656
3657 * syntax.texi (Parsing Expressions): Document aux functions and vars of
3658 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
3659
36602005-06-13 Lute Kamstra <lute@gnu.org>
3661
3662 * text.texi (Special Properties): Fix cross reference.
3663
36642005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3665
3666 * debugging.texi (Function Debugging): Delete mention of empty
3667 string argument to `cancel-debug-on-entry'. Delete inaccurate
3668 description of the return value of that command.
3669
36702005-06-11 Alan Mackenzie <acm@muc.de>
3671
3672 * text.texi (Adaptive Fill): Amplify the description of
3673 fill-context-prefix.
3674
36752005-06-10 Luc Teirlinck <teirllm@auburn.edu>
3676
3677 * syntax.texi (Parsing Expressions): Fix Texinfo error.
3678
36792005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * syntax.texi (Parsing Expressions): Document syntax-ppss.
3682
36832005-06-10 Luc Teirlinck <teirllm@auburn.edu>
3684
3685 * debugging.texi (Error Debugging): Minor rewording.
3686 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
3687 is optional.
3688
36892005-06-10 Lute Kamstra <lute@gnu.org>
3690
3691 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
3692 (Top): Give it a title. Correct version number. Give the
3693 detailed node listing a more prominent header.
3694 * intro.texi: Don't set VERSION here a second time.
3695 Mention Emacs's version too.
3696 * anti.texi (Antinews): Use EMACSVER to refer to the current
3697 version of Emacs.
3698
36992005-06-09 Kim F. Storm <storm@cua.dk>
3700
3701 * searching.texi (Entire Match Data): Explain new `reseat' argument to
3702 match-data and set-match-data.
3703
37042005-06-08 Richard M. Stallman <rms@gnu.org>
3705
3706 * searching.texi (Entire Match Data): Clarify when match-data
3707 returns markers and when integers.
3708
3709 * display.texi (Defining Faces): Explain that face name should not
3710 end in `-face'.
3711
3712 * modes.texi (Mode Line Data): Minor cleanup.
3713 (Customizing Keywords): Node split out of Search-based Fontification.
3714 Add example of using font-lock-add-keywords from a hook.
3715 Clarify when MODE should be non-nil, and when nil.
3716
37172005-06-06 Richard M. Stallman <rms@gnu.org>
3718
3719 * modes.texi (Mode Line Data): Explain what happens when the car
3720 of a list is a void symbol.
3721 (Search-based Fontification): Explain MODE arg to
3722 font-lock-add-keywords and warn about calls from major modes.
3723
37242005-06-08 Juri Linkov <juri@jurta.org>
3725
3726 * display.texi (Standard Faces): Add `shadow' face.
3727
37282005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3729
3730 * modes.texi (Major Mode Conventions): A derived mode only needs
3731 to put the call to the parent mode inside `delay-mode-hooks'.
3732
37332005-05-29 Richard M. Stallman <rms@gnu.org>
3734
3735 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3736 new, and what that implies. Clarify.
3737
3738 * files.texi (Locating Files): Clean up the text.
3739
3740 * frames.texi (Window Frame Parameters): Document user-size.
3741 Shorten entry for top by referring to left.
3742
37432005-05-26 Richard M. Stallman <rms@gnu.org>
3744
3745 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
3746 is new, and what the implications are. Other clarifications.
3747
37482005-05-24 Richard M. Stallman <rms@gnu.org>
3749
3750 * frames.texi (Dialog Boxes): Minor fixes.
3751
37522005-05-25 Masatake YAMATO <jet@gyve.org>
3753
3754 * display.texi (Standard Faces): Write about `mode-line-highlight'.
3755
37562005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3757
3758 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3759 is optional.
3760
37612005-05-24 Nick Roberts <nickrob@snap.net.nz>
3762
10d1d0af 3763 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
3764
37652005-05-23 Lute Kamstra <lute@gnu.org>
3766
3767 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3768 syntax-begin-function over font-lock-beginning-of-syntax-function.
3769
37702005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3771
3772 * minibuf.texi (Reading File Names): Update description of
3773 `read-directory-name'.
3774
3775 * modes.texi (Derived Modes): Clarify :group keyword.
3776
37772005-05-21 Eli Zaretskii <eliz@gnu.org>
3778
3779 * files.texi (Locating Files): New subsection.
3780 Describe locate-file and executable-find.
3781
37822005-05-21 Kevin Ryde <user42@zip.com.au>
3783
3784 * frames.texi (Initial Parameters): Update cross reference to
3785 "Emacs Invocation".
3786
37872005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3788
3789 * keymaps.texi (Active Keymaps): Add anchor.
3790
3791 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3792 (Major Mode Conventions): Refer to `Auto Major Mode' in more
3793 appropriate place.
3794 (Derived Modes): Small clarifications.
3795 (Minor Mode Conventions, Keymaps and Minor Modes):
3796 Replace references to nodes with references to anchors.
3797 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3798 Clarify description of lists whose first element is an integer.
3799 (Mode Line Variables): Add anchor.
3800 (%-Constructs): Clarify description of integer after %.
3801 (Emulating Mode Line): Describe nil value for FACE.
3802
38032005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3804
3805 * modes.texi (Derived Modes): Correct references to non-existing
3806 variable standard-syntax-table.
3807
38082005-05-17 Lute Kamstra <lute@gnu.org>
3809
3810 * modes.texi (Defining Minor Modes): Mention the mode hook.
3811
38122005-05-15 Kim F. Storm <storm@cua.dk>
3813
3814 * processes.texi (Network): Remove open-network-stream-nowait.
3815 (Network Servers): Remove open-network-stream-server.
3816
38172005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3818
3819 * elisp.texi (Top): Update detailed menu.
3820
3821 * variables.texi: Reorder nodes.
3822 (Variables): Update menu.
3823 (File Local Variables): Do not refer to the `-*-' line as
3824 a "local variables list". Add pxref.
3825
38262005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3827
3828 * elisp.texi (Top): Update detailed menu for node changes.
3829
3830 * modes.texi (Modes): Update Menu.
3831 (Hooks): Move to beginning of chapter.
3832 Most minor modes run mode hooks too.
3833 `add-hook' can handle void hooks or hooks whose value is a single
3834 function.
3835 (Major Modes): Update Menu.
3836 (Major Mode Basics): New node, split off from `Major Modes'.
3837 (Major Mode Conventions): Correct xref. Explain how to handle
3838 auto-mode-alist if the major mode command has an autoload cookie.
3839 (Auto Major Mode): Major update. Add magic-mode-alist.
3840 (Derived Modes): Major update.
3841 (Mode Line Format): Update Menu.
3842 (Mode Line Basics): New node, split off from `Mode Line Format'.
3843
3844 * loading.texi (Autoload): Mention `autoload cookie' as synonym
3845 for `magic autoload comment'. Add index entries and anchor.
3846
38472005-05-14 Richard M. Stallman <rms@gnu.org>
3848
3849 * tips.texi (Coding Conventions): Explain how important it is
3850 that just loading certain files not change Emacs behavior.
3851
3852 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
3853
38542005-05-12 Lute Kamstra <lute@gnu.org>
3855
3856 * modes.texi (Generic Modes): Update.
3857 (Major Modes): Refer to node "Generic Modes".
3858
3859 * elisp.texi (Top): Update to the current structure of the manual.
3860 * processes.texi (Processes): Add menu description.
3861 * customize.texi (Customization): Add menu descriptions.
3862
38632005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3864
3865 * processes.texi (Signals to Processes)
3866 (Low-Level Network): Fix typos.
3867
38682005-05-11 Lute Kamstra <lute@gnu.org>
3869
3870 * elisp.texi (Top): Add some nodes from the chapter "Major and
3871 Minor Modes" to the detailed node listing.
3872
38732005-05-10 Richard M. Stallman <rms@gnu.org>
3874
3875 * keymaps.texi (Extended Menu Items): Menu item filter functions
3876 can be called at any time.
3877
38782005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3879
3880 * variables.texi (File Local Variables): `(hack-local-variables t)'
3881 now also checks whether a mode is specified in the local variables
3882 list.
3883
38842005-05-05 Kevin Ryde <user42@zip.com.au>
3885
3886 * display.texi (The Echo Area): Correct format function cross
3887 reference.
3888
38892005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3890
3891 * variables.texi (Variable Aliases): Change description of
3892 `define-obsolete-variable-alias'.
3893
3894 * functions.texi (Functions): Add "Obsolete Functions" to menu.
3895 (Defining Functions): Add xref.
3896 (Obsolete Functions): New node.
3897 (Function Safety): Standardize capitalization of section title.
3898
3899 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
3900 (Dialog Boxes): Complete description of `x-popup-dialog'.
3901
39022005-05-04 Richard M. Stallman <rms@gnu.org>
3903
3904 * commands.texi (Interactive Codes): Fix Texinfo usage.
3905 Document U more clearly.
3906
39072005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3908
3909 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
3910 function and not a macro.
3911
3912 * frames.texi (Pop-Up Menus): Correct and clarify description of
3913 `x-popup-menu'.
3914 (Dialog Boxes): Clarify description of `x-popup-dialog'.
3915
39162005-05-01 Richard M. Stallman <rms@gnu.org>
3917
3918 * edebug.texi (Checking Whether to Stop): Fix previous change.
3919
39202005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3921
3922 * display.texi: Fix typos and Texinfo usage.
3923
3924 * edebug.texi (Checking Whether to Stop): executing-macro ->
3925 executing-kbd-macro.
3926
39272005-05-01 Richard M. Stallman <rms@gnu.org>
3928
3929 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
3930
39312005-04-30 Richard M. Stallman <rms@gnu.org>
3932
3933 * files.texi (Magic File Names): Document `operations' property.
3934
39352005-04-29 Lute Kamstra <lute@gnu.org>
3936
3937 * modes.texi (Generic Modes): New node.
3938 (Major Modes): Add it to the menu.
3939 (Derived Modes): Add "derived mode" to concept index.
3940
39412005-04-28 Lute Kamstra <lute@gnu.org>
3942
3943 * modes.texi (Defining Minor Modes): Fix previous change.
3944 (Font Lock Mode): Simplify.
3945 (Font Lock Basics): Say that font-lock-defaults is buffer-local
3946 when set and that some parts are optional. Add cross references.
3947 (Search-based Fontification): Say how to specify font-lock-keywords.
3948 Add cross references. Add font-lock-multiline to index.
3949 Move font-lock-keywords-case-fold-search here from node "Other Font
3950 Lock Variables". Document font-lock-add-keywords and
3951 font-lock-remove-keywords.
3952 (Other Font Lock Variables): Move font-lock-keywords-only,
3953 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3954 and font-lock-syntactic-face-function to node "Syntactic Font
3955 Lock". Move font-lock-keywords-case-fold-search to node
3956 "Search-based Fontification". Document font-lock-inhibit-thing-lock
3957 and font-lock-{,un}fontify-{buffer,region}-function.
3958 (Precalculated Fontification): Remove reference to deleted variable
3959 font-lock-core-only.
3960 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3961 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
3962 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3963 and font-lock-syntactic-face-function here from node "Other Font
3964 Lock Variables". Move font-lock-syntactic-keywords to "Setting
3965 Syntax Properties". Add cross references.
3966 (Setting Syntax Properties): New node.
3967 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
3968 * syntax.texi (Syntax Properties): Add cross reference.
3969 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3970
39712005-04-26 Richard M. Stallman <rms@gnu.org>
3972
3973 * display.texi (Defining Faces):
3974 Document `default' elements of defface spec.
3975
3976 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3977
3978 * variables.texi (Variable Aliases): Clarify text.
3979
39802005-04-25 Chong Yidong <cyd@stupidchicken.com>
3981
3982 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3983
39842005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3985
3986 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3987
39882005-04-24 Eli Zaretskii <eliz@gnu.org>
3989
3990 * syntax.texi (Syntax Table Internals): Elaborate documentation of
3991 syntax-after and syntax-class.
3992
3993 * files.texi (Changing Files): Fix last change's cross-reference.
3994 (Unique File Names): Don't mention "numbers" in the documentation
3995 of make-temp-file and make-temp-name.
3996
39972005-04-23 Richard M. Stallman <rms@gnu.org>
3998
3999 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4000
40012005-04-22 Nick Roberts <nickrob@snap.net.nz>
4002
4003 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4004
40052005-04-22 Nick Roberts <nickrob@snap.net.nz>
4006
4007 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4008 and define-obsolete-variable-alias.
4009
40102005-04-22 Kim F. Storm <storm@cua.dk>
4011
4012 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4013 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4014
40152005-04-21 Lute Kamstra <lute@gnu.org>
4016
4017 * lists.texi (Association Lists): Document rassq-delete-all.
4018
40192005-04-19 Richard M. Stallman <rms@gnu.org>
4020
4021 * modes.texi (Search-based Fontification): Explain that
4022 facespec is an expression to be evaluated.
4023
40242005-04-19 Kevin Ryde <user42@zip.com.au>
4025
4026 * streams.texi (Output Functions): Fix xref.
4027 * strings.texi (String Conversion): Fix xref.
4028
40292005-04-19 Kim F. Storm <storm@cua.dk>
4030
4031 * symbols.texi (Symbol Plists): Add safe-get.
4032 Mention that `get' may signal an error.
4033
40342005-04-18 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * customize.texi (Variable Definitions): Replace tooltip-mode
4037 example with save-place.
4038
40392005-04-17 Richard M. Stallman <rms@gnu.org>
4040
4041 * buffers.texi (Indirect Buffers): Clarify.
4042
4043 * positions.texi (Positions): Clarify converting marker to integer.
4044
4045 * strings.texi (String Basics): Mention string-match; clarify.
4046
40472005-04-08 Lute Kamstra <lute@gnu.org>
4048
4049 * modes.texi (Search-based Fontification): Fix cross references.
4050 Use consistent terminology. Document anchored highlighting.
4051
40522005-04-05 Lute Kamstra <lute@gnu.org>
4053
4054 * modes.texi (Defining Minor Modes): Document :group keyword
4055 argument and its default value.
4056
40572005-04-03 Lute Kamstra <lute@gnu.org>
4058
4059 * hooks.texi (Standard Hooks): Add some hooks. Add cross
4060 references and/or descriptions. Delete major mode hooks; mention
4061 them as a category instead. Rename or delete obsolete hooks.
4062
40632005-04-02 Richard M. Stallman <rms@gnu.org>
4064
4065 * nonascii.texi (Coding System Basics): Another wording cleanup.
4066
40672005-04-01 Richard M. Stallman <rms@gnu.org>
4068
4069 * nonascii.texi (Coding System Basics): Clarify previous change.
4070
40712005-04-01 Kenichi Handa <handa@m17n.org>
4072
10d1d0af 4073 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
4074 identity of coding systems.
4075
40762005-03-29 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * text.texi (Buffer Contents): Add filter-buffer-substring and
4079 buffer-substring-filters.
4080
40812005-03-26 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * anti.texi (Antinews): Mention `G' interactive code.
4084
4085 * tips.texi (Compilation Tips): Mention benchmark.el.
4086
40872005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4088
4089 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4090 is now bound to M-o M-o.
4091
4092 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4093
40942005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4095
4096 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4097 in the Emacs Manual).
4098 * Makefile.in (srcs): Remove calendar.texi.
4099 * makefile.w32-in (srcs): Remove calendar.texi.
4100 * display.texi (Display): Change name of next node.
4101 * os.texi (System In): Change name of previous node.
4102 * elisp.texi (Top): Remove Calendar references.
4103 * vol1.texi (Top): Remove Calendar references.
4104 * vol2.texi (Top): Remove Calendar references.
4105
41062005-03-25 Richard M. Stallman <rms@gnu.org>
4107
4108 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4109 Cleanup previous change.
4110
41112005-03-25 Chong Yidong <cyd@stupidchicken.com>
4112
4113 * display.texi (Face Attributes): Faces earlier in an :inherit
4114 list take precedence.
4115 (Scroll Bars): Fix description of vertical-scroll-bars.
4116 Document frame-current-scroll-bars and window-current-scroll-bars.
4117
4118 * markers.texi (The Mark): Document temporary Transient Mark mode.
4119
4120 * minibuf.texi (Reading File Names):
4121 Document read-file-name-completion-ignore-case.
4122
4123 * positions.texi (Screen Lines): Document nil for width argument
4124 to compute-motion.
4125
41262005-03-23 Kim F. Storm <storm@cua.dk>
4127
4128 * display.texi (Standard Faces): Other faces used in the fringe
4129 implicitly inherits from the fringe face.
4130 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
4131 properties implicitly inherits from fringe face.
4132 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
4133
41342005-03-20 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * display.texi (Invisible Text): State default value of
4137 line-move-ignore-invisible.
4138 (Managing Overlays): Document remove-overlays.
4139 (Standard Faces): Document escape-glyph face.
4140
4141 * minibuf.texi (Reading File Names): Document read-file-name-function.
4142
4143 * modes.texi (Other Font Lock Variables):
4144 Document font-lock-lines-before.
4145
4146 * positions.texi (Skipping Characters): skip-chars-forward allows
4147 character classes.
4148
41492005-03-18 Lute Kamstra <lute@gnu.org>
4150
4151 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
4152
41532005-03-17 Richard M. Stallman <rms@gnu.org>
4154
4155 * text.texi (Undo): Document extensible undo entries.
4156
dd7b651b 4157 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
4158
4159 * nonascii.texi (Character Codes): Minor fix.
4160
4161 * display.texi (Display Property): Explain the significance
4162 of having text properties that are eq.
4163 (Other Display Specs): Explain string as display spec.
4164
4165 * commands.texi (Interactive Codes): Document G option.
4166
41672005-03-17 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * text.texi (Filling): Add sentence-end-without-period and
4170 sentence-end-without-space.
4171 (Changing Properties): Minor fix.
4172
4173 * anti.texi: Total rewrite.
4174
41752005-03-15 Lute Kamstra <lute@gnu.org>
4176
4177 * edebug.texi (Instrumenting Macro Calls): Fix typos.
4178
41792005-03-08 Kim F. Storm <storm@cua.dk>
4180
4181 * display.texi (Specified Space): Property :width is support on
4182 non-graphic terminals, :height is not.
4183
41842005-03-07 Richard M. Stallman <rms@gnu.org>
4185
4186 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
4187 Now subnodes of Fringes.
4188 (Overlay Arrow): Document overlay-arrow-variable-list.
4189 (Fringe Size/Pos): New node, broken out of Fringes.
4190 (Display): Explain clearing vs redisplay better.
4191 (Truncation): Clarify use of bitmaps.
4192 (The Echo Area): Clarify the uses of the echo area.
4193 Add max-mini-window-height.
4194 (Progress): Clarify.
4195 (Invisible Text): Explain that main loop moves point out.
4196 (Selective Display): Say "hidden", not "invisible".
4197 (Managing Overlays): Move up. Describe relation to Undo here.
4198 (Overlay Properties): Clarify intro.
4199 (Finding Overlays): Explain return values when nothing found.
4200 (Width): truncate-string-to-width has added arg.
4201 (Displaying Faces): Clarify and update mode line face handling.
4202 (Face Functions): Minor cleanup.
4203 (Conditional Display): Merge into Other Display Specs.
4204 (Pixel Specification, Other Display Specs): Minor cleanups.
4205 (Images, Image Descriptors): Minor cleanups.
4206 (GIF Images): Patents have expired.
4207 (Showing Images): Explain default text for insert-image.
4208 (Manipulating Button Types): Merge into Manipulating Buttons.
4209 (Making Buttons): Explain return values.
4210 (Button Buffer Commands): Add xref.
4211 (Inverse Video): Update mode-line-inverse-video.
4212 (Display Table Format): Clarify.
4213 (Active Display Table): Give defaults for window-display-table.
4214
4215 * calendar.texi (Calendar Customizing): calendar-holiday-marker
4216 and calendar-today-marker are strings, not chars.
4217 (Holiday Customizing): Minor fix.
4218
4219 * internals.texi (Writing Emacs Primitives): Update `or' example.
4220 Update limit on # args of subr.
4221
4222 * edebug.texi (Using Edebug): Arrow is in fringe.
4223 (Instrumenting): Arg to eval-defun works without loading edebug.
4224 (Edebug Execution Modes): Add xref.
4225
4226 * customize.texi (Common Keywords): Clarify :require.
4227 Mention :version here.
4228 (Variable Definitions, Group Definitions): Not here.
4229 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
4230
42312005-03-07 Chong Yidong <cyd@stupidchicken.com>
4232 * nonascii.texi (Text Representations): Clarify position-bytes.
4233 (Character Sets): Add list-charset-chars.
4234 (Scanning Charsets): Add charset-after.
4235 (Encoding and I/O): Minor fix.
4236
42372005-03-06 Richard M. Stallman <rms@gnu.org>
4238
4239 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4240 (Resizing Windows): Likewise.
4241
4242 * text.texi (Change Hooks): Get rid of "Emacs 21".
4243
4244 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
4245
4246 * streams.texi (Output Variables): Get rid of "Emacs 21".
4247
4248 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
4249
4250 * os.texi (Translating Input): Replace flow-control example
4251 with a less obsolete example that uses `keyboard-translate'.
4252
4253 * objects.texi (Hash Table Type, Circular Objects):
4254 Get rid of "Emacs 21".
4255
4256 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
4257 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
4258
4259 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
4260
4261 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
4262
4263 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
4264 (Menu Bar): Fix when menu-bar-update-hook is called.
4265
4266 * hash.texi (Hash Tables): Get rid of "Emacs 21".
4267
4268 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
4269 and make it read better.
4270
4271 * files.texi (Writing to Files): Get rid of "Emacs 21".
4272 (Unique File Names): Likewise.
4273
4274 * elisp.texi: Update Emacs version to 22.
4275
4276 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
4277 (Overlay Properties, Face Attributes): Likewise.
4278 (Managing Overlays): Fix punctuation.
4279 (Attribute Functions): Clarify set-face-font; get rid of
4280 info about old Emacs versions.
4281 (Auto Faces, Font Lookup, Display Property, Images):
4282 Get rid of "Emacs 21".
4283
4284 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
4285
42862005-03-05 Richard M. Stallman <rms@gnu.org>
4287
4288 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
4289
42902005-03-04 Lute Kamstra <lute@gnu.org>
4291
4292 * debugging.texi (Error Debugging): Document stack-trace-on-error.
4293
42942005-03-03 Lute Kamstra <lute@gnu.org>
4295
4296 * edebug.texi (Instrumenting Macro Calls): Fix typo.
4297
42982005-03-01 Lute Kamstra <lute@gnu.org>
4299
4300 * debugging.texi (Debugger Commands): Update `j'.
4301
43022005-02-28 Lute Kamstra <lute@gnu.org>
4303
4304 * debugging.texi (Debugging): Fix typo.
4305 (Error Debugging): Document eval-expression-debug-on-error.
4306 (Function Debugging): Update example.
4307 (Using Debugger): Mention starred stack frames.
4308 (Debugger Commands): Document `j' and `l'.
4309 (Invoking the Debugger): `d' and `j' exit recursive edit too.
4310 Update the messages that the debugger displays.
4311 (Internals of Debugger): Add cross reference. Update example.
4312 (Excess Open): Minor improvement.
4313 (Excess Close): Minor improvement.
4314
43152005-02-26 Richard M. Stallman <rms@gnu.org>
4316
4317 * tips.texi (Coding Conventions): Clarify.
4318 Put all the major mode key reservations together.
4319 Mention the Mouse-1 => Mouse-2 conventions.
4320
4321 * syntax.texi (Syntax Class Table): Clarify.
4322 (Syntax Table Functions): syntax-after moved from here.
4323 (Syntax Table Internals): syntax-after moved to here.
4324 (Parsing Expressions): Update info on number of values
4325 and what's meaningful in the STATE argument.
4326 (Categories): Fix typo.
4327
4328 * sequences.texi (Arrays): Cleanup.
4329 (Char-Tables): Clarify.
4330
4331 * processes.texi (Deleting Processes): Cleanups, add xref.
4332 (Subprocess Creation): Explain nil in exec-path. Cleanup.
4333 (Process Information): set-process-coding-system, some args optional.
4334 (Input to Processes): Explain various types for PROCESS args.
4335 Rename them from PROCESS-NAME to PROCESS.
4336 (Signals to Processes): Likewise.
4337 (Decoding Output): Cleanup.
4338 (Query Before Exit): Clarify.
4339
4340 * os.texi (Startup Summary): Correct the options; add missing ones.
4341 (Terminal Output, Batch Mode): Clarify.
4342 (Flow Control): Node deleted.
4343
4344 * markers.texi (The Mark): Clarify.
4345
4346 * macros.texi (Expansion): Cleanup.
4347 (Indenting Macros): indent-spec allows ints, not floats.
4348
4349 * keymaps.texi (Keymaps): Clarify.
4350 (Format of Keymaps): Update lisp-mode-map example.
4351 (Active Keymaps, Key Lookup): Clarify.
4352 (Changing Key Bindings): Add xref to `kbd'.
4353 (Key Binding Commands, Simple Menu Items): Clarify.
4354 (Mouse Menus, Menu Bar): Clarify.
4355 (Menu Example): Replace print example with menu-bar-replace-menu.
4356
4357 * help.texi (Documentation Basics): Add function-documentation prop.
4358
4359 * elisp.texi (Top): Don't refer to Flow Control node.
4360
4361 * commands.texi (Command Overview): Improve xrefs.
4362 (Adjusting Point): Adjusting point applies to intangible and invis.
4363 (Key Sequence Input): Doc extra read-key-sequence args.
4364 Likewise for read-key-sequence-vector.
4365
4366 * backups.texi (Rename or Copy): Minor fix.
4367 (Numbered Backups): For version-control, say the default.
4368 (Auto-Saving): make-auto-save-file-name example is simplified.
4369
4370 * advice.texi (Advising Functions): Don't imply one part of Emacs
4371 should advise another part. Markup changes.
4372 (Defining Advice): Move transitional para.
4373 (Activation of Advice): Cleanup.
4374 Explain if COMPILE is nil or negative.
4375
4376 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4377
43782005-02-24 Lute Kamstra <lute@gnu.org>
4379
4380 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4381 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4382
43832005-02-23 Lute Kamstra <lute@gnu.org>
4384
4385 * modes.texi (Defining Minor Modes): define-minor-mode can be used
4386 to define global minor modes as well.
4387
4388 * display.texi (Managing Overlays): overlay-buffer returns nil for
4389 deleted overlays.
4390
43912005-02-22 Kim F. Storm <storm@cua.dk>
4392
4393 * minibuf.texi (Basic Completion): Allow symbols in addition to
4394 strings in try-completion and all-completions.
4395
43962005-02-14 Lute Kamstra <lute@gnu.org>
4397
4398 * elisp.texi (Top): Remove reference to deleted node.
4399
4400 * lists.texi (Lists): Remove reference to deleted node.
4401 (Cons Cells): Fix typo.
4402
4403 * loading.texi (Where Defined): Fix typo.
4404
44052005-02-14 Richard M. Stallman <rms@gnu.org>
4406
4407 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4408 is useful for discarding some minor modes.
4409
4410 * symbols.texi (Symbol Components): Reorder examples.
4411
4412 * streams.texi (Input Functions): State standard-input default.
4413 (Output Variables): State standard-output default.
4414
4415 * objects.texi (Printed Representation): Clarify read syntax vs print.
4416 (Floating Point Type): Explain meaning better.
4417 (Symbol Type): Explain uniqueness better.
4418 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
4419 List examples sooner.
4420 (Box Diagrams): New subnode broken out.
4421 Some examples moved from old Lists as Boxes node.
4422 (Dotted Pair Notation): Clarify intro.
4423 (Array Type): Clarify.
4424 (Type Predicates): Add hash-table-p.
4425
4426 * numbers.texi (Integer Basics): Clarify radix explanation.
4427 (Predicates on Numbers): Minor clarification.
4428 (Comparison of Numbers): Minor clarification. Clarify eql.
4429 Typos in min, max.
4430 (Math Functions): Clarify overflow in expt.
4431
4432 * minibuf.texi (Text from Minibuffer): Minor clarification.
4433 Mention arrow keys.
4434
4435 * loading.texi (Autoload): defun's doc string overrides autoload's
4436 doc string.
4437 (Repeated Loading): Modernize "add to list" examples.
4438 (Where Defined): Finish updating table of load-history elts.
4439
4440 * lists.texi (List-related Predicates): Minor wording improvement.
4441 (Lists as Boxes): Node deleted.
4442 (Building Lists): Explain trivial cases of number-sequence.
4443
4444 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 4445 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
4446 (Hash Access): Any object can be a key.
4447 State value of maphash.
4448
4449 * functions.texi (What Is a Function): Wording cleanup.
4450 (Function Documentation): Minor cleanup.
4451 Explain purpose of calling convention at end of doc string.
4452 (Function Names): Wording cleanup.
4453 (Calling Functions): Wording cleanup.
4454 Explain better how funcall calls the function.
4455 (Function Cells): Delete example of saving and redefining function.
4456
4457 * control.texi (Combining Conditions): Wording cleanup.
4458 (Iteration): dolist and dotimes bind VAR locally.
4459 (Cleanups): Xref to Atomic Changes.
4460
4461 * compile.texi (Byte Compilation): Delete 19.29 info.
4462 (Compilation Functions): Macros' difficulties don't affect defsubst.
4463 (Docs and Compilation): Delete 19.29 info.
4464
44652005-02-10 Richard M. Stallman <rms@gnu.org>
4466
4467 * objects.texi (Symbol Type): Minor correction.
4468
44692005-02-06 Lute Kamstra <lute@gnu.org>
4470
4471 * modes.texi (Example Major Modes): Fix typos.
4472
44732005-02-06 Richard M. Stallman <rms@gnu.org>
4474
4475 * text.texi (Margins): fill-nobreak-predicate can be one function.
4476
4477 * strings.texi (Modifying Strings): clear-string can make unibyte.
4478 (Formatting Strings): format gives error if values missing.
4479
4480 * positions.texi (Character Motion): Mention default arg
4481 for forward-char. backward-char refers to forward-char.
4482 (Word Motion): Mention default arg for forward-word.
4483 (Buffer End Motion): Mention default arg for beginning-of-buffer.
4484 Simplify end-of-buffer.
4485 (Text Lines): Mention default arg for forward-line.
4486 (List Motion): Mention default arg for beginning/end-of-defun.
4487 (Skipping Characters): Minor fixes in explaining character-set.
4488
4489 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4490 Mode inheritance applies only when default-major-mode is nil.
4491 Clarifications.
4492 (Example Major Modes): Update Text mode and Lisp mode examples.
4493 (Minor Mode Conventions): Mention define-minor-mode at top.
4494 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4495 (Mode Line Format): Update mode line face display info.
4496 (Properties in Mode): Mention effect of risky vars.
4497 (Imenu): Define imenu-add-to-menubar.
4498 (Font Lock Mode): Add descriptions to menu lines.
4499 (Faces for Font Lock): Add font-lock-doc-face.
4500
45012005-02-05 Lute Kamstra <lute@gnu.org>
4502
4503 * text.texi (Maintaining Undo): Remove obsolete function.
4504
45052005-02-05 Eli Zaretskii <eliz@gnu.org>
4506
4507 * frames.texi (Color Names): Add pointer to the X docs about RGB
4508 color specifications. Improve indexing
4509 (Text Terminal Colors): Replace the description of RGB values by
4510 an xref to "Color Names".
4511
45122005-02-03 Richard M. Stallman <rms@gnu.org>
4513
4514 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4515 Clarify.
4516 (Selecting Windows): Clarify save-selected-window.
4517 (Cyclic Window Ordering): Clarify walk-windows.
4518 (Window Point): Clarify.
4519 (Window Start): Add comment to example.
4520 (Resizing Windows): Add `interactive' specs in examples.
4521 Document fit-window-to-buffer.
4522
4523 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4524 (Undo, Maintaining Undo): Clarify last change.
4525 (Sorting): In sort-numeric-fields, explain about octal and hex.
4526 Mention sort-numeric-base.
4527 (Format Properties): Add xref for hard newlines.
4528
4529 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4530 (Pop-Up Menus): Fix typo.
4531 (Color Names): Explain all types of color names.
4532 Explain color-values on B&W terminal.
4533 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
4534
4535 * files.texi (File Locks): Not supported on MS systems.
4536 (Testing Accessibility): Clarify.
4537
4538 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4539 (Coverage Testing): Fix typo.
4540
4541 * commands.texi (Misc Events): Remove stray space.
4542
4543 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
4544 (Modification Time): Clarify when visited-file-modtime returns 0.
4545 (The Buffer List): Clarify bury-buffer.
4546 (Killing Buffers): Clarify.
4547 (Indirect Buffers): Add clone-indirect-buffer.
4548
45492005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4550
4551 * edebug.texi (Printing in Edebug): Fix default value of
4552 edebug-print-circle.
4553 (Coverage Testing): Fix displayed frequency count data.
4554
45552005-02-02 Luc Teirlinck <teirllm@auburn.edu>
4556
4557 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
4558
45592005-02-02 Kim F. Storm <storm@cua.dk>
4560
4561 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
4562
45632005-01-29 Eli Zaretskii <eliz@gnu.org>
4564
4565 * commands.texi (Misc Events): Describe the help-echo event.
4566
4567 * text.texi (Special Properties) <help-echo>: Use `pos'
4568 consistently in description of the help-echo property.
4569 Use @code{nil} instead of @var{nil}.
4570
4571 * display.texi (Overlay Properties): Fix the index entry for
4572 help-echo overlay property.
4573
4574 * customize.texi (Type Keywords): Uncomment the xref to the
4575 help-echo property documentation.
4576
45772005-01-23 Kim F. Storm <storm@cua.dk>
4578
4579 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
4580 return value. Third element FULLY replaced by PARTIAL which
4581 specifies number of invisible pixels if row is only partially visible.
4582 (Textual Scrolling): Mention auto-window-vscroll.
4583 (Vertical Scrolling): New defvar auto-window-vscroll.
4584
45852005-01-16 Luc Teirlinck <teirllm@auburn.edu>
4586
4587 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
4588 command remapping.
4589
45902005-01-15 Richard M. Stallman <rms@gnu.org>
4591
4592 * display.texi (Defining Images): Mention DATA-P arg of create-image.
4593
45942005-01-14 Kim F. Storm <storm@cua.dk>
4595
4596 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4597
4598 * text.texi (Links and Mouse-1): Fix string and vector item.
4599
46002005-01-13 Richard M. Stallman <rms@gnu.org>
4601
4602 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4603 descriptions of overriding-local-map and overriding-terminal-local-map.
4604
4605 * text.texi (Links and Mouse-1): Clarify text.
4606
46072005-01-13 Kim F. Storm <storm@cua.dk>
4608
4609 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4610
46112005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
4612
4613 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
4614
46152005-01-12 Kim F. Storm <storm@cua.dk>
4616
4617 * text.texi (Links and Mouse-1): Rename section from Enabling
4618 Mouse-1 to Following Links. Change xrefs.
4619 Add examples for define-button-type and define-widget.
4620
4621 * display.texi (Button Properties, Button Buffer Commands):
4622 Clarify mouse-1 and follow-link functionality.
4623
46242005-01-12 Richard M. Stallman <rms@gnu.org>
4625
4626 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
4627
4628 * display.texi (Beeping): Fix Texinfo usage.
4629
4630 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
4631
46322005-01-11 Kim F. Storm <storm@cua.dk>
4633
4634 * display.texi (Button Properties, Button Buffer Commands):
4635 Mention mouse-1 binding. Add follow-link keyword.
4636
4637 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
4638 (Enabling Mouse-1 to Follow Links): New subsection.
4639
46402005-01-06 Richard M. Stallman <rms@gnu.org>
4641
4642 * text.texi (Special Properties): Minor change.
4643
4644 * os.texi (Timers): Clarify previous change.
4645
4646 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
4647
46482005-01-01 Luc Teirlinck <teirllm@auburn.edu>
4649
4650 * display.texi (Face Attributes): Correct xref to renamed node.
4651
46522005-01-01 Richard M. Stallman <rms@gnu.org>
4653
4654 * display.texi (Face Attributes): Describe hex color specs.
4655
46562004-12-31 Richard M. Stallman <rms@gnu.org>
4657
4658 * os.texi (Timers): Update previous change.
4659
46602004-12-30 Kim F. Storm <storm@cua.dk>
4661
4662 * display.texi (Line Height): Total line-height is now specified
4663 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
4664 in cons cells. (nil . RATIO) is relative to actual line height.
4665 Use line-height `t' instead of `0' to get minimum height.
4666
46672004-12-29 Richard M. Stallman <rms@gnu.org>
4668
4669 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
4670
46712004-12-28 Richard M. Stallman <rms@gnu.org>
4672
4673 * commands.texi (Quitting): Clarify value of with-local-quit.
4674
4675 * elisp.texi (Top): Fix previous change.
4676
4677 * loading.texi (Loading): Fix previous change.
4678
46792004-12-27 Richard M. Stallman <rms@gnu.org>
4680
4681 * Makefile.in (MAKEINFO): Specify --force.
4682
4683 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4684
4685 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
4686
4687 * display.texi (Line Height): Further clarify.
4688
4689 * elisp.texi (Top): Update Loading submenu.
4690
4691 * loading.texi (Where Defined): New node.
4692 (Unloading): load-history moved to Where Defined.
4693
46942004-12-21 Richard M. Stallman <rms@gnu.org>
4695
4696 * commands.texi (Event Input Misc): Add while-no-input.
4697
46982004-12-11 Richard M. Stallman <rms@gnu.org>
4699
4700 * display.texi (Line Height): Rewrite text for clarity.
4701
47022004-12-11 Kim F. Storm <storm@cua.dk>
4703
4704 * display.texi (Display): Add node "Line Height" to menu.
4705 (Line Height): New node. Move full description of line-spacing
4706 and line-height text properties here from text.texi.
4707 (Scroll Bars): Add vertical-scroll-bar variable.
4708
4709 * frames.texi (Window Frame Parameters): Remove line-height defvar.
4710
4711 * locals.texi (Standard Buffer-Local Variables): Fix xref for
4712 line-spacing and vertical-scroll-bar.
4713
4714 * text.texi (Special Properties): Just mention line-spacing and
4715 line-height here, add xref to new "Line Height" node.
4716
47172004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
4718
4719 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4720
4721 * locals.texi (Standard Buffer-Local Variables):
4722 Add @xref for `line-spacing'.
4723
47242004-12-05 Richard M. Stallman <rms@gnu.org>
4725
4726 * Makefile.in (maintainer-clean): Remove the info files
4727 in $(infodir) where they are created.
4728
47292004-12-03 Richard M. Stallman <rms@gnu.org>
4730
4731 * windows.texi (Selecting Windows): get-lru-window and
4732 get-largest-window don't consider dedicated windows.
4733
4734 * text.texi (Undo): Document undo-in-progress.
4735
47362004-11-26 Richard M. Stallman <rms@gnu.org>
4737
4738 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4739 Remove a few vars that are not always buffer-local.
4740
47412004-11-24 Luc Teirlinck <teirllm@auburn.edu>
4742
4743 * locals.texi (Standard Buffer-Local Variables): Comment out
4744 xref's to non-existent node `Yet to be written'.
4745
47462004-11-24 Richard M. Stallman <rms@gnu.org>
4747
4748 * processes.texi (Synchronous Processes): Grammar fix.
4749
4750 * numbers.texi (Comparison of Numbers): Add eql.
4751
4752 * locals.texi (Standard Buffer-Local Variables): Add many vars.
4753
4754 * intro.texi (Printing Notation): Fix previous change.
4755
4756 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4757 and default-indicate-buffer-boundaries from here.
4758 (Usual Display): To here.
4759 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4760 (Usual Display): Move tab-width up.
4761
4762 * customize.texi (Variable Definitions): Replace
4763 show-paren-mode example with tooltip-mode.
4764 (Simple Types, Composite Types, Defining New Types):
4765 Minor cleanups.
4766
47672004-11-21 Jesper Harder <harder@ifa.au.dk>
4768
4769 * processes.texi (Synchronous Processes, Output from Processes):
4770 Markup fix.
4771
47722004-11-20 Richard M. Stallman <rms@gnu.org>
4773
4774 * positions.texi (Skipping Characters): skip-chars-forward
4775 now handles char classes.
4776
4777 * intro.texi (Printing Notation): Avoid confusion of `print'
4778 when explaining @print.
4779
4780 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4781
4782 * display.texi (Display Table Format): Minor fix.
4783
4784 * streams.texi (Output Functions): Fix print example.
4785
4786 * Makefile.in (elisp): New target.
4787 (dist): Depend on $(infodir)/elisp, not elisp.
4788 Copy the info files from $(infodir).
4789
4790 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4791 read-from-minibuffer.
4792
4793 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4794
47952004-11-19 Richard M. Stallman <rms@gnu.org>
4796
4797 * searching.texi (Regexp Search): Add search-whitespace-regexp.
4798
47992004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
4800
4801 * tips.texi (Coding Conventions): Fix typo.
4802
48032004-11-16 Richard M. Stallman <rms@gnu.org>
4804
4805 * tips.texi (Coding Conventions): Separate defvar and require
4806 methods to avoid warnings. Use require only when there are many
4807 functions and variables from that package.
4808
4809 * minibuf.texi (Minibuffer Completion): When ignoring case,
4810 predicate must not be case-sensitive.
4811
4812 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4813 (Test Coverage): Don't talk about "splotches". Clarified.
4814
48152004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
4816
4817 * frames.texi (Window Frame Parameters): Fix typo.
4818
48192004-11-15 Kim F. Storm <storm@cua.dk>
4820
4821 * symbols.texi (Other Plists): Note that plist-get may signal error.
4822 Add safe-plist-get.
4823
48242004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
4825
4826 * modes.texi (Font Lock Basics): Fix typo.
4827
48282004-11-08 Richard M. Stallman <rms@gnu.org>
4829
4830 * syntax.texi (Syntax Table Functions): Add syntax-after.
4831
48322004-11-06 Lars Brinkhoff <lars@nocrew.org>
4833
4834 * os.texi (Processor Run Time): New section documenting
4835 get-internal-run-time.
4836
48372004-11-06 Eli Zaretskii <eliz@gnu.org>
4838
4839 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4840 it nukes elisp-cover.texi.
4841 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
4842 elisp-0 etc.
4843
48442004-11-05 Luc Teirlinck <teirllm@auburn.edu>
4845
4846 * commands.texi (Keyboard Macros): Document `append' return value
4847 of `defining-kbd-macro'.
4848
48492004-11-01 Richard M. Stallman <rms@gnu.org>
4850
4851 * commands.texi (Interactive Call): Add called-interactively-p.
4852
48532004-10-29 Simon Josefsson <jas@extundo.com>
4854
4855 * minibuf.texi (Reading a Password): Revert.
4856
48572004-10-28 Richard M. Stallman <rms@gnu.org>
4858
4859 * frames.texi (Display Feature Testing): Explain about "vendor".
4860
48612004-10-27 Richard M. Stallman <rms@gnu.org>
4862
4863 * commands.texi (Interactive Codes): `N' uses numeric prefix,
4864 not raw. Clarify `n'.
4865 (Interactive Call): Rewrite interactive-p, focusing on when
4866 and how to use it.
4867 (Misc Events): Clarify previous change.
4868
4869 * advice.texi (Simple Advice): Clarify what job the example does.
4870 (Around-Advice): Clarify ad-do-it.
4871 (Activation of Advice): An option of ad-default-compilation-action
4872 is `never', not `nil'.
4873
48742004-10-26 Kim F. Storm <storm@cua.dk>
4875
4876 * commands.texi (Interactive Codes): Add U code letter.
4877
48782004-10-25 Simon Josefsson <jas@extundo.com>
4879
4880 * minibuf.texi (Reading a Password): Add.
4881
48822004-10-24 Jason Rumney <jasonr@gnu.org>
4883
4884 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
4885 and wheel-down.
4886
48872004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
4888
4889 * processes.texi (Synchronous Processes): Document process-file.
4890
48912004-10-22 Kenichi Handa <handa@m17n.org>
4892
4893 * text.texi (translate-region): Document that it accepts also a
4894 char-table.
4895
48962004-10-22 David Ponce <david@dponce.com>
4897
4898 * windows.texi (Resizing Windows): Document the `preserve-before'
4899 argument of the functions `enlarge-window' and `shrink-window'.
4900
49012004-10-19 Jason Rumney <jasonr@gnu.org>
4902
4903 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
4904
49052004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * text.texi (Filling): Add anchor for definition of
4908 `sentence-end-double-space'.
4909
4910 * searching.texi (Regexp Example): Update description of how
4911 Emacs currently recognizes the end of a sentence.
4912 (Standard Regexps): Update definition of the variable
4913 `sentence-end'. Add definition of the function `sentence-end'.
4914
49152004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
4916
4917 * display.texi (Progress): New node.
4918
49192004-10-05 Kim F. Storm <storm@cua.dk>
4920
4921 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
4922
49232004-09-29 Kim F. Storm <storm@cua.dk>
4924
4925 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
4926 to identify bitmaps. Remove -fringe-bitmap suffix for standard
4927 fringe bitmap symbols, as they now have their own namespace.
4928 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
4929 vs. pixels. Signal error if no free bitmap slots.
4930 (Pixel Specification): Change IMAGE to @var{image}.
4931
49322004-09-28 Richard M. Stallman <rms@gnu.org>
4933
4934 * text.texi (Special Properties): Clarify line-spacing and line-height.
4935
4936 * searching.texi (Regexp Search): Add looking-back.
4937
49382004-09-25 Luc Teirlinck <teirllm@auburn.edu>
4939
4940 * display.texi: Correct typos.
4941 (Image Descriptors): Correct xref's.
4942
49432004-09-25 Richard M. Stallman <rms@gnu.org>
4944
4945 * text.texi (Special Properties): Cleanups in `cursor'.
4946 Rewrites in `line-height' and `line-spacing'; exchange them.
4947
4948 * display.texi (Fringes): Rewrite previous change.
4949 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
4950 (Display Fringe Bitmaps): Node deleted, text moved.
4951 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
4952 (Scroll Bars): Clarify set-window-scroll-bars.
4953 (Pointer Shape): Rewrite.
4954 (Specified Space): Clarify :align-to, etc.
4955 (Pixel Specification): Use @var. Clarify new text.
4956 (Other Display Specs): Clarify `slice'.
4957 (Image Descriptors): Cleanups.
4958 (Showing Images): Cleanups.
4959
49602004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4961
4962 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4963
4964 * modes.texi: Various minor changes in addition to:
4965 (Major Mode Conventions): Final call to `run-mode-hooks' should
4966 not be inside the `delay-mode-hooks' form.
4967 (Mode Hooks): New node.
4968 (Hooks): Delete obsolete example.
4969 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4970 node "Mode Hooks".
4971
49722004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4973
4974 * display.texi: Correct various typos.
4975 (Display): Rename node "Pointer Shapes" to "Pointer
4976 Shape". (There is already a node called "Pointer Shapes" in
4977 frames.texi.)
4978 (Images): Remove non-existent node "Image Slices" from menu.
4979
49802004-09-23 Kim F. Storm <storm@cua.dk>
4981
4982 * text.texi (Special Properties): Add `cursor', `pointer',
4983 `line-height', and `line-spacing' properties.
4984
4985 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4986 Shapes' to menu.
4987 (Standard Faces): Doc fix for fringe face.
4988 (Fringes): Add `overflow-newline-into-fringe' and
4989 'indicate-buffer-boundaries'.
4990 (Fringe Bitmaps, Pointer Shapes): New nodes.
4991 (Display Property): Add 'Pixel Specification' and 'Display Fringe
4992 Bitmaps' to menu.
4993 (Specified Space): Describe pixel width and height.
4994 (Pixel Specification): New node.
4995 (Other Display Specs): Add `slice' property.
4996 (Display Fringe Bitmaps): New node.
4997 (Images): Add 'Image Slices' to menu.
4998 (Image Descriptors): Add `:pointer' and `:map' properties.
4999 (Showing Images): Add slice arg to `insert-image'. Add
5000 'insert-sliced-image'.
5001
50022004-09-20 Richard M. Stallman <rms@gnu.org>
5003
5004 * commands.texi (Key Sequence Input):
5005 Clarify downcasing in read-key-sequence.
5006
50072004-09-08 Juri Linkov <juri@jurta.org>
5008
5009 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5010
50112004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5012
5013 * locals.texi (Standard Buffer-Local Variables): Add
5014 `buffer-auto-save-file-format'.
5015 * internals.texi (Buffer Internals): Describe new
5016 auto_save_file_format field of the buffer structure.
5017 * files.texi (Format Conversion): `auto-save-file-format' has been
5018 renamed `buffer-auto-save-file-format'.
5019
50202004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5021
5022 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5023 an integer or a marker.
5024 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5025
50262004-08-22 Richard M. Stallman <rms@gnu.org>
5027
5028 * modes.texi (Major Mode Conventions): Discuss rebinding of
5029 standard key bindings.
5030
50312004-08-18 Kim F. Storm <storm@cua.dk>
5032
5033 * processes.texi (Accepting Output): Add `just-this-one' arg to
5034 `accept-process-output'.
5035 (Output from Processes): New var `process-adaptive-read-buffering'.
5036
50372004-08-10 Luc Teirlinck <teirllm@auburn.edu>
5038
5039 * keymaps.texi: Various changes in addition to:
5040 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5041 Give more varied examples for `kbd'.
5042 (Creating Keymaps): Char tables have slots for all characters
5043 without modifiers.
5044 (Active Keymaps): `overriding-local-map' and
5045 `overriding-terminal-local-map' also override text property and
5046 overlay keymaps.
5047 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5048 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5049 to denote a prefix of no events.
5050 `map-keymap' includes parent's bindings _recursively_.
5051 Clarify and correct description of `where-is-internal'.
5052 Mention BUFFER-OR-NAME arg to `describe-bindings'.
5053 (Menu Example): For menus intended for use with the keyboard, the
5054 menu items should be bound to characters or real function keys.
5055
50562004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5057
5058 * objects.texi (Character Type): Reposition `@anchor' to prevent
5059 double space inside sentence in Info.
5060
5061 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5062 renamed to `disabled-command-function'.
5063 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5064 (Command Loop Info): Replace reference to it.
5065 (Disabling Commands): `disabled-command-hook' has been renamed to
5066 `disabled-command-function'.
5067
50682004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5069
5070 * os.texi (Translating Input): Only non-prefix bindings in
5071 `key-translation-map' override actual key bindings. Warn about
5072 possible indirect effect of actual key bindings on non-prefix
5073 bindings in `key-translation-map'.
5074
50752004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5076
5077 * minibuf.texi (High-Level Completion): Add anchor for definition
5078 of `read-variable'.
5079
5080 * commands.texi: Various changes in addition to:
5081 (Using Interactive): Clarify description of `interactive-form'.
5082 (Interactive Call): Mention default for KEYS argument to
5083 `call-interactively'.
5084 (Command Loop Info): Clarify description of `this-command-keys'.
5085 Mention KEEP-RECORD argument to `clear-this-command-keys'.
5086 Value of `last-event-frame' can be `macro'.
5087 (Repeat Events): `double-click-fuzz' is also used to distinguish
5088 clicks and drags.
5089 (Classifying Events): Clarify descriptions of `event-modifiers'
5090 `event-basic-type' and `event-convert-list'.
5091 (Accessing Events): `posn-timestamp' takes POSITION argument.
5092 (Quoted Character Input): Clarify description of
5093 `read-quoted-char' and fix example.
5094 (Quitting): Add `with-local-quit'.
5095 (Disabling Commands): Correct and clarify descriptions of
5096 `enable-command' and `disable-command'.
5097 Mention what happens if `disabled-command-hook' is nil.
5098 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5099 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5100
51012004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5102
5103 * frames.texi: Various changes in addition to:
5104 (Creating Frames): Expand and clarify description of `make-frame'.
5105 (Window Frame Parameters): Either none or both of the `icon-left'
5106 and `icon-top' parameters must be specified. Put descriptions of
5107 `menu-bar-lines' and `toolbar-lines' closer together and change
5108 them accordingly.
5109 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5110 except while processing `frame-title-format' or `icon-title-format'.
5111 (Deleting Frames): Correct description of `delete-frame'.
5112 Non-nil return values of `frame-live-p' are like those of `framep'.
5113 (Frames and Windows): Mention return value of
5114 `set-frame-selected-window'.
5115 (Visibility of Frames): Mention `force' argument to
5116 `make-frame-invisible'. `frame-visible-p' returns t for all
5117 frames on text-only terminals.
5118 (Frame Configurations): Restoring a frame configuration does not
5119 restore deleted frames.
5120 (Window System Selections): `x-set-selection' returns DATA.
5121 (Resources): Add example.
5122 (Display Feature Testing): Clarify descriptions of
5123 `display-pixel-height', `display-pixel-width', `x-server-version'
5124 and `x-server-vendor'.
5125
5126 * windows.texi (Choosing Window): Add anchor.
5127 * minibuf.texi (Minibuffer Misc): Add anchor.
5128
51292004-07-23 John Paul Wallington <jpw@gnu.org>
5130
5131 * macros.texi (Defining Macros): Declaration keyword for setting
5132 Edebug spec is `debug' not `edebug'.
5133
51342004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5135
5136 * windows.texi: Various small changes in addition to:
5137 (Window Point): Mention return value of `set-window-point'.
5138 (Window Start): `pos-visible-in-window-p' disregards horizontal
5139 scrolling. Explain return value if PARTIALLY is non-nil.
5140 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
5141 and `set-window-vscroll'.
5142 (Size of Window): The argument WINDOW to `window-inside-edges',
5143 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
5144 (Resizing Windows): Explain return value of
5145 `shrink-window-if-larger-than-buffer'.
5146 `window-size-fixed' automatically becomes buffer local when set.
5147 (Window Configurations): Explain return value of
5148 `set-window-configuration'.
5149
5150 * minibuf.texi (Minibuffer Misc): Add anchor for
5151 `minibuffer-scroll-window'.
5152
5153 * positions.texi (Text Lines): Add anchor for `count-lines'.
5154
51552004-07-17 Richard M. Stallman <rms@gnu.org>
5156
5157 * display.texi (Overlay Properties): Adding `evaporate' prop
5158 deletes empty overlay immediately.
5159
5160 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
5161 fix example.
5162
51632004-07-16 Jim Blandy <jimb@redhat.com>
5164
5165 * searching.texi (Regexp Backslash): Document new \_< and \_>
5166 operators.
5167
51682004-07-16 Juanma Barranquero <lektu@terra.es>
5169
5170 * display.texi (Images): Fix Texinfo usage.
5171
51722004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5173
5174 * buffers.texi (Modification Time): `visited-file-modtime' now
5175 returns a list of two integers, instead of a cons.
5176
51772004-07-13 Luc Teirlinck <teirllm@auburn.edu>
5178
5179 * windows.texi: Various changes in addition to:
5180 (Splitting Windows): Add `split-window-keep-point'.
5181
51822004-07-09 Richard M. Stallman <rms@gnu.org>
5183
5184 * frames.texi (Input Focus): Minor fix.
5185
51862004-07-07 Luc Teirlinck <teirllm@auburn.edu>
5187
5188 * frames.texi (Input Focus): Clarify descriptions of
5189 `select-frame-set-input-focus' and `select-frame'.
5190
51912004-07-06 Luc Teirlinck <teirllm@auburn.edu>
5192
5193 * os.texi: Various small changes in addition to:
5194 (Killing Emacs): Expand and clarify description of
5195 `kill-emacs-query-functions' and `kill-emacs-hook'.
5196 (System Environment): Expand and clarify description of `getenv'
5197 and `setenv'.
5198 (Timers): Clarify description of `run-at-time'.
5199 (Translating Input): Correct description of
5200 `extra-keyboard-modifiers'.
5201 (Flow Control): Correct description of `enable-flow-control'.
5202
52032004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
5204
5205 * os.texi: Update copyright.
5206 (Session Management): Grammar fix.
5207 Clarify which Emacs does the restarting.
5208 Use @samp for *scratch* buffer.
5209
52102004-07-04 Alan Mackenzie <acm@muc.de>
5211
5212 * frames.texi (Input Focus): Add documentation for
5213 `select-frame-set-input-focus'. Replace refs to non-existent
5214 `switch-frame' with `select-frame'. Minor corrections and tidying
5215 up of text-only terminal stuff.
5216
52172004-07-02 Richard M. Stallman <rms@gnu.org>
5218
5219 * files.texi (Saving Buffers): Cleanup write-contents-function.
5220 (Magic File Names): Cleanup file-remote-p.
5221
b344d29d 52222004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
5223
5224 * files.texi (Magic File Names): `file-remote-p' returns an
5225 identifier of the remote system, not just t.
5226
52272004-07-02 David Kastrup <dak@gnu.org>
5228
5229 * searching.texi (Entire Match Data): Add explanation about new
5230 match-data behavior when @var{integers} is non-nil.
5231
52322004-06-24 Richard M. Stallman <rms@gnu.org>
5233
5234 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
5235
5236 * customize.texi (Variable Definitions): Note about doc strings
5237 and :set.
5238
5239 * keymaps.texi (Keymap Terminology): Document `kbd'.
5240 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
5241
5242 * display.texi (Invisible Text): Setting buffer-invisibility-spec
5243 makes it buffer-local.
5244
5245 * files.texi (Saving Buffers): Correct previous change.
5246
5247 * commands.texi (Accessing Events):
5248 Clarify posn-col-row and posn-actual-col-row.
5249
52502004-06-24 David Ponce <david.ponce@wanadoo.fr>
5251
5252 * commands.texi (Accessing Events): New functions
5253 posn-at-point and posn-at-x-y. Add example to posn-x-y.
5254
52552004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5256
5257 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
5258 * frames.texi, buffers.texi, backups.texi, variables.texi:
5259 * loading.texi, eval.texi, functions.texi, control.texi:
5260 * symbols.texi, minibuf.texi: Reposition @anchor's.
5261
5262 * help.texi: Various small changes in addition to the following.
5263 (Describing Characters): Describe PREFIX argument to
5264 `key-description'. Correct and clarify definition of
5265 `text-char-description'. Describe NEED-VECTOR argument to
5266 `read-kbd-macro'.
5267 (Help Functions): Clarify definition of `apropos'.
5268
52692004-06-23 Lars Hansen <larsh@math.ku.dk>
5270
5271 * files.texi (Saving Buffers): Correct description of
5272 `write-contents-functions'.
5273
52742004-06-21 Juanma Barranquero <lektu@terra.es>
5275
5276 * display.texi (Images): Remove redundant @vindex directives.
5277 Rewrite `image-library-alist' doc in active voice.
5278
52792004-06-14 Juanma Barranquero <lektu@terra.es>
5280
5281 * display.texi (Images): Document new delayed library loading,
5282 variable `image-library-alist' and (existing but undocumented)
5283 function `image-type-available-p'.
5284
52852004-06-05 Richard M. Stallman <rms@gnu.org>
5286
5287 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
5288 refer the user to the Initial Input node.
5289 (Text from Minibuffer): Likewise.
5290 (Initial Input): New node. Document this feature
5291 and say it is mostly deprecated.
5292
52932004-05-30 Richard M. Stallman <rms@gnu.org>
5294
5295 * loading.texi (Named Features): Clarify return value
5296 and meaning of NOERROR.
5297
5298 * variables.texi (File Local Variables): Minor cleanup.
5299
53002004-05-30 Michael Albinus <michael.albinus@gmx.de>
5301
5302 * files.texi (Magic File Names): Add `file-remote-p' as operation
5303 of file name handlers.
5304
53052004-05-29 Richard M. Stallman <rms@gnu.org>
5306
5307 * modes.texi (Minor Mode Conventions): (-) has no special meaning
5308 as arg to a minor mode command.
5309
53102004-05-22 Richard M. Stallman <rms@gnu.org>
5311
5312 * syntax.texi (Syntax Class Table): Word syntax not just for English.
5313
5314 * streams.texi (Output Variables): Doc float-output-format.
5315
5316 * searching.texi (Regexp Special): Nested repetition can be infloop.
5317
5318 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5319 real stack overflow.
5320
5321 * compile.texi: Minor cleanups.
5322
53232004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
5324
5325 * lists.texi (Cons Cells): Explain dotted lists, true lists,
5326 circular lists.
5327 (List Elements): Explain handling of circular and dotted lists.
5328
53292004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
5330
5331 * modes.texi (Search-based Fontification): Fix typo.
5332
53332004-05-10 Juanma Barranquero <lektu@terra.es>
5334
5335 * modes.texi (Mode Line Variables): Fix description of
5336 global-mode-string, which is now after which-func-mode, not the
5337 buffer name.
5338
53392004-05-07 Lars Hansen <larsh@math.ku.dk>
5340
5341 * modes.texi (Desktop Save Mode): Add.
5342 (Modes): Add menu entry Desktop Save Mode.
5343
5344 * hooks.texi: Add desktop-after-read-hook,
5345 desktop-no-desktop-file-hook and desktop-save-hook.
5346
5347 * locals.texi: Add desktop-save-buffer.
5348
53492004-04-30 Jesper Harder <harder@ifa.au.dk>
5350
5351 * display.texi: emacs -> Emacs.
5352
53532004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5354
5355 * files.texi (Changing Files): Document set-file-times.
5356
53572004-04-23 Juanma Barranquero <lektu@terra.es>
5358
5359 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5360
53612004-04-18 Jesper Harder <harder@ifa.au.dk>
5362
5363 * tips.texi (Coding Conventions): defopt -> defcustom.
5364
53652004-04-16 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * sequences.texi: Various clarifications.
5368
53692004-04-14 Luc Teirlinck <teirllm@auburn.edu>
5370
5371 * buffers.texi (Read Only Buffers): Mention optional ARG to
5372 `toggle-read-only'.
5373
53742004-04-14 Nick Roberts <nick@nick.uklinux.net>
5375
5376 * windows.texi (Selecting Windows): Note that get-lru-window
5377 returns a full-width window if possible.
5378
53792004-04-13 Luc Teirlinck <teirllm@auburn.edu>
5380
5381 * buffers.texi: Various changes in addition to:
5382 (Buffer File Name): Add `find-buffer-visiting'.
5383 (Buffer Modification): Mention optional ARG to `not-modified'.
5384 (Indirect Buffers): Mention optional CLONE argument to
5385 `make-indirect-buffer'.
5386
5387 * files.texi: Various changes in addition to:
5388 (Visiting Functions): `find-file-hook' is now a normal hook.
5389 (File Name Expansion): Explain difference between the way that
5390 `expand-file-name' and `file-truename' treat `..'.
5391 (Contents of Directories): Mention optional ID-FORMAT argument to
5392 `directory-files-and-attributes'.
5393 (Format Conversion): Mention new optional CONFIRM argument to
5394 `format-write-file'.
5395
53962004-04-12 Miles Bader <miles@gnu.org>
5397
5398 * macros.texi (Expansion): Add description of `macroexpand-all'.
5399
54002004-04-05 Jesper Harder <harder@ifa.au.dk>
5401
5402 * variables.texi (Variable Aliases): Mention
5403 cyclic-variable-indirection.
5404
5405 * errors.texi (Standard Errors): Ditto.
5406
54072004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5408
5409 * backups.texi: Various small changes in addition to:
5410 (Making Backups): Mention return value of `backup-buffer'.
5411 (Auto-Saving): Mention optional FORCE argument to
5412 `delete-auto-save-file-if-necessary'.
5413 (Reverting): Mention optional PRESERVE-MODES argument to
5414 `revert-buffer'. Correct description of `revert-buffer-function'.
5415
54162004-03-22 Juri Linkov <juri@jurta.org>
5417
5418 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5419 with `Vector Functions'.
5420
5421 * text.texi (Sorting): Add missing quote.
5422
54232004-03-14 Luc Teirlinck <teirllm@auburn.edu>
5424
5425 * intro.texi (Lisp History): Replace xref to `cl' manual with
5426 inforef.
5427
54282004-03-12 Richard M. Stallman <rms@gnu.org>
5429
5430 * intro.texi (Version Info): Add arg to emacs-version.
5431 (Lisp History): Change xref to CL manual.
5432
54332004-03-09 Luc Teirlinck <teirllm@auburn.edu>
5434
5435 * minibuf.texi (Completion Commands): Add xref to Emacs manual
5436 for Partial Completion mode.
5437
54382004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
5439
5440 * customize.texi: Fix typo. Remove eol whitespace.
5441
54422004-03-04 Richard M. Stallman <rms@gnu.org>
5443
5444 * processes.texi: Fix typos.
5445
5446 * lists.texi (Building Lists): Minor clarification.
5447
5448 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5449 in make-hash-table.
5450
54512004-02-29 Juanma Barranquero <lektu@terra.es>
5452
5453 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5454 rm, and ignore exit code.
5455
54562004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5457
5458 * display.texi (Defining Faces): Add description for min-colors.
5459 Update example.
5460
54612004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5462
5463 * abbrevs.texi: Various corrections and clarifications in addition
5464 to the following:
5465 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5466
54672004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5468
5469 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5470
54712004-02-21 Luc Teirlinck <teirllm@auburn.edu>
5472
5473 * text.texi: Various small changes in addition to the following:
5474 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5475 to delete-horizontal-space.
5476 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5477 description of yank-handler text property at various places.
5478
5479 * frames.texi (Window System Selections): Add anchor.
5480
5481 * syntax.texi (Syntax Table Functions): Clarify and correct
5482 descriptions of make-syntax-table and copy-syntax-table.
5483 (Motion and Syntax): Clarify SYNTAXES argument to
5484 skip-syntax-forward.
5485 (Parsing Expressions): Mention that the return value of
5486 parse-partial-sexp is currently a list of ten rather than nine
5487 elements.
5488 (Categories): Various corrections and clarifications.
5489
54902004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5491
5492 * markers.texi (Marker Insertion Types): Minor change.
5493
5494 * locals.texi (Standard Buffer-Local Variables):
5495 * commands.texi (Interactive Codes, Using Interactive):
5496 * functions.texi (Related Topics): Fix xrefs.
5497
54982004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5499
5500 * lists.texi (Sets And Lists): Update description of delete-dups.
5501
55022004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5503
5504 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5505
c8763fb6 55062004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5507
5508 * frames.texi (Parameter Access): frame-parameters arg is optional.
5509 modify-frame-parameters handles nil for FRAME.
5510 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5511 are all-or-nothing for certain toolkits.
5512 Mention parameter wait-for-wm.
5513 (Frames and Windows): In frame-first-window and frame-selected-window
5514 the arg is optional.
5515 (Input Focus): In redirect-frame-focus the second arg is optional.
5516 (Window System Selections): Mention selection type CLIPBOARD.
5517 Mention data-type UTF8_STRING.
5518 Mention numbering of cut buffers.
5519 (Resources): Describe x-resource-name.
5520
55212004-02-16 Richard M. Stallman <rms@gnu.org>
5522
5523 * windows.texi (Buffers and Windows): Delete false table
5524 about all-frames.
5525
5526 * syntax.texi (Parsing Expressions): Delete old caveat
5527 about parse-sexp-ignore-comments.
5528
5529 * streams.texi (Output Variables): Add print-quoted.
5530
5531 * lists.texi (Building Lists): Minor cleanup.
5532
5533 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5534
5535 * display.texi (Overlays): Explain overlays use markers.
5536 (Managing Overlays): Explain front-advance and rear-advance
5537 in more detail.
5538
5539 * loading.texi (Unloading): Document unload-feature-special-hooks.
5540 Get rid of fns-NNN.el file.
5541
55422004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5543
5544 * help.texi (Describing Characters): Fix text-char-description
5545 example output.
5546
5547 * edebug.texi (Using Edebug): Fix example.
5548
5549 * debugging.texi (Internals of Debugger): Fix return value.
5550
5551 * files.texi (Changing Files): Fix argname.
5552
5553 * calendar.texi: Fix parens, and default values.
5554
5555 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
5556 * nonascii.texi, objects.texi, os.texi: Minor fixes.
5557 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
5558
5559 * positions.texi (Text Lines): Don't add -1 in current-line.
5560
55612004-02-16 Richard M. Stallman <rms@gnu.org>
5562
5563 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
5564
55652004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5566
5567 * processes.texi (Low-Level Network): Fix a typo.
5568
55692004-02-12 Kim F. Storm <storm@cua.dk>
5570
5571 * display.texi (Fringes): Use consistent wording.
5572 Note that window-fringe's window arg is optional.
5573 (Scroll Bars): Use consistent wording.
5574
55752004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5576
5577 * tips.texi (Comment Tips): Document the new conventions for
5578 commenting out code.
5579
c8763fb6 55802004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5581
5582 * positions.texi (Text Lines): Added missing end defun.
5583
55842004-02-07 Kim F. Storm <storm@cua.dk>
5585
5586 * positions.texi (Text Lines): Add line-number-at-pos.
5587
55882004-02-06 John Paul Wallington <jpw@gnu.org>
5589
5590 * display.texi (Button Properties, Button Buffer Commands):
5591 mouse-2 invokes button, not down-mouse-1.
5592
55932004-02-04 Jason Rumney <jasonr@gnu.org>
5594
5595 * makefile.w32-in: Sync with Makefile.in changes.
5596
55972004-02-03 Luc Teirlinck <teirllm@auburn.edu>
5598
5599 * minibuf.texi (Text from Minibuffer): Various corrections and
5600 clarifications.
5601 (Object from Minibuffer): Correct Lisp description of
5602 read-minibuffer.
5603 (Minibuffer History): Clarify description of cons values for
5604 HISTORY arguments.
5605 (Basic Completion): Various corrections and clarifications. Add
5606 completion-regexp-list.
5607 (Minibuffer Completion): Correct and clarify description of
5608 completing-read.
5609 (Completion Commands): Mention Partial Completion mode. Various
5610 other minor changes.
5611 (High-Level Completion): Various corrections and clarifications.
5612 (Reading File Names): Ditto.
5613 (Minibuffer Misc): Ditto.
5614
56152004-01-26 Luc Teirlinck <teirllm@auburn.edu>
5616
5617 * strings.texi (Text Comparison): assoc-string also matches
5618 elements of alists that are strings instead of conses.
5619 (Formatting Strings): Standardize Texinfo usage. Update index
5620 entries.
5621
56222004-01-20 Luc Teirlinck <teirllm@auburn.edu>
5623
5624 * lists.texi (Sets And Lists): Add delete-dups.
5625
56262004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5627
5628 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
5629 special form.
5630 * macros.texi (Defining Macros): Update description of `declare',
5631 which now is a macro.
5632 (Wrong Time): Fix typos.
5633
56342004-01-14 Luc Teirlinck <teirllm@auburn.edu>
5635
5636 * compile.texi (Compilation Functions): Expand descriptions of
5637 `compile-defun', `byte-compile-file', `byte-recompile-directory'
5638 and `batch-byte-compile'. In particular, mention and describe
5639 all optional arguments.
5640 (Disassembly): Correct and clarify the description of `disassemble'.
5641
56422004-01-11 Luc Teirlinck <teirllm@auburn.edu>
5643
5644 * searching.texi: Various small changes in addition to the
5645 following.
5646 (Regexp Example): Adapt to new value of `sentence-end'.
5647 (Regexp Functions): The PAREN argument to `regexp-opt' can be
5648 `words'.
5649 (Search and Replace): Add usage note for `perform-replace'.
5650 (Entire Match Data): Mention INTEGERS and REUSE arguments to
5651 `match-data'.
5652 (Standard Regexps): Update for new values of `paragraph-start'
5653 and `sentence-end'.
5654
56552004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5656
5657 * files.texi (Saving Buffers): Clarify descriptions of
5658 `write-contents-functions' and `before-save-hook'.
5659 Make the defvar's for `before-save-hook' and `after-save-hook'
5660 into defopt's.
5661
56622004-01-07 Kim F. Storm <storm@cua.dk>
5663
5664 * commands.texi (Click Events): Describe new image and
5665 width/height elements of click events.
5666 (Accessing Events): Add posn-string, posn-image, and
5667 posn-object-width-height. Change posn-object to return either
5668 image or string object.
5669
56702004-01-01 Simon Josefsson <jas@extundo.com>
5671
5672 * hooks.texi (Standard Hooks): Add before-save-hook.
5673 * files.texi (Saving Buffers): Likewise.
5674
56752004-01-03 Richard M. Stallman <rms@gnu.org>
5676
5677 * frames.texi (Frames and Windows): Delete frame-root-window.
5678
56792004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5680
5681 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
5682
5683 * functions.texi: Various small changes in addition to the
5684 following.
5685 (What Is a Function): `functionp' returns nil for macros. Clarify
5686 behavior of this and following functions for symbol arguments.
5687 (Function Documentation): Add `\' in front of (fn @var{arglist})
5688 and explain why.
5689 (Defining Functions): Mention DOCSTRING argument to `defalias'.
5690 Add anchor.
5691 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
5692
56932004-01-01 Miles Bader <miles@gnu.org>
5694
5695 * display.texi (Buttons): New section.
5696
56972003-12-31 Andreas Schwab <schwab@suse.de>
5698
5699 * numbers.texi (Math Functions): sqrt reports a domain-error
5700 error.
5701 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5702
57032003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5704
5705 * tips.texi (Documentation Tips): Update item on hyperlinks in
5706 documentation strings.
5707
5708 * errors.texi (Standard Errors): Various small corrections and
5709 additions.
5710
5711 * control.texi: Various small changes in addition to the
5712 following.
5713 (Signaling Errors): Provide some more details on how `signal'
5714 constructs the error message. Add anchor to the definition of
5715 `signal'.
5716 (Error Symbols): Describe special treatment of `quit'.
5717 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5718 to emphasize that it has to be a single form.
5719
5720 * buffers.texi: Add anchor.
5721
57222003-12-29 Richard M. Stallman <rms@gnu.org>
5723
5724 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5725 (Window Configurations): Add window-configuration-frame.
5726
5727 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5728
5729 * text.texi (Examining Properties): Add get-char-property-and-overlay.
5730 Change arg name in get-char-property.
5731 (Special Properties): Update handling of keymap property.
5732
5733 * strings.texi (Modifying Strings): Add clear-string.
5734 (Text Comparison): Add assoc-string and remove
5735 assoc-ignore-case, assoc-ignore-representation.
5736
5737 * os.texi (Time of Day): Add set-time-zone-rule.
5738
5739 * numbers.texi (Math Functions): asin, acos, log, log10
5740 report domain-error errors.
5741
5742 * nonascii.texi (Converting Representations):
5743 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5744 (Encoding and I/O): Add file-name-coding-system.
5745
5746 * modes.texi (Search-based Fontification): Explain that
5747 face specs are symbols with face names as values.
5748
5749 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
5750
5751 * lists.texi (Building Lists): remq moved elsewhere.
5752 (Sets And Lists): remq moved here.
5753 (Association Lists): Refer to assoc-string.
5754
5755 * internals.texi (Garbage Collection): Add memory-use-counts.
5756
5757 * frames.texi (Frames and Windows): Add set-frame-selected-window
5758 and frame-root-window.
5759
5760 * files.texi (Contents of Directories):
5761 Add directory-files-and-attributes.
5762
5763 * display.texi (Refresh Screen): Add force-window-update.
5764 (Invisible Text): Explain about moving point out of invis text.
5765 (Overlay Properties): Add overlay-properties.
5766 (Managing Overlays): Add overlayp.
5767 (GIF Images): Invalid image number displays a hollow box.
5768
5769 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5770 (Killing Buffers): Add buffer-live-p.
5771
57722003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
5773
5774 * display.texi (Fringes): Fix typo "set-buffer-window".
5775
57762003-12-24 Luc Teirlinck <teirllm@auburn.edu>
5777
5778 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5779 * nonascii.texi, processes.texi, tips.texi, variables.texi:
5780 Add or change various xrefs and anchors.
5781
5782 * commands.texi: Replace all occurrences of @acronym{CAR} with
5783 @sc{car}, for consistency with the rest of the Elisp manual.
5784 `car' and `cdr' are historically acronyms, but are no longer
5785 widely thought of as such.
5786
5787 * internals.texi (Pure Storage): Mention that `purecopy' does not
5788 copy text properties.
5789 (Object Internals): Now 29 bits are used (in most implementations)
5790 to address Lisp objects.
5791
5792 * variables.texi (Variables with Restricted Values): New node.
5793
5794 * objects.texi (Lisp Data Types): Mention that certain variables
5795 can only take on a restricted set of values and add an xref to
5796 the new node "Variables with Restricted Values".
5797
5798 * eval.texi (Function Indirection): Describe the errors that
5799 `indirect-function' can signal.
5800 (Eval): Clarify the descriptions of `eval-region' and `values'.
5801 Describe `eval-buffer' instead of `eval-current-buffer' and
5802 mention `eval-current-buffer' as an alias for `current-buffer'.
5803 Correct the description and mention all optional arguments.
5804
5805 * nonascii.texi: Various small changes in addition to the
5806 following.
5807 (Converting Representations): Clarify behavior of
5808 `string-make-multibyte' and `string-to-multibyte' for unibyte all
5809 ASCII arguments.
5810 (Character Sets): Document the variable `charset-list' and adapt
5811 the definition of the function `charset-list' accordingly.
5812 (Translation of Characters): Clarify use of generic characters in
5813 `make-translation-table'. Clarify and correct the description of
5814 the use of translation tables in encoding and decoding.
5815 (User-Chosen Coding Systems): Correct and clarify the description
5816 of `select-safe-coding-system'.
5817 (Default Coding Systems): Clarify description of
5818 `file-coding-system-alist'.
5819
58202003-11-30 Luc Teirlinck <teirllm@auburn.edu>
5821
5822 * strings.texi (Text Comparison): Correctly describe when two
5823 strings are `equal'. Combine and clarify descriptions of
5824 `assoc-ignore-case' and `assoc-ignore-representation'.
5825
5826 * objects.texi (Non-ASCII in Strings): Clarify description of
5827 when a string is unibyte or multibyte.
5828 (Bool-Vector Type): Update examples.
5829 (Equality Predicates): Correctly describe when two strings are
5830 `equal'.
5831
58322003-11-29 Luc Teirlinck <teirllm@auburn.edu>
5833
5834 * lists.texi (Building Lists): `append' no longer accepts integer
5835 arguments. Update the description of `number-sequence' to reflect
5836 recent changes.
5837 (Sets And Lists): Describe `member-ignore-case' after `member'.
5838
58392003-11-27 Kim F. Storm <storm@cua.dk>
5840
5841 * commands.texi (Click Events): Click object may be an images.
5842 Describe (dx . dy) element of click positions.
5843 (Accessing Events): Remove duplicate posn-timestamp.
5844 New functions posn-object and posn-object-x-y.
5845
58462003-11-23 Kim F. Storm <storm@cua.dk>
5847
5848 * commands.texi (Click Events): Describe enhancements to event
5849 position lists, including new text-pos and (col . row) items.
5850 Mention left-fringe and right-fringe area events.
5851 (Accessing Events): New functions posn-area and
5852 posn-actual-col-row. Mention posn-timestamp. Mention that
5853 posn-point in non-text area still returns buffer position.
5854 Clarify posn-col-row.
5855
58562003-11-21 Lars Hansen <larsh@math.ku.dk>
5857
5858 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
5859 * anti.texi (File Attributes): Describe removed parameter
5860 ID-FORMAT.
5861
58622003-11-20 Luc Teirlinck <teirllm@auburn.edu>
5863
5864 * positions.texi (Positions): Mention that, if a marker is used as
5865 a position, its buffer is ignored.
5866
5867 * markers.texi (Overview of Markers): Mention it here too.
5868
58692003-11-12 Luc Teirlinck <teirllm@auburn.edu>
5870
5871 * numbers.texi (Numeric Conversions): Not just `floor', but also
5872 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
5873
58742003-11-10 Luc Teirlinck <teirllm@auburn.edu>
5875
5876 * markers.texi (Creating Markers): Specify insertion type of
5877 created markers. Add xref to `Marker Insertion Types'.
5878 Second argument to `copy-marker' is optional.
5879 (Marker Insertion Types): Mention that most markers are created
5880 with insertion type nil.
5881 (The Mark): Correctly describe when `mark' signals an error.
5882 (The Region): Correctly describe when `region-beginning' and
5883 `region-end' signal an error.
5884
58852003-11-08 Luc Teirlinck <teirllm@auburn.edu>
5886
5887 * hash.texi (Creating Hash): Clarify description of `eql'.
5888 `makehash' is obsolete.
5889 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
5890
5891 * positions.texi (Point): Change description of `buffer-end', so
5892 that it is also correct for floating point arguments.
5893 (List Motion): Correct argument lists of `beginning-of-defun' and
5894 `end-of-defun'.
5895 (Excursions): Add xref to `Marker Insertion Types'.
5896 (Narrowing): Argument to `narrow-to-page' is optional.
5897
58982003-11-06 Luc Teirlinck <teirllm@auburn.edu>
5899
5900 * streams.texi (Output Streams): Clarify behavior of point for
5901 marker output streams.
5902
59032003-11-04 Luc Teirlinck <teirllm@auburn.edu>
5904
5905 * variables.texi (Defining Variables): Second argument to
5906 `defconst' is not optional.
5907 (Setting Variables): Mention optional argument APPEND to
5908 `add-to-list'.
5909 (Creating Buffer-Local): Expand description of
5910 `make-variable-buffer-local'.
5911 (Frame-Local Variables): Expand description of
5912 `make-variable-frame-local'.
5913 (Variable Aliases): Correct description of optional argument
5914 DOCSTRING to `defvaralias'. Mention return value of
5915 `defvaralias'.
5916 (File Local Variables): Add xref to `File variables' in Emacs
5917 Manual. Correct description of `hack-local-variables'. Mention
5918 `safe-local-variable' property. Mention optional second argument
5919 to `risky-local-variable-p'.
5920
59212003-11-03 Luc Teirlinck <teirllm@auburn.edu>
5922
5923 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
5924
59252003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5926
5927 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
5928 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
5929 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
5930 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
5931 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
5932 lispref/processes.texi, lispref/searching.texi,
5933 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
5934 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
5935 @acronym{FOO}.
5936
59372003-10-27 Luc Teirlinck <teirllm@auburn.edu>
5938
5939 * strings.texi (Creating Strings): Argument START to `substring'
5940 can not be `nil'. Expand description of
5941 `substring-no-properties'. Correct description of `split-string',
5942 especially with respect to empty matches. Prevent very bad line
5943 break in definition of `split-string-default-separators'.
5944 (Text Comparison): `string=' and `string<' also accept symbols as
5945 arguments.
5946 (String Conversion): More completely describe argument BASE in
5947 `string-to-number'.
5948 (Formatting Strings): `%s' and `%S' in `format' do require
5949 corresponding object. Clarify behavior of numeric prefix after
5950 `%' in `format'.
5951 (Case Conversion): The argument to `upcase-initials' can be a
5952 character.
5953
59542003-10-27 Kenichi Handa <handa@m17n.org>
5955
5956 * display.texi (Fontsets): Fix texinfo usage.
5957
59582003-10-25 Kenichi Handa <handa@m17n.org>
5959
5960 * display.texi (Fontsets): Add description of the function
5961 set-fontset-font.
5962
59632003-10-23 Luc Teirlinck <teirllm@auburn.edu>
5964
5965 * display.texi (Temporary Displays): Add xref to `Documentation
5966 Tips'.
5967
5968 * functions.texi (Function Safety): Use inforef instead of pxref
5969 for SES.
5970
59712003-10-23 Andreas Schwab <schwab@suse.de>
5972
5973 * Makefile.in (TEX, texinputdir): Don't define.
5974 (TEXI2DVI): Define.
5975 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5976 add $(srcdir)/index.texi.
5977 ($(infodir)/elisp): Remove index.texi dependency.
5978 (elisp.dvi): Likewise. Use $(TEXI2DVI).
5979 (index.texi): Remove target.
5980 (dist): Don't link $(srcdir)/permute-index.
5981 (clean): Don't remove index.texi.
5982
5983 * permute-index, index.perm: Remove.
5984 * index.texi: Rename from index.unperm.
5985
59862003-10-22 Luc Teirlinck <teirllm@auburn.edu>
5987
5988 * tips.texi (Documentation Tips): Document new behavior for face
5989 and variable hyperlinks in Help mode.
5990
59912003-10-21 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * objects.texi (Integer Type): Update for extra bit of integer range.
5994 (Character Type): Ditto.
5995
59962003-10-16 Eli Zaretskii <eliz@gnu.org>
5997
5998 * numbers.texi (Integer Basics): Add index entries for reading
5999 numbers in hex, octal, and binary.
6000
60012003-10-16 Lute Kamstra <lute@gnu.org>
6002
6003 * modes.texi (Mode Line Format): Mention force-mode-line-update's
6004 argument.
6005
60062003-10-13 Luc Teirlinck <teirllm@auburn.edu>
6007
6008 * windows.texi (Choosing Window): Fix typo.
6009 * edebug.texi (Edebug Execution Modes): Fix typo.
6010
60112003-10-13 Richard M. Stallman <rms@gnu.org>
6012
6013 * windows.texi (Basic Windows): A window has fringe settings,
6014 display margins and scroll-bar settings.
6015 (Splitting Windows): Doc split-window return value.
6016 Clean up one-window-p.
6017 (Selecting Windows): Fix typo.
6018 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6019 (Buffers and Windows): In set-window-buffer, explain effect
6020 on fringe settings and scroll bar settings.
6021 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6022 (Choosing Window): Use defopt for pop-up-frame-function.
6023 For special-display-buffer-names, explain same-window and same-frame.
6024 Clarify window-dedicated-p return value.
6025 (Textual Scrolling): scroll-up and scroll-down can get an error.
6026 (Horizontal Scrolling): Clarify auto-hscroll-mode.
6027 Clarify set-window-hscroll.
6028 (Size of Window): Don't mention tool bar in window-height.
6029 (Coordinates and Windows): Explain what coordinates-in-window-p
6030 returns for fringes and display margins.
6031 (Window Configurations): Explain saving fringes, etc.
6032
6033 * tips.texi (Library Headers): Clean up Documentation.
6034
6035 * syntax.texi (Parsing Expressions): Clean up forward-comment
6036 and parse-sexp-lookup-properties.
6037
6038 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6039
6040 * os.texi (System Environment): Clean up text for load-average errors.
6041
6042 * modes.texi (Hooks): Don't explain local hook details at front.
6043 Clarify run-hooks and run-hook-with-args a little.
6044 Clean up add-hook and remove-hook.
6045
6046 * edebug.texi (Edebug Execution Modes): Clarify t.
6047 Document edebug-sit-for-seconds.
6048 (Coverage Testing): Document C-x X = and =.
6049 (Instrumenting Macro Calls): Fix typo.
6050 (Specification List): Don't index the specification keywords.
6051
60522003-10-10 Kim F. Storm <storm@cua.dk>
6053
6054 * processes.texi (Network): Introduce make-network-process.
6055
60562003-10-09 Luc Teirlinck <teirllm@auburn.edu>
6057
6058 * tips.texi (Library Headers): Fix typo.
6059
60602003-10-07 Juri Linkov <juri@jurta.org>
6061
6062 * modes.texi (Imenu): Mention imenu-create-index-function's
6063 default value. Explain submenus better.
6064
60652003-10-07 Lute Kamstra <lute@gnu.org>
6066
6067 * modes.texi (Faces for Font Lock): Fix typo.
6068 (Hooks): Explain how buffer-local hook variables can refer to
6069 global hook variables.
6070 Various minor clarifications.
6071
60722003-10-06 Lute Kamstra <lute@gnu.org>
6073
6074 * tips.texi (Coding Conventions): Mention naming conventions for
6075 hooks.
6076
60772003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6078
6079 * loading.texi (Library Search): Correct default value of
6080 load-suffixes.
6081 (Named Features): Fix typo.
6082
60832003-10-05 Richard M. Stallman <rms@gnu.org>
6084
6085 * loading.texi (Named Features): In `provide',
6086 say how to test for subfeatures.
6087 (Unloading): In unload-feature, use new var name
6088 unload-feature-special-hooks.
6089
60902003-10-03 Lute Kamstra <lute@gnu.org>
6091
6092 * modes.texi (Major Mode Conventions): Mention third way to set up
6093 Imenu.
6094 (Imenu): A number of small fixes.
6095 Delete documentation of internal variable imenu--index-alist.
6096 Document the return value format of imenu-create-index-function
6097 functions.
6098
60992003-09-30 Richard M. Stallman <rms@gnu.org>
6100
6101 * processes.texi (Network): Say what stopped datagram connections do.
6102
6103 * lists.texi (Association Lists): Clarify `assq-delete-all'.
6104
6105 * display.texi (Overlay Properties): Clarify `evaporate' property.
6106
61072003-09-29 Lute Kamstra <lute@gnu.org>
6108
6109 * modes.texi (Mode Line Data): Explain when symbols in mode-line
6110 constructs should be marked as risky.
6111 Change cons cell into proper list.
6112 (Mode Line Variables): Change cons cell into proper list.
6113
61142003-09-26 Lute Kamstra <lute@gnu.org>
6115
6116 * modes.texi (Mode Line Data): Document the :propertize construct.
6117 (Mode Line Variables): Reorder the descriptions of the variables
6118 to match their order in the default mode-line-format.
6119 Describe the new variables mode-line-position and mode-line-modes.
6120 Update the default values of mode-line-frame-identification,
6121 minor-mode-alist, and default-mode-line-format.
6122 (Properties in Mode): Mention the :propertize construct.
6123
61242003-09-26 Richard M. Stallman <rms@gnu.org>
6125
6126 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6127 * loading.texi, minibuf.texi, text.texi, variables.texi:
6128 Avoid @strong{Note:}.
6129
61302003-09-26 Richard M. Stallman <rms@gnu.org>
6131
6132 * keymaps.texi (Remapping Commands): Fix typo.
6133
61342003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
6135
6136 * processes.texi (Low-Level Network): Fix typo.
6137
61382003-09-23 Kim F. Storm <storm@cua.dk>
6139
6140 * processes.texi (Network, Network Servers): Fix typos.
6141 (Low-Level Network): Add timeout value for :server keyword.
6142 Add new option keywords to make-network-process.
6143 Add set-network-process-options.
6144 Explain how to test availability of network options.
6145
61462003-09-19 Richard M. Stallman <rms@gnu.org>
6147
6148 * text.texi (Motion by Indent): Arg to
6149 backward-to-indentation and forward-to-indentation is optional.
6150
6151 * strings.texi (Creating Strings): Add substring-no-properties.
6152
6153 * processes.texi
6154 (Process Information): Add list-processes arg QUERY-ONLY.
6155 Delete process-contact from here.
6156 Add new status values for process-status.
6157 Add process-get, process-put, process-plist, set-process-plist.
6158 (Synchronous Processes): Add call-process-shell-command.
6159 (Signals to Processes): signal-process allows process objects.
6160 (Network): Complete rewrite.
6161 (Network Servers, Datagrams, Low-Level Network): New nodes.
6162
6163 * positions.texi (Word Motion): forward-word, backward-word
6164 arg is optional. Reword.
6165
6166 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
6167
6168 * variables.texi (Creating Buffer-Local):
6169 Delete duplicate definition of buffer-local-value.
6170 (File Local Variables): Explain about discarding text props.
6171
61722003-09-11 Richard M. Stallman <rms@gnu.org>
6173
6174 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
6175 changes variables that record input events.
6176 (Minibuffer Misc): Add minibuffer-selected-window.
6177
6178 * lists.texi (Building Lists): Add copy-tree.
6179
6180 * display.texi (Fontsets): Add char-displayable-p.
6181 (Scroll Bars): New node.
6182
61832003-09-08 Lute Kamstra <lute@gnu.org>
6184
6185 * modes.texi (%-Constructs): Document new `%i' and `%I'
6186 constructs.
6187
61882003-09-03 Peter Runestig <peter@runestig.com>
6189
6190 * makefile.w32-in: New file.
6191
61922003-08-29 Richard M. Stallman <rms@gnu.org>
6193
6194 * display.texi (Overlay Properties): Clarify how priorities
6195 affect use of the properties.
6196
61972003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6198
6199 * customize.texi (Type Keywords): Correct the description of
6200 `:help-echo' in the case where `motion-doc' is a function.
6201
62022003-08-14 John Paul Wallington <jpw@gnu.org>
6203
6204 * modes.texi (Emulating Mode Line): Subsection, not section.
6205
62062003-08-13 Richard M. Stallman <rms@gnu.org>
6207
6208 * elisp.texi (Top): Update subnode lists in menu.
6209
6210 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6211 (Kill Functions): kill-region has new arg yank-handler.
6212 (Yanking): New node.
6213 (Yank Commands): Add yank-undo-function.
6214 (Low-Level Kill Ring):
6215 kill-new and kill-append have new arg yank-handler.
6216 (Changing Properties): Add remove-list-of-text-properties.
6217 (Atomic Changes): New node.
6218
6219 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
6220
6221 * streams.texi (Output Variables): Add eval-expression-print-length
6222 and eval-expression-print-level.
6223
6224 * os.texi (Time Conversion): For encode-time, explain limits on year.
6225
6226 * objects.texi (Character Type): Define anchor "modifier bits".
6227
6228 * modes.texi (Emulating Mode Line): New node.
6229 (Search-based Fontification): Font Lock uses font-lock-face property.
6230 (Other Font Lock Variables): Likewise.
6231
6232 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
6233 not vectors.
6234 (Active Keymaps): Add emulation-mode-map-alists.
6235 (Functions for Key Lookup): key-binding has new arg no-remap.
6236 (Remapping Commands): New node.
6237 (Scanning Keymaps): where-is-internal has new arg no-remap.
6238 (Tool Bar): Add tool-bar-local-item-from-menu.
6239 Clarify when to use tool-bar-add-item-from-menu.
6240
6241 * commands.texi (Interactive Call): commandp has new arg.
6242 (Command Loop Info): Add this-original-command.
6243
62442003-08-06 John Paul Wallington <jpw@gnu.org>
6245
6246 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
6247
6248 * display.texi (Warning Basics): Fix typo.
6249 (Fringes): Add closing curly bracket and fix typo.
6250
6251 * elisp.texi (Top): Fix typo.
6252
62532003-08-05 Richard M. Stallman <rms@gnu.org>
6254
6255 * elisp.texi: Update lists of subnodes.
6256
6257 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
6258
6259 * variables.texi (Local Variables): Use lc for example variable names.
6260
6261 * tips.texi (Library Headers): Explain where to put -*-.
6262
6263 * strings.texi (Creating Strings): Fix xref for vconcat.
6264
6265 * sequences.texi (Vector Functions):
6266 vconcat no longer allows integer args.
6267
6268 * minibuf.texi (Reading File Names): read-file-name has new
6269 arg PREDICATE. New function read-directory-name.
6270
6271 * macros.texi (Defining Macros): Give definition of `declare'
6272 (Indenting Macros): New node.
6273
6274 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
6275 (Window Frame Parameters): Make separate table of parameters
6276 that are coupled with specific face attributes.
6277 (Deleting Frames): delete-frame-hooks renamed to
6278 delete-frame-functions.
6279
6280 * files.texi (Magic File Names): Add file-remote-p.
6281 Clarify file-local-copy.
6282
6283 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
6284 here; instead xref Defining Macros.
6285
6286 * display.texi (Warnings): New node, and subnodes.
6287 (Fringes): New node.
6288
6289 * debugging.texi (Test Coverage): New node.
6290
6291 * compile.texi (Compiler Errors): Explain with-no-warnings
6292 and other ways to suppress warnings.
6293
6294 * commands.texi (Interactive Call): Minor clarification.
6295
6296 * buffers.texi (Buffer File Name): set-visited-file-name
6297 renames the buffer too.
6298
6299 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
6300
63012003-07-24 Markus Rost <rost@math.ohio-state.edu>
6302
6303 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
6304
63052003-07-22 Markus Rost <rost@math.ohio-state.edu>
6306
6307 * internals.texi (Garbage Collection): Fix previous change.
6308
63092003-07-22 Richard M. Stallman <rms@gnu.org>
6310
6311 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6312
6313 * display.texi (Width): Use \s syntax in example.
6314 (Font Selection): Add face-font-rescale-alist.
6315
6316 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6317 Remove spurious indent in example.
6318
6319 * lists.texi (Building Lists): Add number-sequence.
6320
6321 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6322
6323 * functions.texi (Function Documentation): Explain how to
6324 show calling convention explicitly in the doc string.
6325
6326 * windows.texi (Selecting Windows): save-selected-window saves
6327 selected window of each frame.
6328 (Window Configurations): Minor change.
6329
6330 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6331
6332 * streams.texi (Output Variables): Add print-continuous-numbering
6333 and print-number-table.
6334
6335 * processes.texi (Decoding Output): New node.
6336
6337 * os.texi (Time Conversion): decode-time arg is optional.
6338
6339 * objects.texi (Character Type): Don't use space as example for \.
6340 Make list of char names and \-sequences correspond.
6341 Explain that \s is not used in strings. `\ ' needs space after.
6342
6343 * nonascii.texi (Converting Representations): Add string-to-multibyte.
6344 (Translation of Characters): Add translation-table-for-input.
6345 (Default Coding Systems): Add auto-coding-functions.
6346 (Explicit Encoding): Add decode-coding-inserted-region.
6347 (Locales): Add locale-info.
6348
6349 * minibuf.texi (Basic Completion): Describe test-completion.
6350 Collections can be lists of strings.
6351 Clean up lazy-completion-table.
6352 (Programmed Completion): Mention test-completion.
6353 Clarify why lambda expressions are not accepted.
6354 (Minibuffer Misc): Describe minibufferp.
6355
63562003-07-14 Richard M. Stallman <rms@gnu.org>
6357
6358 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6359
6360 * windows.texi (Selecting Windows): New arg to select-window.
6361 (Selecting Windows): Add with-selected-window.
6362 (Size of Window): Add window-inside-edges, etc.
6363
6364 * internals.texi (Garbage Collection): Add post-gc-hook.
6365
6366 * processes.texi (Subprocess Creation): Add exec-suffixes.
6367
6368 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6369 (Scanning Keymaps): Add map-keymaps.
6370 (Defining Menus): Add keymap-prompt.
6371
6372 * numbers.texi (Integer Basics): Add most-positive-fixnum,
6373 most-negative-fixnum.
6374
6375 * compile.texi (Byte Compilation): Explain no-byte-compile
6376 (Compiler Errors): New node.
6377
6378 * os.texi (User Identification): user-uid, user-real-uid
6379 can return float.
6380
6381 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6382 and about derived modes.
6383 (Minor Modes): Add minor-mode-list.
6384 (Defining Minor Modes): Keyword args for define-minor-mode.
6385 (Search-based Fontification): Explain managing other properties.
6386 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 6387 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
6388 (Hooks): Add run-mode-hooks and delay-mode-hooks.
6389
6390 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6391 (Variable Aliases): Clarify defvaralias.
6392
6393 * loading.texi (Library Search): Add load-suffixes.
6394
6395 * minibuf.texi (Basic Completion): Add lazy-completion-table.
6396 (Programmed Completion): Add dynamic-completion-table.
6397
6398 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6399 (Magic File Names): Specify precedence order of handlers.
6400
6401 * commands.texi (Command Overview): Emacs server runs pre-command-hook
6402 and post-command-hook.
6403 (Waiting): New calling convention for sit-for.
6404
6405 * text.texi (Special Properties): local-map and keymap properties
6406 apply based on their stickiness.
6407
64082003-07-07 Richard M. Stallman <rms@gnu.org>
6409
6410 * modes.texi (Minor Mode Conventions): Specify only some kinds
6411 of list values as args to minor modes.
6412
6413 * files.texi (File Name Expansion): Warn about iterative use
6414 of substitute-in-file-name.
6415
6416 * advice.texi (Activation of Advice): Clean up previous change.
6417
64182003-07-06 Markus Rost <rost@math.ohio-state.edu>
6419
6420 * advice.texi (Activation of Advice): Note that ad-start-advice is
6421 turned on by default.
6422
64232003-06-30 Richard M. Stallman <rms@gnu.org>
6424
6425 * text.texi (Buffer Contents): Document current-word.
6426 (Change Hooks): Not called for *Messages*.
6427
6428 * functions.texi (Defining Functions): Explain about redefining
6429 primitives.
6430 (Function Safety): Renamed. Minor changes.
6431 Comment out the detailed criteria for what is safe.
6432
64332003-06-22 Andreas Schwab <schwab@suse.de>
6434
6435 * objects.texi (Symbol Type): Fix description of examples.
6436
64372003-06-16 Andreas Schwab <schwab@suse.de>
6438
6439 * hash.texi (Creating Hash): Fix description of :weakness.
6440
c8763fb6 64412003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
6442
6443 * files.texi (Changing Files): copy-file copies file modes, too.
6444
64452003-05-28 Richard M. Stallman <rms@gnu.org>
6446
6447 * strings.texi (Creating Strings): Clarify split-string.
6448
64492003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
6450
6451 * strings.texi (Creating Strings): Update split-string specification
6452 and examples.
6453
64542003-05-19 Richard M. Stallman <rms@gnu.org>
6455
6456 * elisp.texi: Correct invariant section names.
6457
64582003-04-20 Richard M. Stallman <rms@gnu.org>
6459
6460 * os.texi (Timers): Explain about timers and quitting.
6461
64622003-04-19 Richard M. Stallman <rms@gnu.org>
6463
6464 * internals.texi (Writing Emacs Primitives): Strings are
6465 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
6466 Explain GCPRO convention for varargs function args.
6467
64682003-04-16 Richard M. Stallman <rms@gnu.org>
6469
6470 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6471
64722003-04-08 Richard M. Stallman <rms@gnu.org>
6473
6474 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6475
64762003-02-13 Kim F. Storm <storm@cua.dk>
6477
6478 * objects.texi (Character Type): New \s escape for space.
6479
64802003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6481
6482 * os.texi (System Environment): Added cygwin system-type.
6483
64842003-01-25 Richard M. Stallman <rms@gnu.org>
6485
6486 * keymaps.texi: Document that a symbol can act as a keymap.
6487
64882003-01-13 Richard M. Stallman <rms@gnu.org>
6489
6490 * text.texi (Changing Properties): Say string indices are origin-0.
6491
6492 * positions.texi (Screen Lines) <compute-motion>:
6493 Correct order of elts in return value.
6494
6495 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6496 how to define a default binding.
6497
64982002-12-07 Markus Rost <rost@math.ohio-state.edu>
6499
6500 * loading.texi (Unloading): Fix recent change for load-history.
6501
6502 * customize.texi (Simple Types): Clarify description of custom
6503 type 'number. Describe new custom type 'float.
6504
65052002-12-04 Markus Rost <rost@math.ohio-state.edu>
6506
6507 * variables.texi (File Local Variables): Fix typo.
6508
c8763fb6 65092002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
6510
6511 From Michael Albinus <Michael.Albinus@alcatel.de>.
6512
6513 * README: Target for Info file is `make info'.
6514
6515 * files.texi (File Name Components): Fixed typos in
6516 `file-name-sans-extension'.
6517 (Magic File Names): Complete list of operations for magic file
6518 name handlers.
6519
65202002-09-16 Jonathan Yavner <jyavner@engineer.com>
6521
6522 * variables.texi (File Local Variables): New function
6523 risky-local-variable-p.
6524
65252002-09-15 Jonathan Yavner <jyavner@engineer.com>
6526
6527 * functions.texi (Function safety): New node about unsafep.
6528
65292002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
6530
6531 * customize.texi (Splicing into Lists): Fixed example.
6532 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
6533
65342002-06-17 Juanma Barranquero <lektu@terra.es>
6535
6536 * frames.texi (Display Feature Testing): Fix typo.
6537
65382002-06-12 Andreas Schwab <schwab@suse.de>
6539
6540 * frames.texi (Initial Parameters, Resources): Fix references to
6541 the Emacs manual.
6542
65432002-05-13 Kim F. Storm <storm@cua.dk>
6544
6545 * variables.texi (Intro to Buffer-Local): Updated warning and
6546 example relating to changing buffer inside let.
6547
c8763fb6 65482002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6549
6550 * os.texi (Session Management): New node about X Session management.
6551
65522002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
6553
6554 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
6555 to which the manual corresponds, and the copyright years.
6556
6557 * Makefile.in (VERSION): Set to 2.9.
6558
65592001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
6560
6561 * elisp.texi: Change the category in @dircategory to "Emacs", to
6562 make it consistent with info/dir.
6563
65642001-11-25 Miles Bader <miles@gnu.org>
6565
6566 * text.texi (Fields): Describe new `limit' arg in
6567 field-beginning/field-end.
6568
65692001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6570
6571 * permute-index: Don't depend on csh-specific features. Replace
6572 the interpreter name with /bin/sh.
6573
6574 * two-volume-cross-refs.txt: New file.
6575 * two.el: New file.
6576 * spellfile: New file.
6577
65782001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6579
6580 * permute-index: New file.
6581
6582 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
6583 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
6584 8+3 restricted namespace.
6585
6586 * Makefile.in (infodir): Define relative to $(srcdir).
6587 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
6588 include directories list via -I switch to makeinfo.
6589 (index.texi): Use cp if both hard and symbolic links fail.
6590
65912001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6592
6593 * Makefile.in (distclean): Add.
6594
6595 The following changes make ELisp manual part of the Emacs
6596 distribution:
6597
6598 * Makefile.in: Add Copyright notice.
6599 (prefix): Remove.
6600 (infodir): Change value to "../info".
6601 (VPATH): New variable.
6602 (MAKE): Don't define.
6603 (texmacrodir): Don't define.
6604 (texinputdir): Append the existing value of TEXINPUTS.
6605 ($(infodir)/elisp): Instead of just "elisp". Reformat the
6606 command to be compatible with man/Makefile.in, and to put the
6607 output into ../info.
6608 (info): Add target.
6609 (installall): Target removed.
6610
c8763fb6 66112001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
6612
6613 * tips.texi (Coding Conventions): Fix typo.
6614
66152001-10-23 Gerd Moellmann <gerd@gnu.org>
6616
6617 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
6618
66192001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6620
6621 * files.texi (File Name Components): Update the description of
6622 file-name-sans-extension and file-name-extension, as they now
6623 ignore leading dots.
6624
66252001-10-20 Gerd Moellmann <gerd@gnu.org>
6626
6627 * (Version 21.1 released.)
6628
66292001-10-19 Miles Bader <miles@gnu.org>
6630
6631 * positions.texi (Text Lines): Describe behavior of
6632 `beginning-of-line'/`end-of-line' in the presence of field properties.
6633
66342001-10-17 Gerd Moellmann <gerd@gnu.org>
6635
6636 * Makefile.in (VERSION): Set to 2.8.
6637 (manual): Use `manual-21'.
6638
6639 * elisp.texi (VERSION): Add and use it where the version
6640 number was used. Set it to 2.8.
6641
6642 * intro.texi: Likewise.
6643
66442001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6645
6646 * files.texi (File Name Completion): Document the significance of
6647 a trailing slash in elements of completion-ignored-extensions.
6648
66492001-10-06 Miles Bader <miles@gnu.org>
6650
6651 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
6652
66532001-10-04 Gerd Moellmann <gerd@gnu.org>
6654
6655 * variables.texi (Variable Aliases): New node.
6656
66572001-10-04 Gerd Moellmann <gerd@gnu.org>
6658
6659 * Branch for 21.1.
6660
66612001-10-02 Miles Bader <miles@gnu.org>
6662
6663 * minibuf.texi (Minibuffer Misc): Add entries for
6664 `minibuffer-contents', `minibuffer-contents-no-properties', and
6665 `delete-minibuffer-contents'.
6666 Correct description for `minibuffer-prompt-end'.
6667
6668 * text.texi (Property Search): Correct descriptions of
6669 `next-char-property-change' and `previous-char-property-change'.
6670 Add entries for `next-single-char-property-change' and
6671 `previous-single-char-property-change'.
6672 Make operand names a bit more consistent.
6673
66742001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6675
6676 * frames.texi (Finding All Frames): Document that next-frame and
6677 previous-frame are local to current terminal.
6678
66792001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
6680
6681 * keymaps.texi (Creating Keymaps): Fix the description of the
6682 result of make-keymap.
6683
66842001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6685
6686 * display.texi (Font Lookup, Attribute Functions)
6687 (Image Descriptors): Add cross-references to the definition of
6688 selected frame.
6689
6690 * buffers.texi (The Buffer List): Add cross-references to the
6691 definition of selected frame.
6692
6693 * frames.texi (Input Focus): Clarify which frame is _the_ selected
6694 frame at any given time.
6695 (Multiple Displays, Size and Position): Add a cross-reference to
6696 the definition of the selected frame.
6697
66982001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6699
6700 * strings.texi (String Conversion) <string-to-number>: Document
6701 that a float is returned for integers that are too large.
6702
6703 * frames.texi (Mouse Position): Document mouse-position-function.
6704 (Display Feature Testing): Document display-images-p.
6705 (Window Frame Parameters): Document the cursor-type variable.
6706
6707 * numbers.texi (Integer Basics): Document CL style read syntax for
6708 integers in bases other than 10.
6709
6710 * positions.texi (List Motion): Document
6711 open-paren-in-column-0-is-defun-start.
6712
6713 * lists.texi (Sets And Lists): Document member-ignore-case.
6714
6715 * internals.texi (Garbage Collection): Document the used and free
6716 strings report.
6717 (Memory Usage): Document strings-consed.
6718
6719 * os.texi (Time of Day): Document float-time.
6720 (Recording Input): Document that clear-this-command-keys clears
6721 the vector to be returned by recent-keys.
6722
6723 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6724 argument keymap can be a list.
6725
6726 * nonascii.texi (User-Chosen Coding Systems)
6727 <select-safe-coding-system>: Document the new argument
6728 accept-default-p and the variable
6729 select-safe-coding-system-accept-default-p. Tell what happens if
6730 buffer-file-coding-system is undecided.
6731 (Default Coding Systems): Document auto-coding-regexp-alist.
6732
6733 * display.texi (The Echo Area) <message>: Document
6734 message-truncate-lines.
6735 (Glyphs): Document that the glyph table is unused on windowed
6736 displays.
6737
6738 * help.texi (Describing Characters) <single-key-description>:
6739 Document the new argument no-angles.
6740 (Accessing Documentation) <documentation-property>: Document that
6741 a non-string property is evaluated.
6742 <documentation>: Document that the function-documentation property
6743 is looked for.
6744
6745 * windows.texi (Selecting Windows): Document some-window.
6746
6747 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
6748
6749 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
6750 apropos-mode-hook.
6751
6752 * commands.texi (Using Interactive): Document interactive-form.
6753 (Keyboard Macros): Document kbd-macro-termination-hook.
6754 (Command Loop Info): Document that clear-this-command-keys clears
6755 the vector to be returned by recent-keys.
6756
67572001-09-04 Werner LEMBERG <wl@gnu.org>
6758
6759 * Makefile.in (srcdir, texinputdir): New variables.
6760 (srcs, index.texi, install): Use $(srcdir).
6761 (.PHONY): Remove elisp.dvi.
6762 (elisp): Use -I switch for makeinfo.
6763 (elisp.dvi): Use $(srcdir) and $(texinputdir).
6764 (installall, dist): Use $(srcdir).
6765 Fix path to texinfo.tex.
6766 (maintainer-clean): Add elisp.dvi and elisp.oaux.
6767
67682001-08-30 Gerd Moellmann <gerd@gnu.org>
6769
6770 * display.texi (Conditional Display): Adjust to API change.
6771
6772 * configure: New file.
6773
67742001-07-30 Gerd Moellmann <gerd@gnu.org>
6775
6776 * commands.texi (Repeat Events): Add description of
6777 double-click-fuzz.
6778
67792001-05-08 Stefan Monnier <monnier@cs.yale.edu>
6780
6781 * syntax.texi (Syntax Class Table): Add the missing designator for
6782 comment and string fences.
6783 (Syntax Properties): Add a xref to syntax table internals.
6784 (Syntax Table Internals): Document string-to-syntax.
6785
67862001-05-07 Gerd Moellmann <gerd@gnu.org>
6787
6788 * Makefile.in (install): Use install-info command line options
6789 like in Emacs' Makefile.in.
6790
67912000-12-09 Miles Bader <miles@gnu.org>
6792
6793 * windows.texi (Window Start): Update documentation for
6794 `pos-visible-in-window-p'.
6795
67962000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6797
6798 * lists.texi (Building Lists): Add footnote to explain how to add
6799 to the end of a list.
6800
68012000-10-25 Gerd Moellmann <gerd@gnu.org>
6802
6803 * files.texi (Visiting Functions): Typos.
6804
68052000-10-25 Kenichi Handa <handa@etl.go.jp>
6806
6807 * files.texi (Visiting Functions): Return value of
6808 find-file-noselect may be a list of buffers if wildcards are used.
6809
68102000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6811
6812 * display.texi (Defining Faces): Document `graphic' display type
6813 in face specs.
6814
b344d29d 68152000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
6816
6817 * hooks.texi (Standard Hooks): Replace obsolete
6818 `after-make-frame-hook' with `after-make-frame-functions'.
6819
6820 * frames.texi (Creating Frames): Ditto.
6821
6822 * variables.texi (Future Local Variables): Ditto.
6823
68242000-10-16 Gerd Moellmann <gerd@gnu.org>
6825
6826 * display.texi (Other Image Types): Add description of :foreground
6827 and :background properties of mono PBM images.
6828
68292000-08-17 Werner LEMBERG <wl@gnu.org>
6830
6831 * .cvsignore: New file.
6832
68332000-01-05 Gerd Moellmann <gerd@gnu.org>
6834
6835 * tindex.pl: New script.
6836
68371999-12-03 Dave Love <fx@gnu.org>
6838
6839 * Makefile.in (MAKEINFO): New parameter.
6840
68411999-09-17 Richard Stallman <rms@gnu.org>
6842
6843 * Makefile.in (srcs): Add hash.texi.
6844 (VERSION): Update to 20.6.
6845
68461999-09-13 Richard Stallman <rms@gnu.org>
6847
6848 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
6849
68501998-08-29 Karl Heuer <kwzh@gnu.org>
6851
6852 * configure.in: New file.
6853 * Makefile.in: Renamed from Makefile.
6854 (prefix, infodir): Use value obtained from configure.
6855 (emacslibdir): Obsolete variable deleted.
6856 (dist): Distribute configure.in, configure, Makefile.in.
6857
68581998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6859
6860 * Makefile (INSTALL_INFO): New variable.
6861 (install): Run install-info.
6862
68631998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
6864
6865 * Makefile (elisp.dvi): Add missing backslash.
6866
68671998-05-02 Richard Stallman <rms@psilocin.gnu.org>
6868
6869 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
6870 Run texindex without `./'. Always run texindex on elisp.tp.
6871 (elisp.tps): Target deleted.
6872
68731998-04-05 Richard Stallman <rms@psilocin.gnu.org>
6874
6875 * Makefile (srcs): Add nonascii.texi and customize.texi.
6876 (dist): Start by deleting `temp'.
6877
68781998-02-17 Richard Stallman <rms@psilocin.gnu.org>
6879
6880 * Makefile (makeinfo, texindex): Targets deleted.
6881 (makeinfo.o, texindex.o): Targets deleted.
6882 (clean, dist): Don't do anything with them or with getopt*.
6883
68841998-01-30 Richard Stallman <rms@psilocin.gnu.org>
6885
6886 * Makefile (SHELL): Defined.
6887
68881998-01-27 Richard Stallman <rms@psilocin.gnu.org>
6889
6890 * Makefile (elisp.tps): New target.
6891 (elisp.dvi): Depend on elisp.tps.
6892
c5602427 68931996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
6894
6895 * README: Update phone number.
6896
6897 * Makefile (elisp): Make this be the default target.
6898 Depend on makeinfo.c instead of makeinfo.
6899 (install): Don't depend on elisp.dvi, since we don't install that.
6900 Use mkinstalldirs.
6901 (dist): Add mkinstalldirs.
6902
c5602427 69031995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
6904
6905 * Makefile (VERSION): Update version number.
6906 (maintainer-clean): Renamed from realclean.
6907
c5602427 69081995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
6909
6910 * Makefile (realclean): New target.
6911 (elisp): Remove any old elisp-* files first.
6912
c5602427 69131993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
6914
6915 * Makefile (VERSION): New variable.
6916 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
6917 Compressed file suffix should be `.gz', not `.z'.
6918
ce058493 69191993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6920
6921 * Makefile (elisp): Depend on makeinfo.
6922
c5602427 69231993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
6924
6925 * Makefile (srcs): Add anti.texi.
6926
c5602427 69271993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6928
6929 * Makefile (infodir, prefix): New vars.
6930 (install): Use infodir.
6931 (emacsinfodir): Deleted.
6932
c5602427 69331993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6934
6935 * Makefile (srcs): Add calendar.texi.
6936
6937 * Makefile (dist): Copy texindex.c and makeinfo.c.
6938 Limit elisp-* files to those with one or two digits.
6939
c5602427 69401993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6941
6942 * Makefile (dist): Changed to use Gzip instead of compress.
6943
c5602427 69441993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6945
6946 * loading.texi (Unloading): define-function changed back to
6947 defalias. It may not stay this way, but at least it's
6948 consistent with the known-good version of the code patch.
6949
c5602427 69501993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
6951
6952 * modes.texi (Hooks): Document new optional arg of add-hook.
6953
c5602427 69541993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6955
6956 * variables.texi: Document nil initial value of buffer-local variables.
6957
6958 * tips.texi: Add new section on standard library headers.
6959
c5602427 69601993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6961
6962 * Makefile (srcs): Add frame.texi to the list of sources.
6963
c5602427 69641993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6965
6966 * Makefile (dist): Don't bother excluding autosave files; they'll
6967 never make it into the temp directory anyway, and the hash marks
6968 in the name are problematic for make and the Bourne shell.
6969 (srcs):
6970
c5602427 69711993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6972
6973 * Makefile (dist): Don't include backup files or autosave files in
6974 the distribution tar file.
6975
c5602427 69761991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6977
6978 * Makefile (srcs): Added index.perm.
6979 (elisp.dvi): Remove erroneous shell comment.
6980 Expect output of permute-index in permuted.fns.
6981 Save old elisp.aux in elisp.oaux.
6982 (clean): Added index.texi to be deleted.
6983
c5602427 69841990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
6985
6986 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6987
c5602427 69881990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
6989
6990 * files.texi: Noted that completion-ignored-extensions is ignored
6991 when making *Completions*.
6992
c5602427 69931990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
6994
6995 * Makefile make dist now depends on elisp.dvi, since it tries
6996 to include it in the dist file.
6997
c5602427 69981990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 6999
c5602427 7000 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 7001
c5602427 70021989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7003
7004 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7005 (defunargs): Turn off \hyphenchar of \sl font temporarily.
7006
c5602427 70071989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7008
7009 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7010 and @error{} are the terms now being used. The files in the
7011 directory have been changed to reflect this.
7012
7013 * All instances of @indentedresultt{} have been changed to
7014 ` @result{}', using 5 spaces at the begining of the line.
7015
c5602427 70161989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7017
7018 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7019 experimental @indentedresult{}, @indentedexpandsto{} are part of
7020 the texinfo.tex in this directory. These TeX macros are not
7021 stable yet.
7022
c5602427 70231989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7024
7025 * texinfo.tex: Temporarily added
7026 \let\result=\dblarrow
7027 \def\error{{\it ERROR} \longdblarrow}
7028 We need to do this better soon.
7029
c5602427 70301989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7031
7032 * Applied Karl Berry's patches to *.texinfo files, but not to
7033 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
7034 new title page format is also not applied, since it requires
7035 texinfo.tex changes.)
7036
7037 * Cleaned up `Makefile' and defined the `emacslibdir' directory
7038 for the Project GNU development environment.
7039
7040;; Local Variables:
c8763fb6 7041;; coding: utf-8
b8d4c8d0
GM
7042;; add-log-time-zone-rule: t
7043;; End:
7044
352c8b4a
GM
7045 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
7046 2007, 2008 Free Software Foundation, Inc.
b8d4c8d0
GM
7047
7048 This file is part of GNU Emacs.
7049
352c8b4a 7050 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 7051 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7052 the Free Software Foundation, either version 3 of the License, or
7053 (at your option) any later version.
b8d4c8d0
GM
7054
7055 GNU Emacs is distributed in the hope that it will be useful,
7056 but WITHOUT ANY WARRANTY; without even the implied warranty of
7057 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7058 GNU General Public License for more details.
7059
7060 You should have received a copy of the GNU General Public License
352c8b4a 7061 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
7062
7063;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda