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