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