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