(lisp): Set to absolute file name of current directory, not to ".", to have
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
eaf4b689
EZ
12008-10-13 Eli Zaretskii <eliz@gnu.org>
2
45e46036
EZ
3 * objects.texi (Primitive Function Type): Move "@cindex special
4 forms" from here...
5
6 * eval.texi (Special Forms): ...to here.
7
8 * functions.texi (What Is a Function): `functionp' returns nil for
9 special forms. Add an xref.
10
eaf4b689
EZ
11 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
12 Variables".
13
14 * variables.texi (Frame-Local Variables): New section.
15 (Buffer-Local Variables): Add an xref to it.
16 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
17 have both frame-local and buffer-local binding.
18
19 * frames.texi (Frames): Mention multiple tty frames.
20 (Frame Parameters, Parameter Access): Mention frame-local variable
21 bindings.
22
15688fce
GM
232008-09-20 Glenn Morris <rgm@gnu.org>
24
25 * display.texi (Defining Faces): Recommend against face variables.
26
35539065
JB
272008-09-16 Juanma Barranquero <lekktu@gmail.com>
28
29 * display.texi (Echo Area Customization): Fix typo.
30
6a57054b
JB
312008-09-09 Juanma Barranquero <lekktu@gmail.com>
32
33 * loading.texi (Where Defined): Add `defface' item.
34
d632fb82
MR
352008-09-06 Martin Rudalics <rudalics@gmx.at>
36
37 * loading.texi (Where Defined): Fix description of symbol-file.
38
905a9adb
JR
392008-08-26 Jason Rumney <jasonr@gnu.org>
40
41 * display.texi (TIFF Images): New section describing :index property.
42
852e91b7
CY
432008-08-23 Chong Yidong <cyd@stupidchicken.com>
44
45 * display.texi (Temporary Displays): Remove unnecessary comment
46 about usage of temp-buffer-show-hook.
47
6be001ee
CY
482008-08-05 Chong Yidong <cyd@stupidchicken.com>
49
50 * symbols.texi (Other Plists): Fix incorrect example.
51 Suggested by Florian Beck.
52
58e3d8e8
JB
532008-07-31 Juanma Barranquero <lekktu@gmail.com>
54
55 * os.texi: Fix previous change.
56
7c2fb837
DN
572008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
58
59 * os.texi:
60 * intro.texi:
61 * files.texi: Remove VMS support.
62
9e2a2647
DN
632008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
64
65 * os.texi:
66 * frames.texi:
67 * display.texi: Remove mentions of Mac Carbon.
68
c4f4682b
MB
692008-07-01 Miles Bader <miles@gnu.org>
70
71 * text.texi (Special Properties):
72 * display.texi (Truncation): Add wrap-prefix and line-prefix.
73
3696411e
JB
742008-06-28 Johan Bockgård <bojohan@gnu.org>
75
76 * display.texi (Other Image Types): Fix copy/paste error; say
77 "PBM", not "XBM".
78
f2a77c3a
DN
792008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
80
81 * os.texi: Remove references to obsolete systems.
82
6d52677d
EZ
832008-06-20 Eli Zaretskii <eliz@gnu.org>
84
85 * makefile.w32-in (distclean): Remove makefile.
86
1a87da4c
GM
872008-06-17 Glenn Morris <rgm@gnu.org>
88
89 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
90 (elisp, dist): Remove rules and variables that are obsolete now
91 the lisp manual is no longer distributed separately.
92
fdda1c5d
GM
932008-06-16 Glenn Morris <rgm@gnu.org>
94
646692e9
GM
95 * configure, configure.in, mkinstalldirs: Remove unused files.
96
97 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 98 * vol1.texi (EMACSVER):
6a57054b 99 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
100
101 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
102 as per maintain.info.
103
611bee81
GM
1042008-06-15 Glenn Morris <rgm@gnu.org>
105
a7bed3a0
GM
106 * makefile.w32-in (manual): Use "23" rather than "21".
107
108 * Makefile.in (emacsver): New, set by configure.
109 (manual): Use emacsver.
110
d794edf2
GM
111 * intro.texi: Report bugs using M-x report-emacs-bug.
112
611bee81
GM
113 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
114
c73e02fa
GM
1152008-06-13 Daniel Engeler <engeler@gmail.com>
116
117 * elisp.texi, internals.texi, processes.texi: Add documentation
118 about serial port access.
119
e40a85cd
MB
1202008-06-05 Miles Bader <miles@gnu.org>
121
122 * display.texi (Displaying Faces): Update to reflect function
123 renamings in face-remap.el.
124
7b753744
JB
1252008-06-05 Juanma Barranquero <lekktu@gmail.com>
126
127 * display.texi (Fontsets): Fix typos.
128
9d3d42fb
MB
1292008-06-03 Miles Bader <miles@gnu.org>
130
7b753744
JB
131 * display.texi (Displaying Faces): Add add-relative-face-remapping,
132 remove-relative-face-remapping, set-base-face-remapping,
133 and set-default-base-face-remapping.
9d3d42fb 134
f2cec7a9
MB
1352008-06-01 Miles Bader <miles@gnu.org>
136
137 * display.texi (Displaying Faces): Add face-remapping-alist.
138
8f39c96d
SM
1392008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
140
141 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
142 variable names.
143
1ef5eecc
ER
1442008-05-03 Eric S. Raymond <esr@golux>
145
352c8b4a 146 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
147 (current-global-map) return references, not copies.
148
63b4387f
JL
1492008-05-02 Juri Linkov <juri@jurta.org>
150
151 * minibuf.texi (Text from Minibuffer): Document a list of
152 default values for `read-from-minibuffer'.
153
38a8b703
JB
1542008-04-24 Juanma Barranquero <lekktu@gmail.com>
155
156 * nonascii.texi (Translation of Characters): Fix previous change.
157
7c42e639
CY
1582008-04-20 Chong Yidong <cyd@stupidchicken.com>
159
160 * display.texi (Overlay Properties): Clarify role of underlying
161 textprop and overlay keymaps for display strings.
162
163 * keymaps.texi (Active Keymaps): Ditto.
164
25c0d999
SM
1652008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
166
167 * minibuf.texi (Programmed Completion):
168 Replace dynamic-completion-table with the new completion-table-dynamic.
169
e3af5968
CY
1702008-04-07 Chong Yidong <cyd@stupidchicken.com>
171
172 * intro.texi (Some Terms): Change "fonts in this manual" index
173 entry to "typographic conventions".
174
6bfc8698
EZ
1752008-04-05 Eli Zaretskii <eliz@gnu.org>
176
177 * objects.texi (Text Props and Strings): Add indexing for read
178 syntax of text properties.
179
4972c361
SM
1802008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * processes.texi (Decoding Output): Remove process-filter-multibyte
183 functions.
184
c70a68db
MR
1852008-03-15 Martin Rudalics <rudalics@gmx.at>
186
187 * display.texi (Finding Overlays): Say that empty overlays at
188 the end of the buffer are reported too.
189
1291fd36
GM
1902008-03-13 Glenn Morris <rgm@gnu.org>
191
192 * elisp.texi (EMACSVER): Set to 23.0.60.
193
c6b0dfd5
CY
1942008-02-26 Chong Yidong <cyd@stupidchicken.com>
195
38a8b703 196 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 197
875fc30c
GM
1982008-02-22 Glenn Morris <rgm@gnu.org>
199
200 * frames.texi (Position Parameters): Clarify the description of
201 `left' and `top', using information from "Geometry".
202 (Geometry): Give a pointer to "Position Parameters", rather than
203 repeating information.
204
d8c8e45a
GM
2052008-02-11 Glenn Morris <rgm@gnu.org>
206
207 * objects.texi (Equality Predicates): No longer talk about "two"
208 functions.
209
38a8b703 2102008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
211
212 * objects.texi (Equality Predicates): Add defun for
213 equal-including-properties.
214
bfffe0b1
GM
2152008-02-10 Glenn Morris <rgm@gnu.org>
216
217 * objects.texi (Equality Predicates):
218 Mention equal-including-properties.
219
431b78c9
RS
2202008-02-07 Richard Stallman <rms@gnu.org>
221
222 * windows.texi (Window Start): Mention the feature of moving
223 window-start to start of line.
224
c8763fb6 2252008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
226
227 * keymaps.texi (Tool Bar): Document rtl property.
228
1a256502
TTN
2292008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
230
231 * display.texi (Button Types):
232 For define-button-type, clarify type of NAME.
233
569382c2
MR
2342008-01-19 Martin Rudalics <rudalics@gmx.at>
235
236 * buffers.texi (Buffer Modification): Fix typo.
237
f3041af1
DN
2382008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
239
240 * os.texi (System Environment): Remove references to OSes that are
241 not supported anymore.
242
d35e1cd7
DN
2432008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
244
245 * os.texi (System Environment): Remove mention for Masscomp.
246
23af7580
RS
2472008-01-04 Richard Stallman <rms@gnu.org>
248
249 * display.texi (Faces): Don't talk about internal face vector as arg
250 to facep.
251
252 * customize.texi (Type Keywords): Fix previous change.
253
254 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
255 * elisp.texi (Top): Fix menu for commands.texi change.
256
ec7d5b1e
RS
2572007-12-30 Richard Stallman <rms@gnu.org>
258
259 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
260 (Accessing Scroll): New node broken out of Accessing Mouse.
261
101a6cea
RS
2622007-12-28 Richard Stallman <rms@gnu.org>
263
264 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 265 (Basic Parameters): For `title', refer to title bar.
041817a4 266 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 267
72b7e664
RS
2682007-12-23 Richard Stallman <rms@gnu.org>
269
270 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
271 Improve some of the commented-out keywords' text too.
272
27a4f445
MR
2732007-12-14 Martin Rudalics <rudalics@gmx.at>
274
e2e3f1d7
MR
275 * nonascii.texi (Encoding and I/O): Reword to avoid saying
276 "visit the current buffer".
277
27a4f445
MR
278 * os.texi (System Interface): Fix typo.
279
a2afc99d
RS
2802007-12-04 Richard Stallman <rms@gnu.org>
281
282 * objects.texi (Symbol Type): Fix typo.
283
b694135c
RS
2842007-12-03 Richard Stallman <rms@gnu.org>
285
286 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
287
f99a19da
GM
2882007-12-01 Glenn Morris <rgm@gnu.org>
289
290 * functions.texi (Declaring Functions): Improve previous change.
291
8f4b37d8
GM
2922007-11-30 Glenn Morris <rgm@gnu.org>
293
294 * functions.texi (Declaring Functions): Add optional fourth
295 argument of declare-function, and setting third argument to `t'.
296
61a2fe01
RS
2972007-11-29 Richard Stallman <rms@gnu.org>
298
299 * customize.texi (Composite Types): Document `group' type.
300
cbfc5193
GM
3012007-11-29 Glenn Morris <rgm@gnu.org>
302
303 * functions.texi (Declaring Functions): Add findex. Mention
304 `external' files.
305
8386283a
JB
3062007-11-26 Juanma Barranquero <lekktu@gmail.com>
307
308 * functions.texi (Declaring Functions): Fix directive.
309
a07c9a8b
RS
3102007-11-25 Richard Stallman <rms@gnu.org>
311
312 * help.texi (Help Functions): Clean up last change.
313
314 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
315
316 * loading.texi (Named Features): Minor cleanup.
317
318 * macros.texi (Eval During Expansion): Minor cleanup.
319
320 * variables.texi (Variable Aliases): Minor cleanup.
321
a0925923
RS
3222007-11-24 Richard Stallman <rms@gnu.org>
323
324 * functions.texi (Declaring Functions): Clarify previous change.
325
326 * compile.texi (Compiler Errors): Clarify previous change.
327
20c63e44
RS
3282007-11-24 Richard Stallman <rms@gnu.org>
329
e5e76c04 330 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
331 Clarify the text and move items around.
332
5bb0cda3
GM
3332007-11-24 Glenn Morris <rgm@gnu.org>
334
335 * functions.texi (Declaring Functions): New section.
336 * compile.texi (Compiler Errors): Mention declaring functions,
337 defvar with no initvalue, and byte-compile-warnings.
338
af13c86a
MR
3392007-11-15 Martin Rudalics <rudalics@gmx.at>
340
341 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
342 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
343
a5373305
MR
3442007-11-13 Martin Rudalics <rudalics@gmx.at>
345
346 * help.texi (Help Functions): Document new macro `with-help-window'.
347
fe284805
JL
3482007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
349
350 * searching.texi (Replacing Match): Describe new
351 `match-substitute-replacement'.
352
2c3a09b1
RS
3532007-10-31 Richard Stallman <rms@gnu.org>
354
355 * strings.texi (Creating Strings): Null strings from concat not unique.
356
f2b480f4
RS
3572007-10-26 Richard Stallman <rms@gnu.org>
358
359 * objects.texi (Equality Predicates): Null strings are uniquified.
360
361 * minibuf.texi: Minor clarifications in previous change.
362
db21122c
GM
3632007-10-25 Glenn Morris <rgm@gnu.org>
364
365 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
366
2328cbb3
RS
3672007-10-24 Richard Stallman <rms@gnu.org>
368
369 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
370
371 * variables.texi (Frame-Local Variables): Node deleted.
372 (Variables): Delete Frame-Local Variables from menu.
373 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
374 (Default Value): Don't mention frame-local vars.
375
376 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
377
378 * loading.texi (Unloading): Document FEATURE-unload-function
379 instead of FEATURE-unload-hook.
380
2328cbb3
RS
381 * frames.texi (Multiple Displays): Don't mention frame-local vars.
382
c066bafa
JL
3832007-10-22 Juri Linkov <juri@jurta.org>
384
385 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
386 (High-Level Completion): Document a list of default value strings
387 in the DEFAULT argument, for which minibuffer functions return the
388 first element.
389
65ced25f
JL
3902007-10-17 Juri Linkov <juri@jurta.org>
391
392 * text.texi (Filling): Update arguments of fill-paragraph.
393 fill-paragraph operates on the active region in Transient Mark mode.
394 Remove fill-paragraph-or-region.
395
ee46ec8e
KB
3962007-10-13 Karl Berry <karl@gnu.org>
397
398 * elisp.texi (@dircategory): Move to after @copying,
399 since we want @copying as close as possible to the beginning of
400 the output.
401
61bbdbc6
RS
4022007-10-12 Richard Stallman <rms@gnu.org>
403
404 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
405
406 * commands.texi (Distinguish Interactive): New node,
407 broken out from Interactive Call and rewritten.
408 (Command Loop): Put Distinguish Interactive in menu.
409
af23e1e8
RS
4102007-10-09 Richard Stallman <rms@gnu.org>
411
412 * text.texi (Examining Properties): Mention overlay priority.
413
414 * display.texi (Display Margins): Correct the description
415 of margin display specifications.
416 (Replacing Specs): New subnode broken out of Display Property.
417
e1965a69
JL
4182007-10-06 Juri Linkov <juri@jurta.org>
419
420 * text.texi (Filling): Document fill-paragraph-or-region.
421
4638454b
JB
4222007-10-05 Juanma Barranquero <lekktu@gmail.com>
423
424 * display.texi (Auto Faces): Fix typo.
425
7ed54cc5
RS
4262007-10-02 Richard Stallman <rms@gnu.org>
427
428 * display.texi (Display Property): Explain some display specs
429 don't let you move point in.
430
431 * frames.texi (Cursor Parameters): Describe
432 cursor-in-non-selected-windows here. Explain more values.
433
434 * windows.texi (Basic Windows): Don't describe
435 cursor-in-non-selected-windows here.
436
305a7ef2
EZ
4372007-10-01 Eli Zaretskii <eliz@gnu.org>
438
439 * processes.texi (Misc Network): Note that these functions are
440 supported only on some systems.
441
f7a7f4eb
RS
4422007-10-01 Richard Stallman <rms@gnu.org>
443
444 * display.texi (Overlay Properties): Explain nil as priority.
445 Explain that conflicts are unpredictable if not resolved by
446 priorities.
447
780d7bb9
RS
4482007-09-23 Richard Stallman <rms@gnu.org>
449
450 * macros.texi (Backquote): Minor clarification.
451
14b4fdfb
RS
4522007-09-19 Richard Stallman <rms@gnu.org>
453
454 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
455 Clarify when they work in parallel and when one overrides.
456 Fix error in example.
14b4fdfb 457
b8d4c8d0
GM
4582007-09-06 Glenn Morris <rgm@gnu.org>
459
460 * Move from lispref/ to doc/lispref/. Change all setfilename
461 commands to use ../../info.
462 * Makefile.in (infodir): Go up one more level.
4638454b 463 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
464 (miscmanualdir): New.
465 (dist): Use new variable miscmanualdir.
466 * makefile.w32-in (infodir, texinputdir): Go up one more level.
467 (usermanualdir): Change from ../man to ../emacs.
468
1bb1f7d3
MR
4692007-08-30 Martin Rudalics <rudalics@gmx.at>
470
471 * commands.texi (Command Loop Info): Advise against changing
472 most variables described here. Explain new variable
473 last-repeatable-command.
474
b8d4c8d0
GM
4752007-08-29 Glenn Morris <rgm@gnu.org>
476
477 * elisp.texi (EMACSVER): Increase to 23.0.50.
478
4792007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
480
481 * frames.texi (Basic Parameters): Add display-environment-variable
482 and term-environment-variable.
483
4842007-08-28 Juri Linkov <juri@jurta.org>
485
486 * display.texi (Image Formats, Other Image Types): Add SVG.
487
4882007-08-28 Juri Linkov <juri@jurta.org>
489
490 * display.texi (Images): Move formats-related text to new node
491 "Image Formats".
492 (Image Formats): New node.
493
619fb9ee
RS
4942007-08-27 Richard Stallman <rms@gnu.org>
495
496 * windows.texi (Window Configurations): Clarify what
497 a window configuration saves.
498
b8d4c8d0
GM
4992007-08-25 Richard Stallman <rms@gnu.org>
500
501 * display.texi (Images): Delete redundant @findex.
502
5032007-08-16 Richard Stallman <rms@gnu.org>
504
505 * processes.texi (Asynchronous Processes): Clarify
506 doc of start-file-process.
507
5082007-08-08 Martin Rudalics <rudalics@gmx.at>
509
510 * modes.texi (Example Major Modes): Fix typo.
511
5122007-08-08 Glenn Morris <rgm@gnu.org>
513
514 * intro.texi (nil and t): Do not use `iff' in documentation.
515
516 * tips.texi (Documentation Tips): Recommend against `iff'.
517
5182007-08-07 Chong Yidong <cyd@stupidchicken.com>
519
520 * display.texi (Image Cache): Document image-refresh.
521
5222007-08-06 Martin Rudalics <rudalics@gmx.at>
523
524 * windows.texi (Size of Window): Document window-full-width-p.
525
5262007-07-25 Glenn Morris <rgm@gnu.org>
527
528 * gpl.texi (GPL): Replace license with GPLv3.
529
530 * Relicense all FSF files to GPLv3 or later.
531
5322007-07-24 Michael Albinus <michael.albinus@gmx.de>
533
4638454b
JB
534 * processes.texi (Synchronous Processes):
535 Add `process-file-shell-command'.
b8d4c8d0
GM
536 (Asynchronous Processes): Mention restricted use of
537 `process-filter' and `process-sentinel' in
538 `start-file-process'. Add `start-file-process-shell-command'.
539
5402007-07-17 Michael Albinus <michael.albinus@gmx.de>
541
542 * files.texi (Magic File Names): Introduce optional parameter
543 IDENTIFICATION for `file-remote-p'.
544
5452007-07-16 Richard Stallman <rms@gnu.org>
546
547 * display.texi (Defining Faces): Fix previous change.
548
5492007-07-14 Richard Stallman <rms@gnu.org>
550
551 * control.texi (Handling Errors): Document `debug' in handler list.
552
5532007-07-10 Richard Stallman <rms@gnu.org>
554
555 * display.texi (Defining Faces): Explain C-M-x feature for defface.
556
5572007-07-09 Richard Stallman <rms@gnu.org>
558
559 * files.texi (Magic File Names): Rewrite previous change.
560
5612007-07-08 Michael Albinus <michael.albinus@gmx.de>
562
563 * files.texi (Magic File Names): Introduce optional parameter
564 CONNECTED for `file-remote-p'.
565
5662007-07-07 Michael Albinus <michael.albinus@gmx.de>
567
568 * processes.texi (Asynchronous Processes):
569 * files.texi (Magic File Names): Add `start-file-process'.
570
5712007-06-27 Richard Stallman <rms@gnu.org>
572
573 * files.texi (Format Conversion Piecemeal): Clarify
574 `after-insert-file-functions' calling convention.
575
5762007-06-27 Michael Albinus <michael.albinus@gmx.de>
577
4638454b
JB
578 * files.texi (Magic File Names): Remove `dired-call-process'.
579 Add `process-file'.
b8d4c8d0
GM
580
5812007-06-27 Kenichi Handa <handa@m17n.org>
582
583 * text.texi (Special Properties): Fix description about
4638454b 584 `composition' property.
b8d4c8d0
GM
585
5862007-06-26 Kenichi Handa <handa@m17n.org>
587
588 * nonascii.texi (Default Coding Systems): Document about the
589 return value `undecided'.
590
5912007-06-25 David Kastrup <dak@gnu.org>
592
593 * keymaps.texi (Active Keymaps): Document new POSITION argument of
594 `current-active-maps'.
595
5962007-06-24 Karl Berry <karl@gnu.org>
597
4638454b 598 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
599
6002007-06-15 Juanma Barranquero <lekktu@gmail.com>
601
602 * display.texi (Overlay Arrow): Doc fix.
603
6042007-06-14 Karl Berry <karl@tug.org>
605
606 * anti.texi (Antinews): Typo.
607
6082007-06-14 Chong Yidong <cyd@stupidchicken.com>
609
610 * display.texi (Image Cache): Document image-refresh.
611
6122007-06-12 Karl Berry <karl@gnu.org>
613
614 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
615 * two-volume.make: New file.
616 * .cvsignore: Ignore two-volume files.
617
6182007-06-12 Tom Tromey <tromey@redhat.com>
619
620 * os.texi (Init File): Document user-emacs-directory.
621
6222007-06-03 Nick Roberts <nickrob@snap.net.nz>
623
624 * commands.texi (Click Events): Describe width and height when
625 object is nil.
626
6272007-05-30 Nick Roberts <nickrob@snap.net.nz>
628
629 * commands.texi (Click Events): Layout more logically. Describe
630 width and height.
631 (Drag Events, Motion Events): Update to new format for position.
632
6332007-06-02 Richard Stallman <rms@gnu.org>
634
635 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
636
6372007-06-02 Chong Yidong <cyd@stupidchicken.com>
638
639 * Version 22.1 released.
640
6412007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * text.texi (Special Properties): Correct meaning of fontified face.
644
6452007-05-30 Richard Stallman <rms@gnu.org>
646
647 * text.texi (Special Properties): Add link to Adjusting Point.
648
6492007-05-12 Richard Stallman <rms@gnu.org>
650
651 * text.texi (Margins): indent-to-left-margin is not the default.
652 (Mode-Specific Indent): For indent-line-function, the default
653 is indent-relative.
654
655 * modes.texi (Example Major Modes): Explain last line of text-mode
656 is redundant.
657
6582007-05-10 Richard Stallman <rms@gnu.org>
659
660 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
661
662 * help.texi (Keys in Documentation): Add reference to
663 Documentation Tips.
664
665 * files.texi (Format Conversion): TO-FN gets three arguments.
666
667 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
668
6692007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
670
671 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
672 * files.texi (Format Conversion): Expand intro; add menu.
673 (Format Conversion Overview, Format Conversion Round-Trip)
674 (Format Conversion Piecemeal): New nodes/subsections.
675 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
676 * text.texi (Text Properties): Remove "Saving Properties" from menu.
677 (Saving Properties): Delete node/subsection.
678
6792007-05-07 Karl Berry <karl@gnu.org>
680
681 * elisp.texi (EMACSVER): Back to 22.
682
6832007-05-06 Richard Stallman <rms@gnu.org>
684
685 * processes.texi (Accepting Output): Revert most of previous change.
686
6872007-05-05 Richard Stallman <rms@gnu.org>
688
689 * processes.texi (Accepting Output): accept-process-output
690 uses microseconds, not milliseconds. But that arg is obsolete.
691
6922007-05-04 Karl Berry <karl@tug.org>
693
694 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
695
6962007-05-04 Eli Zaretskii <eliz@gnu.org>
697
698 * tips.texi (Documentation Tips): Rearrange items to place the
699 more important ones first. Add an index entry for hyperlinks.
700
7012007-05-03 Karl Berry <karl@gnu.org>
702
703 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
704 (EMACSVER) [smallbook]: 22 for printed version.
705
706 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
707 so restore anchor to normal position after defun. Found by Kevin Ryde.
708
7092007-04-26 Glenn Morris <rgm@gnu.org>
710
711 * elisp.texi (EMACSVER): Increase to 22.1.50.
712
7132007-04-28 Karl Berry <karl@gnu.org>
714
715 * elisp.texi: Improve line breaks on copyright page,
716 similar layout to emacs manual, 8.5x11 by default.
717
7182007-04-24 Richard Stallman <rms@gnu.org>
719
720 * text.texi (Special Properties): Add xref to Overlay Properties.
721
722 * display.texi (Overlay Properties): Add xref to Special Properties.
723
7242007-04-22 Richard Stallman <rms@gnu.org>
725
726 * keymaps.texi (Extended Menu Items): Move the info about
727 format with cached keyboard binding.
728
7292007-04-21 Richard Stallman <rms@gnu.org>
730
731 * text.texi (Special Properties): Clarify previous change.
732
733 * files.texi (File Name Expansion): Clarify previous change.
734
735 * display.texi (Attribute Functions): Fix example for
736 face-attribute-relative-p.
737
7382007-04-19 Kenichi Handa <handa@m17n.org>
739
740 * text.texi (Special Properties): Document composition property.
741
7422007-04-19 Glenn Morris <rgm@gnu.org>
743
744 * files.texi (File Name Expansion): Mention "superroot".
745
7462007-04-15 Chong Yidong <cyd@stupidchicken.com>
747
748 * frames.texi (Multiple Displays): Add note about "multi-monitor"
749 setups.
750 (Display Feature Testing): Note that display refers to all
751 physical monitors for multi-monitor setups.
752
7532007-04-14 Richard Stallman <rms@gnu.org>
754
755 * lists.texi (Sets And Lists): Clarify `delete' examples.
756 Remove spurious xref to same node.
757 Clarify xref for add-to-list.
758
7592007-04-12 Nick Roberts <nickrob@snap.net.nz>
760
761 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
762 value of lisp-mode-map.
763
7642007-04-11 Karl Berry <karl@gnu.org>
765
766 * anti.texi (Antinews):
767 * display.texi (Overlay Properties, Defining Images):
768 * processes.texi (Synchronous Processes, Sentinels):
769 * syntax.texi (Syntax Table Internals):
770 * searching.texi (Regexp Special):
771 * nonascii.texi (Default Coding Systems):
772 * text.texi (Special Properties):
773 * minibuf.texi (Basic Completion): Wording to improve breaks in
774 8.5x11 format.
775 * elisp.texi (smallbook): New @set to more easily switch between
776 smallbook and 8.5x11.
777
7782007-04-11 Richard Stallman <rms@gnu.org>
779
780 * text.texi (Lazy Properties): Minor fix.
781
7822007-04-08 Karl Berry <karl@gnu.org>
783
784 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
785 * macros.texi (Backquote): Downcase Backquote in index entries for
786 consistency.
787
7882007-04-08 Richard Stallman <rms@gnu.org>
789
790 * text.texi (Adaptive Fill): Just describe default,
791 don't show it (since it contains non-ASCII chars).
792
7932007-04-07 Karl Berry <karl@gnu.org>
794
795 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
796 adaptive-fill-regexp's value, since they are not in the standard
797 TeX fonts.
798
7992007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
800
801 * display.texi (Defining Faces): Fix example.
802
8032007-04-07 Karl Berry <karl@gnu.org>
804
805 * display.texi (Button Buffer Commands): Improve page break.
806
8072007-04-07 Richard Stallman <rms@gnu.org>
808
809 * advice.texi (Activation of Advice): Remove redundant index entry.
810
811 * backups.texi: Improve index entries. Remove redundant ones.
812
813 * compile.texi (Byte Compilation): Improve index entry.
814
815 * hash.texi (Creating Hash): Improve index entry.
816
817 * symbols.texi (Definitions): Improve index entry.
818
819 * edebug.texi: Improve index entries. Remove redundant/useless ones.
820
821 * maps.texi (Standard Keymaps): Remove useless index entry.
822
823 * help.texi (Documentation Basics): Remove redundant index entries.
824
825 * customize.texi: Improve index entries.
826 Remove redundant/useless ones.
827
828 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
829
830 * streams.texi (Output Variables): Improve index entry.
831
832 * abbrevs.texi (Abbrevs): Remove useless index entry.
833
834 * macros.texi (Expansion): Remove useless index entry.
835
836 * text.texi: Improve index entries. Remove redundant/useless ones.
837 (Text Properties, Examining Properties)
838 (Special Properties): Use "property category" instead of "category"
839 to refer to the `category' property.
840
841 * positions.texi: Improve index entries. Remove useless one.
842
843 * lists.texi: Improve index entries. Remove redundant/useless ones.
844
845 * os.texi: Improve index entries.
846 (Timers): Fix previous change.
847
848 * buffers.texi: Improve index entries.
849 (Modification Time): Get rid of term "obsolete buffer".
850
851 * debugging.texi: Improve index entries.
852 (Test Coverage): Add xref to other test coverage ftr.
853
854 * eval.texi: Improve index entry. Remove redundant ones.
855
856 * numbers.texi: Improve index entries. Remove redundant/useless ones.
857
858 * files.texi: Improve index entries. Remove redundant/useless ones.
859
860 * objects.texi: Improve index entries.
861
862 * processes.texi: Improve index entries.
863
864 * modes.texi: Improve index entry. Remove redundant one.
865
866 * nonascii.texi: Improve index entries.
867
868 * internals.texi: Improve index entries.
869
870 * syntax.texi: Improve index entries.
871
872 * keymaps.texi (Active Keymaps): Improve index entries.
873
874 * commands.texi: Improve index entries. Remove redundant/useless ones.
875
876 * frames.texi: Improve index entries. Remove redundant/useless ones.
877
878 * markers.texi: Improve index entries. Remove redundant ones.
879
880 * tips.texi: Improve index entries.
881
882 * loading.texi (Unloading): Improve index entry.
883
884 * variables.texi: Improve index entries. Remove redundant one.
885
886 * sequences.texi: Improve index entry.
887
888 * display.texi: Improve index entries. Remove redundant ones.
889
890 * windows.texi: Improve index entries.
891
892 * searching.texi: Improve index entries. Remove redundant one.
893
894 * strings.texi (Case Tables): Improve last change.
895
8962007-04-04 Chong Yidong <cyd@stupidchicken.com>
897
898 * strings.texi (Case Tables): Document with-case-table and
899 ascii-case-table.
900
9012007-04-03 Karl Berry <karl@gnu.org>
902
903 * processes.texi (Network): Reword to improve page break.
904
9052007-04-03 Eli Zaretskii <eliz@gnu.org>
906
907 * functions.texi (Inline Functions): Describe more disadvantages
908 of defsubst, and make advice against it stronger.
909
9102007-04-02 Karl Berry <karl@gnu.org>
911
912 * backups.texi (Backup Names): Avoid widow words.
913 * modes.texi (Example Major Modes): Align last comment.
914
9152007-04-01 Chong Yidong <cyd@stupidchicken.com>
916
917 * keymaps.texi (Remapping Commands): Document new arg to
918 command-remapping.
919
9202007-04-01 Karl Berry <karl@gnu.org>
921
922 * processes.texi (Low-Level Network): Typo.
923 * loading.texi (Hooks for Loading): Avoid double "the".
924 * keymaps.texi (Key Sequences): No double "and".
925 (Changing Key Bindings): Shorten to improve line break.
926
9272007-03-31 Glenn Morris <rgm@gnu.org>
928
929 * os.texi (Timers): Fix description of run-at-time TIME formats.
930
9312007-03-31 Richard Stallman <rms@gnu.org>
932
933 * display.texi (Invisible Text): Correct buffer-invisibility-spec
934 regarding ellipsis.
935
9362007-03-31 Eli Zaretskii <eliz@gnu.org>
937
938 * intro.texi (nil and t):
939 * symbols.texi (Plists and Alists):
940 * variables.texi (Variable Aliases, Constant Variables):
941 * functions.texi (Defining Functions):
942 * advice.texi (Advising Primitives):
943 * debugging.texi (Syntax Errors, Compilation Errors):
944 * minibuf.texi (Minibuffer Windows):
945 * commands.texi (Adjusting Point):
946 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
947 (Auto Major Mode, Major Mode Conventions):
948 * help.texi (Describing Characters):
949 * files.texi (Create/Delete Dirs, Information about Files)
950 (File Locks, Writing to Files, Reading from Files)
951 (Saving Buffers):
952 * windows.texi (Resizing Windows, Cyclic Window Ordering):
953 * frames.texi (Finding All Frames):
954 * positions.texi (Buffer End, Motion):
955 * markers.texi (The Region):
956 * text.texi (Deletion, Near Point):
957 * display.texi (Displaying Messages, Truncation):
958 * os.texi (Processor Run Time):
959 * tips.texi (Key Binding Conventions, Programming Tips)
960 (Warning Tips, Documentation Tips, Comment Tips):
961 * internals.texi (Memory Usage): Improve indexing.
962
963 * variables.texi (Frame-Local Variables):
964 * functions.texi (Argument List):
965 * loading.texi (Library Search):
966 * streams.texi (Output Variables):
967 * keymaps.texi (Translation Keymaps, Searching Keymaps):
968 * searching.texi (Replacing Match, Search and Replace):
969 * processes.texi (Byte Packing, Decoding Output)
970 (Accepting Output, Network Servers, Shell Arguments):
971 * display.texi (Abstract Display, Image Cache, Scroll Bars):
972 * windows.texi (Window Point, Window Start):
973 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
974 * commands.texi (Reading Input, Keyboard Events):
975 * minibuf.texi (Reading File Names, Minibuffer Completion)
976 (Recursive Mini):
977 * positions.texi (List Motion):
978 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
979 * numbers.texi (Arithmetic Operations, Math Functions)
980 (Predicates on Numbers, Comparison of Numbers):
981 (Numeric Conversions):
982 * locals.texi (Standard Buffer-Local Variables):
983 * maps.texi (Standard Keymaps):
984 * os.texi (User Identification, System Environment, Recording Input)
985 (X11 Keysyms):
986 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
987 * backups.texi (Backups and Auto-Saving):
988 * customize.texi (Customization, Group Definitions)
989 (Variable Definitions):
990 * compile.texi (Byte Compilation): Improve index entries.
991
9922007-03-31 Karl Berry <karl@gnu.org>
993
994 * macros.texi (Defining Macros): Avoid widow syllable.
995
9962007-03-31 Eli Zaretskii <eliz@gnu.org>
997
998 * elisp.texi (Top): Postscript -> PostScript.
999
1000 * display.texi (Images, Postscript Images): Postscript -> PostScript.
1001
10022007-03-31 Markus Triska <markus.triska@gmx.at>
1003
1004 * internals.texi (Writing Emacs Primitives): Untabify `For'.
1005
10062007-03-30 Karl Berry <karl@gnu.org>
1007
1008 * lists.texi (List-related Predicates): Remove spurious @need.
1009 (Setcdr): Use @smallexample to improve page break.
1010 (Association Lists) <assoc>: Reword to improve page break.
1011
1012 * strings.texi (String Conversion): Insert blank line to improve
1013 page break.
1014
1015 * numbers.texi (Random Numbers): Use @minus{}.
1016 (Math Functions): Use @minus{}.
1017
1018 * intro.texi (Acknowledgements): Avoid line breaks before middle
1019 initials.
1020
10212007-03-24 Eli Zaretskii <eliz@gnu.org>
1022
1023 * errors.texi (Standard Errors): Add an index entry.
1024
10252007-03-19 Richard Stallman <rms@gnu.org>
1026
1027 * os.texi (Recording Input): recent-keys now gives 300 keys.
1028
10292007-03-12 Glenn Morris <rgm@gnu.org>
1030
1031 * os.texi: Replace "daylight savings" with "daylight saving"
1032 throughout.
1033
10342007-03-05 Richard Stallman <rms@gnu.org>
1035
1036 * variables.texi (File Local Variables): Update
1037 enable-local-variables values.
1038
10392007-03-04 Richard Stallman <rms@gnu.org>
1040
1041 * syntax.texi (Control Parsing): Minor clarification.
1042
1043 * strings.texi (Formatting Strings): Clarify width, precision, flags.
1044
1045 * sequences.texi (Sequence Functions): Move string-bytes away,
1046 add xref.
1047
1048 * nonascii.texi (Text Representations): Move string-bytes here.
1049
1050 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1051
1052 * minibuf.texi (Basic Completion): Minor clarification.
1053
1054 * markers.texi (The Mark): Clarify existence vs activation of mark.
1055 Other cleanup.
1056
1057 * display.texi (Finding Overlays): Write better example.
1058
1059 * compile.texi (Eval During Compile): Clarify putting macros
1060 in eval-when-compile.
1061
c5602427 10622007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
1063
1064 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 1065 load-read-function definition doc.
b8d4c8d0
GM
1066
10672007-02-21 Kim F. Storm <storm@cua.dk>
1068
1069 * strings.texi (Text Comparison): Mention that assoc-string
1070 converts symbols to strings before testing.
1071
10722007-02-17 Kim F. Storm <storm@cua.dk>
1073
1074 * processes.texi (Bindat Spec): Vector types can have optional
1075 element type.
1076 (Bindat Examples): Fix example. Add vector with element type.
1077
10782007-02-16 Andreas Schwab <schwab@suse.de>
1079
1080 * strings.texi (Formatting Strings): Document '+' flag.
1081
10822007-02-15 Juanma Barranquero <lekktu@gmail.com>
1083
1084 * strings.texi (Modifying Strings): Clarify that `clear-string'
1085 always converts the string to unibyte.
1086
10872007-02-14 Kim F. Storm <storm@cua.dk>
1088
1089 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1090 Rewrite glyph code description to refer to these functions.
1091 Remove details of encoding face number and char into integer code.
1092
10932007-02-03 Alan Mackenzie <acm@muc.de>
1094
1095 * loading.texi (Hooks for Loading): Make the description of
1096 `eval-after-load' more detailed, and amend the description of
1097 after-load-alist, in accordance with changes from 2006-05.
1098
10992007-02-03 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * modes.texi (Defining Minor Modes): Document that a :require
1102 keyword or similar may be required to make saved customization
1103 variables work.
1104
11052007-02-03 Eli Zaretskii <eliz@gnu.org>
1106
1107 * elisp.texi (Top): Make the detailed menu headers compliant with
1108 Texinfo guidelines and with what texnfo-upd.el expects. Add
1109 comments to prevent people from inadvertently modifying the key
1110 parts needed by `texinfo-multiple-files-update'.
1111
11122007-02-02 Eli Zaretskii <eliz@gnu.org>
1113
1114 * elisp.texi (Top): Update the top-level menus.
1115
1116 * syntax.texi (Categories): Add index entries.
1117
11182007-02-01 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * display.texi (Attribute Functions): Fix name and description of
1121 the UNDERLINE arg of `set-face-underline-p'.
1122
11232007-01-29 Eli Zaretskii <eliz@gnu.org>
1124
1125 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1126 Variables", and "Standard Keymaps" to the detailed menu.
1127
1128 * variables.texi (Future Local Variables): Add index entry.
1129
11302007-01-28 Richard Stallman <rms@gnu.org>
1131
1132 * tips.texi (Coding Conventions): Clarify the tip about macros
1133 that define a function or a variable.
1134
1135 * files.texi (File Attributes): UID and GID can be floats.
1136 (Magic File Names): Explain why deferring all operations to
1137 the standard handler does not work.
1138
11392007-01-23 Martin Rudalics <rudalics@gmx.at>
1140
1141 * backups.texi (Reverting): Use "buffer" instead of "file"
1142 when talking about major and minor modes.
1143
11442007-01-21 Richard Stallman <rms@gnu.org>
1145
1146 * help.texi (Documentation): Add xref to Documentation Tips.
1147
11482007-01-14 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * tips.texi (Coding Conventions): Fix typos.
1151
11522007-01-05 Richard Stallman <rms@gnu.org>
1153
1154 * modes.texi (Defining Minor Modes): Fix previous change.
1155
11562007-01-03 Richard Stallman <rms@gnu.org>
1157
1158 * customize.texi (Variable Definitions, Customization Types):
1159 Don't use * in doc string for defcustom.
1160
11612007-01-02 Richard Stallman <rms@gnu.org>
1162
1163 * variables.texi (Variable Aliases): Clarify that aliases vars
1164 always have the same value.
1165
1166 * processes.texi (Bindat Spec): Fix Texinfo usage.
1167
1168 * modes.texi (Defining Minor Modes): Explain effect of command
1169 defined with define-global-minor-mode on new buffers.
1170
11712006-12-30 Kim F. Storm <storm@cua.dk>
1172
1173 * keymaps.texi (Tool Bar): Describe `grow-only' value of
1174 `auto-resize-tool-bars'.
1175
11762006-12-30 Richard Stallman <rms@gnu.org>
1177
1178 * keymaps.texi (Active Keymaps): Fix previous change.
1179
11802006-12-30 Nick Roberts <nickrob@snap.net.nz>
1181
1182 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1183
11842006-12-30 Kim F. Storm <storm@cua.dk>
1185
1186 * processes.texi (Bindat Spec): Clarify using field names in
1187 length specifications.
1188
11892006-12-29 Kim F. Storm <storm@cua.dk>
1190
1191 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1192 Add count and index variables for eval forms in repeat blocks.
1193
11942006-12-24 Richard Stallman <rms@gnu.org>
1195
1196 * customize.texi (Variable Definitions): Document
1197 new name custom-add-frequent-value.
1198
11992006-12-19 Kim F. Storm <storm@cua.dk>
1200
1201 * commands.texi (Misc Events): User signals now result in sigusr1
1202 and sigusr2 events which are handled through special-event-map.
1203 (Special Events): User signals and drag-n-drop are special.
1204
12052006-12-17 Richard Stallman <rms@gnu.org>
1206
1207 * loading.texi (Named Features): Explain subfeatures better.
1208
1209 * customize.texi: Use "option" only for user options.
1210 For the keyword values inside defcustom etc, say "keywords".
1211 For :options value's elements, say "elements".
1212 :group should not be omitted.
1213
1214 * syntax.texi (Parsing Expressions): Split up node.
1215 (Motion via Parsing, Position Parse, Parser State)
1216 (Low-Level Parsing, Control Parsing): New subnodes.
1217 (Parser State): Document syntax-ppss-toplevel-pos.
1218
1219 * positions.texi (List Motion): Punctuation fix.
1220
1221 * files.texi (File Name Completion): Document PREDICATE arg
1222 to file-name-completion.
1223
12242006-12-16 Eli Zaretskii <eliz@gnu.org>
1225
1226 * internals.texi (Building Emacs, Writing Emacs Primitives):
1227 Add index entries.
1228
12292006-12-11 Richard Stallman <rms@gnu.org>
1230
1231 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1232 affects face menu. Explain how to make it non-nil without enabling
1233 any fontification.
1234
12352006-12-10 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * modes.texi (Font Lock Basics): Document nil value of
1238 font-lock-defaults.
1239
12402006-12-10 Glenn Morris <rgm@gnu.org>
1241
1242 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
1243 value for system-flag argument. Abbrev tables may not be empty
1244 when major modes are loaded.
1245
12462006-12-08 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * makefile.w32-in (maintainer-clean): Partially revert last
1249 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
1250 to protect elisp-covers.texi.
1251
12522006-12-07 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
1255 Don't remove elisp* info files; they are already deleted by the
1256 `clean' and `distclean' targets, and they are in the $(infodir)
1257 directory, not the current one.
1258
12592006-12-04 Kim F. Storm <storm@cua.dk>
1260
1261 * commands.texi (Misc Events): Update signal events.
1262 (Event Examples): Add signal example.
1263
12642006-11-29 Richard Stallman <rms@gnu.org>
1265
1266 * frames.texi (Visibility of Frames): Explain visible windows
1267 can be covered by others. Add xref for raise-frame.
1268
12692006-11-28 Richard Stallman <rms@gnu.org>
1270
1271 * searching.texi (Regexp Special): Update when ^ is special.
1272
12732006-11-27 Eli Zaretskii <eliz@gnu.org>
1274
1275 * customize.texi (Customization, Common Keywords)
1276 (Group Definitions, Variable Definitions, Composite Types)
1277 (Type Keywords, Customization Types): Add index entries for
1278 various customization keywords.
1279
12802006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
1283
c8763fb6 12842006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
1285
1286 * frames.texi (Window System Selections): Remove clipboard from
1287 description of selection-coding-system.
1288
12892006-11-06 Richard Stallman <rms@gnu.org>
1290
1291 * lists.texi (List Variables): Document COMPARE-FN.
1292
1293 * keymaps.texi: Avoid use of "binding" to mean a relation;
1294 use it only to refer to the meaning associated with a key.
1295 (Keymaps): Change menu node description.
1296
1297 * elisp.texi (Top): Change menu node description.
1298
1299 * display.texi (Managing Overlays): Document overlay-recenter.
1300
13012006-10-29 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * Makefile.in: Use relative paths to avoid advertising filesystem
1304 contents during compilation.
1305
13062006-10-23 Kim F. Storm <storm@cua.dk>
1307
1308 * commands.texi (Event Input Misc): Update unread-command-events.
1309
13102006-10-23 Nick Roberts <nickrob@snap.net.nz>
1311
1312 * lists.texi (Sets And Lists): Fix typos.
1313
13142006-10-18 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * control.texi (Processing of Errors): Use @var for an argument,
1317 not @code.
1318
13192006-10-16 Richard Stallman <rms@gnu.org>
1320
1321 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
1322
1323 * keymaps.texi (Format of Keymaps): Show all the keymap element
1324 patterns that result from menu items.
1325 (Key Lookup): Minor cleanups.
1326
1327 * modes.texi (Precalculated Fontification): Don't say that
1328 not setting font-lock-defaults avoids loading font-lock.
1329
1330 * help.texi (Documentation): Move xref to Emacs Manual here.
1331 (Documentation Basics): From here.
1332 Also doc emacs-lisp-docstring-fill-column.
1333
1334 * elisp.texi: Update version and ISBN.
1335
1336 * commands.texi (Interactive Call): Clarify KEYS arg to
1337 call-interactively is a vector.
1338 (Command Loop Info): Delete anchor in this-command-keys.
1339 Add anchor in this-command-keys-vector.
1340 (Recursive Editing): Document how recursive-edit
1341 handles the current buffer.
1342
13432006-10-13 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * frames.texi (Frame Titles): %c and %l are ignored in
1346 frame-title-format.
1347
13482006-10-11 Richard Stallman <rms@gnu.org>
1349
1350 * keymaps.texi (Key Sequences): Clarify use of kbd.
1351
13522006-10-10 Kim F. Storm <storm@cua.dk>
1353
1354 * lists.texi (Sets And Lists): Add memql.
1355
13562006-10-03 Richard Stallman <rms@gnu.org>
1357
1358 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
1359 Clarify :ascii: and :nonascii:.
1360
13612006-09-29 Juri Linkov <juri@jurta.org>
1362
1363 * modes.texi (%-Constructs): Reorder coding systems in the
1364 documentation of %z to the real order displayed in the modeline.
1365
13662006-09-25 Richard Stallman <rms@gnu.org>
1367
1368 * os.texi (Timers): Describe timer-max-repeats.
1369
13702006-09-25 Chong Yidong <cyd@stupidchicken.com>
1371
1372 * os.texi (Timers): Mention with-local-quit.
1373
13742006-09-24 Richard Stallman <rms@gnu.org>
1375
1376 * searching.texi (Searching and Matching): Mention property search.
1377
1378 * commands.texi (Command Loop Info): Explain how read-event affects
1379 this-command-keys.
1380
13812006-09-20 Richard Stallman <rms@gnu.org>
1382
1383 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
1384
1385 * windows.texi (Window Start): Minor cleanups.
1386
13872006-09-20 Kim F. Storm <storm@cua.dk>
1388
1389 * windows.texi (Window Start): pos-visible-in-window-p allows
1390 specifying t for position to mean "end of window".
1391 Add window-line-height.
1392
1393 * anti.texi (Antinews): Mention window-line-height.
1394
13952006-09-19 David Kastrup <dak@gnu.org>
1396
1397 * keymaps.texi (Searching Keymaps): Small clarification.
1398
13992006-09-18 Richard Stallman <rms@gnu.org>
1400
1401 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1402 cause keyboard menus.
1403 (Menu Keymaps): Likewise.
1404 (Defining Menus, Keyboard Menus): Clarify.
1405
1406 * text.texi (Fields): Clarify explanation of constrain-to-field.
1407
14082006-09-16 Eli Zaretskii <eliz@gnu.org>
1409
1410 * variables.texi (Tips for Defining): Fix a typo.
1411
14122006-09-15 Richard Stallman <rms@gnu.org>
1413
1414 * keymaps.texi (Remapping Commands, Searching Keymaps)
1415 (Active Keymaps): Clean up previous change.
1416
14172006-09-15 Jay Belanger <belanger@truman.edu>
1418
1419 * gpl.texi: Replace "Library Public License" by "Lesser Public
1420 License" throughout.
1421
14222006-09-15 David Kastrup <dak@gnu.org>
1423
1424 * keymaps.texi (Active Keymaps): Adapt description to use
1425 `get-char-property' instead `get-text-property'. Explain how
1426 mouse events change this. Explain the new optional argument of
1427 `key-binding' and its mouse-dependent lookup.
1428 (Searching Keymaps): Adapt description similarly.
1429 (Remapping Commands): Explain the new optional argument of
1430 `command-remapping'.
1431
14322006-09-14 Richard Stallman <rms@gnu.org>
1433
1434 * keymaps.texi (Searching Keymaps): Clarification.
1435 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1436
14372006-09-13 Richard Stallman <rms@gnu.org>
1438
1439 * objects.texi (Character Type): Node split.
1440 Add xref to Describing Characters.
1441 (Basic Char Syntax, General Escape Syntax)
1442 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
1443
14442006-09-11 Richard Stallman <rms@gnu.org>
1445
1446 * display.texi (Display Table Format): Wording clarification.
1447 (Glyphs): Clarifications.
1448
14492006-09-10 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * keymaps.texi (Active Keymaps): Mention that key-binding checks
1452 local maps.
1453
14542006-09-10 Kim F. Storm <storm@cua.dk>
1455
1456 * display.texi (Forcing Redisplay): Document return value of
1457 function redisplay.
1458
14592006-09-09 Richard Stallman <rms@gnu.org>
1460
1461 * windows.texi (Window Hooks): Explain limits of
1462 window-scroll-functions.
1463
1464 * display.texi (Fringe Indicators): Update for last change in
1465 indicate-buffer-boundaries.
1466
14672006-09-08 Richard Stallman <rms@gnu.org>
1468
1469 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
1470
14712006-09-06 Kim F. Storm <storm@cua.dk>
1472
1473 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
1474
1475 * windows.texi (Window Start): Update pos-visible-in-window-p.
1476
14772006-09-04 Richard Stallman <rms@gnu.org>
1478
1479 * processes.texi (Accepting Output): Explain SECONDS=0 for
1480 accept-process-output.
1481
1482 * os.texi (Idle Timers): Explain why timer functions should not
1483 loop until (input-pending-p).
1484
14852006-09-02 Eli Zaretskii <eliz@gnu.org>
1486
1487 * makefile.w32-in (usermanualdir): New variable.
1488 (elisp.dvi): Use it.
1489
14902006-09-01 Eli Zaretskii <eliz@gnu.org>
1491
1492 * buffers.texi (Buffer Modification): Fix last change.
1493
14942006-09-01 Chong Yidong <cyd@stupidchicken.com>
1495
1496 * buffers.texi (Buffer Modification): Document
1497 buffer-chars-modified-tick.
1498
14992006-08-31 Richard Stallman <rms@gnu.org>
1500
1501 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
1502
15032006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
1504
1505 * modes.texi (Syntactic Font Lock):
1506 Mention font-lock-syntactic-face-function
1507 instead of specific faces.
1508
15092006-08-29 Chong Yidong <cyd@stupidchicken.com>
1510
1511 * display.texi (Images): Add xrref to display-images-p.
1512
15132006-08-28 Kenichi Handa <handa@m17n.org>
1514
1515 * nonascii.texi (Lisp and Coding Systems): Fix description of
1516 detect-coding-region.
1517
15182006-08-27 Michael Olson <mwolson@gnu.org>
1519
1520 * processes.texi (Transaction Queues): Remove stray quote
1521 character.
1522
15232006-08-25 Richard Stallman <rms@gnu.org>
1524
1525 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
1526 Add xref.
1527
15282006-08-24 Chong Yidong <cyd@stupidchicken.com>
1529
1530 * os.texi (Timers): Avoid waiting inside timers.
1531
15322006-08-21 Lute Kamstra <lute@gnu.org>
1533
1534 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
1535
15362006-08-20 Richard Stallman <rms@gnu.org>
1537
1538 * os.texi (Idle Timers): New node, split out from Timers.
1539 Document current-idle-time.
1540 * commands.texi (Reading One Event): Update xref.
1541 * elisp.texi (Top): Update subnode menu.
1542
15432006-08-16 Richard Stallman <rms@gnu.org>
1544
1545 * keymaps.texi (Extended Menu Items): Show format of cached
1546 bindings in extended menu items.
1547
1548 * customize.texi (Variable Definitions): Explain when the
1549 standard value expression is evaluated.
1550
15512006-08-15 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * commands.texi (Reading One Event): Explain idleness in
1554 `read-event'.
1555
15562006-08-12 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * text.texi (Near Point): Say "cursor" not "terminal cursor".
1559 (Commands for Insertion): Removed split-line since it's not
1560 relevant for Lisp programming.
1561 (Yank Commands): Rewrite introduction.
1562 (Undo): Clarify.
1563 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
1564 (Filling): Remove redundant comment. Clarify return value of
1565 current-justification.
1566 (Margins): Minor clarifications.
1567 (Adaptive Fill): Update default value of adaptive-fill-regexp.
1568 (Sorting): Update definition of sort-lines.
1569 (Columns): Clarify behavior of sort-columns.
1570 (Indent Tabs): Link to Tab Stops in Emacs manual.
1571 (Special Properties): Clarify.
1572 (Clickable Text): Mention Buttons package.
1573
15742006-08-12 Kevin Ryde <user42@zip.com.au>
1575
1576 * os.texi (Time Parsing): Add %z to description of
1577 format-time-string, as per docstring. Add cross reference to
1578 glibc manual for strftime.
1579
15802006-08-08 Richard Stallman <rms@gnu.org>
1581
1582 * modes.texi: Clean up wording in previous change.
1583
15842006-08-07 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * modes.texi (Hooks): Clarify.
1587 (Major Mode Basics): Mention define-derived-mode explicitly.
1588 (Major Mode Conventions): Rebinding RET is OK for some modes.
1589 Mention change-major-mode-hook and after-change-major-mode-hook.
1590 (Example Major Modes): Moved to end of Modes section.
1591 (Mode Line Basics): Clarify.
1592 (Mode Line Data): Mention help-echo and local-map in strings.
1593 Explain reason for treatment of non-risky variables.
1594 (Properties in Mode): Clarify.
1595 (Faces for Font Lock): Add font-lock-negation-char-face.
1596
15972006-08-04 Eli Zaretskii <eliz@gnu.org>
1598
1599 * strings.texi (Formatting Strings): Warn against arbitrary
1600 strings as first arg to `format'.
1601
16022006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
1603
1604 * text.texi (Clickable Text): Mention `help-echo' text property.
1605 Update intro, examples and associated explanations.
1606
16072006-07-31 Richard Stallman <rms@gnu.org>
1608
1609 * commands.texi: Update xrefs.
1610 (Event Mod): New node, cut out from old Translating Input.
1611
1612 * maps.texi: Update xrefs.
1613
1614 * keymaps.texi (Translation Keymaps): New node.
1615 Update xrefs from Translating Input to Translation Keymaps.
1616
1617 * elisp.texi (Top): Update subnode menu.
1618
1619 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
1620
1621 * os.texi (System Interface): Fix menu descriptions of some nodes.
1622 (Translating Input): Node deleted.
1623
16242006-07-31 Nick Roberts <nickrob@snap.net.nz>
1625
1626 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
1627
1628 * lists.texi (Sets And Lists): Likewise.
1629
16302006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
1631
1632 * text.texi (Fields): Mention POS
1633 requirement when narrowing is in effect.
1634
16352006-07-28 Richard Stallman <rms@gnu.org>
1636
1637 * display.texi (Face Attributes): Simplify wording.
1638 (Attribute Functions): Clarify meaning of new-frame default
1639 attribute settings.
1640
1641 * customize.texi (Common Keywords): Document how to use
1642 :package-version in a package not in Emacs.
1643
16442006-07-28 Kim F. Storm <storm@cua.dk>
1645
1646 * commands.texi (Reading One Event): Fix last change.
1647
16482006-07-26 Chong Yidong <cyd@stupidchicken.com>
1649
1650 * commands.texi (Reading One Event): Document SECONDS argument for
1651 read-event, read-char, and read-char-exclusive.
1652
16532006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1654
1655 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
1656 to ensure correct identification.
1657
16582006-07-24 Richard Stallman <rms@gnu.org>
1659
1660 * text.texi (Clickable Text): Clarify.
1661
1662 * sequences.texi (Vector Functions): Delete duplicate xref.
1663
1664 * objects.texi (Function Type): Clarify.
1665
1666 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
1667 modes.
1668
1669 * lists.texi (List Variables): New node.
1670 Material moved from other nodes.
1671
1672 * variables.texi (Setting Variables): add-to-list and
1673 add-to-ordered-list moved to List Variables node.
1674
16752006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1676
1677 * text.texi (Links and Mouse-1):
1678 For mouse-on-link-p, expand on arg POS.
1679
16802006-07-21 Kim F. Storm <storm@cua.dk>
1681
1682 * display.texi (Forcing Redisplay): Don't mention systems which
1683 don't support sub-second timers for redisplay-preemption-period.
1684
1685 * os.texi (Terminal Output): Clarify text vs graphical terminal.
1686
16872006-07-21 Eli Zaretskii <eliz@gnu.org>
1688
1689 * frames.texi (Input Focus): Document that focus-follows-mouse has
1690 no effect on MS-Windows.
1691
16922006-07-18 Richard Stallman <rms@gnu.org>
1693
1694 * display.texi (Forcing Redisplay): Cleanups in previous change.
1695
1696 * processes.texi (Low-Level Network): Make menu more convenient.
1697
16982006-07-18 Kim F. Storm <storm@cua.dk>
1699
1700 * display.texi (Forcing Redisplay): redisplay-preemption-period
1701 only used on window systems. Add xref to Terminal Output.
1702
1703 * os.texi (Terminal Output): baud-rate only controls preemption on
1704 non-window systems. Add xref to Forcing Redisplay.
1705
1706 * processes.texi (Low-Level Network): Rename node "Make Network"
1707 to "Network Processes".
1708
17092006-07-18 Karl Berry <karl@gnu.org>
1710
1711 * variables.texi, functions.texi, customize.texi, loading.texi:
1712 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
1713
17142006-07-17 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * commands.texi (Waiting): Document batch-mode sit-for behavior.
1717
17182006-07-17 Richard Stallman <rms@gnu.org>
1719
1720 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
1721 Put period and comma inside quotes.
1722
1723 * loading.texi, markers.texi: Use real doublequote inside menus.
1724
1725 * windows.texi: Put point and comma inside quotes.
1726 (Textual Scrolling): Use @samp for error message.
1727
1728 * variables.texi, tips.texi, syntax.texi, symbols.texi:
1729 * strings.texi, streams.texi, processes.texi, os.texi:
1730 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
1731 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
1732 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
1733 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
1734 Put point and comma inside quotes.
1735
1736 * control.texi (Processing of Errors): Add command-error-function.
1737
1738 * variables.texi (File Local Variables): Clarify that
1739 file local variables make buffer-local bindings.
1740
1741 * modes.texi (Syntactic Font Lock): Give default for
1742 font-lock-syntax-table.
1743
17442006-07-17 Nick Roberts <nickrob@snap.net.nz>
1745
1746 * text.texi (Special Properties): Clean up previous change.
1747
17482006-07-16 Karl Berry <karl@gnu.org>
1749
1750 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
1751 * control.texi: Fix bad page breaks through chapter 10 (control).
1752
1753 * anti.texi (Antinews): Reorder face-attribute fns to avoid
1754 underfull hbox.
1755
17562006-07-15 Nick Roberts <nickrob@snap.net.nz>
1757
1758 * text.texi (Special Properties): Describe fontified text property
1759 in relation to a character (not text).
1760
17612006-07-15 Kim F. Storm <storm@cua.dk>
1762
1763 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
1764 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
1765 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
1766
1767 * anti.texi (Antinews): Mention redisplay function.
1768 The kbd macro existed, but was not documented, before 22.x.
1769 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
1770
17712006-07-14 Nick Roberts <nickrob@snap.net.nz>
1772
1773 * display.texi (Displaying Messages): Add anchor.
1774
1775 * frames.texi (Dialog Boxes): Use it.
1776
17772006-07-12 Richard Stallman <rms@gnu.org>
1778
1779 * objects.texi (Frame Type): Explain nature of frames better.
1780
1781 * frames.texi (Frames): Explain nature of frames better.
1782
17832006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
1784
1785 * tips.texi (Coding Conventions): Explain why use cl at compile time.
1786
17872006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1788
1789 * frames.texi (Window System Selections): Mention scrap support for Mac.
1790 Default value of x-select-enable-clipboard is t on Mac.
1791
1792 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
1793
17942006-07-11 Kim F. Storm <storm@cua.dk>
1795
1796 * display.texi (Forcing Redisplay): Add `redisplay' function.
1797 Don't mention (sit-for -1) -- use (redisplay t) instead.
1798
1799 * commands.texi (Waiting): (sit-for -1) is no longer special.
1800 (sit-for 0) is equivalent to (redisplay).
1801 Iconifying/deiconifying no longer makes sit-for return.
1802
18032006-07-10 Nick Roberts <nickrob@snap.net.nz>
1804
1805 * display.texi (Buttons): Fix typo.
1806
1807 * index.texi, elisp.texi (New Symbols): Comment node out.
1808
18092006-07-09 Richard Stallman <rms@gnu.org>
1810
1811 * display.texi (Truncation): Clean up previous change.
1812
18132006-07-08 Richard Stallman <rms@gnu.org>
1814
1815 * commands.texi (Interactive Call): Use 3 as prefix in example
1816 for execute-extended-command.
1817
1818 * display.texi (Attribute Functions): Move paragraph about
1819 compatibility with Emacs < 21.
1820
18212006-07-09 Kim F. Storm <storm@cua.dk>
1822
1823 * display.texi (Refresh Screen): Clarify force-window-update.
1824 (Truncation): "Normally" indicated by fringe arrows.
1825
18262006-07-08 Eli Zaretskii <eliz@gnu.org>
1827
1828 * windows.texi (Textual Scrolling, Resizing Windows):
1829 * variables.texi (Constant Variables):
1830 * text.texi (Buffer Contents, Deletion, Changing Properties)
1831 (Property Search, Special Properties, Sticky Properties)
1832 (Links and Mouse-1, Fields, Change Hooks):
1833 * syntax.texi (Syntax Table Functions, Parsing Expressions)
1834 (Categories):
1835 * symbols.texi (Other Plists):
1836 * streams.texi (Output Variables):
1837 * processes.texi (Input to Processes, Query Before Exit):
1838 * positions.texi (Word Motion, Text Lines, List Motion):
1839 * os.texi (Init File, System Environment, Sound Output)
1840 (Session Management):
1841 * nonascii.texi (Text Representations, Character Sets)
1842 (Chars and Bytes, Locales):
1843 * modes.texi (Defining Minor Modes, Header Lines):
1844 * minibuf.texi (Minibuffer Contents):
1845 * markers.texi (Information from Markers):
1846 * lists.texi (List Elements, Building Lists, Association Lists):
1847 * keymaps.texi (Tool Bar):
1848 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
1849 * functions.texi (What Is a Function, Mapping Functions):
1850 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
1851 (Color Names, Text Terminal Colors, Display Feature Testing):
1852 * files.texi (Visiting Functions, File Name Components)
1853 (Unique File Names, Contents of Directories):
1854 * display.texi (Forcing Redisplay, Displaying Messages)
1855 (Temporary Displays, Font Selection, Auto Faces)
1856 (Font Lookup, Fringe Indicators, Display Margins)
1857 (Image Descriptors, Showing Images, Image Cache, Button Types)
1858 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
1859 (Display Table Format, Glyphs):
1860 * control.texi (Iteration):
1861 * commands.texi (Command Loop Info, Adjusting Point):
1862 * backups.texi (Making Backups, Auto-Saving):
1863 Remove @tindex entries.
1864
18652006-07-07 Kim F. Storm <storm@cua.dk>
1866
1867 * display.texi (Fringe Cursors): Fix typo.
1868 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
1869 (Overlay Arrow): Default is overlay-arrow fringe indicator.
1870
18712006-07-05 Richard Stallman <rms@gnu.org>
1872
1873 * text.texi (Buffer Contents): Add example of text props
1874 in result of buffer-substring.
1875 (Text Properties): Explain better about use of specific property names.
1876 (Property Search): Some cleanups; reorder some functions.
1877
1878 * keymaps.texi (Changing Key Bindings): Cleanup.
1879 Add xref to Key Binding Conventions.
1880
1881 * display.texi (Attribute Functions): Add examples for
1882 face-attribute-relative-p.
1883
1884 * tips.texi (Coding Conventions): Cleanup last change.
1885
18862006-07-05 Karl Berry <karl@gnu.org>
1887
1888 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
1889 Remove @setchapternewpage odd.
1890 Result is 1013 pages, down from 1100.
1891
1892 * anti.texi, customize.texi, display.texi, internals.texi:
1893 * minibuf.texi, modes.texi, tips.texi:
1894 Fix overfull/underfull boxes.
1895
18962006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1897
1898 * edebug.texi (Instrumenting):
1899 Add Edebug-specific findex for eval-buffer.
1900 * loading.texi (Loading):
1901 Replace eval-current-buffer with eval-buffer.
1902
19032006-06-30 Nick Roberts <nickrob@snap.net.nz>
1904
1905 * locals.texi (Standard Buffer-Local Variables): Update the list
1906 of variables.
1907
19082006-06-26 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * files.texi (File Name Completion): Point user to the node
1911 "Reading File Names".
1912
19132006-06-24 Eli Zaretskii <eliz@gnu.org>
1914
1915 * files.texi (Contents of Directories): Document case-insensitive
1916 behavior on respective filesystems.
1917
1918 * objects.texi (Character Type): Document that Emacs signals an
1919 error for unsupported Unicode characters specified as \uNNNN.
1920
19212006-06-19 Richard Stallman <rms@gnu.org>
1922
1923 * processes.texi (Bindat Spec): Clarify previous change.
1924
19252006-06-16 Richard Stallman <rms@gnu.org>
1926
1927 * tips.texi (Coding Conventions): Better explain conventions
1928 for definition constructs.
1929
1930 * text.texi (Special Properties): String value of `read-only'
1931 serves as the error message.
1932
1933 * objects.texi (Character Type): Clarify prev. change.
1934 (Non-ASCII in Strings): Mention \u and \U.
1935
1936 * commands.texi (Using Interactive): Explain problem of
1937 markers, etc., in command-history.
1938
19392006-06-14 Kim F. Storm <storm@cua.dk>
1940
1941 * commands.texi (Waiting): Negative arg to sit-for forces
1942 redisplay even if input is pending.
1943
1944 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
1945 redisplay. Remove incorrect example of binding redisplay-dont-pause
1946 around (sit-for 0).
1947
19482006-06-13 Richard Stallman <rms@gnu.org>
1949
1950 * display.texi (Forcing Redisplay): Clarify previous change.
1951
19522006-06-13 Romain Francoise <romain@orebokech.com>
1953
1954 * display.texi (Forcing Redisplay): Fix typo.
1955
19562006-06-13 Kim F. Storm <storm@cua.dk>
1957
1958 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
1959
19602006-06-10 Luc Teirlinck <teirllm@auburn.edu>
1961
1962 * tips.texi (Coding Conventions): Add `@end itemize'.
1963
19642006-06-10 Richard Stallman <rms@gnu.org>
1965
1966 * tips.texi (Coding Conventions): Explain use of coding systems
1967 to ensure one decoding for strings.
1968
19692006-06-09 Aidan Kehoe <kehoea@parhasard.net>
1970
1971 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
1972 syntax.
1973
19742006-06-07 Eli Zaretskii <eliz@gnu.org>
1975
1976 * display.texi (Font Selection): Remove description of
1977 clear-face-cache.
1978
1979 * compile.texi (Eval During Compile): Fix a typo. Add index
1980 entries for possible uses of eval-when-compile.
1981
19822006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
1983
1984 * display.texi (Abstract Display): Fix typo.
1985
19862006-06-03 Eli Zaretskii <eliz@gnu.org>
1987
1988 * minibuf.texi (Minibuffer History) <history-add-new-input>:
1989 Reword variable's description.
1990
19912006-06-01 Richard Stallman <rms@gnu.org>
1992
1993 * windows.texi (Splitting Windows): Clarify splitting nonselected
1994 window.
1995
19962006-05-31 Juri Linkov <juri@jurta.org>
1997
1998 * minibuf.texi (Minibuffer History): Add history-add-new-input.
1999
20002006-05-30 Richard Stallman <rms@gnu.org>
2001
2002 * display.texi (Line Height): Fix errors in description of
10d1d0af 2003 default line height and line-height property.
b8d4c8d0
GM
2004
2005 * nonascii.texi (Default Coding Systems): Further clarification.
2006
20072006-05-29 Luc Teirlinck <teirllm@auburn.edu>
2008
2009 * internals.texi (Pure Storage): Mention that an overflow in pure
2010 space causes a memory leak.
2011 (Garbage Collection): If there was an overflow in pure space,
2012 `garbage-collect' returns nil.
2013
20142006-05-30 Eli Zaretskii <eliz@gnu.org>
2015
2016 * nonascii.texi (Default Coding Systems): Fix it some more.
2017
20182006-05-29 Eli Zaretskii <eliz@gnu.org>
2019
2020 * nonascii.texi (Default Coding Systems): Fix last change.
2021
20222006-05-29 Kenichi Handa <handa@m17n.org>
2023
2024 * nonascii.texi (find-operation-coding-system): Describe the new
2025 argument format (FILENAME . BUFFER).
2026
20272006-05-28 Richard Stallman <rms@gnu.org>
2028
2029 * tips.texi (Coding Conventions): Better explain reasons not to
2030 advise other packages or use `eval-after-load'.
2031
20322006-05-29 Kim F. Storm <storm@cua.dk>
2033
2034 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2035 `bindat-idx' and `bindat-raw' for clarity.
2036
20372006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2038
2039 * processes.texi (Bindat Spec): Expand on `repeat' handler.
2040
2041 * display.texi (Display): Add "Abstract Display" to menu.
2042 (Abstract Display, Abstract Display Functions)
2043 (Abstract Display Example): New nodes.
2044 * elisp.texi (Top): Add "Abstract Display" to menu.
2045
20462006-05-27 Chong Yidong <cyd@stupidchicken.com>
2047
2048 * keymaps.texi (Key Sequences): Link to input events definition.
2049 (Format of Keymaps): Delete material duplicated in Keymap Basics.
2050
2051 * files.texi (Changing Files): Document updated argument list for
2052 copy-file.
2053
20542006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2055
2056 * processes.texi (Bindat Functions): Explain term "total length".
2057 Use it in bindat-length and bindat-pack descriptions.
2058
20592006-05-26 Eli Zaretskii <eliz@gnu.org>
2060
2061 * tips.texi (Coding Conventions): Advise against using
2062 eval-after-load in packages. Add an index entry.
2063
20642006-05-25 Juri Linkov <juri@jurta.org>
2065
2066 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2067
2068 * modes.texi (%-Constructs): Add %e, %z, %Z.
2069
20702006-05-25 Richard Stallman <rms@gnu.org>
2071
2072 * elisp.texi (Top): Update subnode menu.
2073
2074 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2075 (Keymaps): Update menu.
2076
20772006-05-25 Chong Yidong <cyd@stupidchicken.com>
2078
2079 * keymaps.texi (Key Sequences): Some clarifications.
2080
20812006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2082
2083 * processes.texi (Bindat Functions): Say "unibyte string"
2084 explicitly for bindat-unpack and bindat-pack descriptions.
2085 (Bindat Examples): Don't call `string-make-unibyte' in example.
2086
20872006-05-25 Chong Yidong <cyd@stupidchicken.com>
2088
2089 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 2090 Explain string and vector representations of key sequences.
b8d4c8d0
GM
2091
2092 * keymaps.texi (Changing Key Bindings):
dd7b651b 2093 * commands.texi (Interactive Codes):
b8d4c8d0
GM
2094 * help.texi (Describing Characters): Refer to it.
2095
20962006-05-23 Luc Teirlinck <teirllm@auburn.edu>
2097
2098 * frames.texi (Pointer Shape): @end table -> @end defvar.
2099
21002006-05-22 Richard Stallman <rms@gnu.org>
2101
2102 * elisp.texi (Top): Update subnode menus.
2103
2104 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2105 Contents rewritten; material from old Pointer Shape node moved here.
2106
2107 * display.texi (Pointer Shape): Node deleted.
2108 (Image Descriptors): Minor cleanup.
2109
21102006-05-21 Richard Stallman <rms@gnu.org>
2111
2112 * syntax.texi (Parsing Expressions): Update info on which STATE
2113 elements are ignored.
2114
21152006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2116
2117 * hooks.texi (Standard Hooks): Correct typo.
2118
2119 * gpl.texi (GPL): ifinfo -> ifnottex.
2120
21212006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
2122
2123 * searching.texi (Simple Match Data): Warn about match data being
2124 set anew by every search.
2125
21262006-05-17 Richard Stallman <rms@gnu.org>
2127
2128 * minibuf.texi (Minibuffer History): Clarify.
2129
2130 * searching.texi (Regexp Special): Clarify nested regexp warning.
2131
21322006-05-16 Kim F. Storm <storm@cua.dk>
2133
2134 * minibuf.texi (Minibuffer History): Update add-to-history.
2135
21362006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
2137
2138 * nonascii.texi (Explicit Encoding): Fix
2139 typo (encoding<->decoding).
2140
21412006-05-14 Richard Stallman <rms@gnu.org>
2142
2143 * buffers.texi (Creating Buffers): Cleanup.
2144
2145 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2146
21472006-05-13 Eli Zaretskii <eliz@gnu.org>
2148
2149 * buffers.texi (Current Buffer): Document that with-temp-buffer
2150 disables undo.
2151
2152 * os.texi (Terminal-Specific): More accurate description of how
2153 Emacs searches for the terminal-specific libraries.
2154
21552006-05-12 Eli Zaretskii <eliz@gnu.org>
2156
2157 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2158 emacs-xtra to @inforef's.
2159
2160 * text.texi (Undo): Document that undo is turned off in buffers
2161 whose names begin with a space.
2162
2163 * buffers.texi (Buffer Names): Add index entries for buffers whose
2164 names begin with a space.
2165 (Creating Buffers): Document that undo is turned off in buffers
2166 whose names begin with a space.
2167
2168 * files.texi (Visiting Functions, Reading from Files)
2169 (Saving Buffers): Mention code and EOL conversions by file I/O
2170 primitives and subroutines.
2171
2172 * nonascii.texi (Lisp and Coding Systems): Document
2173 coding-system-eol-type. Add index entries for eol conversion.
2174
2175 * display.texi (Defining Faces): Mention `mac', and add an xref to
2176 where window-system is described.
2177
21782006-05-10 Richard Stallman <rms@gnu.org>
2179
2180 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2181
21822006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2183
2184 * variables.texi (File Local Variables): Recommend to quote lambda
2185 expressions in safe-local-variable property.
2186
21872006-05-09 Richard Stallman <rms@gnu.org>
2188
2189 * variables.texi (File Local Variables): Document
2190 safe-local-eval-forms and safe-local-eval-function.
2191
21922006-05-07 Kim F. Storm <storm@cua.dk>
2193
2194 * minibuf.texi (Minibuffer History): Remove keep-dups arg
2195 from add-to-history.
2196
21972006-05-07 Romain Francoise <romain@orebokech.com>
2198
2199 * commands.texi (Event Input Misc):
2200 * compile.texi (Eval During Compile):
2201 * internals.texi (Buffer Internals):
2202 * minibuf.texi (Initial Input):
2203 * nonascii.texi (Scanning Charsets):
2204 * numbers.texi (Comparison of Numbers):
2205 * windows.texi (Textual Scrolling, Vertical Scrolling):
2206 Fix various typos.
2207
22082006-05-06 Eli Zaretskii <eliz@gnu.org>
2209
2210 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2211 conditional xref's to either emacs or emacs-xtra, depending on
2212 @iftex/@ifnottex.
2213
2214 * minibuf.texi (Minibuffer History): Document add-to-history.
2215
22162006-05-05 Eli Zaretskii <eliz@gnu.org>
2217
2218 * internals.texi (Pure Storage): Mention the pure overflow message
2219 at startup.
2220
c8763fb6 22212006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2222
2223 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2224 (Searching Keymaps): Fix pseudo-Lisp description of keymap
2225 search.
2226
22272006-05-01 Richard Stallman <rms@gnu.org>
2228
2229 * intro.texi (nil and t): Clarify.
2230
2231 * variables.texi (File Local Variables): Suggest using booleanp.
2232
22332006-05-01 Juanma Barranquero <lekktu@gmail.com>
2234
2235 * objects.texi (Type Predicates): Fix typos.
2236
22372006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * intro.texi (nil and t): Add booleanp.
2240
2241 * objects.texi (Type Predicates): Add links for booleanp and
2242 string-or-null-p.
2243
22442006-04-29 Richard Stallman <rms@gnu.org>
2245
2246 * modes.texi (Multiline Font Lock): Rename from
2247 Multi line Font Lock Elements. Much clarification.
2248 (Font Lock Multiline, Region to Fontify): Much clarification.
2249
22502006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2251
2252 * variables.texi (File Local Variables): Remove the special case t for
2253 safe-local-variable.
2254
22552006-04-26 Richard Stallman <rms@gnu.org>
2256
2257 * syntax.texi (Parsing Expressions): Minor cleanup.
2258
22592006-04-18 Richard Stallman <rms@gnu.org>
2260
2261 * tips.texi (Coding Conventions): Explain when the package's
2262 prefix should appear later on (not at the start of the name).
2263
2264 * searching.texi (String Search): Clarify effect of NOERROR.
2265
2266 * modes.texi (Imenu): Clarify what special items do.
2267
2268 * hooks.texi (Standard Hooks): Delete text about old hook names.
2269
22702006-04-17 Romain Francoise <romain@orebokech.com>
2271
2272 * variables.texi (Local Variables): Update the default value of
2273 `max-specpdl-size'.
2274
22752006-04-15 Michael Olson <mwolson@gnu.org>
2276
2277 * processes.texi (Transaction Queues): Mention the new optional
2278 `delay-question' argument for `tq-enqueue'.
2279
22802006-04-13 Bill Wohler <wohler@newt.com>
2281
2282 * customize.texi (Common Keywords): Use dotted notation for
2283 :package-version value. Specify its values. Improve documentation
2284 for customize-package-emacs-version-alist.
2285
22862006-04-12 Bill Wohler <wohler@newt.com>
2287
2288 * customize.texi (Common Keywords): Move description of
2289 customize-package-emacs-version-alist to @defvar.
2290
22912006-04-10 Bill Wohler <wohler@newt.com>
2292
2293 * customize.texi (Common Keywords): Add :package-version.
2294
22952006-04-10 Kim F. Storm <storm@cua.dk>
2296
2297 * text.texi (Buffer Contents): Add NOPROPS arg to
2298 filter-buffer-substring.
2299
23002006-04-08 Kevin Ryde <user42@zip.com.au>
2301
2302 * os.texi (Command-Line Arguments): Update xref to emacs manual
2303 "Command Arguments" -> "Emacs Invocation", per change there.
2304
23052006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
2306
2307 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
2308 be on one line to help makeinfo not render two spaces after the dot.
2309
23102006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2311
2312 * strings.texi (Predicates for Strings): Add string-or-null-p.
2313
23142006-03-28 Kim F. Storm <storm@cua.dk>
2315
2316 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
2317 remarks about systems that don't support fractional seconds.
2318
23192006-03-25 Karl Berry <karl@gnu.org>
2320
2321 * elisp.texi: Use @copyright{} instead of (C), and do not indent
2322 the year list.
2323
23242006-03-21 Nick Roberts <nickrob@snap.net.nz>
2325
2326 * display.texi (Fringe Indicators): Fix typos.
2327
23282006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2329
2330 * tips.texi (Documentation Tips): One can now also write `program'
2331 in front of a quoted symbol in a docstring to prevent making a
2332 hyperlink.
2333
23342006-03-19 Alan Mackenzie <acm@muc.de>
2335
2336 * text.texi (Special Properties): Clarify `fontified' property.
2337
23382006-03-16 Richard Stallman <rms@gnu.org>
2339
2340 * display.texi (Defining Images): Minor cleanup.
2341
23422006-03-16 Bill Wohler <wohler@newt.com>
2343
2344 * display.texi (Defining Images): In image-load-path-for-library,
2345 prefer user's images.
2346
23472006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2348
2349 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
2350
23512006-03-15 Bill Wohler <wohler@newt.com>
2352
2353 * display.texi (Defining Images): Fix example in
2354 image-load-path-for-library by not recommending that one binds
2355 image-load-path. Just defvar it to placate compiler and only use
2356 it if previously defined.
2357
23582006-03-14 Bill Wohler <wohler@newt.com>
2359
2360 * display.texi (Defining Images): In image-load-path-for-library,
2361 always return list of directories. Update example.
2362
23632006-03-14 Alan Mackenzie <acm@muc.de>
2364
2365 * modes.texi: New node, "Region to Fontify" (for Font Lock).
2366 This describes font-lock-extend-region-function.
2367 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
2368 the new node "Region to Fontify".
2369
23702006-03-13 Richard Stallman <rms@gnu.org>
2371
2372 * display.texi (Invisible Text): The impossible position is
2373 now before the invisible text, not after.
2374 (Defining Images): Clean up last change.
2375
23762006-03-11 Bill Wohler <wohler@newt.com>
2377
2378 * display.texi (Defining Images): Add image-load-path-for-library.
2379
23802006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2381
2382 * text.texi (Adaptive Fill): Fix Texinfo usage.
2383
2384 * strings.texi (Creating Strings): Fix Texinfo usage.
2385
2386 * searching.texi (Regexp Special): Use @samp for regular
2387 expressions that are not in Lisp syntax.
2388
23892006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2390
2391 * searching.texi (Regexp Special): Put remark between parentheses
2392 to avoid misreading.
2393
23942006-03-07 Luc Teirlinck <teirllm@auburn.edu>
2395
2396 * searching.texi (Syntax of Regexps): More accurately describe
2397 which characters are special in which situations.
2398 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2399 are not special. Describe in detail when `[' and `]' are special.
2400 (Regexp Backslash): Plenty of regexps with unbalanced square
2401 brackets are valid, so reword that statement.
2402
24032006-03-02 Kim F. Storm <storm@cua.dk>
2404
2405 * keymaps.texi (Tool Bar): Add tool-bar-border.
2406
24072006-02-28 Luc Teirlinck <teirllm@auburn.edu>
2408
2409 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
2410
24112006-02-27 Luc Teirlinck <teirllm@auburn.edu>
2412
2413 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2414
2415 * files.texi (Locating Files): Suggest additional values for the
2416 SUFFIXES arg of `locate-file'. Update pxref.
2417
2418 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2419 (How Programs Do Loading): Discuss the effects of Auto Compression
2420 mode on `load'.
2421 (Load Suffixes): New node.
2422 (Library Search): Delete description of `load-suffixes'; it was
2423 moved to "Load Suffixes".
2424 (Autoload, Named Features): Mention `load-suffixes'.
2425
24262006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2427
2428 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2429
2430 * windows.texi (Window Tree): Fix typo.
2431
24322006-02-20 Kim F. Storm <storm@cua.dk>
2433
2434 * display.texi (Fringe Indicators): New section.
2435 Move indicate-empty-lines, indicate-buffer-boundaries, and
2436 default-indicate-buffer-boundaries here.
2437 Add fringe-indicator-alist and default-fringes-indicator-alist.
2438 Add list of logical fringe indicator symbols.
2439 Update list of standard bitmap names.
2440 (Fringe Cursors): New section.
2441 Move overflow-newline-into-fringe here.
2442 Add fringe-cursor-alist and default-fringes-cursor-alist.
2443 Add list of fringe cursor symbols.
2444
24452006-02-20 Juanma Barranquero <lekktu@gmail.com>
2446
2447 * commands.texi (Using Interactive): Fix reference to node
2448 "Minibuffers".
2449
24502006-02-19 Richard M. Stallman <rms@gnu.org>
2451
2452 * minibuf.texi (High-Level Completion):
2453 Add xref to read-input-method-name.
2454
2455 * files.texi (Relative File Names): Move file-relative-name here.
2456 (File Name Expansion): From here. Minor clarifications.
2457
2458 * commands.texi (Using Interactive): Add xrefs about reading input.
2459 Clarify remarks about that moving point and mark.
2460 Put string case before list case.
2461
c8763fb6 24622006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2463
2464 * display.texi (Other Display Specs, Image Descriptors):
2465 Revert erroneous changes. The previous description of
2466 image-descriptors as `(image . PROPS)' was correct.
2467
24682006-02-14 Richard M. Stallman <rms@gnu.org>
2469
2470 * variables.texi (File Local Variables): Clarifications.
2471
24722006-02-14 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * variables.texi (File Local Variables): Use @code for a cons
2475 cell, not @var.
2476
24772006-02-13 Chong Yidong <cyd@stupidchicken.com>
2478
2479 * variables.texi (File Local Variables): Document new file local
2480 variable behavior.
2481
24822006-02-10 Kim F. Storm <storm@cua.dk>
2483
2484 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
2485
24862006-02-08 Juanma Barranquero <lekktu@gmail.com>
2487
2488 * modes.texi (%-Constructs): Remove obsolete info about
2489 `global-mode-string'.
2490
24912006-02-07 Richard M. Stallman <rms@gnu.org>
2492
2493 * commands.texi (Prefix Command Arguments): Minor cleanup.
2494
2495 * display.texi: "Graphical display", not window system.
2496
2497 * functions.texi (What Is a Function): Fix xref.
2498
2499 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
2500 (Changing Key Bindings): Clarify when remapping is better than
2501 substitute-key-definition.
2502
25032006-02-02 Richard M. Stallman <rms@gnu.org>
2504
2505 * minibuf.texi (Basic Completion): Completion alists are risky.
2506
2507 * keymaps.texi (Active Keymaps): Clarifications.
2508 (Searching Keymaps): New node.
2509 (Keymaps): Update menu.
2510
2511 * frames.texi (Layout Parameters): Minor clarification.
2512 (Drag and Drop): New node.
2513 (Frames): Update menu.
2514
25152006-01-29 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * display.texi (Other Display Specs, Image Descriptors):
2518 Image description is a list, not a cons cell.
2519
25202006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2521
2522 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
2523 list is not necessarily a list).
2524
25252006-01-27 Eli Zaretskii <eliz@gnu.org>
2526
2527 * frames.texi (Layout Parameters): border-width and
2528 internal-border-width belong to the frame, not the window.
2529
25302006-01-19 Richard M. Stallman <rms@gnu.org>
2531
2532 * nonascii.texi (Translation of Characters): Search cmds use
2533 translation-table-for-input. Automatically made local.
2534
2535 * markers.texi (Overview of Markers): Count insertion type
2536 as one of a marker's attributes.
2537
2538 * keymaps.texi (Controlling Active Maps): New node, split out of
2539 Active Keymaps.
2540 (Keymaps): Menu updated.
2541 (Active Keymaps): Give pseudocode to explain how the active
2542 maps are searched. current-active-maps and key-binding moved here.
2543 (Functions for Key Lookup): current-active-maps and key-binding moved.
2544 Clarifications.
2545 (Searching the Keymaps): New subnode.
2546
2547 * elisp.texi (Top): Menu clarification.
2548
2549 * display.texi (Other Display Specs): Delete duplicate entry for
2550 just a string as display spec. Move text about recursive display
2551 specs on such a string.
2552
2553 * commands.texi (Key Sequence Input): Clarify.
2554 Move num-nonmacro-input-events out.
2555 (Reading One Event): num-nonmacro-input-events moved here.
2556
25572006-01-14 Nick Roberts <nickrob@snap.net.nz>
2558
2559 * advice.texi (Simple Advice): Update example to fit argument
2560 change in previous-line.
2561
25622006-01-05 Richard M. Stallman <rms@gnu.org>
2563
2564 * markers.texi (The Mark): Fix in `mark'.
2565
25662006-01-04 Richard M. Stallman <rms@gnu.org>
2567
2568 * processes.texi (Misc Network, Make Network): Minor cleanups.
2569
25702006-01-04 Kim F. Storm <storm@cua.dk>
2571
2572 * processes.texi (Make Network): Add IPv6 addresses and handling.
2573 (Network Feature Testing): Mention (:family ipv6).
2574 (Misc Network): Add IPv6 formats to format-network-address.
2575
25762005-12-30 Richard M. Stallman <rms@gnu.org>
2577
2578 * text.texi (Changing Properties):
2579 Don't use return value of set-text-properties.
2580
25812005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2582
2583 * modes.texi (Mode Line Format): Correct typo in menu.
2584
25852005-12-29 Richard M. Stallman <rms@gnu.org>
2586
2587 * modes.texi (Mode Line Top): New node.
2588 (Mode Line Data): Some text moved to new node.
2589 Explain the data structure more concretely.
2590 (Mode Line Basics): Clarifications.
2591 (Mode Line Variables): Clarify intro paragraph.
2592 (%-Constructs): Clarify intro paragraph.
2593 (Mode Line Format): Update menu.
2594
25952005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2596
2597 * minibuf.texi (Basic Completion): Update lazy-completion-table
2598 examples for removal of ARGS argument.
2599
26002005-12-23 Richard M. Stallman <rms@gnu.org>
2601
2602 * text.texi (Undo): Restore some explanation from the version
2603 that was deleted.
2604
26052005-12-23 Eli Zaretskii <eliz@gnu.org>
2606
2607 * text.texi (Undo): Remove duplicate descriptions of `apply
2608 funname' and `apply delta' elements of the undo list.
2609
26102005-12-20 Richard M. Stallman <rms@gnu.org>
2611
2612 * help.texi (Help Functions): Update documentation of `apropos'.
2613
26142005-12-20 Luc Teirlinck <teirllm@auburn.edu>
2615
2616 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
2617 because it is confusing. If the :help-echo keyword is a function,
2618 it is not directly used as the :help-echo overlay property, as the
2619 xref seems to suggest (it does not take the appropriate args).
2620
26212005-12-19 Luc Teirlinck <teirllm@auburn.edu>
2622
2623 * customize.texi (Common Keywords): Fix Texinfo usage.
2624 (Group Definitions, Variable Definitions): Update for new
2625 conventions for using `*' in docstrings.
2626
2627 * tips.texi (Documentation Tips): Update for new conventions for
2628 using `*' in docstrings.
2629
26302005-12-16 Richard M. Stallman <rms@gnu.org>
2631
2632 * minibuf.texi (Minibuffer Contents): Minor cleanup.
2633
26342005-12-16 Juri Linkov <juri@jurta.org>
2635
2636 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
2637
26382005-12-14 Romain Francoise <romain@orebokech.com>
2639
2640 * modes.texi (Customizing Keywords): Rename `append' to `how'.
2641 Fix typo.
2642
26432005-12-11 Juri Linkov <juri@jurta.org>
2644
2645 * minibuf.texi (Completion Commands): Add mention of read-file-name
2646 for filename completion keymaps.
2647 (Reading File Names): Add mention of filename completion keymaps
2648 for read-file-name and xref to `Completion Commands'.
2649
26502005-12-10 Richard M. Stallman <rms@gnu.org>
2651
2652 * customize.texi (Common Keywords): State caveats for use of :tag.
2653
26542005-12-08 Richard M. Stallman <rms@gnu.org>
2655
2656 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
2657 with xrefs and better explanation.
2658 (Completion Commands): Add the filename completion maps.
2659
2660 * objects.texi (Character Type): Clarify that \s is not space
2661 if a dash follows.
2662
26632005-12-05 Richard M. Stallman <rms@gnu.org>
2664
2665 * windows.texi (Resizing Windows): Delete preserve-before args.
2666
26672005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
2670 in full keymaps, since the quirk has been fixed.
2671
26722005-12-03 Eli Zaretskii <eliz@gnu.org>
2673
2674 * hooks.texi (Standard Hooks): Add index entries. Mention
2675 `compilation-finish-functions'.
2676
26772005-11-27 Richard M. Stallman <rms@gnu.org>
2678
2679 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
2680
26812005-11-21 Juri Linkov <juri@jurta.org>
2682
2683 * customize.texi (Common Keywords): Update links types
2684 custom-manual and url-link. Add link types emacs-library-link,
2685 file-link, function-link, variable-link, custom-group-link.
2686
26872005-11-20 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * display.texi: Revert 2005-11-20 change.
2690
26912005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
2692
2693 * processes.texi (Bindat Functions):
2694 Say "third" to refer to zero-based index "2".
2695
26962005-11-18 Luc Teirlinck <teirllm@auburn.edu>
2697
2698 * loading.texi (Library Search): Update the default value of
2699 `load-suffixes'.
2700
27012005-11-17 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * display.texi (Attribute Functions): Mention :ignore-defface.
2704
27052005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
2708 (Minor Mode Conventions): Mention the use of a hook.
2709
27102005-11-06 Richard M. Stallman <rms@gnu.org>
2711
2712 * files.texi (Magic File Names): find-file-name-handler checks the
2713 `operations' property of the handler.
2714
27152005-11-03 Richard M. Stallman <rms@gnu.org>
2716
2717 * variables.texi (Frame-Local Variables): Small clarification.
2718
27192005-10-29 Chong Yidong <cyd@stupidchicken.com>
2720
2721 * os.texi (Init File): Document ~/.emacs.d/init.el.
2722
27232005-10-29 Richard M. Stallman <rms@gnu.org>
2724
2725 * internals.texi (Garbage Collection): Document memory-full.
2726
27272005-10-28 Bill Wohler <wohler@newt.com>
2728
2729 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
2730 for URLs.
2731
27322005-10-28 Richard M. Stallman <rms@gnu.org>
2733
2734 * minibuf.texi (Completion Commands): Clean up prev change.
2735
27362005-10-26 Kevin Ryde <user42@zip.com.au>
2737
2738 * compile.texi (Eval During Compile): Explain recommended uses
2739 of eval-when-compile and eval-and-compile.
2740
27412005-10-27 Masatake YAMATO <jet@gyve.org>
2742
2743 * minibuf.texi (Completion Commands):
2744 Write about new optional argument for `display-completion-list'.
2745
27462005-10-23 Richard M. Stallman <rms@gnu.org>
2747
2748 * display.texi (Overlay Arrow): Clarify about local bindings of
2749 overlay-arrow-position.
2750
27512005-10-22 Eli Zaretskii <eliz@gnu.org>
2752
2753 * internals.texi (Building Emacs): Fix last change.
2754
27552005-10-22 Richard M. Stallman <rms@gnu.org>
2756
2757 * internals.texi (Building Emacs): Document eval-at-startup.
2758
27592005-10-21 Richard M. Stallman <rms@gnu.org>
2760
2761 * loading.texi (Where Defined): load-history contains abs file names.
2762 symbol-file returns abs file names.
2763
27642005-10-19 Kim F. Storm <storm@cua.dk>
2765
2766 * display.texi (Showing Images): Add max-image-size integer value.
2767
27682005-10-18 Chong Yidong <cyd@stupidchicken.com>
2769
2770 * display.texi (Showing Images): Document max-image-size.
2771
27722005-10-17 Richard M. Stallman <rms@gnu.org>
2773
2774 * commands.texi (Quitting): Minor clarification.
2775
2776 * processes.texi (Sentinels): Clarify about output and quitting.
2777 (Filter Functions): Mention with-local-quit.
2778
27792005-10-17 Juri Linkov <juri@jurta.org>
2780
2781 * buffers.texi (Current Buffer):
2782 * commands.texi (Event Input Misc):
2783 * compile.texi (Eval During Compile, Compiler Errors):
2784 * customize.texi (Group Definitions):
2785 * display.texi (Progress, Defining Faces):
2786 * files.texi (Writing to Files):
2787 * modes.texi (Mode Hooks, Defining Minor Modes):
2788 * streams.texi (Output Functions):
2789 * syntax.texi (Syntax Table Functions):
2790 * text.texi (Change Hooks):
2791 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
2792
2793 * commands.texi (Quitting): Replace arg `forms' with `body' in
2794 `with-local-quit'.
2795
2796 * positions.texi (Excursions): Replace arg `forms' with `body' in
2797 `save-excursion'.
2798
27992005-10-08 Kim F. Storm <storm@cua.dk>
2800
2801 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
2802 Rename manual section accordingly.
2803
28042005-10-04 Kim F. Storm <storm@cua.dk>
2805
2806 * windows.texi (Window Split Tree): New section describing
2807 new function window-split-tree function.
2808
28092005-10-03 Nick Roberts <nickrob@snap.net.nz>
2810
2811 * display.texi (Fringe Size/Pos): Simplify and add detail.
2812
28132005-09-30 Romain Francoise <romain@orebokech.com>
2814
2815 * minibuf.texi (High-Level Completion): Explain that the prompt
2816 given to `read-buffer' should end with a colon and a space.
2817 Update usage examples.
2818
28192005-09-29 Juri Linkov <juri@jurta.org>
2820
2821 * display.texi (Displaying Messages): Rename argument name
2822 `string' to `format-string' in functions `message', `message-box',
2823 `message-or-box'.
2824
28252005-09-26 Chong Yidong <cyd@stupidchicken.com>
2826
2827 * errors.texi (Standard Errors): Correct xrefs.
2828
28292005-09-18 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * display.texi (Defining Images): Update documentation for
2832 `image-load-path'.
2833
28342005-09-17 Richard M. Stallman <rms@gnu.org>
2835
2836 * display.texi (Defining Images): Clean up previous change.
2837
28382005-09-16 Romain Francoise <romain@orebokech.com>
2839
2840 * elisp.texi: Specify GFDL version 1.2.
2841
2842 * doclicense.texi (GNU Free Documentation License): Update to
2843 version 1.2.
2844
28452005-09-15 Chong Yidong <cyd@stupidchicken.com>
2846
2847 * display.texi (Defining Images): Document `image-load-path'.
2848
28492005-09-15 Richard M. Stallman <rms@gnu.org>
2850
2851 * objects.texi (Printed Representation): Minor cleanup.
2852 (Box Diagrams): Minor fix.
2853 (Cons Cell Type): Move (...) index item here.
2854 (Box Diagrams): From here.
2855 (Array Type): Minor fix.
2856 (Type Predicates): Delete index "predicates".
2857 (Hash Table Type): Clarify xref.
2858 (Dotted Pair Notation): Minor fix.
2859
28602005-09-10 Chong Yidong <cyd@stupidchicken.com>
2861
2862 * files.texi (Saving Buffers): Fix typo.
2863
28642005-09-08 Richard M. Stallman <rms@gnu.org>
2865
2866 * tips.texi (Programming Tips): Correct the "default" prompt spec.
2867
28682005-09-08 Chong Yidong <cyd@stupidchicken.com>
2869
2870 * locals.texi (Standard Buffer-Local Variables): Don't include
2871 mode variables for minor modes.
2872 Fix xrefs for buffer-display-count, buffer-display-table,
2873 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
2874 enable-multibyte-characters, fill-column, header-line-format,
2875 left-fringe-width, left-margin, and right-fringe-width.
2876
2877 * hooks.texi (Standard Hooks): All hooks should conform to the
2878 standard naming convention now.
2879 Fix xref for `echo-area-clear-hook'.
2880
2881 * display.texi (Usual Display): Note that indicate-empty-lines and
2882 tab-width are buffer-local.
2883
2884 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
2885
2886 * modes.texi (Mode Help): Note that major-mode is buffer-local.
2887
2888 * nonascii.texi (Encoding and I/O): Note that
2889 buffer-file-coding-system is buffer-local.
2890
2891 * positions.texi (List Motion): Note that defun-prompt-regexp is
2892 buffer-local.
2893
2894 * text.texi (Auto Filling): Note that auto-fill-function is
2895 buffer-local.
2896 (Undo): Note that buffer-undo-list is buffer-local.
2897
2898 * windows.texi (Buffers and Windows): Document
2899 buffer-display-count.
2900
29012005-09-06 Richard M. Stallman <rms@gnu.org>
2902
2903 * tips.texi (Coding Conventions): Sometimes it is ok to put the
2904 package prefix elsewhere than at the start of the name.
2905
29062005-09-03 Richard M. Stallman <rms@gnu.org>
2907
2908 * tips.texi (Programming Tips): Add conventions for minibuffer
2909 questions and prompts.
2910
29112005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
2912
2913 * intro.texi (nil and t): Minor cleanup.
2914 Delete spurious mention of keyword symbols.
2915 (Evaluation Notation): Add index entry.
2916 (A Sample Function Description): Minor cleanup.
2917 (A Sample Variable Description): Not all vars can be set.
2918
29192005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
2920
2921 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
2922
2923 (Insertion): Document precise type of `insert-char' arg COUNT.
2924
29252005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * modes.texi (Other Font Lock Variables): Sync the default of
2928 font-lock-lines-before.
2929
29302005-08-31 Michael Albinus <michael.albinus@gmx.de>
2931
2932 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
2933
29342005-08-29 Richard M. Stallman <rms@gnu.org>
2935
2936 * elisp.texi (Top): Update subnode menu.
2937
2938 * searching.texi (Searching and Matching): Move node.
2939 Rearrange contents and add overall explanation.
2940 (Searching and Case): Move node.
2941 (Searching and Matching): Update menu.
2942
29432005-08-27 Eli Zaretskii <eliz@gnu.org>
2944
2945 * os.texi (Startup Summary): Fix the description of the initial
2946 startup message display.
2947
29482005-08-25 Richard M. Stallman <rms@gnu.org>
2949
2950 * searching.texi (Search and Replace): Add replace-regexp-in-string.
2951
29522005-08-25 Emilio C. Lopes <eclig@gmx.net>
2953
2954 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
2955 `next-overlay-change' example.
2956
29572005-08-22 Juri Linkov <juri@jurta.org>
2958
2959 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
2960 Fix invert-face. Fix args of face-background.
2961
2962 * display.texi (Standard Faces): Delete node.
2963 (Faces): Add xref to `(emacs)Standard Faces'.
2964 (Displaying Faces): Fix xref to `Standard Faces'.
2965
2966 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
2967
29682005-08-20 Alan Mackenzie <acm@muc.de>
2969
2970 * buffers.texi (The Buffer List): Clarify the manipulation of the
2971 buffer list.
2972
29732005-08-14 Richard M. Stallman <rms@gnu.org>
2974
2975 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
2976 a regexp.
2977
29782005-08-11 Richard M. Stallman <rms@gnu.org>
2979
2980 * elisp.texi (Top): Update subnode lists.
2981
2982 * display.texi (Inverse Video): Node deleted.
2983
2984 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
2985 New nodes split out of Coding Conventions.
2986
2987 * searching.texi (Regular Expressions): Document re-builder.
2988
2989 * os.texi (Time Parsing): New node split out of Time Conversion.
2990
2991 * processes.texi (Misc Network, Network Feature Testing)
2992 (Network Options, Make Network): New nodes split out of
2993 Low-Level Network.
2994
29952005-08-09 Richard M. Stallman <rms@gnu.org>
2996
2997 * frames.texi (Geometry): New node, split from Size and Position.
2998 (Frame Parameters): Refer to Geometry.
2999
3000 * buffers.texi (The Buffer List): Fix xrefs.
3001
3002 * windows.texi (Splitting Windows): Fix xref.
3003
3004 * frames.texi (Layout Parameters): Add xref.
3005
3006 * display.texi (Line Height, Scroll Bars): Fix xrefs.
3007
3008 * keymaps.texi (Menu Bar): Fix xref.
3009
3010 * locals.texi (Standard Buffer-Local Variables): Fix xref.
3011
3012 * modes.texi (%-Constructs): Fix xref.
3013
3014 * frames.texi (Window Frame Parameters): Node split up.
3015 (Basic Parameters, Position Parameters, Size Parameters)
3016 (Layout Parameters, Buffer Parameters, Management Parameters)
3017 (Cursor Parameters, Color Parameters): New subnodes.
3018
30192005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3020
3021 * positions.texi (Screen Lines): Update xref for previous change
3022 in minibuf.texi.
3023
3024 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3025 change in minibuf.texi.
3026
30272005-08-09 Richard M. Stallman <rms@gnu.org>
3028
3029 * tips.texi (Coding Conventions): Minor cleanup.
3030
3031 * modes.texi (Defining Minor Modes): Explain when init-value
3032 can be non-nil.
3033
3034 * elisp.texi (Top): Update submenu for Minibuffer.
3035
3036 * minibuf.texi (Minibuffer Misc): Node split up.
3037 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3038 (Recursive Mini): New nodes split out from Minibuffer Misc.
3039 (Minibuffer Misc): Document max-mini-window-height.
3040
3041 * hash.texi (Defining Hash): Delete stray paren in example.
3042
3043 * display.texi (Echo Area Customization): Don't define
3044 max-mini-window-height here; xref instead.
3045
3046 * commands.texi (Event Input Misc): Update while-no-input.
3047
3048 * advice.texi (Advising Functions): Explain when to use advice
3049 and when to use a hook.
3050
30512005-07-30 Eli Zaretskii <eliz@gnu.org>
3052
3053 * makefile.w32-in (info): Don't run install-info.
3054 ($(infodir)/dir): New target, produced by running install-info.
3055
30562005-07-27 Luc Teirlinck <teirllm@auburn.edu>
3057
3058 * modes.texi (Defining Minor Modes): The keyword for the initial
3059 value is :init-value, not :initial-value.
3060
30612005-07-23 Eli Zaretskii <eliz@gnu.org>
3062
3063 * loading.texi (Autoload): Make the `doctor' example be consistent
3064 with what's in current loaddefs.el. Describe the "fn" magic in
3065 the usage portion of the doc string.
3066
30672005-07-22 Richard M. Stallman <rms@gnu.org>
3068
3069 * internals.texi (Garbage Collection): Clarify previous change.
3070
30712005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * internals.texi (Garbage Collection): Add gc-cons-percentage.
3074
30752005-07-18 Juri Linkov <juri@jurta.org>
3076
3077 * commands.texi (Accessing Events):
3078 * frames.texi (Text Terminal Colors, Resources):
3079 * markers.texi (The Mark):
3080 * modes.texi (Defining Minor Modes):
3081 Delete duplicate duplicate words.
3082
30832005-07-16 Richard M. Stallman <rms@gnu.org>
3084
3085 * display.texi (Managing Overlays): Clarify make-overlay
3086 args for insertion types.
3087
30882005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3089
3090 * customize.texi (Variable Definitions):
3091 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3092 `standard-value' is a list too.
3093 (Defining New Types): Use @key{RET} instead of @key{ret}.
3094
30952005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
3096
3097 * os.texi (Translating Input): Fix typo.
3098
30992005-07-08 Richard M. Stallman <rms@gnu.org>
3100
3101 * README: Update edition number and size estimate.
3102
3103 * elisp.texi (VERSION): Set to 2.9.
3104
31052005-07-07 Richard M. Stallman <rms@gnu.org>
3106
3107 * book-spine.texinfo: Update Emacs version.
3108
3109 * display.texi (Inverse Video): Delete mode-line-inverse-video.
3110
31112005-07-06 Richard M. Stallman <rms@gnu.org>
3112
3113 * searching.texi (Regexp Search): Clarify what re-search-forward
3114 does when the search fails.
3115
31162005-07-05 Lute Kamstra <lute@gnu.org>
3117
3118 * Update FSF's address in GPL notices.
3119
3120 * doclicense.texi (GNU Free Documentation License):
3121 * gpl.texi (GPL):
3122 * tips.texi (Coding Conventions, Library Headers):
3123 * vol1.texi:
3124 * vol2.texi: Update FSF's address.
3125
31262005-07-04 Richard M. Stallman <rms@gnu.org>
3127
3128 * hooks.texi (Standard Hooks): Add occur-hook.
3129
31302005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3131
3132 * display.texi (The Echo Area): Correct menu.
3133
31342005-07-03 Richard M. Stallman <rms@gnu.org>
3135
3136 * elisp.texi (Top): Update subnode menu for Display.
3137
3138 * display.texi (Displaying Messages): New node, with most
3139 of what was in The Echo Area.
3140 (Progress): Moved under The Echo Area.
3141 (Logging Messages): New node with new text.
3142 (Echo Area Customization): New node, the rest of what was
3143 in The Echo Area. Document message-truncate-lines with @defvar.
3144 (Display): Update menu.
3145
3146 * windows.texi (Textual Scrolling): Doc 3 values for
3147 scroll-preserve-screen-position.
3148
3149 * text.texi (Special Properties): Change hook functions
3150 should bind inhibit-modification-hooks around altering buffer text.
3151
3152 * keymaps.texi (Key Binding Commands): Call binding BINDING
3153 rather than DEFINITION.
3154
31552005-06-29 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * variables.texi (Defining Variables): `user-variable-p' returns t
3158 for aliases of user options, nil for alias loops.
3159
31602005-06-28 Richard M. Stallman <rms@gnu.org>
3161
3162 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3163 make-keymap.
3164
31652005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3166
3167 * variables.texi (Setting Variables): Correct and clarify
3168 description of `add-to-ordered-list'.
3169
31702005-06-26 Richard M. Stallman <rms@gnu.org>
3171
3172 * display.texi (Faces): Minor cleanup.
3173
31742005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3175
3176 * display.texi (Faces): `facep' returns t for strings that are
3177 face names.
3178
31792005-06-25 Richard M. Stallman <rms@gnu.org>
3180
3181 * objects.texi (Equality Predicates): Clarify meaning of equal.
3182
3183 * windows.texi (Selecting Windows): save-selected-window
3184 and with-selected-window save and restore the current buffer.
3185
31862005-06-24 Richard M. Stallman <rms@gnu.org>
3187
3188 * numbers.texi (Float Basics): Explain how to test for NaN,
3189 and printing the sign of NaNs.
3190
31912005-06-24 Eli Zaretskii <eliz@gnu.org>
3192
3193 * makefile.w32-in (MAKEINFO): Use --force.
3194
31952005-06-23 Richard M. Stallman <rms@gnu.org>
3196
3197 * display.texi (Face Functions): Correct Texinfo usage.
3198
31992005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3200
3201 * lists.texi (Rings): `ring-elements' now returns the elements of
3202 RING in order.
3203
32042005-06-23 Juanma Barranquero <lekktu@gmail.com>
3205
3206 * markers.texi (The Mark): Texinfo usage fix.
3207
32082005-06-23 Kim F. Storm <storm@cua.dk>
3209
3210 * searching.texi (Entire Match Data): Remove evaporate option for
3211 match-data. Do not mention evaporate option for set-match-data.
3212
32132005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3214
3215 * display.texi (Face Functions): Mention face aliases.
3216
32172005-06-21 Richard M. Stallman <rms@gnu.org>
3218
3219 * anti.texi (Antinews): Texinfo usage fix.
3220
32212005-06-21 Karl Berry <karl@gnu.org>
3222
3223 * elisp.texi: Use @copying.
3224
3225 * elisp.texi: Put @summarycontents and @contents before the Top
3226 node, instead of the end of the file, so that the contents appear
3227 in the right place in the dvi/pdf output.
3228
32292005-06-21 Juri Linkov <juri@jurta.org>
3230
3231 * display.texi (Defining Faces): Add `customized-face'.
3232
32332005-06-20 Kim F. Storm <storm@cua.dk>
3234
3235 * variables.texi (Setting Variables): Any type of element can be
3236 given order in add-to-ordered-list. Compare elements with eq.
3237
3238 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
3239
32402005-06-20 Karl Berry <karl@gnu.org>
3241
3242 * syntax.texi (Syntax Flags): Make last column very slightly wider
3243 to avoid "generic comment" breaking on two lines and causing an
3244 underfull box.
3245
32462005-06-19 Luc Teirlinck <teirllm@auburn.edu>
3247
3248 * lists.texi (Rings): Various minor clarifications and corrections.
3249
32502005-06-18 Richard M. Stallman <rms@gnu.org>
3251
3252 * functions.texi (Obsolete Functions): Simplify.
3253
3254 * variables.texi (Variable Aliases): Simplify.
3255
3256 * anti.texi, backups.texi, compile.texi, customization.texi:
3257 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
3258 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
3259 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
3260 * variables.texi: Fix formatting ugliness.
3261
3262 * elisp.texi: Add links to Rings and Byte Packing.
3263 Update version and copyright years.
3264
3265 * minibuf.texi: Fix formatting ugliness.
3266 (Completion Commands): Move keymap vars to the end
3267 and vars completing-read binds to the top.
3268
32692005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3270
3271 * processes.texi: Fix typos.
3272 (Bindat Spec): Correct Texinfo error.
3273 (Byte Packing): Fix ungrammatical sentence.
3274
32752005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
3276
3277 * lists.texi (Rings): New node.
3278 (Lists): Add it to menu.
3279
3280 * processes.texi (Byte Packing): New node.
3281 (Processes): Add it to menu.
3282
32832005-06-17 Richard M. Stallman <rms@gnu.org>
3284
3285 * syntax.texi (Parsing Expressions): Fix texinfo usage.
3286
3287 * help.texi (Documentation Basics): Explain the xref to
3288 Documentation Tips.
3289
3290 * debugging.texi (Debugger Commands): Minor fix.
3291
32922005-06-16 Luc Teirlinck <teirllm@auburn.edu>
3293
3294 * edebug.texi (Instrumenting): Eliminate duplicate link.
3295 (Specification List): Replace references to "below", referring to
3296 a later node, with one @ref to that node.
3297
3298 * os.texi (Timers): Timers should save and restore the match data
3299 if they change it.
3300
3301 * debugging.texi (Debugger Commands): Mention that the Lisp
3302 debugger can not step through primitive functions.
3303
33042005-06-16 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * functions.texi (Obsolete Functions): Update argument names of
3307 `make-obsolete' and `define-obsolete-function-alias'.
3308
3309 * variables.texi (Variable Aliases): Update argument names of
3310 `defvaralias', `make-obsolete-variable' and
3311 `define-obsolete-variable-alias'.
3312
33132005-06-15 Kim F. Storm <storm@cua.dk>
3314
3315 * searching.texi (Entire Match Data): Rephrase warnings about
3316 evaporate arg to match-data and set-match-data.
3317
33182005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3319
3320 * elisp.texi (Top): Update detailed menu.
3321
3322 * edebug.texi (Edebug): Update menu.
3323 (Instrumenting): Update xrefs.
3324 (Edebug Execution Modes): Correct xref.
3325 (Jumping): Clarify description of `h' command.
3326 Eliminate redundant @ref.
3327 (Breaks): New node.
3328 (Breakpoints): Is now a subsubsection.
3329 (Global Break Condition): Mention `C-x X X'.
3330 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
3331 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
3332 (Edebug Display Update): Correct pxref.
3333 (Edebug and Macros): New node.
3334 (Instrumenting Macro Calls): Is now a subsubsection.
3335 Neither arg of `def-edebug-spec' is evaluated.
3336 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
3337 (Specification Examples): Fix typo.
3338
33392005-06-14 Lute Kamstra <lute@gnu.org>
3340
3341 * debugging.texi (Function Debugging): Primitives can break on
3342 entry too.
3343
33442005-06-14 Kim F. Storm <storm@cua.dk>
3345
3346 * variables.texi (Setting Variables): Add add-to-ordered-list.
3347
33482005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * syntax.texi (Parsing Expressions): Document aux functions and vars of
3351 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
3352
33532005-06-13 Lute Kamstra <lute@gnu.org>
3354
3355 * text.texi (Special Properties): Fix cross reference.
3356
33572005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * debugging.texi (Function Debugging): Delete mention of empty
3360 string argument to `cancel-debug-on-entry'. Delete inaccurate
3361 description of the return value of that command.
3362
33632005-06-11 Alan Mackenzie <acm@muc.de>
3364
3365 * text.texi (Adaptive Fill): Amplify the description of
3366 fill-context-prefix.
3367
33682005-06-10 Luc Teirlinck <teirllm@auburn.edu>
3369
3370 * syntax.texi (Parsing Expressions): Fix Texinfo error.
3371
33722005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * syntax.texi (Parsing Expressions): Document syntax-ppss.
3375
33762005-06-10 Luc Teirlinck <teirllm@auburn.edu>
3377
3378 * debugging.texi (Error Debugging): Minor rewording.
3379 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
3380 is optional.
3381
33822005-06-10 Lute Kamstra <lute@gnu.org>
3383
3384 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
3385 (Top): Give it a title. Correct version number. Give the
3386 detailed node listing a more prominent header.
3387 * intro.texi: Don't set VERSION here a second time.
3388 Mention Emacs's version too.
3389 * anti.texi (Antinews): Use EMACSVER to refer to the current
3390 version of Emacs.
3391
33922005-06-09 Kim F. Storm <storm@cua.dk>
3393
3394 * searching.texi (Entire Match Data): Explain new `reseat' argument to
3395 match-data and set-match-data.
3396
33972005-06-08 Richard M. Stallman <rms@gnu.org>
3398
3399 * searching.texi (Entire Match Data): Clarify when match-data
3400 returns markers and when integers.
3401
3402 * display.texi (Defining Faces): Explain that face name should not
3403 end in `-face'.
3404
3405 * modes.texi (Mode Line Data): Minor cleanup.
3406 (Customizing Keywords): Node split out of Search-based Fontification.
3407 Add example of using font-lock-add-keywords from a hook.
3408 Clarify when MODE should be non-nil, and when nil.
3409
34102005-06-06 Richard M. Stallman <rms@gnu.org>
3411
3412 * modes.texi (Mode Line Data): Explain what happens when the car
3413 of a list is a void symbol.
3414 (Search-based Fontification): Explain MODE arg to
3415 font-lock-add-keywords and warn about calls from major modes.
3416
34172005-06-08 Juri Linkov <juri@jurta.org>
3418
3419 * display.texi (Standard Faces): Add `shadow' face.
3420
34212005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3422
3423 * modes.texi (Major Mode Conventions): A derived mode only needs
3424 to put the call to the parent mode inside `delay-mode-hooks'.
3425
34262005-05-29 Richard M. Stallman <rms@gnu.org>
3427
3428 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3429 new, and what that implies. Clarify.
3430
3431 * files.texi (Locating Files): Clean up the text.
3432
3433 * frames.texi (Window Frame Parameters): Document user-size.
3434 Shorten entry for top by referring to left.
3435
34362005-05-26 Richard M. Stallman <rms@gnu.org>
3437
3438 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
3439 is new, and what the implications are. Other clarifications.
3440
34412005-05-24 Richard M. Stallman <rms@gnu.org>
3442
3443 * frames.texi (Dialog Boxes): Minor fixes.
3444
34452005-05-25 Masatake YAMATO <jet@gyve.org>
3446
3447 * display.texi (Standard Faces): Write about `mode-line-highlight'.
3448
34492005-05-24 Luc Teirlinck <teirllm@auburn.edu>
3450
3451 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
3452 is optional.
3453
34542005-05-24 Nick Roberts <nickrob@snap.net.nz>
3455
10d1d0af 3456 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
3457
34582005-05-23 Lute Kamstra <lute@gnu.org>
3459
3460 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
3461 syntax-begin-function over font-lock-beginning-of-syntax-function.
3462
34632005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3464
3465 * minibuf.texi (Reading File Names): Update description of
3466 `read-directory-name'.
3467
3468 * modes.texi (Derived Modes): Clarify :group keyword.
3469
34702005-05-21 Eli Zaretskii <eliz@gnu.org>
3471
3472 * files.texi (Locating Files): New subsection.
3473 Describe locate-file and executable-find.
3474
34752005-05-21 Kevin Ryde <user42@zip.com.au>
3476
3477 * frames.texi (Initial Parameters): Update cross reference to
3478 "Emacs Invocation".
3479
34802005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3481
3482 * keymaps.texi (Active Keymaps): Add anchor.
3483
3484 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
3485 (Major Mode Conventions): Refer to `Auto Major Mode' in more
3486 appropriate place.
3487 (Derived Modes): Small clarifications.
3488 (Minor Mode Conventions, Keymaps and Minor Modes):
3489 Replace references to nodes with references to anchors.
3490 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
3491 Clarify description of lists whose first element is an integer.
3492 (Mode Line Variables): Add anchor.
3493 (%-Constructs): Clarify description of integer after %.
3494 (Emulating Mode Line): Describe nil value for FACE.
3495
34962005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3497
3498 * modes.texi (Derived Modes): Correct references to non-existing
3499 variable standard-syntax-table.
3500
35012005-05-17 Lute Kamstra <lute@gnu.org>
3502
3503 * modes.texi (Defining Minor Modes): Mention the mode hook.
3504
35052005-05-15 Kim F. Storm <storm@cua.dk>
3506
3507 * processes.texi (Network): Remove open-network-stream-nowait.
3508 (Network Servers): Remove open-network-stream-server.
3509
35102005-05-15 Luc Teirlinck <teirllm@auburn.edu>
3511
3512 * elisp.texi (Top): Update detailed menu.
3513
3514 * variables.texi: Reorder nodes.
3515 (Variables): Update menu.
3516 (File Local Variables): Do not refer to the `-*-' line as
3517 a "local variables list". Add pxref.
3518
35192005-05-14 Luc Teirlinck <teirllm@auburn.edu>
3520
3521 * elisp.texi (Top): Update detailed menu for node changes.
3522
3523 * modes.texi (Modes): Update Menu.
3524 (Hooks): Move to beginning of chapter.
3525 Most minor modes run mode hooks too.
3526 `add-hook' can handle void hooks or hooks whose value is a single
3527 function.
3528 (Major Modes): Update Menu.
3529 (Major Mode Basics): New node, split off from `Major Modes'.
3530 (Major Mode Conventions): Correct xref. Explain how to handle
3531 auto-mode-alist if the major mode command has an autoload cookie.
3532 (Auto Major Mode): Major update. Add magic-mode-alist.
3533 (Derived Modes): Major update.
3534 (Mode Line Format): Update Menu.
3535 (Mode Line Basics): New node, split off from `Mode Line Format'.
3536
3537 * loading.texi (Autoload): Mention `autoload cookie' as synonym
3538 for `magic autoload comment'. Add index entries and anchor.
3539
35402005-05-14 Richard M. Stallman <rms@gnu.org>
3541
3542 * tips.texi (Coding Conventions): Explain how important it is
3543 that just loading certain files not change Emacs behavior.
3544
3545 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
3546
35472005-05-12 Lute Kamstra <lute@gnu.org>
3548
3549 * modes.texi (Generic Modes): Update.
3550 (Major Modes): Refer to node "Generic Modes".
3551
3552 * elisp.texi (Top): Update to the current structure of the manual.
3553 * processes.texi (Processes): Add menu description.
3554 * customize.texi (Customization): Add menu descriptions.
3555
35562005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3557
3558 * processes.texi (Signals to Processes)
3559 (Low-Level Network): Fix typos.
3560
35612005-05-11 Lute Kamstra <lute@gnu.org>
3562
3563 * elisp.texi (Top): Add some nodes from the chapter "Major and
3564 Minor Modes" to the detailed node listing.
3565
35662005-05-10 Richard M. Stallman <rms@gnu.org>
3567
3568 * keymaps.texi (Extended Menu Items): Menu item filter functions
3569 can be called at any time.
3570
35712005-05-08 Luc Teirlinck <teirllm@auburn.edu>
3572
3573 * variables.texi (File Local Variables): `(hack-local-variables t)'
3574 now also checks whether a mode is specified in the local variables
3575 list.
3576
35772005-05-05 Kevin Ryde <user42@zip.com.au>
3578
3579 * display.texi (The Echo Area): Correct format function cross
3580 reference.
3581
35822005-05-05 Luc Teirlinck <teirllm@auburn.edu>
3583
3584 * variables.texi (Variable Aliases): Change description of
3585 `define-obsolete-variable-alias'.
3586
3587 * functions.texi (Functions): Add "Obsolete Functions" to menu.
3588 (Defining Functions): Add xref.
3589 (Obsolete Functions): New node.
3590 (Function Safety): Standardize capitalization of section title.
3591
3592 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
3593 (Dialog Boxes): Complete description of `x-popup-dialog'.
3594
35952005-05-04 Richard M. Stallman <rms@gnu.org>
3596
3597 * commands.texi (Interactive Codes): Fix Texinfo usage.
3598 Document U more clearly.
3599
36002005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3601
3602 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
3603 function and not a macro.
3604
3605 * frames.texi (Pop-Up Menus): Correct and clarify description of
3606 `x-popup-menu'.
3607 (Dialog Boxes): Clarify description of `x-popup-dialog'.
3608
36092005-05-01 Richard M. Stallman <rms@gnu.org>
3610
3611 * edebug.texi (Checking Whether to Stop): Fix previous change.
3612
36132005-05-01 Luc Teirlinck <teirllm@auburn.edu>
3614
3615 * display.texi: Fix typos and Texinfo usage.
3616
3617 * edebug.texi (Checking Whether to Stop): executing-macro ->
3618 executing-kbd-macro.
3619
36202005-05-01 Richard M. Stallman <rms@gnu.org>
3621
3622 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
3623
36242005-04-30 Richard M. Stallman <rms@gnu.org>
3625
3626 * files.texi (Magic File Names): Document `operations' property.
3627
36282005-04-29 Lute Kamstra <lute@gnu.org>
3629
3630 * modes.texi (Generic Modes): New node.
3631 (Major Modes): Add it to the menu.
3632 (Derived Modes): Add "derived mode" to concept index.
3633
36342005-04-28 Lute Kamstra <lute@gnu.org>
3635
3636 * modes.texi (Defining Minor Modes): Fix previous change.
3637 (Font Lock Mode): Simplify.
3638 (Font Lock Basics): Say that font-lock-defaults is buffer-local
3639 when set and that some parts are optional. Add cross references.
3640 (Search-based Fontification): Say how to specify font-lock-keywords.
3641 Add cross references. Add font-lock-multiline to index.
3642 Move font-lock-keywords-case-fold-search here from node "Other Font
3643 Lock Variables". Document font-lock-add-keywords and
3644 font-lock-remove-keywords.
3645 (Other Font Lock Variables): Move font-lock-keywords-only,
3646 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3647 and font-lock-syntactic-face-function to node "Syntactic Font
3648 Lock". Move font-lock-keywords-case-fold-search to node
3649 "Search-based Fontification". Document font-lock-inhibit-thing-lock
3650 and font-lock-{,un}fontify-{buffer,region}-function.
3651 (Precalculated Fontification): Remove reference to deleted variable
3652 font-lock-core-only.
3653 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
3654 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
3655 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
3656 and font-lock-syntactic-face-function here from node "Other Font
3657 Lock Variables". Move font-lock-syntactic-keywords to "Setting
3658 Syntax Properties". Add cross references.
3659 (Setting Syntax Properties): New node.
3660 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
3661 * syntax.texi (Syntax Properties): Add cross reference.
3662 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
3663
36642005-04-26 Richard M. Stallman <rms@gnu.org>
3665
3666 * display.texi (Defining Faces):
3667 Document `default' elements of defface spec.
3668
3669 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
3670
3671 * variables.texi (Variable Aliases): Clarify text.
3672
36732005-04-25 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
3676
36772005-04-25 Luc Teirlinck <teirllm@auburn.edu>
3678
3679 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
3680
36812005-04-24 Eli Zaretskii <eliz@gnu.org>
3682
3683 * syntax.texi (Syntax Table Internals): Elaborate documentation of
3684 syntax-after and syntax-class.
3685
3686 * files.texi (Changing Files): Fix last change's cross-reference.
3687 (Unique File Names): Don't mention "numbers" in the documentation
3688 of make-temp-file and make-temp-name.
3689
36902005-04-23 Richard M. Stallman <rms@gnu.org>
3691
3692 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
3693
36942005-04-22 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * windows.texi (Cyclic Window Ordering): Clarify window-list.
3697
36982005-04-22 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * variables.texi (Variable Aliases): Describe make-obsolete-variable
3701 and define-obsolete-variable-alias.
3702
37032005-04-22 Kim F. Storm <storm@cua.dk>
3704
3705 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
3706 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
3707
37082005-04-21 Lute Kamstra <lute@gnu.org>
3709
3710 * lists.texi (Association Lists): Document rassq-delete-all.
3711
37122005-04-19 Richard M. Stallman <rms@gnu.org>
3713
3714 * modes.texi (Search-based Fontification): Explain that
3715 facespec is an expression to be evaluated.
3716
37172005-04-19 Kevin Ryde <user42@zip.com.au>
3718
3719 * streams.texi (Output Functions): Fix xref.
3720 * strings.texi (String Conversion): Fix xref.
3721
37222005-04-19 Kim F. Storm <storm@cua.dk>
3723
3724 * symbols.texi (Symbol Plists): Add safe-get.
3725 Mention that `get' may signal an error.
3726
37272005-04-18 Nick Roberts <nickrob@snap.net.nz>
3728
3729 * customize.texi (Variable Definitions): Replace tooltip-mode
3730 example with save-place.
3731
37322005-04-17 Richard M. Stallman <rms@gnu.org>
3733
3734 * buffers.texi (Indirect Buffers): Clarify.
3735
3736 * positions.texi (Positions): Clarify converting marker to integer.
3737
3738 * strings.texi (String Basics): Mention string-match; clarify.
3739
37402005-04-08 Lute Kamstra <lute@gnu.org>
3741
3742 * modes.texi (Search-based Fontification): Fix cross references.
3743 Use consistent terminology. Document anchored highlighting.
3744
37452005-04-05 Lute Kamstra <lute@gnu.org>
3746
3747 * modes.texi (Defining Minor Modes): Document :group keyword
3748 argument and its default value.
3749
37502005-04-03 Lute Kamstra <lute@gnu.org>
3751
3752 * hooks.texi (Standard Hooks): Add some hooks. Add cross
3753 references and/or descriptions. Delete major mode hooks; mention
3754 them as a category instead. Rename or delete obsolete hooks.
3755
37562005-04-02 Richard M. Stallman <rms@gnu.org>
3757
3758 * nonascii.texi (Coding System Basics): Another wording cleanup.
3759
37602005-04-01 Richard M. Stallman <rms@gnu.org>
3761
3762 * nonascii.texi (Coding System Basics): Clarify previous change.
3763
37642005-04-01 Kenichi Handa <handa@m17n.org>
3765
10d1d0af 3766 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
3767 identity of coding systems.
3768
37692005-03-29 Chong Yidong <cyd@stupidchicken.com>
3770
3771 * text.texi (Buffer Contents): Add filter-buffer-substring and
3772 buffer-substring-filters.
3773
37742005-03-26 Chong Yidong <cyd@stupidchicken.com>
3775
3776 * anti.texi (Antinews): Mention `G' interactive code.
3777
3778 * tips.texi (Compilation Tips): Mention benchmark.el.
3779
37802005-03-27 Luc Teirlinck <teirllm@auburn.edu>
3781
3782 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
3783 is now bound to M-o M-o.
3784
3785 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
3786
37872005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
3788
3789 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
3790 in the Emacs Manual).
3791 * Makefile.in (srcs): Remove calendar.texi.
3792 * makefile.w32-in (srcs): Remove calendar.texi.
3793 * display.texi (Display): Change name of next node.
3794 * os.texi (System In): Change name of previous node.
3795 * elisp.texi (Top): Remove Calendar references.
3796 * vol1.texi (Top): Remove Calendar references.
3797 * vol2.texi (Top): Remove Calendar references.
3798
37992005-03-25 Richard M. Stallman <rms@gnu.org>
3800
3801 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
3802 Cleanup previous change.
3803
38042005-03-25 Chong Yidong <cyd@stupidchicken.com>
3805
3806 * display.texi (Face Attributes): Faces earlier in an :inherit
3807 list take precedence.
3808 (Scroll Bars): Fix description of vertical-scroll-bars.
3809 Document frame-current-scroll-bars and window-current-scroll-bars.
3810
3811 * markers.texi (The Mark): Document temporary Transient Mark mode.
3812
3813 * minibuf.texi (Reading File Names):
3814 Document read-file-name-completion-ignore-case.
3815
3816 * positions.texi (Screen Lines): Document nil for width argument
3817 to compute-motion.
3818
38192005-03-23 Kim F. Storm <storm@cua.dk>
3820
3821 * display.texi (Standard Faces): Other faces used in the fringe
3822 implicitly inherits from the fringe face.
3823 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
3824 properties implicitly inherits from fringe face.
3825 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
3826
38272005-03-20 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * display.texi (Invisible Text): State default value of
3830 line-move-ignore-invisible.
3831 (Managing Overlays): Document remove-overlays.
3832 (Standard Faces): Document escape-glyph face.
3833
3834 * minibuf.texi (Reading File Names): Document read-file-name-function.
3835
3836 * modes.texi (Other Font Lock Variables):
3837 Document font-lock-lines-before.
3838
3839 * positions.texi (Skipping Characters): skip-chars-forward allows
3840 character classes.
3841
38422005-03-18 Lute Kamstra <lute@gnu.org>
3843
3844 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
3845
38462005-03-17 Richard M. Stallman <rms@gnu.org>
3847
3848 * text.texi (Undo): Document extensible undo entries.
3849
dd7b651b 3850 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
3851
3852 * nonascii.texi (Character Codes): Minor fix.
3853
3854 * display.texi (Display Property): Explain the significance
3855 of having text properties that are eq.
3856 (Other Display Specs): Explain string as display spec.
3857
3858 * commands.texi (Interactive Codes): Document G option.
3859
38602005-03-17 Chong Yidong <cyd@stupidchicken.com>
3861
3862 * text.texi (Filling): Add sentence-end-without-period and
3863 sentence-end-without-space.
3864 (Changing Properties): Minor fix.
3865
3866 * anti.texi: Total rewrite.
3867
38682005-03-15 Lute Kamstra <lute@gnu.org>
3869
3870 * edebug.texi (Instrumenting Macro Calls): Fix typos.
3871
38722005-03-08 Kim F. Storm <storm@cua.dk>
3873
3874 * display.texi (Specified Space): Property :width is support on
3875 non-graphic terminals, :height is not.
3876
38772005-03-07 Richard M. Stallman <rms@gnu.org>
3878
3879 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
3880 Now subnodes of Fringes.
3881 (Overlay Arrow): Document overlay-arrow-variable-list.
3882 (Fringe Size/Pos): New node, broken out of Fringes.
3883 (Display): Explain clearing vs redisplay better.
3884 (Truncation): Clarify use of bitmaps.
3885 (The Echo Area): Clarify the uses of the echo area.
3886 Add max-mini-window-height.
3887 (Progress): Clarify.
3888 (Invisible Text): Explain that main loop moves point out.
3889 (Selective Display): Say "hidden", not "invisible".
3890 (Managing Overlays): Move up. Describe relation to Undo here.
3891 (Overlay Properties): Clarify intro.
3892 (Finding Overlays): Explain return values when nothing found.
3893 (Width): truncate-string-to-width has added arg.
3894 (Displaying Faces): Clarify and update mode line face handling.
3895 (Face Functions): Minor cleanup.
3896 (Conditional Display): Merge into Other Display Specs.
3897 (Pixel Specification, Other Display Specs): Minor cleanups.
3898 (Images, Image Descriptors): Minor cleanups.
3899 (GIF Images): Patents have expired.
3900 (Showing Images): Explain default text for insert-image.
3901 (Manipulating Button Types): Merge into Manipulating Buttons.
3902 (Making Buttons): Explain return values.
3903 (Button Buffer Commands): Add xref.
3904 (Inverse Video): Update mode-line-inverse-video.
3905 (Display Table Format): Clarify.
3906 (Active Display Table): Give defaults for window-display-table.
3907
3908 * calendar.texi (Calendar Customizing): calendar-holiday-marker
3909 and calendar-today-marker are strings, not chars.
3910 (Holiday Customizing): Minor fix.
3911
3912 * internals.texi (Writing Emacs Primitives): Update `or' example.
3913 Update limit on # args of subr.
3914
3915 * edebug.texi (Using Edebug): Arrow is in fringe.
3916 (Instrumenting): Arg to eval-defun works without loading edebug.
3917 (Edebug Execution Modes): Add xref.
3918
3919 * customize.texi (Common Keywords): Clarify :require.
3920 Mention :version here.
3921 (Variable Definitions, Group Definitions): Not here.
3922 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
3923
39242005-03-07 Chong Yidong <cyd@stupidchicken.com>
3925 * nonascii.texi (Text Representations): Clarify position-bytes.
3926 (Character Sets): Add list-charset-chars.
3927 (Scanning Charsets): Add charset-after.
3928 (Encoding and I/O): Minor fix.
3929
39302005-03-06 Richard M. Stallman <rms@gnu.org>
3931
3932 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
3933 (Resizing Windows): Likewise.
3934
3935 * text.texi (Change Hooks): Get rid of "Emacs 21".
3936
3937 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
3938
3939 * streams.texi (Output Variables): Get rid of "Emacs 21".
3940
3941 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
3942
3943 * os.texi (Translating Input): Replace flow-control example
3944 with a less obsolete example that uses `keyboard-translate'.
3945
3946 * objects.texi (Hash Table Type, Circular Objects):
3947 Get rid of "Emacs 21".
3948
3949 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
3950 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
3951
3952 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
3953
3954 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
3955
3956 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
3957 (Menu Bar): Fix when menu-bar-update-hook is called.
3958
3959 * hash.texi (Hash Tables): Get rid of "Emacs 21".
3960
3961 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
3962 and make it read better.
3963
3964 * files.texi (Writing to Files): Get rid of "Emacs 21".
3965 (Unique File Names): Likewise.
3966
3967 * elisp.texi: Update Emacs version to 22.
3968
3969 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
3970 (Overlay Properties, Face Attributes): Likewise.
3971 (Managing Overlays): Fix punctuation.
3972 (Attribute Functions): Clarify set-face-font; get rid of
3973 info about old Emacs versions.
3974 (Auto Faces, Font Lookup, Display Property, Images):
3975 Get rid of "Emacs 21".
3976
3977 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
3978
39792005-03-05 Richard M. Stallman <rms@gnu.org>
3980
3981 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
3982
39832005-03-04 Lute Kamstra <lute@gnu.org>
3984
3985 * debugging.texi (Error Debugging): Document stack-trace-on-error.
3986
39872005-03-03 Lute Kamstra <lute@gnu.org>
3988
3989 * edebug.texi (Instrumenting Macro Calls): Fix typo.
3990
39912005-03-01 Lute Kamstra <lute@gnu.org>
3992
3993 * debugging.texi (Debugger Commands): Update `j'.
3994
39952005-02-28 Lute Kamstra <lute@gnu.org>
3996
3997 * debugging.texi (Debugging): Fix typo.
3998 (Error Debugging): Document eval-expression-debug-on-error.
3999 (Function Debugging): Update example.
4000 (Using Debugger): Mention starred stack frames.
4001 (Debugger Commands): Document `j' and `l'.
4002 (Invoking the Debugger): `d' and `j' exit recursive edit too.
4003 Update the messages that the debugger displays.
4004 (Internals of Debugger): Add cross reference. Update example.
4005 (Excess Open): Minor improvement.
4006 (Excess Close): Minor improvement.
4007
40082005-02-26 Richard M. Stallman <rms@gnu.org>
4009
4010 * tips.texi (Coding Conventions): Clarify.
4011 Put all the major mode key reservations together.
4012 Mention the Mouse-1 => Mouse-2 conventions.
4013
4014 * syntax.texi (Syntax Class Table): Clarify.
4015 (Syntax Table Functions): syntax-after moved from here.
4016 (Syntax Table Internals): syntax-after moved to here.
4017 (Parsing Expressions): Update info on number of values
4018 and what's meaningful in the STATE argument.
4019 (Categories): Fix typo.
4020
4021 * sequences.texi (Arrays): Cleanup.
4022 (Char-Tables): Clarify.
4023
4024 * processes.texi (Deleting Processes): Cleanups, add xref.
4025 (Subprocess Creation): Explain nil in exec-path. Cleanup.
4026 (Process Information): set-process-coding-system, some args optional.
4027 (Input to Processes): Explain various types for PROCESS args.
4028 Rename them from PROCESS-NAME to PROCESS.
4029 (Signals to Processes): Likewise.
4030 (Decoding Output): Cleanup.
4031 (Query Before Exit): Clarify.
4032
4033 * os.texi (Startup Summary): Correct the options; add missing ones.
4034 (Terminal Output, Batch Mode): Clarify.
4035 (Flow Control): Node deleted.
4036
4037 * markers.texi (The Mark): Clarify.
4038
4039 * macros.texi (Expansion): Cleanup.
4040 (Indenting Macros): indent-spec allows ints, not floats.
4041
4042 * keymaps.texi (Keymaps): Clarify.
4043 (Format of Keymaps): Update lisp-mode-map example.
4044 (Active Keymaps, Key Lookup): Clarify.
4045 (Changing Key Bindings): Add xref to `kbd'.
4046 (Key Binding Commands, Simple Menu Items): Clarify.
4047 (Mouse Menus, Menu Bar): Clarify.
4048 (Menu Example): Replace print example with menu-bar-replace-menu.
4049
4050 * help.texi (Documentation Basics): Add function-documentation prop.
4051
4052 * elisp.texi (Top): Don't refer to Flow Control node.
4053
4054 * commands.texi (Command Overview): Improve xrefs.
4055 (Adjusting Point): Adjusting point applies to intangible and invis.
4056 (Key Sequence Input): Doc extra read-key-sequence args.
4057 Likewise for read-key-sequence-vector.
4058
4059 * backups.texi (Rename or Copy): Minor fix.
4060 (Numbered Backups): For version-control, say the default.
4061 (Auto-Saving): make-auto-save-file-name example is simplified.
4062
4063 * advice.texi (Advising Functions): Don't imply one part of Emacs
4064 should advise another part. Markup changes.
4065 (Defining Advice): Move transitional para.
4066 (Activation of Advice): Cleanup.
4067 Explain if COMPILE is nil or negative.
4068
4069 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4070
40712005-02-24 Lute Kamstra <lute@gnu.org>
4072
4073 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4074 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4075
40762005-02-23 Lute Kamstra <lute@gnu.org>
4077
4078 * modes.texi (Defining Minor Modes): define-minor-mode can be used
4079 to define global minor modes as well.
4080
4081 * display.texi (Managing Overlays): overlay-buffer returns nil for
4082 deleted overlays.
4083
40842005-02-22 Kim F. Storm <storm@cua.dk>
4085
4086 * minibuf.texi (Basic Completion): Allow symbols in addition to
4087 strings in try-completion and all-completions.
4088
40892005-02-14 Lute Kamstra <lute@gnu.org>
4090
4091 * elisp.texi (Top): Remove reference to deleted node.
4092
4093 * lists.texi (Lists): Remove reference to deleted node.
4094 (Cons Cells): Fix typo.
4095
4096 * loading.texi (Where Defined): Fix typo.
4097
40982005-02-14 Richard M. Stallman <rms@gnu.org>
4099
4100 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4101 is useful for discarding some minor modes.
4102
4103 * symbols.texi (Symbol Components): Reorder examples.
4104
4105 * streams.texi (Input Functions): State standard-input default.
4106 (Output Variables): State standard-output default.
4107
4108 * objects.texi (Printed Representation): Clarify read syntax vs print.
4109 (Floating Point Type): Explain meaning better.
4110 (Symbol Type): Explain uniqueness better.
4111 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
4112 List examples sooner.
4113 (Box Diagrams): New subnode broken out.
4114 Some examples moved from old Lists as Boxes node.
4115 (Dotted Pair Notation): Clarify intro.
4116 (Array Type): Clarify.
4117 (Type Predicates): Add hash-table-p.
4118
4119 * numbers.texi (Integer Basics): Clarify radix explanation.
4120 (Predicates on Numbers): Minor clarification.
4121 (Comparison of Numbers): Minor clarification. Clarify eql.
4122 Typos in min, max.
4123 (Math Functions): Clarify overflow in expt.
4124
4125 * minibuf.texi (Text from Minibuffer): Minor clarification.
4126 Mention arrow keys.
4127
4128 * loading.texi (Autoload): defun's doc string overrides autoload's
4129 doc string.
4130 (Repeated Loading): Modernize "add to list" examples.
4131 (Where Defined): Finish updating table of load-history elts.
4132
4133 * lists.texi (List-related Predicates): Minor wording improvement.
4134 (Lists as Boxes): Node deleted.
4135 (Building Lists): Explain trivial cases of number-sequence.
4136
4137 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 4138 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
4139 (Hash Access): Any object can be a key.
4140 State value of maphash.
4141
4142 * functions.texi (What Is a Function): Wording cleanup.
4143 (Function Documentation): Minor cleanup.
4144 Explain purpose of calling convention at end of doc string.
4145 (Function Names): Wording cleanup.
4146 (Calling Functions): Wording cleanup.
4147 Explain better how funcall calls the function.
4148 (Function Cells): Delete example of saving and redefining function.
4149
4150 * control.texi (Combining Conditions): Wording cleanup.
4151 (Iteration): dolist and dotimes bind VAR locally.
4152 (Cleanups): Xref to Atomic Changes.
4153
4154 * compile.texi (Byte Compilation): Delete 19.29 info.
4155 (Compilation Functions): Macros' difficulties don't affect defsubst.
4156 (Docs and Compilation): Delete 19.29 info.
4157
41582005-02-10 Richard M. Stallman <rms@gnu.org>
4159
4160 * objects.texi (Symbol Type): Minor correction.
4161
41622005-02-06 Lute Kamstra <lute@gnu.org>
4163
4164 * modes.texi (Example Major Modes): Fix typos.
4165
41662005-02-06 Richard M. Stallman <rms@gnu.org>
4167
4168 * text.texi (Margins): fill-nobreak-predicate can be one function.
4169
4170 * strings.texi (Modifying Strings): clear-string can make unibyte.
4171 (Formatting Strings): format gives error if values missing.
4172
4173 * positions.texi (Character Motion): Mention default arg
4174 for forward-char. backward-char refers to forward-char.
4175 (Word Motion): Mention default arg for forward-word.
4176 (Buffer End Motion): Mention default arg for beginning-of-buffer.
4177 Simplify end-of-buffer.
4178 (Text Lines): Mention default arg for forward-line.
4179 (List Motion): Mention default arg for beginning/end-of-defun.
4180 (Skipping Characters): Minor fixes in explaining character-set.
4181
4182 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4183 Mode inheritance applies only when default-major-mode is nil.
4184 Clarifications.
4185 (Example Major Modes): Update Text mode and Lisp mode examples.
4186 (Minor Mode Conventions): Mention define-minor-mode at top.
4187 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4188 (Mode Line Format): Update mode line face display info.
4189 (Properties in Mode): Mention effect of risky vars.
4190 (Imenu): Define imenu-add-to-menubar.
4191 (Font Lock Mode): Add descriptions to menu lines.
4192 (Faces for Font Lock): Add font-lock-doc-face.
4193
41942005-02-05 Lute Kamstra <lute@gnu.org>
4195
4196 * text.texi (Maintaining Undo): Remove obsolete function.
4197
41982005-02-05 Eli Zaretskii <eliz@gnu.org>
4199
4200 * frames.texi (Color Names): Add pointer to the X docs about RGB
4201 color specifications. Improve indexing
4202 (Text Terminal Colors): Replace the description of RGB values by
4203 an xref to "Color Names".
4204
42052005-02-03 Richard M. Stallman <rms@gnu.org>
4206
4207 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4208 Clarify.
4209 (Selecting Windows): Clarify save-selected-window.
4210 (Cyclic Window Ordering): Clarify walk-windows.
4211 (Window Point): Clarify.
4212 (Window Start): Add comment to example.
4213 (Resizing Windows): Add `interactive' specs in examples.
4214 Document fit-window-to-buffer.
4215
4216 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4217 (Undo, Maintaining Undo): Clarify last change.
4218 (Sorting): In sort-numeric-fields, explain about octal and hex.
4219 Mention sort-numeric-base.
4220 (Format Properties): Add xref for hard newlines.
4221
4222 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4223 (Pop-Up Menus): Fix typo.
4224 (Color Names): Explain all types of color names.
4225 Explain color-values on B&W terminal.
4226 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
4227
4228 * files.texi (File Locks): Not supported on MS systems.
4229 (Testing Accessibility): Clarify.
4230
4231 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4232 (Coverage Testing): Fix typo.
4233
4234 * commands.texi (Misc Events): Remove stray space.
4235
4236 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
4237 (Modification Time): Clarify when visited-file-modtime returns 0.
4238 (The Buffer List): Clarify bury-buffer.
4239 (Killing Buffers): Clarify.
4240 (Indirect Buffers): Add clone-indirect-buffer.
4241
42422005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4243
4244 * edebug.texi (Printing in Edebug): Fix default value of
4245 edebug-print-circle.
4246 (Coverage Testing): Fix displayed frequency count data.
4247
42482005-02-02 Luc Teirlinck <teirllm@auburn.edu>
4249
4250 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
4251
42522005-02-02 Kim F. Storm <storm@cua.dk>
4253
4254 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
4255
42562005-01-29 Eli Zaretskii <eliz@gnu.org>
4257
4258 * commands.texi (Misc Events): Describe the help-echo event.
4259
4260 * text.texi (Special Properties) <help-echo>: Use `pos'
4261 consistently in description of the help-echo property.
4262 Use @code{nil} instead of @var{nil}.
4263
4264 * display.texi (Overlay Properties): Fix the index entry for
4265 help-echo overlay property.
4266
4267 * customize.texi (Type Keywords): Uncomment the xref to the
4268 help-echo property documentation.
4269
42702005-01-23 Kim F. Storm <storm@cua.dk>
4271
4272 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
4273 return value. Third element FULLY replaced by PARTIAL which
4274 specifies number of invisible pixels if row is only partially visible.
4275 (Textual Scrolling): Mention auto-window-vscroll.
4276 (Vertical Scrolling): New defvar auto-window-vscroll.
4277
42782005-01-16 Luc Teirlinck <teirllm@auburn.edu>
4279
4280 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
4281 command remapping.
4282
42832005-01-15 Richard M. Stallman <rms@gnu.org>
4284
4285 * display.texi (Defining Images): Mention DATA-P arg of create-image.
4286
42872005-01-14 Kim F. Storm <storm@cua.dk>
4288
4289 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4290
4291 * text.texi (Links and Mouse-1): Fix string and vector item.
4292
42932005-01-13 Richard M. Stallman <rms@gnu.org>
4294
4295 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4296 descriptions of overriding-local-map and overriding-terminal-local-map.
4297
4298 * text.texi (Links and Mouse-1): Clarify text.
4299
43002005-01-13 Kim F. Storm <storm@cua.dk>
4301
4302 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4303
43042005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
4305
4306 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
4307
43082005-01-12 Kim F. Storm <storm@cua.dk>
4309
4310 * text.texi (Links and Mouse-1): Rename section from Enabling
4311 Mouse-1 to Following Links. Change xrefs.
4312 Add examples for define-button-type and define-widget.
4313
4314 * display.texi (Button Properties, Button Buffer Commands):
4315 Clarify mouse-1 and follow-link functionality.
4316
43172005-01-12 Richard M. Stallman <rms@gnu.org>
4318
4319 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
4320
4321 * display.texi (Beeping): Fix Texinfo usage.
4322
4323 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
4324
43252005-01-11 Kim F. Storm <storm@cua.dk>
4326
4327 * display.texi (Button Properties, Button Buffer Commands):
4328 Mention mouse-1 binding. Add follow-link keyword.
4329
4330 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
4331 (Enabling Mouse-1 to Follow Links): New subsection.
4332
43332005-01-06 Richard M. Stallman <rms@gnu.org>
4334
4335 * text.texi (Special Properties): Minor change.
4336
4337 * os.texi (Timers): Clarify previous change.
4338
4339 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
4340
43412005-01-01 Luc Teirlinck <teirllm@auburn.edu>
4342
4343 * display.texi (Face Attributes): Correct xref to renamed node.
4344
43452005-01-01 Richard M. Stallman <rms@gnu.org>
4346
4347 * display.texi (Face Attributes): Describe hex color specs.
4348
43492004-12-31 Richard M. Stallman <rms@gnu.org>
4350
4351 * os.texi (Timers): Update previous change.
4352
43532004-12-30 Kim F. Storm <storm@cua.dk>
4354
4355 * display.texi (Line Height): Total line-height is now specified
4356 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
4357 in cons cells. (nil . RATIO) is relative to actual line height.
4358 Use line-height `t' instead of `0' to get minimum height.
4359
43602004-12-29 Richard M. Stallman <rms@gnu.org>
4361
4362 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
4363
43642004-12-28 Richard M. Stallman <rms@gnu.org>
4365
4366 * commands.texi (Quitting): Clarify value of with-local-quit.
4367
4368 * elisp.texi (Top): Fix previous change.
4369
4370 * loading.texi (Loading): Fix previous change.
4371
43722004-12-27 Richard M. Stallman <rms@gnu.org>
4373
4374 * Makefile.in (MAKEINFO): Specify --force.
4375
4376 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4377
4378 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
4379
4380 * display.texi (Line Height): Further clarify.
4381
4382 * elisp.texi (Top): Update Loading submenu.
4383
4384 * loading.texi (Where Defined): New node.
4385 (Unloading): load-history moved to Where Defined.
4386
43872004-12-21 Richard M. Stallman <rms@gnu.org>
4388
4389 * commands.texi (Event Input Misc): Add while-no-input.
4390
43912004-12-11 Richard M. Stallman <rms@gnu.org>
4392
4393 * display.texi (Line Height): Rewrite text for clarity.
4394
43952004-12-11 Kim F. Storm <storm@cua.dk>
4396
4397 * display.texi (Display): Add node "Line Height" to menu.
4398 (Line Height): New node. Move full description of line-spacing
4399 and line-height text properties here from text.texi.
4400 (Scroll Bars): Add vertical-scroll-bar variable.
4401
4402 * frames.texi (Window Frame Parameters): Remove line-height defvar.
4403
4404 * locals.texi (Standard Buffer-Local Variables): Fix xref for
4405 line-spacing and vertical-scroll-bar.
4406
4407 * text.texi (Special Properties): Just mention line-spacing and
4408 line-height here, add xref to new "Line Height" node.
4409
44102004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
4411
4412 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4413
4414 * locals.texi (Standard Buffer-Local Variables):
4415 Add @xref for `line-spacing'.
4416
44172004-12-05 Richard M. Stallman <rms@gnu.org>
4418
4419 * Makefile.in (maintainer-clean): Remove the info files
4420 in $(infodir) where they are created.
4421
44222004-12-03 Richard M. Stallman <rms@gnu.org>
4423
4424 * windows.texi (Selecting Windows): get-lru-window and
4425 get-largest-window don't consider dedicated windows.
4426
4427 * text.texi (Undo): Document undo-in-progress.
4428
44292004-11-26 Richard M. Stallman <rms@gnu.org>
4430
4431 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4432 Remove a few vars that are not always buffer-local.
4433
44342004-11-24 Luc Teirlinck <teirllm@auburn.edu>
4435
4436 * locals.texi (Standard Buffer-Local Variables): Comment out
4437 xref's to non-existent node `Yet to be written'.
4438
44392004-11-24 Richard M. Stallman <rms@gnu.org>
4440
4441 * processes.texi (Synchronous Processes): Grammar fix.
4442
4443 * numbers.texi (Comparison of Numbers): Add eql.
4444
4445 * locals.texi (Standard Buffer-Local Variables): Add many vars.
4446
4447 * intro.texi (Printing Notation): Fix previous change.
4448
4449 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
4450 and default-indicate-buffer-boundaries from here.
4451 (Usual Display): To here.
4452 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
4453 (Usual Display): Move tab-width up.
4454
4455 * customize.texi (Variable Definitions): Replace
4456 show-paren-mode example with tooltip-mode.
4457 (Simple Types, Composite Types, Defining New Types):
4458 Minor cleanups.
4459
44602004-11-21 Jesper Harder <harder@ifa.au.dk>
4461
4462 * processes.texi (Synchronous Processes, Output from Processes):
4463 Markup fix.
4464
44652004-11-20 Richard M. Stallman <rms@gnu.org>
4466
4467 * positions.texi (Skipping Characters): skip-chars-forward
4468 now handles char classes.
4469
4470 * intro.texi (Printing Notation): Avoid confusion of `print'
4471 when explaining @print.
4472
4473 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
4474
4475 * display.texi (Display Table Format): Minor fix.
4476
4477 * streams.texi (Output Functions): Fix print example.
4478
4479 * Makefile.in (elisp): New target.
4480 (dist): Depend on $(infodir)/elisp, not elisp.
4481 Copy the info files from $(infodir).
4482
4483 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4484 read-from-minibuffer.
4485
4486 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
4487
44882004-11-19 Richard M. Stallman <rms@gnu.org>
4489
4490 * searching.texi (Regexp Search): Add search-whitespace-regexp.
4491
44922004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
4493
4494 * tips.texi (Coding Conventions): Fix typo.
4495
44962004-11-16 Richard M. Stallman <rms@gnu.org>
4497
4498 * tips.texi (Coding Conventions): Separate defvar and require
4499 methods to avoid warnings. Use require only when there are many
4500 functions and variables from that package.
4501
4502 * minibuf.texi (Minibuffer Completion): When ignoring case,
4503 predicate must not be case-sensitive.
4504
4505 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
4506 (Test Coverage): Don't talk about "splotches". Clarified.
4507
45082004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
4509
4510 * frames.texi (Window Frame Parameters): Fix typo.
4511
45122004-11-15 Kim F. Storm <storm@cua.dk>
4513
4514 * symbols.texi (Other Plists): Note that plist-get may signal error.
4515 Add safe-plist-get.
4516
45172004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
4518
4519 * modes.texi (Font Lock Basics): Fix typo.
4520
45212004-11-08 Richard M. Stallman <rms@gnu.org>
4522
4523 * syntax.texi (Syntax Table Functions): Add syntax-after.
4524
45252004-11-06 Lars Brinkhoff <lars@nocrew.org>
4526
4527 * os.texi (Processor Run Time): New section documenting
4528 get-internal-run-time.
4529
45302004-11-06 Eli Zaretskii <eliz@gnu.org>
4531
4532 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
4533 it nukes elisp-cover.texi.
4534 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
4535 elisp-0 etc.
4536
45372004-11-05 Luc Teirlinck <teirllm@auburn.edu>
4538
4539 * commands.texi (Keyboard Macros): Document `append' return value
4540 of `defining-kbd-macro'.
4541
45422004-11-01 Richard M. Stallman <rms@gnu.org>
4543
4544 * commands.texi (Interactive Call): Add called-interactively-p.
4545
45462004-10-29 Simon Josefsson <jas@extundo.com>
4547
4548 * minibuf.texi (Reading a Password): Revert.
4549
45502004-10-28 Richard M. Stallman <rms@gnu.org>
4551
4552 * frames.texi (Display Feature Testing): Explain about "vendor".
4553
45542004-10-27 Richard M. Stallman <rms@gnu.org>
4555
4556 * commands.texi (Interactive Codes): `N' uses numeric prefix,
4557 not raw. Clarify `n'.
4558 (Interactive Call): Rewrite interactive-p, focusing on when
4559 and how to use it.
4560 (Misc Events): Clarify previous change.
4561
4562 * advice.texi (Simple Advice): Clarify what job the example does.
4563 (Around-Advice): Clarify ad-do-it.
4564 (Activation of Advice): An option of ad-default-compilation-action
4565 is `never', not `nil'.
4566
45672004-10-26 Kim F. Storm <storm@cua.dk>
4568
4569 * commands.texi (Interactive Codes): Add U code letter.
4570
45712004-10-25 Simon Josefsson <jas@extundo.com>
4572
4573 * minibuf.texi (Reading a Password): Add.
4574
45752004-10-24 Jason Rumney <jasonr@gnu.org>
4576
4577 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
4578 and wheel-down.
4579
45802004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
4581
4582 * processes.texi (Synchronous Processes): Document process-file.
4583
45842004-10-22 Kenichi Handa <handa@m17n.org>
4585
4586 * text.texi (translate-region): Document that it accepts also a
4587 char-table.
4588
45892004-10-22 David Ponce <david@dponce.com>
4590
4591 * windows.texi (Resizing Windows): Document the `preserve-before'
4592 argument of the functions `enlarge-window' and `shrink-window'.
4593
45942004-10-19 Jason Rumney <jasonr@gnu.org>
4595
4596 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
4597
45982004-10-09 Luc Teirlinck <teirllm@auburn.edu>
4599
4600 * text.texi (Filling): Add anchor for definition of
4601 `sentence-end-double-space'.
4602
4603 * searching.texi (Regexp Example): Update description of how
4604 Emacs currently recognizes the end of a sentence.
4605 (Standard Regexps): Update definition of the variable
4606 `sentence-end'. Add definition of the function `sentence-end'.
4607
46082004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
4609
4610 * display.texi (Progress): New node.
4611
46122004-10-05 Kim F. Storm <storm@cua.dk>
4613
4614 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
4615
46162004-09-29 Kim F. Storm <storm@cua.dk>
4617
4618 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
4619 to identify bitmaps. Remove -fringe-bitmap suffix for standard
4620 fringe bitmap symbols, as they now have their own namespace.
4621 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
4622 vs. pixels. Signal error if no free bitmap slots.
4623 (Pixel Specification): Change IMAGE to @var{image}.
4624
46252004-09-28 Richard M. Stallman <rms@gnu.org>
4626
4627 * text.texi (Special Properties): Clarify line-spacing and line-height.
4628
4629 * searching.texi (Regexp Search): Add looking-back.
4630
46312004-09-25 Luc Teirlinck <teirllm@auburn.edu>
4632
4633 * display.texi: Correct typos.
4634 (Image Descriptors): Correct xref's.
4635
46362004-09-25 Richard M. Stallman <rms@gnu.org>
4637
4638 * text.texi (Special Properties): Cleanups in `cursor'.
4639 Rewrites in `line-height' and `line-spacing'; exchange them.
4640
4641 * display.texi (Fringes): Rewrite previous change.
4642 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
4643 (Display Fringe Bitmaps): Node deleted, text moved.
4644 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
4645 (Scroll Bars): Clarify set-window-scroll-bars.
4646 (Pointer Shape): Rewrite.
4647 (Specified Space): Clarify :align-to, etc.
4648 (Pixel Specification): Use @var. Clarify new text.
4649 (Other Display Specs): Clarify `slice'.
4650 (Image Descriptors): Cleanups.
4651 (Showing Images): Cleanups.
4652
46532004-09-24 Luc Teirlinck <teirllm@auburn.edu>
4654
4655 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
4656
4657 * modes.texi: Various minor changes in addition to:
4658 (Major Mode Conventions): Final call to `run-mode-hooks' should
4659 not be inside the `delay-mode-hooks' form.
4660 (Mode Hooks): New node.
4661 (Hooks): Delete obsolete example.
4662 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
4663 node "Mode Hooks".
4664
46652004-09-22 Luc Teirlinck <teirllm@auburn.edu>
4666
4667 * display.texi: Correct various typos.
4668 (Display): Rename node "Pointer Shapes" to "Pointer
4669 Shape". (There is already a node called "Pointer Shapes" in
4670 frames.texi.)
4671 (Images): Remove non-existent node "Image Slices" from menu.
4672
46732004-09-23 Kim F. Storm <storm@cua.dk>
4674
4675 * text.texi (Special Properties): Add `cursor', `pointer',
4676 `line-height', and `line-spacing' properties.
4677
4678 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
4679 Shapes' to menu.
4680 (Standard Faces): Doc fix for fringe face.
4681 (Fringes): Add `overflow-newline-into-fringe' and
4682 'indicate-buffer-boundaries'.
4683 (Fringe Bitmaps, Pointer Shapes): New nodes.
4684 (Display Property): Add 'Pixel Specification' and 'Display Fringe
4685 Bitmaps' to menu.
4686 (Specified Space): Describe pixel width and height.
4687 (Pixel Specification): New node.
4688 (Other Display Specs): Add `slice' property.
4689 (Display Fringe Bitmaps): New node.
4690 (Images): Add 'Image Slices' to menu.
4691 (Image Descriptors): Add `:pointer' and `:map' properties.
4692 (Showing Images): Add slice arg to `insert-image'. Add
4693 'insert-sliced-image'.
4694
46952004-09-20 Richard M. Stallman <rms@gnu.org>
4696
4697 * commands.texi (Key Sequence Input):
4698 Clarify downcasing in read-key-sequence.
4699
47002004-09-08 Juri Linkov <juri@jurta.org>
4701
4702 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
4703
47042004-09-07 Luc Teirlinck <teirllm@auburn.edu>
4705
4706 * locals.texi (Standard Buffer-Local Variables): Add
4707 `buffer-auto-save-file-format'.
4708 * internals.texi (Buffer Internals): Describe new
4709 auto_save_file_format field of the buffer structure.
4710 * files.texi (Format Conversion): `auto-save-file-format' has been
4711 renamed `buffer-auto-save-file-format'.
4712
47132004-08-27 Luc Teirlinck <teirllm@auburn.edu>
4714
4715 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
4716 an integer or a marker.
4717 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
4718
47192004-08-22 Richard M. Stallman <rms@gnu.org>
4720
4721 * modes.texi (Major Mode Conventions): Discuss rebinding of
4722 standard key bindings.
4723
47242004-08-18 Kim F. Storm <storm@cua.dk>
4725
4726 * processes.texi (Accepting Output): Add `just-this-one' arg to
4727 `accept-process-output'.
4728 (Output from Processes): New var `process-adaptive-read-buffering'.
4729
47302004-08-10 Luc Teirlinck <teirllm@auburn.edu>
4731
4732 * keymaps.texi: Various changes in addition to:
4733 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
4734 Give more varied examples for `kbd'.
4735 (Creating Keymaps): Char tables have slots for all characters
4736 without modifiers.
4737 (Active Keymaps): `overriding-local-map' and
4738 `overriding-terminal-local-map' also override text property and
4739 overlay keymaps.
4740 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
4741 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
4742 to denote a prefix of no events.
4743 `map-keymap' includes parent's bindings _recursively_.
4744 Clarify and correct description of `where-is-internal'.
4745 Mention BUFFER-OR-NAME arg to `describe-bindings'.
4746 (Menu Example): For menus intended for use with the keyboard, the
4747 menu items should be bound to characters or real function keys.
4748
47492004-08-08 Luc Teirlinck <teirllm@auburn.edu>
4750
4751 * objects.texi (Character Type): Reposition `@anchor' to prevent
4752 double space inside sentence in Info.
4753
4754 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
4755 renamed to `disabled-command-function'.
4756 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
4757 (Command Loop Info): Replace reference to it.
4758 (Disabling Commands): `disabled-command-hook' has been renamed to
4759 `disabled-command-function'.
4760
47612004-08-07 Luc Teirlinck <teirllm@auburn.edu>
4762
4763 * os.texi (Translating Input): Only non-prefix bindings in
4764 `key-translation-map' override actual key bindings. Warn about
4765 possible indirect effect of actual key bindings on non-prefix
4766 bindings in `key-translation-map'.
4767
47682004-08-06 Luc Teirlinck <teirllm@auburn.edu>
4769
4770 * minibuf.texi (High-Level Completion): Add anchor for definition
4771 of `read-variable'.
4772
4773 * commands.texi: Various changes in addition to:
4774 (Using Interactive): Clarify description of `interactive-form'.
4775 (Interactive Call): Mention default for KEYS argument to
4776 `call-interactively'.
4777 (Command Loop Info): Clarify description of `this-command-keys'.
4778 Mention KEEP-RECORD argument to `clear-this-command-keys'.
4779 Value of `last-event-frame' can be `macro'.
4780 (Repeat Events): `double-click-fuzz' is also used to distinguish
4781 clicks and drags.
4782 (Classifying Events): Clarify descriptions of `event-modifiers'
4783 `event-basic-type' and `event-convert-list'.
4784 (Accessing Events): `posn-timestamp' takes POSITION argument.
4785 (Quoted Character Input): Clarify description of
4786 `read-quoted-char' and fix example.
4787 (Quitting): Add `with-local-quit'.
4788 (Disabling Commands): Correct and clarify descriptions of
4789 `enable-command' and `disable-command'.
4790 Mention what happens if `disabled-command-hook' is nil.
4791 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
4792 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
4793
47942004-07-24 Luc Teirlinck <teirllm@auburn.edu>
4795
4796 * frames.texi: Various changes in addition to:
4797 (Creating Frames): Expand and clarify description of `make-frame'.
4798 (Window Frame Parameters): Either none or both of the `icon-left'
4799 and `icon-top' parameters must be specified. Put descriptions of
4800 `menu-bar-lines' and `toolbar-lines' closer together and change
4801 them accordingly.
4802 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
4803 except while processing `frame-title-format' or `icon-title-format'.
4804 (Deleting Frames): Correct description of `delete-frame'.
4805 Non-nil return values of `frame-live-p' are like those of `framep'.
4806 (Frames and Windows): Mention return value of
4807 `set-frame-selected-window'.
4808 (Visibility of Frames): Mention `force' argument to
4809 `make-frame-invisible'. `frame-visible-p' returns t for all
4810 frames on text-only terminals.
4811 (Frame Configurations): Restoring a frame configuration does not
4812 restore deleted frames.
4813 (Window System Selections): `x-set-selection' returns DATA.
4814 (Resources): Add example.
4815 (Display Feature Testing): Clarify descriptions of
4816 `display-pixel-height', `display-pixel-width', `x-server-version'
4817 and `x-server-vendor'.
4818
4819 * windows.texi (Choosing Window): Add anchor.
4820 * minibuf.texi (Minibuffer Misc): Add anchor.
4821
48222004-07-23 John Paul Wallington <jpw@gnu.org>
4823
4824 * macros.texi (Defining Macros): Declaration keyword for setting
4825 Edebug spec is `debug' not `edebug'.
4826
48272004-07-19 Luc Teirlinck <teirllm@auburn.edu>
4828
4829 * windows.texi: Various small changes in addition to:
4830 (Window Point): Mention return value of `set-window-point'.
4831 (Window Start): `pos-visible-in-window-p' disregards horizontal
4832 scrolling. Explain return value if PARTIALLY is non-nil.
4833 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
4834 and `set-window-vscroll'.
4835 (Size of Window): The argument WINDOW to `window-inside-edges',
4836 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
4837 (Resizing Windows): Explain return value of
4838 `shrink-window-if-larger-than-buffer'.
4839 `window-size-fixed' automatically becomes buffer local when set.
4840 (Window Configurations): Explain return value of
4841 `set-window-configuration'.
4842
4843 * minibuf.texi (Minibuffer Misc): Add anchor for
4844 `minibuffer-scroll-window'.
4845
4846 * positions.texi (Text Lines): Add anchor for `count-lines'.
4847
48482004-07-17 Richard M. Stallman <rms@gnu.org>
4849
4850 * display.texi (Overlay Properties): Adding `evaporate' prop
4851 deletes empty overlay immediately.
4852
4853 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
4854 fix example.
4855
48562004-07-16 Jim Blandy <jimb@redhat.com>
4857
4858 * searching.texi (Regexp Backslash): Document new \_< and \_>
4859 operators.
4860
48612004-07-16 Juanma Barranquero <lektu@terra.es>
4862
4863 * display.texi (Images): Fix Texinfo usage.
4864
48652004-07-14 Luc Teirlinck <teirllm@auburn.edu>
4866
4867 * buffers.texi (Modification Time): `visited-file-modtime' now
4868 returns a list of two integers, instead of a cons.
4869
48702004-07-13 Luc Teirlinck <teirllm@auburn.edu>
4871
4872 * windows.texi: Various changes in addition to:
4873 (Splitting Windows): Add `split-window-keep-point'.
4874
48752004-07-09 Richard M. Stallman <rms@gnu.org>
4876
4877 * frames.texi (Input Focus): Minor fix.
4878
48792004-07-07 Luc Teirlinck <teirllm@auburn.edu>
4880
4881 * frames.texi (Input Focus): Clarify descriptions of
4882 `select-frame-set-input-focus' and `select-frame'.
4883
48842004-07-06 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * os.texi: Various small changes in addition to:
4887 (Killing Emacs): Expand and clarify description of
4888 `kill-emacs-query-functions' and `kill-emacs-hook'.
4889 (System Environment): Expand and clarify description of `getenv'
4890 and `setenv'.
4891 (Timers): Clarify description of `run-at-time'.
4892 (Translating Input): Correct description of
4893 `extra-keyboard-modifiers'.
4894 (Flow Control): Correct description of `enable-flow-control'.
4895
48962004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
4897
4898 * os.texi: Update copyright.
4899 (Session Management): Grammar fix.
4900 Clarify which Emacs does the restarting.
4901 Use @samp for *scratch* buffer.
4902
49032004-07-04 Alan Mackenzie <acm@muc.de>
4904
4905 * frames.texi (Input Focus): Add documentation for
4906 `select-frame-set-input-focus'. Replace refs to non-existent
4907 `switch-frame' with `select-frame'. Minor corrections and tidying
4908 up of text-only terminal stuff.
4909
49102004-07-02 Richard M. Stallman <rms@gnu.org>
4911
4912 * files.texi (Saving Buffers): Cleanup write-contents-function.
4913 (Magic File Names): Cleanup file-remote-p.
4914
b344d29d 49152004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
4916
4917 * files.texi (Magic File Names): `file-remote-p' returns an
4918 identifier of the remote system, not just t.
4919
49202004-07-02 David Kastrup <dak@gnu.org>
4921
4922 * searching.texi (Entire Match Data): Add explanation about new
4923 match-data behavior when @var{integers} is non-nil.
4924
49252004-06-24 Richard M. Stallman <rms@gnu.org>
4926
4927 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
4928
4929 * customize.texi (Variable Definitions): Note about doc strings
4930 and :set.
4931
4932 * keymaps.texi (Keymap Terminology): Document `kbd'.
4933 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
4934
4935 * display.texi (Invisible Text): Setting buffer-invisibility-spec
4936 makes it buffer-local.
4937
4938 * files.texi (Saving Buffers): Correct previous change.
4939
4940 * commands.texi (Accessing Events):
4941 Clarify posn-col-row and posn-actual-col-row.
4942
49432004-06-24 David Ponce <david.ponce@wanadoo.fr>
4944
4945 * commands.texi (Accessing Events): New functions
4946 posn-at-point and posn-at-x-y. Add example to posn-x-y.
4947
49482004-06-23 Luc Teirlinck <teirllm@auburn.edu>
4949
4950 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
4951 * frames.texi, buffers.texi, backups.texi, variables.texi:
4952 * loading.texi, eval.texi, functions.texi, control.texi:
4953 * symbols.texi, minibuf.texi: Reposition @anchor's.
4954
4955 * help.texi: Various small changes in addition to the following.
4956 (Describing Characters): Describe PREFIX argument to
4957 `key-description'. Correct and clarify definition of
4958 `text-char-description'. Describe NEED-VECTOR argument to
4959 `read-kbd-macro'.
4960 (Help Functions): Clarify definition of `apropos'.
4961
49622004-06-23 Lars Hansen <larsh@math.ku.dk>
4963
4964 * files.texi (Saving Buffers): Correct description of
4965 `write-contents-functions'.
4966
49672004-06-21 Juanma Barranquero <lektu@terra.es>
4968
4969 * display.texi (Images): Remove redundant @vindex directives.
4970 Rewrite `image-library-alist' doc in active voice.
4971
49722004-06-14 Juanma Barranquero <lektu@terra.es>
4973
4974 * display.texi (Images): Document new delayed library loading,
4975 variable `image-library-alist' and (existing but undocumented)
4976 function `image-type-available-p'.
4977
49782004-06-05 Richard M. Stallman <rms@gnu.org>
4979
4980 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
4981 refer the user to the Initial Input node.
4982 (Text from Minibuffer): Likewise.
4983 (Initial Input): New node. Document this feature
4984 and say it is mostly deprecated.
4985
49862004-05-30 Richard M. Stallman <rms@gnu.org>
4987
4988 * loading.texi (Named Features): Clarify return value
4989 and meaning of NOERROR.
4990
4991 * variables.texi (File Local Variables): Minor cleanup.
4992
49932004-05-30 Michael Albinus <michael.albinus@gmx.de>
4994
4995 * files.texi (Magic File Names): Add `file-remote-p' as operation
4996 of file name handlers.
4997
49982004-05-29 Richard M. Stallman <rms@gnu.org>
4999
5000 * modes.texi (Minor Mode Conventions): (-) has no special meaning
5001 as arg to a minor mode command.
5002
50032004-05-22 Richard M. Stallman <rms@gnu.org>
5004
5005 * syntax.texi (Syntax Class Table): Word syntax not just for English.
5006
5007 * streams.texi (Output Variables): Doc float-output-format.
5008
5009 * searching.texi (Regexp Special): Nested repetition can be infloop.
5010
5011 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5012 real stack overflow.
5013
5014 * compile.texi: Minor cleanups.
5015
50162004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
5017
5018 * lists.texi (Cons Cells): Explain dotted lists, true lists,
5019 circular lists.
5020 (List Elements): Explain handling of circular and dotted lists.
5021
50222004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
5023
5024 * modes.texi (Search-based Fontification): Fix typo.
5025
50262004-05-10 Juanma Barranquero <lektu@terra.es>
5027
5028 * modes.texi (Mode Line Variables): Fix description of
5029 global-mode-string, which is now after which-func-mode, not the
5030 buffer name.
5031
50322004-05-07 Lars Hansen <larsh@math.ku.dk>
5033
5034 * modes.texi (Desktop Save Mode): Add.
5035 (Modes): Add menu entry Desktop Save Mode.
5036
5037 * hooks.texi: Add desktop-after-read-hook,
5038 desktop-no-desktop-file-hook and desktop-save-hook.
5039
5040 * locals.texi: Add desktop-save-buffer.
5041
50422004-04-30 Jesper Harder <harder@ifa.au.dk>
5043
5044 * display.texi: emacs -> Emacs.
5045
50462004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5047
5048 * files.texi (Changing Files): Document set-file-times.
5049
50502004-04-23 Juanma Barranquero <lektu@terra.es>
5051
5052 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5053
50542004-04-18 Jesper Harder <harder@ifa.au.dk>
5055
5056 * tips.texi (Coding Conventions): defopt -> defcustom.
5057
50582004-04-16 Luc Teirlinck <teirllm@auburn.edu>
5059
5060 * sequences.texi: Various clarifications.
5061
50622004-04-14 Luc Teirlinck <teirllm@auburn.edu>
5063
5064 * buffers.texi (Read Only Buffers): Mention optional ARG to
5065 `toggle-read-only'.
5066
50672004-04-14 Nick Roberts <nick@nick.uklinux.net>
5068
5069 * windows.texi (Selecting Windows): Note that get-lru-window
5070 returns a full-width window if possible.
5071
50722004-04-13 Luc Teirlinck <teirllm@auburn.edu>
5073
5074 * buffers.texi: Various changes in addition to:
5075 (Buffer File Name): Add `find-buffer-visiting'.
5076 (Buffer Modification): Mention optional ARG to `not-modified'.
5077 (Indirect Buffers): Mention optional CLONE argument to
5078 `make-indirect-buffer'.
5079
5080 * files.texi: Various changes in addition to:
5081 (Visiting Functions): `find-file-hook' is now a normal hook.
5082 (File Name Expansion): Explain difference between the way that
5083 `expand-file-name' and `file-truename' treat `..'.
5084 (Contents of Directories): Mention optional ID-FORMAT argument to
5085 `directory-files-and-attributes'.
5086 (Format Conversion): Mention new optional CONFIRM argument to
5087 `format-write-file'.
5088
50892004-04-12 Miles Bader <miles@gnu.org>
5090
5091 * macros.texi (Expansion): Add description of `macroexpand-all'.
5092
50932004-04-05 Jesper Harder <harder@ifa.au.dk>
5094
5095 * variables.texi (Variable Aliases): Mention
5096 cyclic-variable-indirection.
5097
5098 * errors.texi (Standard Errors): Ditto.
5099
51002004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5101
5102 * backups.texi: Various small changes in addition to:
5103 (Making Backups): Mention return value of `backup-buffer'.
5104 (Auto-Saving): Mention optional FORCE argument to
5105 `delete-auto-save-file-if-necessary'.
5106 (Reverting): Mention optional PRESERVE-MODES argument to
5107 `revert-buffer'. Correct description of `revert-buffer-function'.
5108
51092004-03-22 Juri Linkov <juri@jurta.org>
5110
5111 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5112 with `Vector Functions'.
5113
5114 * text.texi (Sorting): Add missing quote.
5115
51162004-03-14 Luc Teirlinck <teirllm@auburn.edu>
5117
5118 * intro.texi (Lisp History): Replace xref to `cl' manual with
5119 inforef.
5120
51212004-03-12 Richard M. Stallman <rms@gnu.org>
5122
5123 * intro.texi (Version Info): Add arg to emacs-version.
5124 (Lisp History): Change xref to CL manual.
5125
51262004-03-09 Luc Teirlinck <teirllm@auburn.edu>
5127
5128 * minibuf.texi (Completion Commands): Add xref to Emacs manual
5129 for Partial Completion mode.
5130
51312004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
5132
5133 * customize.texi: Fix typo. Remove eol whitespace.
5134
51352004-03-04 Richard M. Stallman <rms@gnu.org>
5136
5137 * processes.texi: Fix typos.
5138
5139 * lists.texi (Building Lists): Minor clarification.
5140
5141 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5142 in make-hash-table.
5143
51442004-02-29 Juanma Barranquero <lektu@terra.es>
5145
5146 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5147 rm, and ignore exit code.
5148
51492004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5150
5151 * display.texi (Defining Faces): Add description for min-colors.
5152 Update example.
5153
51542004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5155
5156 * abbrevs.texi: Various corrections and clarifications in addition
5157 to the following:
5158 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5159
51602004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5161
5162 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5163
51642004-02-21 Luc Teirlinck <teirllm@auburn.edu>
5165
5166 * text.texi: Various small changes in addition to the following:
5167 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5168 to delete-horizontal-space.
5169 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5170 description of yank-handler text property at various places.
5171
5172 * frames.texi (Window System Selections): Add anchor.
5173
5174 * syntax.texi (Syntax Table Functions): Clarify and correct
5175 descriptions of make-syntax-table and copy-syntax-table.
5176 (Motion and Syntax): Clarify SYNTAXES argument to
5177 skip-syntax-forward.
5178 (Parsing Expressions): Mention that the return value of
5179 parse-partial-sexp is currently a list of ten rather than nine
5180 elements.
5181 (Categories): Various corrections and clarifications.
5182
51832004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5184
5185 * markers.texi (Marker Insertion Types): Minor change.
5186
5187 * locals.texi (Standard Buffer-Local Variables):
5188 * commands.texi (Interactive Codes, Using Interactive):
5189 * functions.texi (Related Topics): Fix xrefs.
5190
51912004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5192
5193 * lists.texi (Sets And Lists): Update description of delete-dups.
5194
51952004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5196
5197 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5198
c8763fb6 51992004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5200
5201 * frames.texi (Parameter Access): frame-parameters arg is optional.
5202 modify-frame-parameters handles nil for FRAME.
5203 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5204 are all-or-nothing for certain toolkits.
5205 Mention parameter wait-for-wm.
5206 (Frames and Windows): In frame-first-window and frame-selected-window
5207 the arg is optional.
5208 (Input Focus): In redirect-frame-focus the second arg is optional.
5209 (Window System Selections): Mention selection type CLIPBOARD.
5210 Mention data-type UTF8_STRING.
5211 Mention numbering of cut buffers.
5212 (Resources): Describe x-resource-name.
5213
52142004-02-16 Richard M. Stallman <rms@gnu.org>
5215
5216 * windows.texi (Buffers and Windows): Delete false table
5217 about all-frames.
5218
5219 * syntax.texi (Parsing Expressions): Delete old caveat
5220 about parse-sexp-ignore-comments.
5221
5222 * streams.texi (Output Variables): Add print-quoted.
5223
5224 * lists.texi (Building Lists): Minor cleanup.
5225
5226 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5227
5228 * display.texi (Overlays): Explain overlays use markers.
5229 (Managing Overlays): Explain front-advance and rear-advance
5230 in more detail.
5231
5232 * loading.texi (Unloading): Document unload-feature-special-hooks.
5233 Get rid of fns-NNN.el file.
5234
52352004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5236
5237 * help.texi (Describing Characters): Fix text-char-description
5238 example output.
5239
5240 * edebug.texi (Using Edebug): Fix example.
5241
5242 * debugging.texi (Internals of Debugger): Fix return value.
5243
5244 * files.texi (Changing Files): Fix argname.
5245
5246 * calendar.texi: Fix parens, and default values.
5247
5248 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
5249 * nonascii.texi, objects.texi, os.texi: Minor fixes.
5250 * searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
5251
5252 * positions.texi (Text Lines): Don't add -1 in current-line.
5253
52542004-02-16 Richard M. Stallman <rms@gnu.org>
5255
5256 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
5257
52582004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5259
5260 * processes.texi (Low-Level Network): Fix a typo.
5261
52622004-02-12 Kim F. Storm <storm@cua.dk>
5263
5264 * display.texi (Fringes): Use consistent wording.
5265 Note that window-fringe's window arg is optional.
5266 (Scroll Bars): Use consistent wording.
5267
52682004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5269
5270 * tips.texi (Comment Tips): Document the new conventions for
5271 commenting out code.
5272
c8763fb6 52732004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5274
5275 * positions.texi (Text Lines): Added missing end defun.
5276
52772004-02-07 Kim F. Storm <storm@cua.dk>
5278
5279 * positions.texi (Text Lines): Add line-number-at-pos.
5280
52812004-02-06 John Paul Wallington <jpw@gnu.org>
5282
5283 * display.texi (Button Properties, Button Buffer Commands):
5284 mouse-2 invokes button, not down-mouse-1.
5285
52862004-02-04 Jason Rumney <jasonr@gnu.org>
5287
5288 * makefile.w32-in: Sync with Makefile.in changes.
5289
52902004-02-03 Luc Teirlinck <teirllm@auburn.edu>
5291
5292 * minibuf.texi (Text from Minibuffer): Various corrections and
5293 clarifications.
5294 (Object from Minibuffer): Correct Lisp description of
5295 read-minibuffer.
5296 (Minibuffer History): Clarify description of cons values for
5297 HISTORY arguments.
5298 (Basic Completion): Various corrections and clarifications. Add
5299 completion-regexp-list.
5300 (Minibuffer Completion): Correct and clarify description of
5301 completing-read.
5302 (Completion Commands): Mention Partial Completion mode. Various
5303 other minor changes.
5304 (High-Level Completion): Various corrections and clarifications.
5305 (Reading File Names): Ditto.
5306 (Minibuffer Misc): Ditto.
5307
53082004-01-26 Luc Teirlinck <teirllm@auburn.edu>
5309
5310 * strings.texi (Text Comparison): assoc-string also matches
5311 elements of alists that are strings instead of conses.
5312 (Formatting Strings): Standardize Texinfo usage. Update index
5313 entries.
5314
53152004-01-20 Luc Teirlinck <teirllm@auburn.edu>
5316
5317 * lists.texi (Sets And Lists): Add delete-dups.
5318
53192004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5320
5321 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
5322 special form.
5323 * macros.texi (Defining Macros): Update description of `declare',
5324 which now is a macro.
5325 (Wrong Time): Fix typos.
5326
53272004-01-14 Luc Teirlinck <teirllm@auburn.edu>
5328
5329 * compile.texi (Compilation Functions): Expand descriptions of
5330 `compile-defun', `byte-compile-file', `byte-recompile-directory'
5331 and `batch-byte-compile'. In particular, mention and describe
5332 all optional arguments.
5333 (Disassembly): Correct and clarify the description of `disassemble'.
5334
53352004-01-11 Luc Teirlinck <teirllm@auburn.edu>
5336
5337 * searching.texi: Various small changes in addition to the
5338 following.
5339 (Regexp Example): Adapt to new value of `sentence-end'.
5340 (Regexp Functions): The PAREN argument to `regexp-opt' can be
5341 `words'.
5342 (Search and Replace): Add usage note for `perform-replace'.
5343 (Entire Match Data): Mention INTEGERS and REUSE arguments to
5344 `match-data'.
5345 (Standard Regexps): Update for new values of `paragraph-start'
5346 and `sentence-end'.
5347
53482004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5349
5350 * files.texi (Saving Buffers): Clarify descriptions of
5351 `write-contents-functions' and `before-save-hook'.
5352 Make the defvar's for `before-save-hook' and `after-save-hook'
5353 into defopt's.
5354
53552004-01-07 Kim F. Storm <storm@cua.dk>
5356
5357 * commands.texi (Click Events): Describe new image and
5358 width/height elements of click events.
5359 (Accessing Events): Add posn-string, posn-image, and
5360 posn-object-width-height. Change posn-object to return either
5361 image or string object.
5362
53632004-01-01 Simon Josefsson <jas@extundo.com>
5364
5365 * hooks.texi (Standard Hooks): Add before-save-hook.
5366 * files.texi (Saving Buffers): Likewise.
5367
53682004-01-03 Richard M. Stallman <rms@gnu.org>
5369
5370 * frames.texi (Frames and Windows): Delete frame-root-window.
5371
53722004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5373
5374 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
5375
5376 * functions.texi: Various small changes in addition to the
5377 following.
5378 (What Is a Function): `functionp' returns nil for macros. Clarify
5379 behavior of this and following functions for symbol arguments.
5380 (Function Documentation): Add `\' in front of (fn @var{arglist})
5381 and explain why.
5382 (Defining Functions): Mention DOCSTRING argument to `defalias'.
5383 Add anchor.
5384 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
5385
53862004-01-01 Miles Bader <miles@gnu.org>
5387
5388 * display.texi (Buttons): New section.
5389
53902003-12-31 Andreas Schwab <schwab@suse.de>
5391
5392 * numbers.texi (Math Functions): sqrt reports a domain-error
5393 error.
5394 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5395
53962003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5397
5398 * tips.texi (Documentation Tips): Update item on hyperlinks in
5399 documentation strings.
5400
5401 * errors.texi (Standard Errors): Various small corrections and
5402 additions.
5403
5404 * control.texi: Various small changes in addition to the
5405 following.
5406 (Signaling Errors): Provide some more details on how `signal'
5407 constructs the error message. Add anchor to the definition of
5408 `signal'.
5409 (Error Symbols): Describe special treatment of `quit'.
5410 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5411 to emphasize that it has to be a single form.
5412
5413 * buffers.texi: Add anchor.
5414
54152003-12-29 Richard M. Stallman <rms@gnu.org>
5416
5417 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5418 (Window Configurations): Add window-configuration-frame.
5419
5420 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5421
5422 * text.texi (Examining Properties): Add get-char-property-and-overlay.
5423 Change arg name in get-char-property.
5424 (Special Properties): Update handling of keymap property.
5425
5426 * strings.texi (Modifying Strings): Add clear-string.
5427 (Text Comparison): Add assoc-string and remove
5428 assoc-ignore-case, assoc-ignore-representation.
5429
5430 * os.texi (Time of Day): Add set-time-zone-rule.
5431
5432 * numbers.texi (Math Functions): asin, acos, log, log10
5433 report domain-error errors.
5434
5435 * nonascii.texi (Converting Representations):
5436 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5437 (Encoding and I/O): Add file-name-coding-system.
5438
5439 * modes.texi (Search-based Fontification): Explain that
5440 face specs are symbols with face names as values.
5441
5442 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
5443
5444 * lists.texi (Building Lists): remq moved elsewhere.
5445 (Sets And Lists): remq moved here.
5446 (Association Lists): Refer to assoc-string.
5447
5448 * internals.texi (Garbage Collection): Add memory-use-counts.
5449
5450 * frames.texi (Frames and Windows): Add set-frame-selected-window
5451 and frame-root-window.
5452
5453 * files.texi (Contents of Directories):
5454 Add directory-files-and-attributes.
5455
5456 * display.texi (Refresh Screen): Add force-window-update.
5457 (Invisible Text): Explain about moving point out of invis text.
5458 (Overlay Properties): Add overlay-properties.
5459 (Managing Overlays): Add overlayp.
5460 (GIF Images): Invalid image number displays a hollow box.
5461
5462 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
5463 (Killing Buffers): Add buffer-live-p.
5464
54652003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
5466
5467 * display.texi (Fringes): Fix typo "set-buffer-window".
5468
54692003-12-24 Luc Teirlinck <teirllm@auburn.edu>
5470
5471 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
5472 * nonascii.texi, processes.texi, tips.texi, variables.texi:
5473 Add or change various xrefs and anchors.
5474
5475 * commands.texi: Replace all occurrences of @acronym{CAR} with
5476 @sc{car}, for consistency with the rest of the Elisp manual.
5477 `car' and `cdr' are historically acronyms, but are no longer
5478 widely thought of as such.
5479
5480 * internals.texi (Pure Storage): Mention that `purecopy' does not
5481 copy text properties.
5482 (Object Internals): Now 29 bits are used (in most implementations)
5483 to address Lisp objects.
5484
5485 * variables.texi (Variables with Restricted Values): New node.
5486
5487 * objects.texi (Lisp Data Types): Mention that certain variables
5488 can only take on a restricted set of values and add an xref to
5489 the new node "Variables with Restricted Values".
5490
5491 * eval.texi (Function Indirection): Describe the errors that
5492 `indirect-function' can signal.
5493 (Eval): Clarify the descriptions of `eval-region' and `values'.
5494 Describe `eval-buffer' instead of `eval-current-buffer' and
5495 mention `eval-current-buffer' as an alias for `current-buffer'.
5496 Correct the description and mention all optional arguments.
5497
5498 * nonascii.texi: Various small changes in addition to the
5499 following.
5500 (Converting Representations): Clarify behavior of
5501 `string-make-multibyte' and `string-to-multibyte' for unibyte all
5502 ASCII arguments.
5503 (Character Sets): Document the variable `charset-list' and adapt
5504 the definition of the function `charset-list' accordingly.
5505 (Translation of Characters): Clarify use of generic characters in
5506 `make-translation-table'. Clarify and correct the description of
5507 the use of translation tables in encoding and decoding.
5508 (User-Chosen Coding Systems): Correct and clarify the description
5509 of `select-safe-coding-system'.
5510 (Default Coding Systems): Clarify description of
5511 `file-coding-system-alist'.
5512
55132003-11-30 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * strings.texi (Text Comparison): Correctly describe when two
5516 strings are `equal'. Combine and clarify descriptions of
5517 `assoc-ignore-case' and `assoc-ignore-representation'.
5518
5519 * objects.texi (Non-ASCII in Strings): Clarify description of
5520 when a string is unibyte or multibyte.
5521 (Bool-Vector Type): Update examples.
5522 (Equality Predicates): Correctly describe when two strings are
5523 `equal'.
5524
55252003-11-29 Luc Teirlinck <teirllm@auburn.edu>
5526
5527 * lists.texi (Building Lists): `append' no longer accepts integer
5528 arguments. Update the description of `number-sequence' to reflect
5529 recent changes.
5530 (Sets And Lists): Describe `member-ignore-case' after `member'.
5531
55322003-11-27 Kim F. Storm <storm@cua.dk>
5533
5534 * commands.texi (Click Events): Click object may be an images.
5535 Describe (dx . dy) element of click positions.
5536 (Accessing Events): Remove duplicate posn-timestamp.
5537 New functions posn-object and posn-object-x-y.
5538
55392003-11-23 Kim F. Storm <storm@cua.dk>
5540
5541 * commands.texi (Click Events): Describe enhancements to event
5542 position lists, including new text-pos and (col . row) items.
5543 Mention left-fringe and right-fringe area events.
5544 (Accessing Events): New functions posn-area and
5545 posn-actual-col-row. Mention posn-timestamp. Mention that
5546 posn-point in non-text area still returns buffer position.
5547 Clarify posn-col-row.
5548
55492003-11-21 Lars Hansen <larsh@math.ku.dk>
5550
5551 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
5552 * anti.texi (File Attributes): Describe removed parameter
5553 ID-FORMAT.
5554
55552003-11-20 Luc Teirlinck <teirllm@auburn.edu>
5556
5557 * positions.texi (Positions): Mention that, if a marker is used as
5558 a position, its buffer is ignored.
5559
5560 * markers.texi (Overview of Markers): Mention it here too.
5561
55622003-11-12 Luc Teirlinck <teirllm@auburn.edu>
5563
5564 * numbers.texi (Numeric Conversions): Not just `floor', but also
5565 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
5566
55672003-11-10 Luc Teirlinck <teirllm@auburn.edu>
5568
5569 * markers.texi (Creating Markers): Specify insertion type of
5570 created markers. Add xref to `Marker Insertion Types'.
5571 Second argument to `copy-marker' is optional.
5572 (Marker Insertion Types): Mention that most markers are created
5573 with insertion type nil.
5574 (The Mark): Correctly describe when `mark' signals an error.
5575 (The Region): Correctly describe when `region-beginning' and
5576 `region-end' signal an error.
5577
55782003-11-08 Luc Teirlinck <teirllm@auburn.edu>
5579
5580 * hash.texi (Creating Hash): Clarify description of `eql'.
5581 `makehash' is obsolete.
5582 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
5583
5584 * positions.texi (Point): Change description of `buffer-end', so
5585 that it is also correct for floating point arguments.
5586 (List Motion): Correct argument lists of `beginning-of-defun' and
5587 `end-of-defun'.
5588 (Excursions): Add xref to `Marker Insertion Types'.
5589 (Narrowing): Argument to `narrow-to-page' is optional.
5590
55912003-11-06 Luc Teirlinck <teirllm@auburn.edu>
5592
5593 * streams.texi (Output Streams): Clarify behavior of point for
5594 marker output streams.
5595
55962003-11-04 Luc Teirlinck <teirllm@auburn.edu>
5597
5598 * variables.texi (Defining Variables): Second argument to
5599 `defconst' is not optional.
5600 (Setting Variables): Mention optional argument APPEND to
5601 `add-to-list'.
5602 (Creating Buffer-Local): Expand description of
5603 `make-variable-buffer-local'.
5604 (Frame-Local Variables): Expand description of
5605 `make-variable-frame-local'.
5606 (Variable Aliases): Correct description of optional argument
5607 DOCSTRING to `defvaralias'. Mention return value of
5608 `defvaralias'.
5609 (File Local Variables): Add xref to `File variables' in Emacs
5610 Manual. Correct description of `hack-local-variables'. Mention
5611 `safe-local-variable' property. Mention optional second argument
5612 to `risky-local-variable-p'.
5613
56142003-11-03 Luc Teirlinck <teirllm@auburn.edu>
5615
5616 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
5617
56182003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
5619
5620 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
5621 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
5622 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
5623 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
5624 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
5625 lispref/processes.texi, lispref/searching.texi,
5626 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
5627 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
5628 @acronym{FOO}.
5629
56302003-10-27 Luc Teirlinck <teirllm@auburn.edu>
5631
5632 * strings.texi (Creating Strings): Argument START to `substring'
5633 can not be `nil'. Expand description of
5634 `substring-no-properties'. Correct description of `split-string',
5635 especially with respect to empty matches. Prevent very bad line
5636 break in definition of `split-string-default-separators'.
5637 (Text Comparison): `string=' and `string<' also accept symbols as
5638 arguments.
5639 (String Conversion): More completely describe argument BASE in
5640 `string-to-number'.
5641 (Formatting Strings): `%s' and `%S' in `format' do require
5642 corresponding object. Clarify behavior of numeric prefix after
5643 `%' in `format'.
5644 (Case Conversion): The argument to `upcase-initials' can be a
5645 character.
5646
56472003-10-27 Kenichi Handa <handa@m17n.org>
5648
5649 * display.texi (Fontsets): Fix texinfo usage.
5650
56512003-10-25 Kenichi Handa <handa@m17n.org>
5652
5653 * display.texi (Fontsets): Add description of the function
5654 set-fontset-font.
5655
56562003-10-23 Luc Teirlinck <teirllm@auburn.edu>
5657
5658 * display.texi (Temporary Displays): Add xref to `Documentation
5659 Tips'.
5660
5661 * functions.texi (Function Safety): Use inforef instead of pxref
5662 for SES.
5663
56642003-10-23 Andreas Schwab <schwab@suse.de>
5665
5666 * Makefile.in (TEX, texinputdir): Don't define.
5667 (TEXI2DVI): Define.
5668 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
5669 add $(srcdir)/index.texi.
5670 ($(infodir)/elisp): Remove index.texi dependency.
5671 (elisp.dvi): Likewise. Use $(TEXI2DVI).
5672 (index.texi): Remove target.
5673 (dist): Don't link $(srcdir)/permute-index.
5674 (clean): Don't remove index.texi.
5675
5676 * permute-index, index.perm: Remove.
5677 * index.texi: Rename from index.unperm.
5678
56792003-10-22 Luc Teirlinck <teirllm@auburn.edu>
5680
5681 * tips.texi (Documentation Tips): Document new behavior for face
5682 and variable hyperlinks in Help mode.
5683
56842003-10-21 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * objects.texi (Integer Type): Update for extra bit of integer range.
5687 (Character Type): Ditto.
5688
56892003-10-16 Eli Zaretskii <eliz@gnu.org>
5690
5691 * numbers.texi (Integer Basics): Add index entries for reading
5692 numbers in hex, octal, and binary.
5693
56942003-10-16 Lute Kamstra <lute@gnu.org>
5695
5696 * modes.texi (Mode Line Format): Mention force-mode-line-update's
5697 argument.
5698
56992003-10-13 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * windows.texi (Choosing Window): Fix typo.
5702 * edebug.texi (Edebug Execution Modes): Fix typo.
5703
57042003-10-13 Richard M. Stallman <rms@gnu.org>
5705
5706 * windows.texi (Basic Windows): A window has fringe settings,
5707 display margins and scroll-bar settings.
5708 (Splitting Windows): Doc split-window return value.
5709 Clean up one-window-p.
5710 (Selecting Windows): Fix typo.
5711 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
5712 (Buffers and Windows): In set-window-buffer, explain effect
5713 on fringe settings and scroll bar settings.
5714 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
5715 (Choosing Window): Use defopt for pop-up-frame-function.
5716 For special-display-buffer-names, explain same-window and same-frame.
5717 Clarify window-dedicated-p return value.
5718 (Textual Scrolling): scroll-up and scroll-down can get an error.
5719 (Horizontal Scrolling): Clarify auto-hscroll-mode.
5720 Clarify set-window-hscroll.
5721 (Size of Window): Don't mention tool bar in window-height.
5722 (Coordinates and Windows): Explain what coordinates-in-window-p
5723 returns for fringes and display margins.
5724 (Window Configurations): Explain saving fringes, etc.
5725
5726 * tips.texi (Library Headers): Clean up Documentation.
5727
5728 * syntax.texi (Parsing Expressions): Clean up forward-comment
5729 and parse-sexp-lookup-properties.
5730
5731 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
5732
5733 * os.texi (System Environment): Clean up text for load-average errors.
5734
5735 * modes.texi (Hooks): Don't explain local hook details at front.
5736 Clarify run-hooks and run-hook-with-args a little.
5737 Clean up add-hook and remove-hook.
5738
5739 * edebug.texi (Edebug Execution Modes): Clarify t.
5740 Document edebug-sit-for-seconds.
5741 (Coverage Testing): Document C-x X = and =.
5742 (Instrumenting Macro Calls): Fix typo.
5743 (Specification List): Don't index the specification keywords.
5744
57452003-10-10 Kim F. Storm <storm@cua.dk>
5746
5747 * processes.texi (Network): Introduce make-network-process.
5748
57492003-10-09 Luc Teirlinck <teirllm@auburn.edu>
5750
5751 * tips.texi (Library Headers): Fix typo.
5752
57532003-10-07 Juri Linkov <juri@jurta.org>
5754
5755 * modes.texi (Imenu): Mention imenu-create-index-function's
5756 default value. Explain submenus better.
5757
57582003-10-07 Lute Kamstra <lute@gnu.org>
5759
5760 * modes.texi (Faces for Font Lock): Fix typo.
5761 (Hooks): Explain how buffer-local hook variables can refer to
5762 global hook variables.
5763 Various minor clarifications.
5764
57652003-10-06 Lute Kamstra <lute@gnu.org>
5766
5767 * tips.texi (Coding Conventions): Mention naming conventions for
5768 hooks.
5769
57702003-10-05 Luc Teirlinck <teirllm@auburn.edu>
5771
5772 * loading.texi (Library Search): Correct default value of
5773 load-suffixes.
5774 (Named Features): Fix typo.
5775
57762003-10-05 Richard M. Stallman <rms@gnu.org>
5777
5778 * loading.texi (Named Features): In `provide',
5779 say how to test for subfeatures.
5780 (Unloading): In unload-feature, use new var name
5781 unload-feature-special-hooks.
5782
57832003-10-03 Lute Kamstra <lute@gnu.org>
5784
5785 * modes.texi (Major Mode Conventions): Mention third way to set up
5786 Imenu.
5787 (Imenu): A number of small fixes.
5788 Delete documentation of internal variable imenu--index-alist.
5789 Document the return value format of imenu-create-index-function
5790 functions.
5791
57922003-09-30 Richard M. Stallman <rms@gnu.org>
5793
5794 * processes.texi (Network): Say what stopped datagram connections do.
5795
5796 * lists.texi (Association Lists): Clarify `assq-delete-all'.
5797
5798 * display.texi (Overlay Properties): Clarify `evaporate' property.
5799
58002003-09-29 Lute Kamstra <lute@gnu.org>
5801
5802 * modes.texi (Mode Line Data): Explain when symbols in mode-line
5803 constructs should be marked as risky.
5804 Change cons cell into proper list.
5805 (Mode Line Variables): Change cons cell into proper list.
5806
58072003-09-26 Lute Kamstra <lute@gnu.org>
5808
5809 * modes.texi (Mode Line Data): Document the :propertize construct.
5810 (Mode Line Variables): Reorder the descriptions of the variables
5811 to match their order in the default mode-line-format.
5812 Describe the new variables mode-line-position and mode-line-modes.
5813 Update the default values of mode-line-frame-identification,
5814 minor-mode-alist, and default-mode-line-format.
5815 (Properties in Mode): Mention the :propertize construct.
5816
58172003-09-26 Richard M. Stallman <rms@gnu.org>
5818
5819 * buffers.texi, commands.texi, debugging.texi, eval.texi:
5820 * loading.texi, minibuf.texi, text.texi, variables.texi:
5821 Avoid @strong{Note:}.
5822
58232003-09-26 Richard M. Stallman <rms@gnu.org>
5824
5825 * keymaps.texi (Remapping Commands): Fix typo.
5826
58272003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
5828
5829 * processes.texi (Low-Level Network): Fix typo.
5830
58312003-09-23 Kim F. Storm <storm@cua.dk>
5832
5833 * processes.texi (Network, Network Servers): Fix typos.
5834 (Low-Level Network): Add timeout value for :server keyword.
5835 Add new option keywords to make-network-process.
5836 Add set-network-process-options.
5837 Explain how to test availability of network options.
5838
58392003-09-19 Richard M. Stallman <rms@gnu.org>
5840
5841 * text.texi (Motion by Indent): Arg to
5842 backward-to-indentation and forward-to-indentation is optional.
5843
5844 * strings.texi (Creating Strings): Add substring-no-properties.
5845
5846 * processes.texi
5847 (Process Information): Add list-processes arg QUERY-ONLY.
5848 Delete process-contact from here.
5849 Add new status values for process-status.
5850 Add process-get, process-put, process-plist, set-process-plist.
5851 (Synchronous Processes): Add call-process-shell-command.
5852 (Signals to Processes): signal-process allows process objects.
5853 (Network): Complete rewrite.
5854 (Network Servers, Datagrams, Low-Level Network): New nodes.
5855
5856 * positions.texi (Word Motion): forward-word, backward-word
5857 arg is optional. Reword.
5858
5859 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
5860
5861 * variables.texi (Creating Buffer-Local):
5862 Delete duplicate definition of buffer-local-value.
5863 (File Local Variables): Explain about discarding text props.
5864
58652003-09-11 Richard M. Stallman <rms@gnu.org>
5866
5867 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
5868 changes variables that record input events.
5869 (Minibuffer Misc): Add minibuffer-selected-window.
5870
5871 * lists.texi (Building Lists): Add copy-tree.
5872
5873 * display.texi (Fontsets): Add char-displayable-p.
5874 (Scroll Bars): New node.
5875
58762003-09-08 Lute Kamstra <lute@gnu.org>
5877
5878 * modes.texi (%-Constructs): Document new `%i' and `%I'
5879 constructs.
5880
58812003-09-03 Peter Runestig <peter@runestig.com>
5882
5883 * makefile.w32-in: New file.
5884
58852003-08-29 Richard M. Stallman <rms@gnu.org>
5886
5887 * display.texi (Overlay Properties): Clarify how priorities
5888 affect use of the properties.
5889
58902003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
5891
5892 * customize.texi (Type Keywords): Correct the description of
5893 `:help-echo' in the case where `motion-doc' is a function.
5894
58952003-08-14 John Paul Wallington <jpw@gnu.org>
5896
5897 * modes.texi (Emulating Mode Line): Subsection, not section.
5898
58992003-08-13 Richard M. Stallman <rms@gnu.org>
5900
5901 * elisp.texi (Top): Update subnode lists in menu.
5902
5903 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
5904 (Kill Functions): kill-region has new arg yank-handler.
5905 (Yanking): New node.
5906 (Yank Commands): Add yank-undo-function.
5907 (Low-Level Kill Ring):
5908 kill-new and kill-append have new arg yank-handler.
5909 (Changing Properties): Add remove-list-of-text-properties.
5910 (Atomic Changes): New node.
5911
5912 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
5913
5914 * streams.texi (Output Variables): Add eval-expression-print-length
5915 and eval-expression-print-level.
5916
5917 * os.texi (Time Conversion): For encode-time, explain limits on year.
5918
5919 * objects.texi (Character Type): Define anchor "modifier bits".
5920
5921 * modes.texi (Emulating Mode Line): New node.
5922 (Search-based Fontification): Font Lock uses font-lock-face property.
5923 (Other Font Lock Variables): Likewise.
5924
5925 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
5926 not vectors.
5927 (Active Keymaps): Add emulation-mode-map-alists.
5928 (Functions for Key Lookup): key-binding has new arg no-remap.
5929 (Remapping Commands): New node.
5930 (Scanning Keymaps): where-is-internal has new arg no-remap.
5931 (Tool Bar): Add tool-bar-local-item-from-menu.
5932 Clarify when to use tool-bar-add-item-from-menu.
5933
5934 * commands.texi (Interactive Call): commandp has new arg.
5935 (Command Loop Info): Add this-original-command.
5936
59372003-08-06 John Paul Wallington <jpw@gnu.org>
5938
5939 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
5940
5941 * display.texi (Warning Basics): Fix typo.
5942 (Fringes): Add closing curly bracket and fix typo.
5943
5944 * elisp.texi (Top): Fix typo.
5945
59462003-08-05 Richard M. Stallman <rms@gnu.org>
5947
5948 * elisp.texi: Update lists of subnodes.
5949
5950 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
5951
5952 * variables.texi (Local Variables): Use lc for example variable names.
5953
5954 * tips.texi (Library Headers): Explain where to put -*-.
5955
5956 * strings.texi (Creating Strings): Fix xref for vconcat.
5957
5958 * sequences.texi (Vector Functions):
5959 vconcat no longer allows integer args.
5960
5961 * minibuf.texi (Reading File Names): read-file-name has new
5962 arg PREDICATE. New function read-directory-name.
5963
5964 * macros.texi (Defining Macros): Give definition of `declare'
5965 (Indenting Macros): New node.
5966
5967 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
5968 (Window Frame Parameters): Make separate table of parameters
5969 that are coupled with specific face attributes.
5970 (Deleting Frames): delete-frame-hooks renamed to
5971 delete-frame-functions.
5972
5973 * files.texi (Magic File Names): Add file-remote-p.
5974 Clarify file-local-copy.
5975
5976 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
5977 here; instead xref Defining Macros.
5978
5979 * display.texi (Warnings): New node, and subnodes.
5980 (Fringes): New node.
5981
5982 * debugging.texi (Test Coverage): New node.
5983
5984 * compile.texi (Compiler Errors): Explain with-no-warnings
5985 and other ways to suppress warnings.
5986
5987 * commands.texi (Interactive Call): Minor clarification.
5988
5989 * buffers.texi (Buffer File Name): set-visited-file-name
5990 renames the buffer too.
5991
5992 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
5993
59942003-07-24 Markus Rost <rost@math.ohio-state.edu>
5995
5996 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
5997
59982003-07-22 Markus Rost <rost@math.ohio-state.edu>
5999
6000 * internals.texi (Garbage Collection): Fix previous change.
6001
60022003-07-22 Richard M. Stallman <rms@gnu.org>
6003
6004 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6005
6006 * display.texi (Width): Use \s syntax in example.
6007 (Font Selection): Add face-font-rescale-alist.
6008
6009 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6010 Remove spurious indent in example.
6011
6012 * lists.texi (Building Lists): Add number-sequence.
6013
6014 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6015
6016 * functions.texi (Function Documentation): Explain how to
6017 show calling convention explicitly in the doc string.
6018
6019 * windows.texi (Selecting Windows): save-selected-window saves
6020 selected window of each frame.
6021 (Window Configurations): Minor change.
6022
6023 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6024
6025 * streams.texi (Output Variables): Add print-continuous-numbering
6026 and print-number-table.
6027
6028 * processes.texi (Decoding Output): New node.
6029
6030 * os.texi (Time Conversion): decode-time arg is optional.
6031
6032 * objects.texi (Character Type): Don't use space as example for \.
6033 Make list of char names and \-sequences correspond.
6034 Explain that \s is not used in strings. `\ ' needs space after.
6035
6036 * nonascii.texi (Converting Representations): Add string-to-multibyte.
6037 (Translation of Characters): Add translation-table-for-input.
6038 (Default Coding Systems): Add auto-coding-functions.
6039 (Explicit Encoding): Add decode-coding-inserted-region.
6040 (Locales): Add locale-info.
6041
6042 * minibuf.texi (Basic Completion): Describe test-completion.
6043 Collections can be lists of strings.
6044 Clean up lazy-completion-table.
6045 (Programmed Completion): Mention test-completion.
6046 Clarify why lambda expressions are not accepted.
6047 (Minibuffer Misc): Describe minibufferp.
6048
60492003-07-14 Richard M. Stallman <rms@gnu.org>
6050
6051 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6052
6053 * windows.texi (Selecting Windows): New arg to select-window.
6054 (Selecting Windows): Add with-selected-window.
6055 (Size of Window): Add window-inside-edges, etc.
6056
6057 * internals.texi (Garbage Collection): Add post-gc-hook.
6058
6059 * processes.texi (Subprocess Creation): Add exec-suffixes.
6060
6061 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6062 (Scanning Keymaps): Add map-keymaps.
6063 (Defining Menus): Add keymap-prompt.
6064
6065 * numbers.texi (Integer Basics): Add most-positive-fixnum,
6066 most-negative-fixnum.
6067
6068 * compile.texi (Byte Compilation): Explain no-byte-compile
6069 (Compiler Errors): New node.
6070
6071 * os.texi (User Identification): user-uid, user-real-uid
6072 can return float.
6073
6074 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6075 and about derived modes.
6076 (Minor Modes): Add minor-mode-list.
6077 (Defining Minor Modes): Keyword args for define-minor-mode.
6078 (Search-based Fontification): Explain managing other properties.
6079 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 6080 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
6081 (Hooks): Add run-mode-hooks and delay-mode-hooks.
6082
6083 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6084 (Variable Aliases): Clarify defvaralias.
6085
6086 * loading.texi (Library Search): Add load-suffixes.
6087
6088 * minibuf.texi (Basic Completion): Add lazy-completion-table.
6089 (Programmed Completion): Add dynamic-completion-table.
6090
6091 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6092 (Magic File Names): Specify precedence order of handlers.
6093
6094 * commands.texi (Command Overview): Emacs server runs pre-command-hook
6095 and post-command-hook.
6096 (Waiting): New calling convention for sit-for.
6097
6098 * text.texi (Special Properties): local-map and keymap properties
6099 apply based on their stickiness.
6100
61012003-07-07 Richard M. Stallman <rms@gnu.org>
6102
6103 * modes.texi (Minor Mode Conventions): Specify only some kinds
6104 of list values as args to minor modes.
6105
6106 * files.texi (File Name Expansion): Warn about iterative use
6107 of substitute-in-file-name.
6108
6109 * advice.texi (Activation of Advice): Clean up previous change.
6110
61112003-07-06 Markus Rost <rost@math.ohio-state.edu>
6112
6113 * advice.texi (Activation of Advice): Note that ad-start-advice is
6114 turned on by default.
6115
61162003-06-30 Richard M. Stallman <rms@gnu.org>
6117
6118 * text.texi (Buffer Contents): Document current-word.
6119 (Change Hooks): Not called for *Messages*.
6120
6121 * functions.texi (Defining Functions): Explain about redefining
6122 primitives.
6123 (Function Safety): Renamed. Minor changes.
6124 Comment out the detailed criteria for what is safe.
6125
61262003-06-22 Andreas Schwab <schwab@suse.de>
6127
6128 * objects.texi (Symbol Type): Fix description of examples.
6129
61302003-06-16 Andreas Schwab <schwab@suse.de>
6131
6132 * hash.texi (Creating Hash): Fix description of :weakness.
6133
c8763fb6 61342003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
6135
6136 * files.texi (Changing Files): copy-file copies file modes, too.
6137
61382003-05-28 Richard M. Stallman <rms@gnu.org>
6139
6140 * strings.texi (Creating Strings): Clarify split-string.
6141
61422003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
6143
6144 * strings.texi (Creating Strings): Update split-string specification
6145 and examples.
6146
61472003-05-19 Richard M. Stallman <rms@gnu.org>
6148
6149 * elisp.texi: Correct invariant section names.
6150
61512003-04-20 Richard M. Stallman <rms@gnu.org>
6152
6153 * os.texi (Timers): Explain about timers and quitting.
6154
61552003-04-19 Richard M. Stallman <rms@gnu.org>
6156
6157 * internals.texi (Writing Emacs Primitives): Strings are
6158 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
6159 Explain GCPRO convention for varargs function args.
6160
61612003-04-16 Richard M. Stallman <rms@gnu.org>
6162
6163 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6164
61652003-04-08 Richard M. Stallman <rms@gnu.org>
6166
6167 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6168
61692003-02-13 Kim F. Storm <storm@cua.dk>
6170
6171 * objects.texi (Character Type): New \s escape for space.
6172
61732003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6174
6175 * os.texi (System Environment): Added cygwin system-type.
6176
61772003-01-25 Richard M. Stallman <rms@gnu.org>
6178
6179 * keymaps.texi: Document that a symbol can act as a keymap.
6180
61812003-01-13 Richard M. Stallman <rms@gnu.org>
6182
6183 * text.texi (Changing Properties): Say string indices are origin-0.
6184
6185 * positions.texi (Screen Lines) <compute-motion>:
6186 Correct order of elts in return value.
6187
6188 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6189 how to define a default binding.
6190
61912002-12-07 Markus Rost <rost@math.ohio-state.edu>
6192
6193 * loading.texi (Unloading): Fix recent change for load-history.
6194
6195 * customize.texi (Simple Types): Clarify description of custom
6196 type 'number. Describe new custom type 'float.
6197
61982002-12-04 Markus Rost <rost@math.ohio-state.edu>
6199
6200 * variables.texi (File Local Variables): Fix typo.
6201
c8763fb6 62022002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
6203
6204 From Michael Albinus <Michael.Albinus@alcatel.de>.
6205
6206 * README: Target for Info file is `make info'.
6207
6208 * files.texi (File Name Components): Fixed typos in
6209 `file-name-sans-extension'.
6210 (Magic File Names): Complete list of operations for magic file
6211 name handlers.
6212
62132002-09-16 Jonathan Yavner <jyavner@engineer.com>
6214
6215 * variables.texi (File Local Variables): New function
6216 risky-local-variable-p.
6217
62182002-09-15 Jonathan Yavner <jyavner@engineer.com>
6219
6220 * functions.texi (Function safety): New node about unsafep.
6221
62222002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
6223
6224 * customize.texi (Splicing into Lists): Fixed example.
6225 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
6226
62272002-06-17 Juanma Barranquero <lektu@terra.es>
6228
6229 * frames.texi (Display Feature Testing): Fix typo.
6230
62312002-06-12 Andreas Schwab <schwab@suse.de>
6232
6233 * frames.texi (Initial Parameters, Resources): Fix references to
6234 the Emacs manual.
6235
62362002-05-13 Kim F. Storm <storm@cua.dk>
6237
6238 * variables.texi (Intro to Buffer-Local): Updated warning and
6239 example relating to changing buffer inside let.
6240
c8763fb6 62412002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6242
6243 * os.texi (Session Management): New node about X Session management.
6244
62452002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
6246
6247 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
6248 to which the manual corresponds, and the copyright years.
6249
6250 * Makefile.in (VERSION): Set to 2.9.
6251
62522001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
6253
6254 * elisp.texi: Change the category in @dircategory to "Emacs", to
6255 make it consistent with info/dir.
6256
62572001-11-25 Miles Bader <miles@gnu.org>
6258
6259 * text.texi (Fields): Describe new `limit' arg in
6260 field-beginning/field-end.
6261
62622001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6263
6264 * permute-index: Don't depend on csh-specific features. Replace
6265 the interpreter name with /bin/sh.
6266
6267 * two-volume-cross-refs.txt: New file.
6268 * two.el: New file.
6269 * spellfile: New file.
6270
62712001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6272
6273 * permute-index: New file.
6274
6275 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
6276 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
6277 8+3 restricted namespace.
6278
6279 * Makefile.in (infodir): Define relative to $(srcdir).
6280 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
6281 include directories list via -I switch to makeinfo.
6282 (index.texi): Use cp if both hard and symbolic links fail.
6283
62842001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6285
6286 * Makefile.in (distclean): Add.
6287
6288 The following changes make ELisp manual part of the Emacs
6289 distribution:
6290
6291 * Makefile.in: Add Copyright notice.
6292 (prefix): Remove.
6293 (infodir): Change value to "../info".
6294 (VPATH): New variable.
6295 (MAKE): Don't define.
6296 (texmacrodir): Don't define.
6297 (texinputdir): Append the existing value of TEXINPUTS.
6298 ($(infodir)/elisp): Instead of just "elisp". Reformat the
6299 command to be compatible with man/Makefile.in, and to put the
6300 output into ../info.
6301 (info): Add target.
6302 (installall): Target removed.
6303
c8763fb6 63042001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
6305
6306 * tips.texi (Coding Conventions): Fix typo.
6307
63082001-10-23 Gerd Moellmann <gerd@gnu.org>
6309
6310 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
6311
63122001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6313
6314 * files.texi (File Name Components): Update the description of
6315 file-name-sans-extension and file-name-extension, as they now
6316 ignore leading dots.
6317
63182001-10-20 Gerd Moellmann <gerd@gnu.org>
6319
6320 * (Version 21.1 released.)
6321
63222001-10-19 Miles Bader <miles@gnu.org>
6323
6324 * positions.texi (Text Lines): Describe behavior of
6325 `beginning-of-line'/`end-of-line' in the presence of field properties.
6326
63272001-10-17 Gerd Moellmann <gerd@gnu.org>
6328
6329 * Makefile.in (VERSION): Set to 2.8.
6330 (manual): Use `manual-21'.
6331
6332 * elisp.texi (VERSION): Add and use it where the version
6333 number was used. Set it to 2.8.
6334
6335 * intro.texi: Likewise.
6336
63372001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6338
6339 * files.texi (File Name Completion): Document the significance of
6340 a trailing slash in elements of completion-ignored-extensions.
6341
63422001-10-06 Miles Bader <miles@gnu.org>
6343
6344 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
6345
63462001-10-04 Gerd Moellmann <gerd@gnu.org>
6347
6348 * variables.texi (Variable Aliases): New node.
6349
63502001-10-04 Gerd Moellmann <gerd@gnu.org>
6351
6352 * Branch for 21.1.
6353
63542001-10-02 Miles Bader <miles@gnu.org>
6355
6356 * minibuf.texi (Minibuffer Misc): Add entries for
6357 `minibuffer-contents', `minibuffer-contents-no-properties', and
6358 `delete-minibuffer-contents'.
6359 Correct description for `minibuffer-prompt-end'.
6360
6361 * text.texi (Property Search): Correct descriptions of
6362 `next-char-property-change' and `previous-char-property-change'.
6363 Add entries for `next-single-char-property-change' and
6364 `previous-single-char-property-change'.
6365 Make operand names a bit more consistent.
6366
63672001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6368
6369 * frames.texi (Finding All Frames): Document that next-frame and
6370 previous-frame are local to current terminal.
6371
63722001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
6373
6374 * keymaps.texi (Creating Keymaps): Fix the description of the
6375 result of make-keymap.
6376
63772001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6378
6379 * display.texi (Font Lookup, Attribute Functions)
6380 (Image Descriptors): Add cross-references to the definition of
6381 selected frame.
6382
6383 * buffers.texi (The Buffer List): Add cross-references to the
6384 definition of selected frame.
6385
6386 * frames.texi (Input Focus): Clarify which frame is _the_ selected
6387 frame at any given time.
6388 (Multiple Displays, Size and Position): Add a cross-reference to
6389 the definition of the selected frame.
6390
63912001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6392
6393 * strings.texi (String Conversion) <string-to-number>: Document
6394 that a float is returned for integers that are too large.
6395
6396 * frames.texi (Mouse Position): Document mouse-position-function.
6397 (Display Feature Testing): Document display-images-p.
6398 (Window Frame Parameters): Document the cursor-type variable.
6399
6400 * numbers.texi (Integer Basics): Document CL style read syntax for
6401 integers in bases other than 10.
6402
6403 * positions.texi (List Motion): Document
6404 open-paren-in-column-0-is-defun-start.
6405
6406 * lists.texi (Sets And Lists): Document member-ignore-case.
6407
6408 * internals.texi (Garbage Collection): Document the used and free
6409 strings report.
6410 (Memory Usage): Document strings-consed.
6411
6412 * os.texi (Time of Day): Document float-time.
6413 (Recording Input): Document that clear-this-command-keys clears
6414 the vector to be returned by recent-keys.
6415
6416 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6417 argument keymap can be a list.
6418
6419 * nonascii.texi (User-Chosen Coding Systems)
6420 <select-safe-coding-system>: Document the new argument
6421 accept-default-p and the variable
6422 select-safe-coding-system-accept-default-p. Tell what happens if
6423 buffer-file-coding-system is undecided.
6424 (Default Coding Systems): Document auto-coding-regexp-alist.
6425
6426 * display.texi (The Echo Area) <message>: Document
6427 message-truncate-lines.
6428 (Glyphs): Document that the glyph table is unused on windowed
6429 displays.
6430
6431 * help.texi (Describing Characters) <single-key-description>:
6432 Document the new argument no-angles.
6433 (Accessing Documentation) <documentation-property>: Document that
6434 a non-string property is evaluated.
6435 <documentation>: Document that the function-documentation property
6436 is looked for.
6437
6438 * windows.texi (Selecting Windows): Document some-window.
6439
6440 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
6441
6442 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
6443 apropos-mode-hook.
6444
6445 * commands.texi (Using Interactive): Document interactive-form.
6446 (Keyboard Macros): Document kbd-macro-termination-hook.
6447 (Command Loop Info): Document that clear-this-command-keys clears
6448 the vector to be returned by recent-keys.
6449
64502001-09-04 Werner LEMBERG <wl@gnu.org>
6451
6452 * Makefile.in (srcdir, texinputdir): New variables.
6453 (srcs, index.texi, install): Use $(srcdir).
6454 (.PHONY): Remove elisp.dvi.
6455 (elisp): Use -I switch for makeinfo.
6456 (elisp.dvi): Use $(srcdir) and $(texinputdir).
6457 (installall, dist): Use $(srcdir).
6458 Fix path to texinfo.tex.
6459 (maintainer-clean): Add elisp.dvi and elisp.oaux.
6460
64612001-08-30 Gerd Moellmann <gerd@gnu.org>
6462
6463 * display.texi (Conditional Display): Adjust to API change.
6464
6465 * configure: New file.
6466
64672001-07-30 Gerd Moellmann <gerd@gnu.org>
6468
6469 * commands.texi (Repeat Events): Add description of
6470 double-click-fuzz.
6471
64722001-05-08 Stefan Monnier <monnier@cs.yale.edu>
6473
6474 * syntax.texi (Syntax Class Table): Add the missing designator for
6475 comment and string fences.
6476 (Syntax Properties): Add a xref to syntax table internals.
6477 (Syntax Table Internals): Document string-to-syntax.
6478
64792001-05-07 Gerd Moellmann <gerd@gnu.org>
6480
6481 * Makefile.in (install): Use install-info command line options
6482 like in Emacs' Makefile.in.
6483
64842000-12-09 Miles Bader <miles@gnu.org>
6485
6486 * windows.texi (Window Start): Update documentation for
6487 `pos-visible-in-window-p'.
6488
64892000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6490
6491 * lists.texi (Building Lists): Add footnote to explain how to add
6492 to the end of a list.
6493
64942000-10-25 Gerd Moellmann <gerd@gnu.org>
6495
6496 * files.texi (Visiting Functions): Typos.
6497
64982000-10-25 Kenichi Handa <handa@etl.go.jp>
6499
6500 * files.texi (Visiting Functions): Return value of
6501 find-file-noselect may be a list of buffers if wildcards are used.
6502
65032000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6504
6505 * display.texi (Defining Faces): Document `graphic' display type
6506 in face specs.
6507
b344d29d 65082000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
6509
6510 * hooks.texi (Standard Hooks): Replace obsolete
6511 `after-make-frame-hook' with `after-make-frame-functions'.
6512
6513 * frames.texi (Creating Frames): Ditto.
6514
6515 * variables.texi (Future Local Variables): Ditto.
6516
65172000-10-16 Gerd Moellmann <gerd@gnu.org>
6518
6519 * display.texi (Other Image Types): Add description of :foreground
6520 and :background properties of mono PBM images.
6521
65222000-08-17 Werner LEMBERG <wl@gnu.org>
6523
6524 * .cvsignore: New file.
6525
65262000-01-05 Gerd Moellmann <gerd@gnu.org>
6527
6528 * tindex.pl: New script.
6529
65301999-12-03 Dave Love <fx@gnu.org>
6531
6532 * Makefile.in (MAKEINFO): New parameter.
6533
65341999-09-17 Richard Stallman <rms@gnu.org>
6535
6536 * Makefile.in (srcs): Add hash.texi.
6537 (VERSION): Update to 20.6.
6538
65391999-09-13 Richard Stallman <rms@gnu.org>
6540
6541 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
6542
65431998-08-29 Karl Heuer <kwzh@gnu.org>
6544
6545 * configure.in: New file.
6546 * Makefile.in: Renamed from Makefile.
6547 (prefix, infodir): Use value obtained from configure.
6548 (emacslibdir): Obsolete variable deleted.
6549 (dist): Distribute configure.in, configure, Makefile.in.
6550
65511998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6552
6553 * Makefile (INSTALL_INFO): New variable.
6554 (install): Run install-info.
6555
65561998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
6557
6558 * Makefile (elisp.dvi): Add missing backslash.
6559
65601998-05-02 Richard Stallman <rms@psilocin.gnu.org>
6561
6562 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
6563 Run texindex without `./'. Always run texindex on elisp.tp.
6564 (elisp.tps): Target deleted.
6565
65661998-04-05 Richard Stallman <rms@psilocin.gnu.org>
6567
6568 * Makefile (srcs): Add nonascii.texi and customize.texi.
6569 (dist): Start by deleting `temp'.
6570
65711998-02-17 Richard Stallman <rms@psilocin.gnu.org>
6572
6573 * Makefile (makeinfo, texindex): Targets deleted.
6574 (makeinfo.o, texindex.o): Targets deleted.
6575 (clean, dist): Don't do anything with them or with getopt*.
6576
65771998-01-30 Richard Stallman <rms@psilocin.gnu.org>
6578
6579 * Makefile (SHELL): Defined.
6580
65811998-01-27 Richard Stallman <rms@psilocin.gnu.org>
6582
6583 * Makefile (elisp.tps): New target.
6584 (elisp.dvi): Depend on elisp.tps.
6585
c5602427 65861996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
6587
6588 * README: Update phone number.
6589
6590 * Makefile (elisp): Make this be the default target.
6591 Depend on makeinfo.c instead of makeinfo.
6592 (install): Don't depend on elisp.dvi, since we don't install that.
6593 Use mkinstalldirs.
6594 (dist): Add mkinstalldirs.
6595
c5602427 65961995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
6597
6598 * Makefile (VERSION): Update version number.
6599 (maintainer-clean): Renamed from realclean.
6600
c5602427 66011995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
6602
6603 * Makefile (realclean): New target.
6604 (elisp): Remove any old elisp-* files first.
6605
c5602427 66061993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
6607
6608 * Makefile (VERSION): New variable.
6609 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
6610 Compressed file suffix should be `.gz', not `.z'.
6611
ce058493 66121993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6613
6614 * Makefile (elisp): Depend on makeinfo.
6615
c5602427 66161993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
6617
6618 * Makefile (srcs): Add anti.texi.
6619
c5602427 66201993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6621
6622 * Makefile (infodir, prefix): New vars.
6623 (install): Use infodir.
6624 (emacsinfodir): Deleted.
6625
c5602427 66261993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6627
6628 * Makefile (srcs): Add calendar.texi.
6629
6630 * Makefile (dist): Copy texindex.c and makeinfo.c.
6631 Limit elisp-* files to those with one or two digits.
6632
c5602427 66331993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6634
6635 * Makefile (dist): Changed to use Gzip instead of compress.
6636
c5602427 66371993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6638
6639 * loading.texi (Unloading): define-function changed back to
6640 defalias. It may not stay this way, but at least it's
6641 consistent with the known-good version of the code patch.
6642
c5602427 66431993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
6644
6645 * modes.texi (Hooks): Document new optional arg of add-hook.
6646
c5602427 66471993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6648
6649 * variables.texi: Document nil initial value of buffer-local variables.
6650
6651 * tips.texi: Add new section on standard library headers.
6652
c5602427 66531993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6654
6655 * Makefile (srcs): Add frame.texi to the list of sources.
6656
c5602427 66571993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6658
6659 * Makefile (dist): Don't bother excluding autosave files; they'll
6660 never make it into the temp directory anyway, and the hash marks
6661 in the name are problematic for make and the Bourne shell.
6662 (srcs):
6663
c5602427 66641993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
6665
6666 * Makefile (dist): Don't include backup files or autosave files in
6667 the distribution tar file.
6668
c5602427 66691991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
6670
6671 * Makefile (srcs): Added index.perm.
6672 (elisp.dvi): Remove erroneous shell comment.
6673 Expect output of permute-index in permuted.fns.
6674 Save old elisp.aux in elisp.oaux.
6675 (clean): Added index.texi to be deleted.
6676
c5602427 66771990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
6678
6679 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
6680
c5602427 66811990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
6682
6683 * files.texi: Noted that completion-ignored-extensions is ignored
6684 when making *Completions*.
6685
c5602427 66861990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
6687
6688 * Makefile make dist now depends on elisp.dvi, since it tries
6689 to include it in the dist file.
6690
c5602427 66911990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 6692
c5602427 6693 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 6694
c5602427 66951989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
6696
6697 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
6698 (defunargs): Turn off \hyphenchar of \sl font temporarily.
6699
c5602427 67001989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
6701
6702 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
6703 and @error{} are the terms now being used. The files in the
6704 directory have been changed to reflect this.
6705
6706 * All instances of @indentedresultt{} have been changed to
6707 ` @result{}', using 5 spaces at the begining of the line.
6708
c5602427 67091989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
6710
6711 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
6712 experimental @indentedresult{}, @indentedexpandsto{} are part of
6713 the texinfo.tex in this directory. These TeX macros are not
6714 stable yet.
6715
c5602427 67161989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
6717
6718 * texinfo.tex: Temporarily added
6719 \let\result=\dblarrow
6720 \def\error{{\it ERROR} \longdblarrow}
6721 We need to do this better soon.
6722
c5602427 67231989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
6724
6725 * Applied Karl Berry's patches to *.texinfo files, but not to
6726 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
6727 new title page format is also not applied, since it requires
6728 texinfo.tex changes.)
6729
6730 * Cleaned up `Makefile' and defined the `emacslibdir' directory
6731 for the Project GNU development environment.
6732
6733;; Local Variables:
c8763fb6 6734;; coding: utf-8
b8d4c8d0
GM
6735;; add-log-time-zone-rule: t
6736;; End:
6737
352c8b4a
GM
6738 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6739 2007, 2008 Free Software Foundation, Inc.
b8d4c8d0
GM
6740
6741 This file is part of GNU Emacs.
6742
352c8b4a 6743 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 6744 it under the terms of the GNU General Public License as published by
352c8b4a
GM
6745 the Free Software Foundation, either version 3 of the License, or
6746 (at your option) any later version.
b8d4c8d0
GM
6747
6748 GNU Emacs is distributed in the hope that it will be useful,
6749 but WITHOUT ANY WARRANTY; without even the implied warranty of
6750 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6751 GNU General Public License for more details.
6752
6753 You should have received a copy of the GNU General Public License
352c8b4a 6754 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
6755
6756;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda