(Reading from Files): Document that null bytes force no-conversion when visiting
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
0b4faef3
EZ
12009-01-10 Eli Zaretskii <eliz@gnu.org>
2
538395d9
EZ
3 * processes.texi (Serial Ports): Improve wording, suggested by
4 RMS.
5
0b4faef3
EZ
6 * nonascii.texi (Lisp and Coding Systems): Document
7 inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 8 (Character Properties): Improve wording.
0b4faef3 9
ce9cf065
CY
102009-01-09 Chong Yidong <cyd@stupidchicken.com>
11
12 * display.texi (Font Lookup): Remove obsolete function
13 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
14 (Low-Level Font): Rename from Fonts, move to end of Faces section.
15 (Font Selection): Reorder order of variable descriptions. Minor
16 clarifications.
17
18 * elisp.texi (Top): Update node listing.
19
ab756fb3
GM
202009-01-09 Glenn Morris <rgm@gnu.org>
21
22 * commands.texi (Command Loop Info): Say that last-command-char and
23 last-input-char are obsolete aliases.
24
25 * edebug.texi (Edebug Recursive Edit): Remove separate references to
26 last-input-char and last-command-char, since they are just aliases for
27 last-input-event and last-command-event.
28
29 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
30 last-command-char.
31
6b2b8ab1
CY
322009-01-08 Chong Yidong <cyd@stupidchicken.com>
33
34 * elisp.texi: Update node listing.
35
36 * display.texi (Faces): Put Font Selection node after Auto Faces.
37 (Face Attributes): Don't link to Font Lookup. Document
38 font-family-list.
39 (Fonts): New node.
40
3568e767
JR
412009-01-08 Jason Rumney <jasonr@gnu.org>
42
43 * frames.texi (Pointer Shape): Clarify that only X supports
44 changing the standard pointer shapes. (Bug#1485)
45
6221c8db
CY
462009-01-08 Chong Yidong <cyd@stupidchicken.com>
47
48 * display.texi (Attribute Functions): Note that a function value
49 :height is relative, and that compatibility functions work by
50 calling set-face-attribute.
51 (Displaying Faces): Reorder list in order of increasing priority.
52 (Face Remapping): New node. Content moved here from Displaying
53 Faces.
54 (Glyphs): Link to Face Functions.
55
e3d3799a
CY
562009-01-08 Chong Yidong <cyd@stupidchicken.com>
57
58 * display.texi (Faces): Don't discuss face id here. facep does
59 not return t.
60 (Defining Faces): Minor clarification.
61 (Face Attributes): Rearrange items to match docstring of
62 set-face-attribute. Add :foundry attribute. Document new role of
63 :font attribute. Texinfo usage fix.
64 (Attribute Functions): Copyedits.
65 (Face Functions): Note that face number is seldom used.
66
638a2457
RS
672009-01-05 Richard M Stallman <rms@gnu.org>
68
69 * strings.texi (Predicates for Strings): Minor clarification.
70
71 * functions.texi (Function Safety): Texinfo usage fix.
72
49ea0074
JB
732009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
74
75 * objects.texi (General Escape Syntax): Fix typo.
76
9f822178
MR
772009-01-03 Martin Rudalics <rudalics@gmx.at>
78
79 * windows.texi (Choosing Window): Say that pop-up-frame-alist
80 works via the default value of pop-up-frame-function.
81
af34ad36
EZ
822009-01-02 Eli Zaretskii <eliz@gnu.org>
83
84 * processes.texi (System Processes): Document the `time' and
85 `ctime' attributes of `system-process-attributes'.
86
d31f6679
CY
872009-01-01 Chong Yidong <cyd@stupidchicken.com>
88
89 * display.texi (Face Attributes): Clarify :height attribute.
90
174dc00c
MR
912008-12-31 Martin Rudalics <rudalics@gmx.at>
92
93 * buffers.texi (The Buffer List): Clarify what moves a buffer to
94 the front of the buffer list. Add entries for `last-buffer' and
95 `unbury-buffer'.
96
b8afe7e4
EZ
972008-12-27 Eli Zaretskii <eliz@gnu.org>
98
d14030f5
EZ
99 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
100 and its subsections.
101
102 * frames.texi (Multiple Terminals, Low-level Terminal)
103 (Terminal Parameters, Frames on Other TTY devices): New sections.
104 (Frames): Add an xref to "Multiple Terminals".
105
765980a4
EZ
106 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
107
108 * objects.texi (Terminal Type): New node.
109 (Editing Types): Add it to the menu.
110
47bd5577
EZ
111 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
112 Variables".
113
eb22b78c 114 * variables.texi (Directory Local Variables): New node.
47bd5577 115 (Variables): Add a menu item for it.
eb22b78c 116
b8afe7e4
EZ
117 * loading.texi (Autoload): Document `generate-autoload-cookie' and
118 `generated-autoload-file'.
119
77bb0476
EZ
1202008-12-20 Eli Zaretskii <eliz@gnu.org>
121
028e2c19
EZ
122 * os.texi (Startup Summary): Add xref to documentation of
123 `initial-window-system'.
124
77bb0476
EZ
125 * display.texi (Window Systems): Document `window-system' the
126 function. The variable `window-system' is now frame-local.
028e2c19 127 Document `initial-window-system'.
77bb0476 128
dda87836
MR
1292008-12-19 Martin Rudalics <rudalics@gmx.at>
130
131 * windows.texi (Windows): Rewrite description of
132 fit-window-to-buffer.
133
caef3ed2
GM
1342008-12-13 Glenn Morris <rgm@gnu.org>
135
136 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
137 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
138
21c58e4d
GM
1392008-12-12 Glenn Morris <rgm@gnu.org>
140
141 * debugging.texi (Error Debugging): Refer forwards to
142 eval-expression-debug-on-error.
143
af38459f
EZ
1442008-12-05 Eli Zaretskii <eliz@gnu.org>
145
5dedd9b5
EZ
146 * strings.texi (String Basics): Only unibyte strings that
147 represent key sequences hold 8-bit raw bytes.
148
af38459f
EZ
149 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
150 paragraph to speak about `undecided'.
151 (Character Properties): Don't explain the meaning of each
152 property; instead, identify their Unicode Standard names.
b3f1f4a5 153 (Character Sets): Document `map-charset-chars'.
af38459f 154
fa047ae7
GM
1552008-12-02 Glenn Morris <rgm@gnu.org>
156
157 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
158 section yet again.
159
47dbc044
EZ
1602008-11-29 Eli Zaretskii <eliz@gnu.org>
161
98d05998
EZ
162 * nonascii.texi (Character Properties): New Section.
163 (Specifying Coding Systems): Document
164 `coding-system-priority-list', `set-coding-system-priority', and
165 `with-coding-priority'.
166 (Lisp and Coding Systems): Document `check-coding-systems-region'
167 and `coding-system-charset-list'.
168 (Coding System Basics): Document `coding-system-aliases'.
169
170 * elisp.texi (Top): Add a @detailmenu entry for "Character
171 Properties".
172
47dbc044
EZ
173 * objects.texi (Character Type): Correct the range of Emacs
174 characters. Add an @xref to "Character Codes".
175
176 * strings.texi (String Basics): Add an @xref to "Character Codes".
177
178 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
179
180 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
181 (Character Codes): Document `max-char'.
182
8b80cdf5
EZ
1832008-11-28 Eli Zaretskii <eliz@gnu.org>
184
185 * nonascii.texi (Text Representations, Converting Representations)
186 (Character Sets, Scanning Charsets, Translation of Characters):
187 Make text more accurate.
188
a99dceba
GM
1892008-11-28 Glenn Morris <rgm@gnu.org>
190
191 * files.texi (Format Conversion Round-Trip): Improve previous change.
192
f6dc3bed
CY
1932008-11-26 Chong Yidong <cyd@stupidchicken.com>
194
195 * modes.texi (Auto Major Mode): Fix example.
196
5da9413d
GM
1972008-11-25 Glenn Morris <rgm@gnu.org>
198
199 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
200
201 * files.texi (Format Conversion Round-Trip):
202 Use active voice for previous change.
203
fcca848c
CY
2042008-11-25 Chong Yidong <cyd@stupidchicken.com>
205
206 * os.texi (Processor Run Time):
207 * processes.texi (Transaction Queues):
208 * markers.texi (The Mark):
209 * windows.texi (Choosing Window, Selecting Windows):
210 * files.texi (Changing Files, Magic File Names):
211 * commands.texi (Key Sequence Input):
212 * functions.texi (Declaring Functions):
213 * strings.texi (Predicates for Strings):
214 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
215
36c8dc54
CY
2162008-11-24 Chong Yidong <cyd@stupidchicken.com>
217
218 * help.texi (Accessing Documentation): Update example.
219
220 * variables.texi (Defining Variables): Note that `*' is not
221 necessary if defcustom is used.
222
2a79b242
EZ
2232008-11-22 Eli Zaretskii <eliz@gnu.org>
224
225 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
226 Characters" from @detailmenu.
227
228 * nonascii.texi (Character Codes, Character Sets)
229 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
230 (Chars and Bytes, Splitting Characters): Sections removed.
231
392f0d26
LK
2322008-11-22 Lute Kamstra <lute@gnu.org>
233
234 * positions.texi (Text Lines): Update goto-line documentation.
235
af1a5cd5
MR
2362008-11-21 Martin Rudalics <rudalics@gmx.at>
237
6a4cfb0c
MR
238 * frames.texi (Frames): Fix typo, add cross references, reword.
239 (Initial Parameters): Reword special-display-frame-alist text.
240 (Frames and Windows): Reword. Describe argument norecord for
241 set-frame-selected-window.
242 (Input Focus): Describe argument norecord for select-frame.
243 Remove comment on MS-Windows behavior for focus-follows-mouse.
244 (Raising and Lowering): Mention windows-frames dichotomy in
245 metaphor.
246
af1a5cd5
MR
247 * windows.texi (Displaying Buffers, Vertical Scrolling)
248 (Horizontal Scrolling): Fix indenting and rewording issues
249 introduced with 2008-11-07 change.
250
c249fa9c
GM
2512008-11-20 Glenn Morris <rgm@gnu.org>
252
253 * files.texi (Format Conversion Round-Trip): Mention `preserve'
254 element of `format-alist'.
255
204d4665
GM
2562008-11-19 Glenn Morris <rgm@gnu.org>
257
258 * doclicense.texi: Update to FDL 1.3.
259 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
260
cc0910af
CY
2612008-11-18 Chong Yidong <cyd@stupidchicken.com>
262
efe6e7c4
CY
263 * windows.texi (Window Hooks): Remove *-end-trigger-functions
264 vars, which are obsolete. Mention jit-lock-register.
265
266 * modes.texi (Other Font Lock Variables): Document
267 jit-lock-register and jit-lock-unregister.
268
cc0910af
CY
269 * frames.texi (Color Parameters): Document alpha parameter.
270
aeeedf76
MR
2712008-11-16 Martin Rudalics <rudalics@gmx.at>
272
273 * windows.texi (Splitting Windows, Deleting Windows)
274 (Selecting Windows, Cyclic Window Ordering)
275 (Buffers and Windows, Displaying Buffers, Choosing Window)
276 (Dedicated Windows, Window Point, Window Start and End)
277 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
278 (Size of Window, Resizing Windows, Window Configurations)
279 (Window Parameters): Avoid @var at beginning of sentences and
280 reword accordingly.
281
4c565c5c
LK
2822008-11-11 Lute Kamstra <lute@gnu.org>
283
284 * files.texi (File Name Components): Fix file-name-extension
285 documentation.
286
25f494c9
JB
2872008-11-11 Juanma Barranquero <lekktu@gmail.com>
288
289 * frames.texi (Basic Parameters): Remove display-environment-variable
290 and term-environment-variable.
291
a1401ab1
EZ
2922008-11-08 Eli Zaretskii <eliz@gnu.org>
293
294 * windows.texi (Basic Windows, Splitting Windows)
295 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
296 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
297 (Resizing Windows, Window Configurations, Window Parameters):
298 Fix wording and markup.
a1401ab1 299
efafc282
MR
3002008-11-07 Martin Rudalics <rudalics@gmx.at>
301
302 * windows.texi (Windows): Update entries.
303 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 304 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
305 (Selecting Windows, Cyclic Window Ordering): Reword with special
306 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
307 (Buffers and Windows, Choosing Window): Reword with special
308 emphasis on dedicated windows.
309 (Displaying Buffers): Reword. For switch-to-buffer mention that
310 it may fall back on pop-to-buffer. For other-window try to
311 explain how it treats the cyclic ordering of windows.
efafc282
MR
312 (Dedicated Windows): New node and section discussing dedicated
313 windows and associated functions.
86ab855a 314 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
315 (Window Start and End): Rename node and section title. Reword.
316 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
317 Minor rewording.
318 (Size of Window): Reword, in particular text on window-width.
319 (Resizing Windows): Reword. Add text on balancing windows.
320 (Window Configurations): Reword. Mention window parameters.
321 (Window Parameters): New node and section on window parameters.
322 (Window Hooks): Reword. Mention that
323 window-configuration-change-hook is run "buffer-locally".
324 * elisp.texi (Top): Update Windows entries in @detailmenu
325 section.
326
d60a8ab2
JB
3272008-11-04 Juanma Barranquero <lekktu@gmail.com>
328
329 * searching.texi (Regexp Search): Fix typo.
330
01777627
CY
3312008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
332
333 * searching.texi (Regexp Search): Document GREEDY arg.
334 (Simple Match Data): Fix return value.
335
c4526e93
EZ
3362008-11-01 Eli Zaretskii <eliz@gnu.org>
337
338 * nonascii.texi (Text Representations): Rewrite to make consistent
339 with Emacs 23 internal representation of characters. Document
340 `unibyte-string'.
341
fe2ae8b5
CY
3422008-10-28 Chong Yidong <cyd@stupidchicken.com>
343
344 * processes.texi (Process Information): Note that process-status
345 does not accept buffer names.
346
cc5a21e3
CY
3472008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
348
349 * positions.texi (Skipping Characters): Correct return value of
350 skip-chars-forward.
351
09460d9a
MR
3522008-10-25 Martin Rudalics <rudalics@gmx.at>
353
520b29e7
MR
354 * windows.texi (Deleting Windows): Update documentation of
355 delete-windows-on.
356 (Buffers and Windows): Update documentations of
357 get-buffer-window and get-buffer-window-list.
358 (Displaying Buffers): Update documentation of
359 replace-buffer-in-windows.
360
09460d9a
MR
361 * buffers.texi (Current Buffer): Reword set-buffer and
362 with-current-buffer documentations.
363 (Creating Buffers): Reword documentation of get-buffer-create.
364
4d48fcdc
MR
3652008-10-23 Martin Rudalics <rudalics@gmx.at>
366
367 * buffers.texi (Current Buffer): Reword documentation of
368 set-buffer.
369 (Buffer Names): Reword documentation of buffer-name.
370 (The Buffer List): For bury-buffer explain what happens with the
371 buffer's window.
372 (Creating Buffers): Say that get-buffer-create's arg is called
373 buffer-or-name.
374
f0143c43
CY
3752008-10-22 Chong Yidong <cyd@stupidchicken.com>
376
3e5dbbd3
CY
377 * advice.texi (Computed Advice): Explain what DEFINITION is.
378
f0143c43
CY
379 * nonascii.texi (Character Codes): Remove obsolete function
380 char-valid-p, and document characterp instead.
381
52a94b85
MR
3822008-10-22 Martin Rudalics <rudalics@gmx.at>
383
384 * windows.texi (Displaying Buffers): Reword documentation of
385 pop-to-buffer.
386 (Choosing Window): Rewrite documentation of display-buffer and
387 its options.
388
f76f8246
MR
389 * buffers.texi (Killing Buffers): Update documentation of
390 kill-buffer.
391
acc8b598
EZ
3922008-10-21 Eli Zaretskii <eliz@gnu.org>
393
80e6b6df
EZ
394 * processes.texi (Serial Ports): Fix wording and improve markup.
395
3645358a
EZ
396 * searching.texi (Regexp Search): Document `string-match-p' and
397 `looking-at-p'.
398 (POSIX Regexps): Add an xref for "non-greedy".
399 (Regexp Special): Add @cindex entry for "non-greedy".
400
b3d50cff 401 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 402 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 403
73b7530a
EZ
404 * frames.texi (Color Names): Add an xref to `read-color'.
405
406 * minibuf.texi (High-Level Completion): Document `read-color'.
407
acc8b598
EZ
408 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
409
410 * positions.texi (Narrowing): Add an xref to "Swapping Text".
411
412 * buffers.texi (Swapping Text): New section, documents
413 `buffer-swap-text'.
414
10e187e8
MR
4152008-10-21 Martin Rudalics <rudalics@gmx.at>
416
417 * windows.texi (Resizing Windows): Minor wording fix.
418
fd6f900c
EZ
4192008-10-20 Eli Zaretskii <eliz@gnu.org>
420
421 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
422 and `combine-and-quote-strings'.
423
424 * strings.texi (Creating Strings): Add xrefs for them.
425
e4372165
EZ
4262008-10-19 Eli Zaretskii <eliz@gnu.org>
427
d6328fba
EZ
428 * elisp.texi (Top): Make descriptive text for "Reading File Names"
429 match the corresponding menu in minibuf.texi.
430
e4372165
EZ
431 * minibuf.texi (Reading File Names): Document `read-shell-command'
432 and `minibuffer-local-shell-command-map'.
433
5d8dda33
MR
4342008-10-19 Martin Rudalics <rudalics@gmx.at>
435
436 * windows.texi (Resizing Windows): Remove var{} around "window" in
437 documentation of enlarge-window.
438 Rewrite documentation of window-min-height and window-min-width.
439
437706cd
EZ
4402008-10-19 Eli Zaretskii <eliz@gnu.org>
441
80f85d7c
EZ
442 * functions.texi (Calling Functions): Document `apply-partially'.
443
291703b5
EZ
444 * hooks.texi (Standard Hooks): Mention
445 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
446
447 * variables.texi (File Local Variables): Document
448 `file-local-variables-alist', `before-hack-local-variables-hook'
449 and `hack-local-variables-hook'.
450
583d8b3c
EZ
451 * processes.texi (Synchronous Processes): Document `process-lines'.
452
437706cd 453 * customize.texi (Variable Definitions): Document
583d8b3c 454 `custom-reevaluate-setting'.
437706cd 455
7e51d89b
MR
4562008-10-18 Martin Rudalics <rudalics@gmx.at>
457
458 * windows.texi (Choosing Window, Deleting Windows)
459 (Displaying Buffers): Expand documentation of dedicated windows.
460
43c59a3d
EZ
4612008-10-18 Eli Zaretskii <eliz@gnu.org>
462
018a960d
EZ
463 * files.texi (Changing Files): Document symbolic input of file
464 modes to `set-file-modes'. Document `read-file-modes' and
465 `file-modes-symbolic-to-number'.
466
2c0b8144
EZ
467 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
468 and `search-map'.
469
80120f13
EZ
470 * searching.texi (Search and Replace): Document
471 `replace-search-function' and `replace-re-search-function'.
2c0b8144 472 Document `multi-query-replace-map'.
80120f13 473
6d4913f0
EZ
474 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
475 (Completion Commands, Reading File Names): Rename
476 `minibuffer-local-must-match-filename-map' to
477 `minibuffer-local-filename-must-match-map'.
478 (Minibuffer Completion): The `require-match' argument to
479 `completing-read' can now have the value `confirm-only'.
480
43c59a3d
EZ
481 * windows.texi (Displaying Buffers): Minor wording fix.
482 (Choosing Window): `split-height-threshold' can now be nil.
483 Document `split-width-threshold'. `pop-up-frames' can have the
484 value `graphic-only'.
485
f36acfd9
EZ
4862008-10-17 Eli Zaretskii <eliz@gnu.org>
487
488 * os.texi (Startup Summary): Document `before-init-time' and
489 `after-init-time'. Document `initial-window-system' and
490 `window-system-initialization-alist'. Document reading the
491 abbrevs file. Document the call to `server-start' under --daemon.
492 Rearrange a bit to be consistent with the code flow.
53728487
EZ
493 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
494 (Time Parsing): Document `format-seconds'.
f36acfd9 495
96995b89
MR
4962008-10-17 Martin Rudalics <rudalics@gmx.at>
497
498 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
499 and reword.
500
2de17c73
EZ
5012008-10-16 Eli Zaretskii <eliz@gnu.org>
502
503 * markers.texi (The Mark): Document use-region-p.
504
9cf52b11
EZ
5052008-10-15 Eli Zaretskii <eliz@gnu.org>
506
c3aaf1d7
EZ
507 * internals.texi (Writing Emacs Primitives): The interactive spec
508 of a primitive can be a Lisp form.
509
841a1743
EZ
510 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
511 values of transient-mark-mode. Document handle-shift-selection.
512
513 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
514 (Interactive Examples): Show an example of `^'.
515 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
516 (Defining Commands, Using Interactive): The interactive-form of a
517 function can be added via its symbol's property.
841a1743 518
52441368
EZ
519 * positions.texi (List Motion): beginning-of-defun-function can
520 now accept an argument.
521
8e8c1a72
EZ
522 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
523 now return a list of strings.
524
a33a1f2a
EZ
525 * control.texi (Handling Errors): Document ignore-errors.
526
4fb04348
EZ
527 * frames.texi (Creating Frames): Document frame-inherited-parameters.
528 (Parameter Access): Document set-frame-parameter.
529
ee666f84
EZ
530 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
531 Hooks" for the effect of kill-all-local-variables on local hook
532 functions.
533
9cf52b11
EZ
534 * modes.texi (Major Mode Conventions, Mode Line Variables):
535 `mode-name' need not be a string. xref to "Mode Line Data" for
536 details, and to "Emulating Mode Line" for computing a string
537 value.
538
22526bc4
EZ
5392008-10-14 Eli Zaretskii <eliz@gnu.org>
540
a65f6a85
EZ
541 * processes.texi (System Processes): New section.
542 (Processes, Signals to Processes): Add xrefs to it.
543
544 * objects.texi (Editing Types): A `process' is a subprocess of
545 Emacs, not just any process running on the OS.
546
547 * elisp.texi (Top): Adjust the @detailmenu for the above two
548 changes.
549
2724b26a
EZ
550 * sequences.texi (Char-Tables): Remove documentation of
551 set-char-table-default, which has no effect since Emacs 23.
552 <char-table-range, set-char-table-range>: Don't mention generic
553 characters and charsets. Add a cons cell as a possible argument.
554
555 * nonascii.texi (Splitting Characters)
556 (Translation of Characters): Don't mention generic characters.
557
558 * display.texi (Fontsets): Don't mention generic characters.
559
22526bc4 560 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 561 argument FUNCTION with a cons cell as KEY.
22526bc4 562
eaf4b689
EZ
5632008-10-13 Eli Zaretskii <eliz@gnu.org>
564
45e46036
EZ
565 * objects.texi (Primitive Function Type): Move "@cindex special
566 forms" from here...
567
568 * eval.texi (Special Forms): ...to here.
569
570 * functions.texi (What Is a Function): `functionp' returns nil for
571 special forms. Add an xref.
572
eaf4b689
EZ
573 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
574 Variables".
575
576 * variables.texi (Frame-Local Variables): New section.
577 (Buffer-Local Variables): Add an xref to it.
578 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
579 have both frame-local and buffer-local binding.
580
581 * frames.texi (Frames): Mention multiple tty frames.
582 (Frame Parameters, Parameter Access): Mention frame-local variable
583 bindings.
584
15688fce
GM
5852008-09-20 Glenn Morris <rgm@gnu.org>
586
587 * display.texi (Defining Faces): Recommend against face variables.
588
35539065
JB
5892008-09-16 Juanma Barranquero <lekktu@gmail.com>
590
591 * display.texi (Echo Area Customization): Fix typo.
592
6a57054b
JB
5932008-09-09 Juanma Barranquero <lekktu@gmail.com>
594
595 * loading.texi (Where Defined): Add `defface' item.
596
d632fb82
MR
5972008-09-06 Martin Rudalics <rudalics@gmx.at>
598
599 * loading.texi (Where Defined): Fix description of symbol-file.
600
905a9adb
JR
6012008-08-26 Jason Rumney <jasonr@gnu.org>
602
603 * display.texi (TIFF Images): New section describing :index property.
604
852e91b7
CY
6052008-08-23 Chong Yidong <cyd@stupidchicken.com>
606
607 * display.texi (Temporary Displays): Remove unnecessary comment
608 about usage of temp-buffer-show-hook.
609
6be001ee
CY
6102008-08-05 Chong Yidong <cyd@stupidchicken.com>
611
612 * symbols.texi (Other Plists): Fix incorrect example.
613 Suggested by Florian Beck.
614
58e3d8e8
JB
6152008-07-31 Juanma Barranquero <lekktu@gmail.com>
616
617 * os.texi: Fix previous change.
618
7c2fb837
DN
6192008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
620
621 * os.texi:
622 * intro.texi:
623 * files.texi: Remove VMS support.
624
9e2a2647
DN
6252008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
626
627 * os.texi:
628 * frames.texi:
629 * display.texi: Remove mentions of Mac Carbon.
630
c4f4682b
MB
6312008-07-01 Miles Bader <miles@gnu.org>
632
633 * text.texi (Special Properties):
634 * display.texi (Truncation): Add wrap-prefix and line-prefix.
635
3696411e
JB
6362008-06-28 Johan Bockgård <bojohan@gnu.org>
637
638 * display.texi (Other Image Types): Fix copy/paste error; say
639 "PBM", not "XBM".
640
f2a77c3a
DN
6412008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
642
643 * os.texi: Remove references to obsolete systems.
644
6d52677d
EZ
6452008-06-20 Eli Zaretskii <eliz@gnu.org>
646
647 * makefile.w32-in (distclean): Remove makefile.
648
1a87da4c
GM
6492008-06-17 Glenn Morris <rgm@gnu.org>
650
651 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
652 (elisp, dist): Remove rules and variables that are obsolete now
653 the lisp manual is no longer distributed separately.
654
fdda1c5d
GM
6552008-06-16 Glenn Morris <rgm@gnu.org>
656
646692e9
GM
657 * configure, configure.in, mkinstalldirs: Remove unused files.
658
659 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 660 * vol1.texi (EMACSVER):
6a57054b 661 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
662
663 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
664 as per maintain.info.
665
611bee81
GM
6662008-06-15 Glenn Morris <rgm@gnu.org>
667
a7bed3a0
GM
668 * makefile.w32-in (manual): Use "23" rather than "21".
669
670 * Makefile.in (emacsver): New, set by configure.
671 (manual): Use emacsver.
672
d794edf2
GM
673 * intro.texi: Report bugs using M-x report-emacs-bug.
674
611bee81
GM
675 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
676
c73e02fa
GM
6772008-06-13 Daniel Engeler <engeler@gmail.com>
678
679 * elisp.texi, internals.texi, processes.texi: Add documentation
680 about serial port access.
681
e40a85cd
MB
6822008-06-05 Miles Bader <miles@gnu.org>
683
684 * display.texi (Displaying Faces): Update to reflect function
685 renamings in face-remap.el.
686
7b753744
JB
6872008-06-05 Juanma Barranquero <lekktu@gmail.com>
688
689 * display.texi (Fontsets): Fix typos.
690
9d3d42fb
MB
6912008-06-03 Miles Bader <miles@gnu.org>
692
7b753744
JB
693 * display.texi (Displaying Faces): Add add-relative-face-remapping,
694 remove-relative-face-remapping, set-base-face-remapping,
695 and set-default-base-face-remapping.
9d3d42fb 696
f2cec7a9
MB
6972008-06-01 Miles Bader <miles@gnu.org>
698
699 * display.texi (Displaying Faces): Add face-remapping-alist.
700
8f39c96d
SM
7012008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
702
703 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
704 variable names.
705
1ef5eecc
ER
7062008-05-03 Eric S. Raymond <esr@golux>
707
352c8b4a 708 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
709 (current-global-map) return references, not copies.
710
63b4387f
JL
7112008-05-02 Juri Linkov <juri@jurta.org>
712
713 * minibuf.texi (Text from Minibuffer): Document a list of
714 default values for `read-from-minibuffer'.
715
38a8b703
JB
7162008-04-24 Juanma Barranquero <lekktu@gmail.com>
717
718 * nonascii.texi (Translation of Characters): Fix previous change.
719
7c42e639
CY
7202008-04-20 Chong Yidong <cyd@stupidchicken.com>
721
722 * display.texi (Overlay Properties): Clarify role of underlying
723 textprop and overlay keymaps for display strings.
724
725 * keymaps.texi (Active Keymaps): Ditto.
726
25c0d999
SM
7272008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * minibuf.texi (Programmed Completion):
730 Replace dynamic-completion-table with the new completion-table-dynamic.
731
e3af5968
CY
7322008-04-07 Chong Yidong <cyd@stupidchicken.com>
733
734 * intro.texi (Some Terms): Change "fonts in this manual" index
735 entry to "typographic conventions".
736
6bfc8698
EZ
7372008-04-05 Eli Zaretskii <eliz@gnu.org>
738
739 * objects.texi (Text Props and Strings): Add indexing for read
740 syntax of text properties.
741
4972c361
SM
7422008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * processes.texi (Decoding Output): Remove process-filter-multibyte
745 functions.
746
c70a68db
MR
7472008-03-15 Martin Rudalics <rudalics@gmx.at>
748
749 * display.texi (Finding Overlays): Say that empty overlays at
750 the end of the buffer are reported too.
751
1291fd36
GM
7522008-03-13 Glenn Morris <rgm@gnu.org>
753
754 * elisp.texi (EMACSVER): Set to 23.0.60.
755
c6b0dfd5
CY
7562008-02-26 Chong Yidong <cyd@stupidchicken.com>
757
38a8b703 758 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 759
875fc30c
GM
7602008-02-22 Glenn Morris <rgm@gnu.org>
761
762 * frames.texi (Position Parameters): Clarify the description of
763 `left' and `top', using information from "Geometry".
764 (Geometry): Give a pointer to "Position Parameters", rather than
765 repeating information.
766
d8c8e45a
GM
7672008-02-11 Glenn Morris <rgm@gnu.org>
768
769 * objects.texi (Equality Predicates): No longer talk about "two"
770 functions.
771
38a8b703 7722008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
773
774 * objects.texi (Equality Predicates): Add defun for
775 equal-including-properties.
776
bfffe0b1
GM
7772008-02-10 Glenn Morris <rgm@gnu.org>
778
779 * objects.texi (Equality Predicates):
780 Mention equal-including-properties.
781
431b78c9
RS
7822008-02-07 Richard Stallman <rms@gnu.org>
783
784 * windows.texi (Window Start): Mention the feature of moving
785 window-start to start of line.
786
c8763fb6 7872008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
788
789 * keymaps.texi (Tool Bar): Document rtl property.
790
1a256502
TTN
7912008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
792
793 * display.texi (Button Types):
794 For define-button-type, clarify type of NAME.
795
569382c2
MR
7962008-01-19 Martin Rudalics <rudalics@gmx.at>
797
798 * buffers.texi (Buffer Modification): Fix typo.
799
f3041af1
DN
8002008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
801
802 * os.texi (System Environment): Remove references to OSes that are
803 not supported anymore.
804
d35e1cd7
DN
8052008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
806
807 * os.texi (System Environment): Remove mention for Masscomp.
808
23af7580
RS
8092008-01-04 Richard Stallman <rms@gnu.org>
810
811 * display.texi (Faces): Don't talk about internal face vector as arg
812 to facep.
813
814 * customize.texi (Type Keywords): Fix previous change.
815
816 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
817 * elisp.texi (Top): Fix menu for commands.texi change.
818
ec7d5b1e
RS
8192007-12-30 Richard Stallman <rms@gnu.org>
820
821 * commands.texi (Accessing Mouse): Renamed from Accessing Events.
822 (Accessing Scroll): New node broken out of Accessing Mouse.
823
101a6cea
RS
8242007-12-28 Richard Stallman <rms@gnu.org>
825
826 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 827 (Basic Parameters): For `title', refer to title bar.
041817a4 828 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 829
72b7e664
RS
8302007-12-23 Richard Stallman <rms@gnu.org>
831
832 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
833 Improve some of the commented-out keywords' text too.
834
27a4f445
MR
8352007-12-14 Martin Rudalics <rudalics@gmx.at>
836
e2e3f1d7
MR
837 * nonascii.texi (Encoding and I/O): Reword to avoid saying
838 "visit the current buffer".
839
27a4f445
MR
840 * os.texi (System Interface): Fix typo.
841
a2afc99d
RS
8422007-12-04 Richard Stallman <rms@gnu.org>
843
844 * objects.texi (Symbol Type): Fix typo.
845
b694135c
RS
8462007-12-03 Richard Stallman <rms@gnu.org>
847
848 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
849
f99a19da
GM
8502007-12-01 Glenn Morris <rgm@gnu.org>
851
852 * functions.texi (Declaring Functions): Improve previous change.
853
8f4b37d8
GM
8542007-11-30 Glenn Morris <rgm@gnu.org>
855
856 * functions.texi (Declaring Functions): Add optional fourth
857 argument of declare-function, and setting third argument to `t'.
858
61a2fe01
RS
8592007-11-29 Richard Stallman <rms@gnu.org>
860
861 * customize.texi (Composite Types): Document `group' type.
862
cbfc5193
GM
8632007-11-29 Glenn Morris <rgm@gnu.org>
864
865 * functions.texi (Declaring Functions): Add findex. Mention
866 `external' files.
867
8386283a
JB
8682007-11-26 Juanma Barranquero <lekktu@gmail.com>
869
870 * functions.texi (Declaring Functions): Fix directive.
871
a07c9a8b
RS
8722007-11-25 Richard Stallman <rms@gnu.org>
873
874 * help.texi (Help Functions): Clean up last change.
875
876 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
877
878 * loading.texi (Named Features): Minor cleanup.
879
880 * macros.texi (Eval During Expansion): Minor cleanup.
881
882 * variables.texi (Variable Aliases): Minor cleanup.
883
a0925923
RS
8842007-11-24 Richard Stallman <rms@gnu.org>
885
886 * functions.texi (Declaring Functions): Clarify previous change.
887
888 * compile.texi (Compiler Errors): Clarify previous change.
889
20c63e44
RS
8902007-11-24 Richard Stallman <rms@gnu.org>
891
e5e76c04 892 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
893 Clarify the text and move items around.
894
5bb0cda3
GM
8952007-11-24 Glenn Morris <rgm@gnu.org>
896
897 * functions.texi (Declaring Functions): New section.
898 * compile.texi (Compiler Errors): Mention declaring functions,
899 defvar with no initvalue, and byte-compile-warnings.
900
af13c86a
MR
9012007-11-15 Martin Rudalics <rudalics@gmx.at>
902
903 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
904 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
905
a5373305
MR
9062007-11-13 Martin Rudalics <rudalics@gmx.at>
907
908 * help.texi (Help Functions): Document new macro `with-help-window'.
909
fe284805
JL
9102007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
911
912 * searching.texi (Replacing Match): Describe new
913 `match-substitute-replacement'.
914
2c3a09b1
RS
9152007-10-31 Richard Stallman <rms@gnu.org>
916
917 * strings.texi (Creating Strings): Null strings from concat not unique.
918
f2b480f4
RS
9192007-10-26 Richard Stallman <rms@gnu.org>
920
921 * objects.texi (Equality Predicates): Null strings are uniquified.
922
923 * minibuf.texi: Minor clarifications in previous change.
924
db21122c
GM
9252007-10-25 Glenn Morris <rgm@gnu.org>
926
927 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
928
2328cbb3
RS
9292007-10-24 Richard Stallman <rms@gnu.org>
930
931 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
932
933 * variables.texi (Frame-Local Variables): Node deleted.
934 (Variables): Delete Frame-Local Variables from menu.
935 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
936 (Default Value): Don't mention frame-local vars.
937
938 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
939
940 * loading.texi (Unloading): Document FEATURE-unload-function
941 instead of FEATURE-unload-hook.
942
2328cbb3
RS
943 * frames.texi (Multiple Displays): Don't mention frame-local vars.
944
c066bafa
JL
9452007-10-22 Juri Linkov <juri@jurta.org>
946
947 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
948 (High-Level Completion): Document a list of default value strings
949 in the DEFAULT argument, for which minibuffer functions return the
950 first element.
951
65ced25f
JL
9522007-10-17 Juri Linkov <juri@jurta.org>
953
954 * text.texi (Filling): Update arguments of fill-paragraph.
955 fill-paragraph operates on the active region in Transient Mark mode.
956 Remove fill-paragraph-or-region.
957
ee46ec8e
KB
9582007-10-13 Karl Berry <karl@gnu.org>
959
960 * elisp.texi (@dircategory): Move to after @copying,
961 since we want @copying as close as possible to the beginning of
962 the output.
963
61bbdbc6
RS
9642007-10-12 Richard Stallman <rms@gnu.org>
965
966 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
967
968 * commands.texi (Distinguish Interactive): New node,
969 broken out from Interactive Call and rewritten.
970 (Command Loop): Put Distinguish Interactive in menu.
971
af23e1e8
RS
9722007-10-09 Richard Stallman <rms@gnu.org>
973
974 * text.texi (Examining Properties): Mention overlay priority.
975
976 * display.texi (Display Margins): Correct the description
977 of margin display specifications.
978 (Replacing Specs): New subnode broken out of Display Property.
979
e1965a69
JL
9802007-10-06 Juri Linkov <juri@jurta.org>
981
982 * text.texi (Filling): Document fill-paragraph-or-region.
983
4638454b
JB
9842007-10-05 Juanma Barranquero <lekktu@gmail.com>
985
986 * display.texi (Auto Faces): Fix typo.
987
7ed54cc5
RS
9882007-10-02 Richard Stallman <rms@gnu.org>
989
990 * display.texi (Display Property): Explain some display specs
991 don't let you move point in.
992
993 * frames.texi (Cursor Parameters): Describe
994 cursor-in-non-selected-windows here. Explain more values.
995
996 * windows.texi (Basic Windows): Don't describe
997 cursor-in-non-selected-windows here.
998
305a7ef2
EZ
9992007-10-01 Eli Zaretskii <eliz@gnu.org>
1000
1001 * processes.texi (Misc Network): Note that these functions are
1002 supported only on some systems.
1003
f7a7f4eb
RS
10042007-10-01 Richard Stallman <rms@gnu.org>
1005
1006 * display.texi (Overlay Properties): Explain nil as priority.
1007 Explain that conflicts are unpredictable if not resolved by
1008 priorities.
1009
780d7bb9
RS
10102007-09-23 Richard Stallman <rms@gnu.org>
1011
1012 * macros.texi (Backquote): Minor clarification.
1013
14b4fdfb
RS
10142007-09-19 Richard Stallman <rms@gnu.org>
1015
1016 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
1017 Clarify when they work in parallel and when one overrides.
1018 Fix error in example.
14b4fdfb 1019
b8d4c8d0
GM
10202007-09-06 Glenn Morris <rgm@gnu.org>
1021
b3e755a9 1022 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
1023 commands to use ../../info.
1024 * Makefile.in (infodir): Go up one more level.
4638454b 1025 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
1026 (miscmanualdir): New.
1027 (dist): Use new variable miscmanualdir.
1028 * makefile.w32-in (infodir, texinputdir): Go up one more level.
1029 (usermanualdir): Change from ../man to ../emacs.
1030
1bb1f7d3
MR
10312007-08-30 Martin Rudalics <rudalics@gmx.at>
1032
1033 * commands.texi (Command Loop Info): Advise against changing
1034 most variables described here. Explain new variable
1035 last-repeatable-command.
1036
b8d4c8d0
GM
10372007-08-29 Glenn Morris <rgm@gnu.org>
1038
1039 * elisp.texi (EMACSVER): Increase to 23.0.50.
1040
10412007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
1042
1043 * frames.texi (Basic Parameters): Add display-environment-variable
1044 and term-environment-variable.
1045
10462007-08-28 Juri Linkov <juri@jurta.org>
1047
1048 * display.texi (Image Formats, Other Image Types): Add SVG.
1049
10502007-08-28 Juri Linkov <juri@jurta.org>
1051
1052 * display.texi (Images): Move formats-related text to new node
1053 "Image Formats".
1054 (Image Formats): New node.
1055
619fb9ee
RS
10562007-08-27 Richard Stallman <rms@gnu.org>
1057
1058 * windows.texi (Window Configurations): Clarify what
1059 a window configuration saves.
1060
b8d4c8d0
GM
10612007-08-25 Richard Stallman <rms@gnu.org>
1062
1063 * display.texi (Images): Delete redundant @findex.
1064
10652007-08-16 Richard Stallman <rms@gnu.org>
1066
1067 * processes.texi (Asynchronous Processes): Clarify
1068 doc of start-file-process.
1069
10702007-08-08 Martin Rudalics <rudalics@gmx.at>
1071
1072 * modes.texi (Example Major Modes): Fix typo.
1073
10742007-08-08 Glenn Morris <rgm@gnu.org>
1075
1076 * intro.texi (nil and t): Do not use `iff' in documentation.
1077
1078 * tips.texi (Documentation Tips): Recommend against `iff'.
1079
10802007-08-07 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * display.texi (Image Cache): Document image-refresh.
1083
10842007-08-06 Martin Rudalics <rudalics@gmx.at>
1085
1086 * windows.texi (Size of Window): Document window-full-width-p.
1087
10882007-07-25 Glenn Morris <rgm@gnu.org>
1089
1090 * gpl.texi (GPL): Replace license with GPLv3.
1091
1092 * Relicense all FSF files to GPLv3 or later.
1093
10942007-07-24 Michael Albinus <michael.albinus@gmx.de>
1095
4638454b
JB
1096 * processes.texi (Synchronous Processes):
1097 Add `process-file-shell-command'.
b8d4c8d0
GM
1098 (Asynchronous Processes): Mention restricted use of
1099 `process-filter' and `process-sentinel' in
1100 `start-file-process'. Add `start-file-process-shell-command'.
1101
11022007-07-17 Michael Albinus <michael.albinus@gmx.de>
1103
1104 * files.texi (Magic File Names): Introduce optional parameter
1105 IDENTIFICATION for `file-remote-p'.
1106
11072007-07-16 Richard Stallman <rms@gnu.org>
1108
1109 * display.texi (Defining Faces): Fix previous change.
1110
11112007-07-14 Richard Stallman <rms@gnu.org>
1112
1113 * control.texi (Handling Errors): Document `debug' in handler list.
1114
11152007-07-10 Richard Stallman <rms@gnu.org>
1116
1117 * display.texi (Defining Faces): Explain C-M-x feature for defface.
1118
11192007-07-09 Richard Stallman <rms@gnu.org>
1120
1121 * files.texi (Magic File Names): Rewrite previous change.
1122
11232007-07-08 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * files.texi (Magic File Names): Introduce optional parameter
1126 CONNECTED for `file-remote-p'.
1127
11282007-07-07 Michael Albinus <michael.albinus@gmx.de>
1129
1130 * processes.texi (Asynchronous Processes):
1131 * files.texi (Magic File Names): Add `start-file-process'.
1132
11332007-06-27 Richard Stallman <rms@gnu.org>
1134
1135 * files.texi (Format Conversion Piecemeal): Clarify
1136 `after-insert-file-functions' calling convention.
1137
11382007-06-27 Michael Albinus <michael.albinus@gmx.de>
1139
4638454b
JB
1140 * files.texi (Magic File Names): Remove `dired-call-process'.
1141 Add `process-file'.
b8d4c8d0
GM
1142
11432007-06-27 Kenichi Handa <handa@m17n.org>
1144
1145 * text.texi (Special Properties): Fix description about
4638454b 1146 `composition' property.
b8d4c8d0
GM
1147
11482007-06-26 Kenichi Handa <handa@m17n.org>
1149
1150 * nonascii.texi (Default Coding Systems): Document about the
1151 return value `undecided'.
1152
11532007-06-25 David Kastrup <dak@gnu.org>
1154
1155 * keymaps.texi (Active Keymaps): Document new POSITION argument of
1156 `current-active-maps'.
1157
11582007-06-24 Karl Berry <karl@gnu.org>
1159
4638454b 1160 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
1161
11622007-06-15 Juanma Barranquero <lekktu@gmail.com>
1163
1164 * display.texi (Overlay Arrow): Doc fix.
1165
11662007-06-14 Karl Berry <karl@tug.org>
1167
1168 * anti.texi (Antinews): Typo.
1169
11702007-06-14 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * display.texi (Image Cache): Document image-refresh.
1173
11742007-06-12 Karl Berry <karl@gnu.org>
1175
1176 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
1177 * two-volume.make: New file.
1178 * .cvsignore: Ignore two-volume files.
1179
11802007-06-12 Tom Tromey <tromey@redhat.com>
1181
1182 * os.texi (Init File): Document user-emacs-directory.
1183
11842007-06-03 Nick Roberts <nickrob@snap.net.nz>
1185
1186 * commands.texi (Click Events): Describe width and height when
1187 object is nil.
1188
11892007-05-30 Nick Roberts <nickrob@snap.net.nz>
1190
1191 * commands.texi (Click Events): Layout more logically. Describe
1192 width and height.
1193 (Drag Events, Motion Events): Update to new format for position.
1194
11952007-06-02 Richard Stallman <rms@gnu.org>
1196
1197 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
1198
11992007-06-02 Chong Yidong <cyd@stupidchicken.com>
1200
1201 * Version 22.1 released.
1202
12032007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * text.texi (Special Properties): Correct meaning of fontified face.
1206
12072007-05-30 Richard Stallman <rms@gnu.org>
1208
1209 * text.texi (Special Properties): Add link to Adjusting Point.
1210
12112007-05-12 Richard Stallman <rms@gnu.org>
1212
1213 * text.texi (Margins): indent-to-left-margin is not the default.
1214 (Mode-Specific Indent): For indent-line-function, the default
1215 is indent-relative.
1216
1217 * modes.texi (Example Major Modes): Explain last line of text-mode
1218 is redundant.
1219
12202007-05-10 Richard Stallman <rms@gnu.org>
1221
1222 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
1223
1224 * help.texi (Keys in Documentation): Add reference to
1225 Documentation Tips.
1226
1227 * files.texi (Format Conversion): TO-FN gets three arguments.
1228
1229 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
1230
12312007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
1232
1233 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
1234 * files.texi (Format Conversion): Expand intro; add menu.
1235 (Format Conversion Overview, Format Conversion Round-Trip)
1236 (Format Conversion Piecemeal): New nodes/subsections.
1237 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
1238 * text.texi (Text Properties): Remove "Saving Properties" from menu.
1239 (Saving Properties): Delete node/subsection.
1240
12412007-05-07 Karl Berry <karl@gnu.org>
1242
1243 * elisp.texi (EMACSVER): Back to 22.
1244
12452007-05-06 Richard Stallman <rms@gnu.org>
1246
1247 * processes.texi (Accepting Output): Revert most of previous change.
1248
12492007-05-05 Richard Stallman <rms@gnu.org>
1250
1251 * processes.texi (Accepting Output): accept-process-output
1252 uses microseconds, not milliseconds. But that arg is obsolete.
1253
12542007-05-04 Karl Berry <karl@tug.org>
1255
1256 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
1257
12582007-05-04 Eli Zaretskii <eliz@gnu.org>
1259
1260 * tips.texi (Documentation Tips): Rearrange items to place the
1261 more important ones first. Add an index entry for hyperlinks.
1262
12632007-05-03 Karl Berry <karl@gnu.org>
1264
1265 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
1266 (EMACSVER) [smallbook]: 22 for printed version.
1267
1268 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
1269 so restore anchor to normal position after defun. Found by Kevin Ryde.
1270
12712007-04-26 Glenn Morris <rgm@gnu.org>
1272
1273 * elisp.texi (EMACSVER): Increase to 22.1.50.
1274
12752007-04-28 Karl Berry <karl@gnu.org>
1276
1277 * elisp.texi: Improve line breaks on copyright page,
1278 similar layout to emacs manual, 8.5x11 by default.
1279
12802007-04-24 Richard Stallman <rms@gnu.org>
1281
1282 * text.texi (Special Properties): Add xref to Overlay Properties.
1283
1284 * display.texi (Overlay Properties): Add xref to Special Properties.
1285
12862007-04-22 Richard Stallman <rms@gnu.org>
1287
1288 * keymaps.texi (Extended Menu Items): Move the info about
1289 format with cached keyboard binding.
1290
12912007-04-21 Richard Stallman <rms@gnu.org>
1292
1293 * text.texi (Special Properties): Clarify previous change.
1294
1295 * files.texi (File Name Expansion): Clarify previous change.
1296
1297 * display.texi (Attribute Functions): Fix example for
1298 face-attribute-relative-p.
1299
13002007-04-19 Kenichi Handa <handa@m17n.org>
1301
1302 * text.texi (Special Properties): Document composition property.
1303
13042007-04-19 Glenn Morris <rgm@gnu.org>
1305
1306 * files.texi (File Name Expansion): Mention "superroot".
1307
13082007-04-15 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * frames.texi (Multiple Displays): Add note about "multi-monitor"
1311 setups.
1312 (Display Feature Testing): Note that display refers to all
1313 physical monitors for multi-monitor setups.
1314
13152007-04-14 Richard Stallman <rms@gnu.org>
1316
1317 * lists.texi (Sets And Lists): Clarify `delete' examples.
1318 Remove spurious xref to same node.
1319 Clarify xref for add-to-list.
1320
13212007-04-12 Nick Roberts <nickrob@snap.net.nz>
1322
1323 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
1324 value of lisp-mode-map.
1325
13262007-04-11 Karl Berry <karl@gnu.org>
1327
1328 * anti.texi (Antinews):
1329 * display.texi (Overlay Properties, Defining Images):
1330 * processes.texi (Synchronous Processes, Sentinels):
1331 * syntax.texi (Syntax Table Internals):
1332 * searching.texi (Regexp Special):
1333 * nonascii.texi (Default Coding Systems):
1334 * text.texi (Special Properties):
1335 * minibuf.texi (Basic Completion): Wording to improve breaks in
1336 8.5x11 format.
1337 * elisp.texi (smallbook): New @set to more easily switch between
1338 smallbook and 8.5x11.
1339
13402007-04-11 Richard Stallman <rms@gnu.org>
1341
1342 * text.texi (Lazy Properties): Minor fix.
1343
13442007-04-08 Karl Berry <karl@gnu.org>
1345
1346 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
1347 * macros.texi (Backquote): Downcase Backquote in index entries for
1348 consistency.
1349
13502007-04-08 Richard Stallman <rms@gnu.org>
1351
1352 * text.texi (Adaptive Fill): Just describe default,
1353 don't show it (since it contains non-ASCII chars).
1354
13552007-04-07 Karl Berry <karl@gnu.org>
1356
1357 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
1358 adaptive-fill-regexp's value, since they are not in the standard
1359 TeX fonts.
1360
13612007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
1362
1363 * display.texi (Defining Faces): Fix example.
1364
13652007-04-07 Karl Berry <karl@gnu.org>
1366
1367 * display.texi (Button Buffer Commands): Improve page break.
1368
13692007-04-07 Richard Stallman <rms@gnu.org>
1370
1371 * advice.texi (Activation of Advice): Remove redundant index entry.
1372
1373 * backups.texi: Improve index entries. Remove redundant ones.
1374
1375 * compile.texi (Byte Compilation): Improve index entry.
1376
1377 * hash.texi (Creating Hash): Improve index entry.
1378
1379 * symbols.texi (Definitions): Improve index entry.
1380
1381 * edebug.texi: Improve index entries. Remove redundant/useless ones.
1382
1383 * maps.texi (Standard Keymaps): Remove useless index entry.
1384
1385 * help.texi (Documentation Basics): Remove redundant index entries.
1386
1387 * customize.texi: Improve index entries.
1388 Remove redundant/useless ones.
1389
1390 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
1391
1392 * streams.texi (Output Variables): Improve index entry.
1393
1394 * abbrevs.texi (Abbrevs): Remove useless index entry.
1395
1396 * macros.texi (Expansion): Remove useless index entry.
1397
1398 * text.texi: Improve index entries. Remove redundant/useless ones.
1399 (Text Properties, Examining Properties)
1400 (Special Properties): Use "property category" instead of "category"
1401 to refer to the `category' property.
1402
1403 * positions.texi: Improve index entries. Remove useless one.
1404
1405 * lists.texi: Improve index entries. Remove redundant/useless ones.
1406
1407 * os.texi: Improve index entries.
1408 (Timers): Fix previous change.
1409
1410 * buffers.texi: Improve index entries.
1411 (Modification Time): Get rid of term "obsolete buffer".
1412
1413 * debugging.texi: Improve index entries.
1414 (Test Coverage): Add xref to other test coverage ftr.
1415
1416 * eval.texi: Improve index entry. Remove redundant ones.
1417
1418 * numbers.texi: Improve index entries. Remove redundant/useless ones.
1419
1420 * files.texi: Improve index entries. Remove redundant/useless ones.
1421
1422 * objects.texi: Improve index entries.
1423
1424 * processes.texi: Improve index entries.
1425
1426 * modes.texi: Improve index entry. Remove redundant one.
1427
1428 * nonascii.texi: Improve index entries.
1429
1430 * internals.texi: Improve index entries.
1431
1432 * syntax.texi: Improve index entries.
1433
1434 * keymaps.texi (Active Keymaps): Improve index entries.
1435
1436 * commands.texi: Improve index entries. Remove redundant/useless ones.
1437
1438 * frames.texi: Improve index entries. Remove redundant/useless ones.
1439
1440 * markers.texi: Improve index entries. Remove redundant ones.
1441
1442 * tips.texi: Improve index entries.
1443
1444 * loading.texi (Unloading): Improve index entry.
1445
1446 * variables.texi: Improve index entries. Remove redundant one.
1447
1448 * sequences.texi: Improve index entry.
1449
1450 * display.texi: Improve index entries. Remove redundant ones.
1451
1452 * windows.texi: Improve index entries.
1453
1454 * searching.texi: Improve index entries. Remove redundant one.
1455
1456 * strings.texi (Case Tables): Improve last change.
1457
14582007-04-04 Chong Yidong <cyd@stupidchicken.com>
1459
1460 * strings.texi (Case Tables): Document with-case-table and
1461 ascii-case-table.
1462
14632007-04-03 Karl Berry <karl@gnu.org>
1464
1465 * processes.texi (Network): Reword to improve page break.
1466
14672007-04-03 Eli Zaretskii <eliz@gnu.org>
1468
1469 * functions.texi (Inline Functions): Describe more disadvantages
1470 of defsubst, and make advice against it stronger.
1471
14722007-04-02 Karl Berry <karl@gnu.org>
1473
1474 * backups.texi (Backup Names): Avoid widow words.
1475 * modes.texi (Example Major Modes): Align last comment.
1476
14772007-04-01 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * keymaps.texi (Remapping Commands): Document new arg to
1480 command-remapping.
1481
14822007-04-01 Karl Berry <karl@gnu.org>
1483
1484 * processes.texi (Low-Level Network): Typo.
1485 * loading.texi (Hooks for Loading): Avoid double "the".
1486 * keymaps.texi (Key Sequences): No double "and".
1487 (Changing Key Bindings): Shorten to improve line break.
1488
14892007-03-31 Glenn Morris <rgm@gnu.org>
1490
1491 * os.texi (Timers): Fix description of run-at-time TIME formats.
1492
14932007-03-31 Richard Stallman <rms@gnu.org>
1494
1495 * display.texi (Invisible Text): Correct buffer-invisibility-spec
1496 regarding ellipsis.
1497
14982007-03-31 Eli Zaretskii <eliz@gnu.org>
1499
1500 * intro.texi (nil and t):
1501 * symbols.texi (Plists and Alists):
1502 * variables.texi (Variable Aliases, Constant Variables):
1503 * functions.texi (Defining Functions):
1504 * advice.texi (Advising Primitives):
1505 * debugging.texi (Syntax Errors, Compilation Errors):
1506 * minibuf.texi (Minibuffer Windows):
1507 * commands.texi (Adjusting Point):
1508 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
1509 (Auto Major Mode, Major Mode Conventions):
1510 * help.texi (Describing Characters):
1511 * files.texi (Create/Delete Dirs, Information about Files)
1512 (File Locks, Writing to Files, Reading from Files)
1513 (Saving Buffers):
1514 * windows.texi (Resizing Windows, Cyclic Window Ordering):
1515 * frames.texi (Finding All Frames):
1516 * positions.texi (Buffer End, Motion):
1517 * markers.texi (The Region):
1518 * text.texi (Deletion, Near Point):
1519 * display.texi (Displaying Messages, Truncation):
1520 * os.texi (Processor Run Time):
1521 * tips.texi (Key Binding Conventions, Programming Tips)
1522 (Warning Tips, Documentation Tips, Comment Tips):
1523 * internals.texi (Memory Usage): Improve indexing.
1524
1525 * variables.texi (Frame-Local Variables):
1526 * functions.texi (Argument List):
1527 * loading.texi (Library Search):
1528 * streams.texi (Output Variables):
1529 * keymaps.texi (Translation Keymaps, Searching Keymaps):
1530 * searching.texi (Replacing Match, Search and Replace):
1531 * processes.texi (Byte Packing, Decoding Output)
1532 (Accepting Output, Network Servers, Shell Arguments):
1533 * display.texi (Abstract Display, Image Cache, Scroll Bars):
1534 * windows.texi (Window Point, Window Start):
1535 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
1536 * commands.texi (Reading Input, Keyboard Events):
1537 * minibuf.texi (Reading File Names, Minibuffer Completion)
1538 (Recursive Mini):
1539 * positions.texi (List Motion):
1540 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
1541 * numbers.texi (Arithmetic Operations, Math Functions)
1542 (Predicates on Numbers, Comparison of Numbers):
1543 (Numeric Conversions):
1544 * locals.texi (Standard Buffer-Local Variables):
1545 * maps.texi (Standard Keymaps):
1546 * os.texi (User Identification, System Environment, Recording Input)
1547 (X11 Keysyms):
1548 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
1549 * backups.texi (Backups and Auto-Saving):
1550 * customize.texi (Customization, Group Definitions)
1551 (Variable Definitions):
1552 * compile.texi (Byte Compilation): Improve index entries.
1553
15542007-03-31 Karl Berry <karl@gnu.org>
1555
1556 * macros.texi (Defining Macros): Avoid widow syllable.
1557
15582007-03-31 Eli Zaretskii <eliz@gnu.org>
1559
1560 * elisp.texi (Top): Postscript -> PostScript.
1561
1562 * display.texi (Images, Postscript Images): Postscript -> PostScript.
1563
15642007-03-31 Markus Triska <markus.triska@gmx.at>
1565
1566 * internals.texi (Writing Emacs Primitives): Untabify `For'.
1567
15682007-03-30 Karl Berry <karl@gnu.org>
1569
1570 * lists.texi (List-related Predicates): Remove spurious @need.
1571 (Setcdr): Use @smallexample to improve page break.
1572 (Association Lists) <assoc>: Reword to improve page break.
1573
1574 * strings.texi (String Conversion): Insert blank line to improve
1575 page break.
1576
1577 * numbers.texi (Random Numbers): Use @minus{}.
1578 (Math Functions): Use @minus{}.
1579
1580 * intro.texi (Acknowledgements): Avoid line breaks before middle
1581 initials.
1582
15832007-03-24 Eli Zaretskii <eliz@gnu.org>
1584
1585 * errors.texi (Standard Errors): Add an index entry.
1586
15872007-03-19 Richard Stallman <rms@gnu.org>
1588
1589 * os.texi (Recording Input): recent-keys now gives 300 keys.
1590
15912007-03-12 Glenn Morris <rgm@gnu.org>
1592
1593 * os.texi: Replace "daylight savings" with "daylight saving"
1594 throughout.
1595
15962007-03-05 Richard Stallman <rms@gnu.org>
1597
1598 * variables.texi (File Local Variables): Update
1599 enable-local-variables values.
1600
16012007-03-04 Richard Stallman <rms@gnu.org>
1602
1603 * syntax.texi (Control Parsing): Minor clarification.
1604
1605 * strings.texi (Formatting Strings): Clarify width, precision, flags.
1606
1607 * sequences.texi (Sequence Functions): Move string-bytes away,
1608 add xref.
1609
1610 * nonascii.texi (Text Representations): Move string-bytes here.
1611
1612 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
1613
1614 * minibuf.texi (Basic Completion): Minor clarification.
1615
1616 * markers.texi (The Mark): Clarify existence vs activation of mark.
1617 Other cleanup.
1618
1619 * display.texi (Finding Overlays): Write better example.
1620
1621 * compile.texi (Eval During Compile): Clarify putting macros
1622 in eval-when-compile.
1623
c5602427 16242007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
1625
1626 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 1627 load-read-function definition doc.
b8d4c8d0
GM
1628
16292007-02-21 Kim F. Storm <storm@cua.dk>
1630
1631 * strings.texi (Text Comparison): Mention that assoc-string
1632 converts symbols to strings before testing.
1633
16342007-02-17 Kim F. Storm <storm@cua.dk>
1635
1636 * processes.texi (Bindat Spec): Vector types can have optional
1637 element type.
1638 (Bindat Examples): Fix example. Add vector with element type.
1639
16402007-02-16 Andreas Schwab <schwab@suse.de>
1641
1642 * strings.texi (Formatting Strings): Document '+' flag.
1643
16442007-02-15 Juanma Barranquero <lekktu@gmail.com>
1645
1646 * strings.texi (Modifying Strings): Clarify that `clear-string'
1647 always converts the string to unibyte.
1648
16492007-02-14 Kim F. Storm <storm@cua.dk>
1650
1651 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
1652 Rewrite glyph code description to refer to these functions.
1653 Remove details of encoding face number and char into integer code.
1654
16552007-02-03 Alan Mackenzie <acm@muc.de>
1656
1657 * loading.texi (Hooks for Loading): Make the description of
1658 `eval-after-load' more detailed, and amend the description of
1659 after-load-alist, in accordance with changes from 2006-05.
1660
16612007-02-03 Chong Yidong <cyd@stupidchicken.com>
1662
1663 * modes.texi (Defining Minor Modes): Document that a :require
1664 keyword or similar may be required to make saved customization
1665 variables work.
1666
16672007-02-03 Eli Zaretskii <eliz@gnu.org>
1668
1669 * elisp.texi (Top): Make the detailed menu headers compliant with
1670 Texinfo guidelines and with what texnfo-upd.el expects. Add
1671 comments to prevent people from inadvertently modifying the key
1672 parts needed by `texinfo-multiple-files-update'.
1673
16742007-02-02 Eli Zaretskii <eliz@gnu.org>
1675
1676 * elisp.texi (Top): Update the top-level menus.
1677
1678 * syntax.texi (Categories): Add index entries.
1679
16802007-02-01 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * display.texi (Attribute Functions): Fix name and description of
1683 the UNDERLINE arg of `set-face-underline-p'.
1684
16852007-01-29 Eli Zaretskii <eliz@gnu.org>
1686
1687 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
1688 Variables", and "Standard Keymaps" to the detailed menu.
1689
1690 * variables.texi (Future Local Variables): Add index entry.
1691
16922007-01-28 Richard Stallman <rms@gnu.org>
1693
1694 * tips.texi (Coding Conventions): Clarify the tip about macros
1695 that define a function or a variable.
1696
1697 * files.texi (File Attributes): UID and GID can be floats.
1698 (Magic File Names): Explain why deferring all operations to
1699 the standard handler does not work.
1700
17012007-01-23 Martin Rudalics <rudalics@gmx.at>
1702
1703 * backups.texi (Reverting): Use "buffer" instead of "file"
1704 when talking about major and minor modes.
1705
17062007-01-21 Richard Stallman <rms@gnu.org>
1707
1708 * help.texi (Documentation): Add xref to Documentation Tips.
1709
17102007-01-14 Juanma Barranquero <lekktu@gmail.com>
1711
1712 * tips.texi (Coding Conventions): Fix typos.
1713
17142007-01-05 Richard Stallman <rms@gnu.org>
1715
1716 * modes.texi (Defining Minor Modes): Fix previous change.
1717
17182007-01-03 Richard Stallman <rms@gnu.org>
1719
1720 * customize.texi (Variable Definitions, Customization Types):
1721 Don't use * in doc string for defcustom.
1722
17232007-01-02 Richard Stallman <rms@gnu.org>
1724
1725 * variables.texi (Variable Aliases): Clarify that aliases vars
1726 always have the same value.
1727
1728 * processes.texi (Bindat Spec): Fix Texinfo usage.
1729
1730 * modes.texi (Defining Minor Modes): Explain effect of command
1731 defined with define-global-minor-mode on new buffers.
1732
17332006-12-30 Kim F. Storm <storm@cua.dk>
1734
1735 * keymaps.texi (Tool Bar): Describe `grow-only' value of
1736 `auto-resize-tool-bars'.
1737
17382006-12-30 Richard Stallman <rms@gnu.org>
1739
1740 * keymaps.texi (Active Keymaps): Fix previous change.
1741
17422006-12-30 Nick Roberts <nickrob@snap.net.nz>
1743
1744 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
1745
17462006-12-30 Kim F. Storm <storm@cua.dk>
1747
1748 * processes.texi (Bindat Spec): Clarify using field names in
1749 length specifications.
1750
17512006-12-29 Kim F. Storm <storm@cua.dk>
1752
1753 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
1754 Add count and index variables for eval forms in repeat blocks.
1755
17562006-12-24 Richard Stallman <rms@gnu.org>
1757
1758 * customize.texi (Variable Definitions): Document
1759 new name custom-add-frequent-value.
1760
17612006-12-19 Kim F. Storm <storm@cua.dk>
1762
1763 * commands.texi (Misc Events): User signals now result in sigusr1
1764 and sigusr2 events which are handled through special-event-map.
1765 (Special Events): User signals and drag-n-drop are special.
1766
17672006-12-17 Richard Stallman <rms@gnu.org>
1768
1769 * loading.texi (Named Features): Explain subfeatures better.
1770
1771 * customize.texi: Use "option" only for user options.
1772 For the keyword values inside defcustom etc, say "keywords".
1773 For :options value's elements, say "elements".
1774 :group should not be omitted.
1775
1776 * syntax.texi (Parsing Expressions): Split up node.
1777 (Motion via Parsing, Position Parse, Parser State)
1778 (Low-Level Parsing, Control Parsing): New subnodes.
1779 (Parser State): Document syntax-ppss-toplevel-pos.
1780
1781 * positions.texi (List Motion): Punctuation fix.
1782
1783 * files.texi (File Name Completion): Document PREDICATE arg
1784 to file-name-completion.
1785
17862006-12-16 Eli Zaretskii <eliz@gnu.org>
1787
1788 * internals.texi (Building Emacs, Writing Emacs Primitives):
1789 Add index entries.
1790
17912006-12-11 Richard Stallman <rms@gnu.org>
1792
1793 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
1794 affects face menu. Explain how to make it non-nil without enabling
1795 any fontification.
1796
17972006-12-10 Chong Yidong <cyd@stupidchicken.com>
1798
1799 * modes.texi (Font Lock Basics): Document nil value of
1800 font-lock-defaults.
1801
18022006-12-10 Glenn Morris <rgm@gnu.org>
1803
1804 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
1805 value for system-flag argument. Abbrev tables may not be empty
1806 when major modes are loaded.
1807
18082006-12-08 Juanma Barranquero <lekktu@gmail.com>
1809
1810 * makefile.w32-in (maintainer-clean): Partially revert last
1811 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
1812 to protect elisp-covers.texi.
1813
18142006-12-07 Juanma Barranquero <lekktu@gmail.com>
1815
1816 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
1817 Don't remove elisp* info files; they are already deleted by the
1818 `clean' and `distclean' targets, and they are in the $(infodir)
1819 directory, not the current one.
1820
18212006-12-04 Kim F. Storm <storm@cua.dk>
1822
1823 * commands.texi (Misc Events): Update signal events.
1824 (Event Examples): Add signal example.
1825
18262006-11-29 Richard Stallman <rms@gnu.org>
1827
1828 * frames.texi (Visibility of Frames): Explain visible windows
1829 can be covered by others. Add xref for raise-frame.
1830
18312006-11-28 Richard Stallman <rms@gnu.org>
1832
1833 * searching.texi (Regexp Special): Update when ^ is special.
1834
18352006-11-27 Eli Zaretskii <eliz@gnu.org>
1836
1837 * customize.texi (Customization, Common Keywords)
1838 (Group Definitions, Variable Definitions, Composite Types)
1839 (Type Keywords, Customization Types): Add index entries for
1840 various customization keywords.
1841
18422006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
1845
c8763fb6 18462006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
1847
1848 * frames.texi (Window System Selections): Remove clipboard from
1849 description of selection-coding-system.
1850
18512006-11-06 Richard Stallman <rms@gnu.org>
1852
1853 * lists.texi (List Variables): Document COMPARE-FN.
1854
1855 * keymaps.texi: Avoid use of "binding" to mean a relation;
1856 use it only to refer to the meaning associated with a key.
1857 (Keymaps): Change menu node description.
1858
1859 * elisp.texi (Top): Change menu node description.
1860
1861 * display.texi (Managing Overlays): Document overlay-recenter.
1862
18632006-10-29 Chong Yidong <cyd@stupidchicken.com>
1864
1865 * Makefile.in: Use relative paths to avoid advertising filesystem
1866 contents during compilation.
1867
18682006-10-23 Kim F. Storm <storm@cua.dk>
1869
1870 * commands.texi (Event Input Misc): Update unread-command-events.
1871
18722006-10-23 Nick Roberts <nickrob@snap.net.nz>
1873
1874 * lists.texi (Sets And Lists): Fix typos.
1875
18762006-10-18 Juanma Barranquero <lekktu@gmail.com>
1877
1878 * control.texi (Processing of Errors): Use @var for an argument,
1879 not @code.
1880
18812006-10-16 Richard Stallman <rms@gnu.org>
1882
1883 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
1884
1885 * keymaps.texi (Format of Keymaps): Show all the keymap element
1886 patterns that result from menu items.
1887 (Key Lookup): Minor cleanups.
1888
1889 * modes.texi (Precalculated Fontification): Don't say that
1890 not setting font-lock-defaults avoids loading font-lock.
1891
1892 * help.texi (Documentation): Move xref to Emacs Manual here.
1893 (Documentation Basics): From here.
1894 Also doc emacs-lisp-docstring-fill-column.
1895
1896 * elisp.texi: Update version and ISBN.
1897
1898 * commands.texi (Interactive Call): Clarify KEYS arg to
1899 call-interactively is a vector.
1900 (Command Loop Info): Delete anchor in this-command-keys.
1901 Add anchor in this-command-keys-vector.
1902 (Recursive Editing): Document how recursive-edit
1903 handles the current buffer.
1904
19052006-10-13 Chong Yidong <cyd@stupidchicken.com>
1906
1907 * frames.texi (Frame Titles): %c and %l are ignored in
1908 frame-title-format.
1909
19102006-10-11 Richard Stallman <rms@gnu.org>
1911
1912 * keymaps.texi (Key Sequences): Clarify use of kbd.
1913
19142006-10-10 Kim F. Storm <storm@cua.dk>
1915
1916 * lists.texi (Sets And Lists): Add memql.
1917
19182006-10-03 Richard Stallman <rms@gnu.org>
1919
1920 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
1921 Clarify :ascii: and :nonascii:.
1922
19232006-09-29 Juri Linkov <juri@jurta.org>
1924
1925 * modes.texi (%-Constructs): Reorder coding systems in the
1926 documentation of %z to the real order displayed in the modeline.
1927
19282006-09-25 Richard Stallman <rms@gnu.org>
1929
1930 * os.texi (Timers): Describe timer-max-repeats.
1931
19322006-09-25 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * os.texi (Timers): Mention with-local-quit.
1935
19362006-09-24 Richard Stallman <rms@gnu.org>
1937
1938 * searching.texi (Searching and Matching): Mention property search.
1939
1940 * commands.texi (Command Loop Info): Explain how read-event affects
1941 this-command-keys.
1942
19432006-09-20 Richard Stallman <rms@gnu.org>
1944
1945 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
1946
1947 * windows.texi (Window Start): Minor cleanups.
1948
19492006-09-20 Kim F. Storm <storm@cua.dk>
1950
1951 * windows.texi (Window Start): pos-visible-in-window-p allows
1952 specifying t for position to mean "end of window".
1953 Add window-line-height.
1954
1955 * anti.texi (Antinews): Mention window-line-height.
1956
19572006-09-19 David Kastrup <dak@gnu.org>
1958
1959 * keymaps.texi (Searching Keymaps): Small clarification.
1960
19612006-09-18 Richard Stallman <rms@gnu.org>
1962
1963 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
1964 cause keyboard menus.
1965 (Menu Keymaps): Likewise.
1966 (Defining Menus, Keyboard Menus): Clarify.
1967
1968 * text.texi (Fields): Clarify explanation of constrain-to-field.
1969
19702006-09-16 Eli Zaretskii <eliz@gnu.org>
1971
1972 * variables.texi (Tips for Defining): Fix a typo.
1973
19742006-09-15 Richard Stallman <rms@gnu.org>
1975
1976 * keymaps.texi (Remapping Commands, Searching Keymaps)
1977 (Active Keymaps): Clean up previous change.
1978
19792006-09-15 Jay Belanger <belanger@truman.edu>
1980
1981 * gpl.texi: Replace "Library Public License" by "Lesser Public
1982 License" throughout.
1983
19842006-09-15 David Kastrup <dak@gnu.org>
1985
1986 * keymaps.texi (Active Keymaps): Adapt description to use
1987 `get-char-property' instead `get-text-property'. Explain how
1988 mouse events change this. Explain the new optional argument of
1989 `key-binding' and its mouse-dependent lookup.
1990 (Searching Keymaps): Adapt description similarly.
1991 (Remapping Commands): Explain the new optional argument of
1992 `command-remapping'.
1993
19942006-09-14 Richard Stallman <rms@gnu.org>
1995
1996 * keymaps.texi (Searching Keymaps): Clarification.
1997 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
1998
19992006-09-13 Richard Stallman <rms@gnu.org>
2000
2001 * objects.texi (Character Type): Node split.
2002 Add xref to Describing Characters.
2003 (Basic Char Syntax, General Escape Syntax)
2004 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
2005
20062006-09-11 Richard Stallman <rms@gnu.org>
2007
2008 * display.texi (Display Table Format): Wording clarification.
2009 (Glyphs): Clarifications.
2010
20112006-09-10 Chong Yidong <cyd@stupidchicken.com>
2012
2013 * keymaps.texi (Active Keymaps): Mention that key-binding checks
2014 local maps.
2015
20162006-09-10 Kim F. Storm <storm@cua.dk>
2017
2018 * display.texi (Forcing Redisplay): Document return value of
2019 function redisplay.
2020
20212006-09-09 Richard Stallman <rms@gnu.org>
2022
2023 * windows.texi (Window Hooks): Explain limits of
2024 window-scroll-functions.
2025
2026 * display.texi (Fringe Indicators): Update for last change in
2027 indicate-buffer-boundaries.
2028
20292006-09-08 Richard Stallman <rms@gnu.org>
2030
2031 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
2032
20332006-09-06 Kim F. Storm <storm@cua.dk>
2034
2035 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
2036
2037 * windows.texi (Window Start): Update pos-visible-in-window-p.
2038
20392006-09-04 Richard Stallman <rms@gnu.org>
2040
2041 * processes.texi (Accepting Output): Explain SECONDS=0 for
2042 accept-process-output.
2043
2044 * os.texi (Idle Timers): Explain why timer functions should not
2045 loop until (input-pending-p).
2046
20472006-09-02 Eli Zaretskii <eliz@gnu.org>
2048
2049 * makefile.w32-in (usermanualdir): New variable.
2050 (elisp.dvi): Use it.
2051
20522006-09-01 Eli Zaretskii <eliz@gnu.org>
2053
2054 * buffers.texi (Buffer Modification): Fix last change.
2055
20562006-09-01 Chong Yidong <cyd@stupidchicken.com>
2057
2058 * buffers.texi (Buffer Modification): Document
2059 buffer-chars-modified-tick.
2060
20612006-08-31 Richard Stallman <rms@gnu.org>
2062
2063 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
2064
20652006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
2066
2067 * modes.texi (Syntactic Font Lock):
2068 Mention font-lock-syntactic-face-function
2069 instead of specific faces.
2070
20712006-08-29 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * display.texi (Images): Add xrref to display-images-p.
2074
20752006-08-28 Kenichi Handa <handa@m17n.org>
2076
2077 * nonascii.texi (Lisp and Coding Systems): Fix description of
2078 detect-coding-region.
2079
20802006-08-27 Michael Olson <mwolson@gnu.org>
2081
2082 * processes.texi (Transaction Queues): Remove stray quote
2083 character.
2084
20852006-08-25 Richard Stallman <rms@gnu.org>
2086
2087 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
2088 Add xref.
2089
20902006-08-24 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * os.texi (Timers): Avoid waiting inside timers.
2093
20942006-08-21 Lute Kamstra <lute@gnu.org>
2095
2096 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
2097
20982006-08-20 Richard Stallman <rms@gnu.org>
2099
2100 * os.texi (Idle Timers): New node, split out from Timers.
2101 Document current-idle-time.
2102 * commands.texi (Reading One Event): Update xref.
2103 * elisp.texi (Top): Update subnode menu.
2104
21052006-08-16 Richard Stallman <rms@gnu.org>
2106
2107 * keymaps.texi (Extended Menu Items): Show format of cached
2108 bindings in extended menu items.
2109
2110 * customize.texi (Variable Definitions): Explain when the
2111 standard value expression is evaluated.
2112
21132006-08-15 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * commands.texi (Reading One Event): Explain idleness in
2116 `read-event'.
2117
21182006-08-12 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * text.texi (Near Point): Say "cursor" not "terminal cursor".
2121 (Commands for Insertion): Removed split-line since it's not
2122 relevant for Lisp programming.
2123 (Yank Commands): Rewrite introduction.
2124 (Undo): Clarify.
2125 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
2126 (Filling): Remove redundant comment. Clarify return value of
2127 current-justification.
2128 (Margins): Minor clarifications.
2129 (Adaptive Fill): Update default value of adaptive-fill-regexp.
2130 (Sorting): Update definition of sort-lines.
2131 (Columns): Clarify behavior of sort-columns.
2132 (Indent Tabs): Link to Tab Stops in Emacs manual.
2133 (Special Properties): Clarify.
2134 (Clickable Text): Mention Buttons package.
2135
21362006-08-12 Kevin Ryde <user42@zip.com.au>
2137
2138 * os.texi (Time Parsing): Add %z to description of
2139 format-time-string, as per docstring. Add cross reference to
2140 glibc manual for strftime.
2141
21422006-08-08 Richard Stallman <rms@gnu.org>
2143
2144 * modes.texi: Clean up wording in previous change.
2145
21462006-08-07 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * modes.texi (Hooks): Clarify.
2149 (Major Mode Basics): Mention define-derived-mode explicitly.
2150 (Major Mode Conventions): Rebinding RET is OK for some modes.
2151 Mention change-major-mode-hook and after-change-major-mode-hook.
2152 (Example Major Modes): Moved to end of Modes section.
2153 (Mode Line Basics): Clarify.
2154 (Mode Line Data): Mention help-echo and local-map in strings.
2155 Explain reason for treatment of non-risky variables.
2156 (Properties in Mode): Clarify.
2157 (Faces for Font Lock): Add font-lock-negation-char-face.
2158
21592006-08-04 Eli Zaretskii <eliz@gnu.org>
2160
2161 * strings.texi (Formatting Strings): Warn against arbitrary
2162 strings as first arg to `format'.
2163
21642006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
2165
2166 * text.texi (Clickable Text): Mention `help-echo' text property.
2167 Update intro, examples and associated explanations.
2168
21692006-07-31 Richard Stallman <rms@gnu.org>
2170
2171 * commands.texi: Update xrefs.
2172 (Event Mod): New node, cut out from old Translating Input.
2173
2174 * maps.texi: Update xrefs.
2175
2176 * keymaps.texi (Translation Keymaps): New node.
2177 Update xrefs from Translating Input to Translation Keymaps.
2178
2179 * elisp.texi (Top): Update subnode menu.
2180
2181 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
2182
2183 * os.texi (System Interface): Fix menu descriptions of some nodes.
2184 (Translating Input): Node deleted.
2185
21862006-07-31 Nick Roberts <nickrob@snap.net.nz>
2187
2188 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
2189
2190 * lists.texi (Sets And Lists): Likewise.
2191
21922006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
2193
2194 * text.texi (Fields): Mention POS
2195 requirement when narrowing is in effect.
2196
21972006-07-28 Richard Stallman <rms@gnu.org>
2198
2199 * display.texi (Face Attributes): Simplify wording.
2200 (Attribute Functions): Clarify meaning of new-frame default
2201 attribute settings.
2202
2203 * customize.texi (Common Keywords): Document how to use
2204 :package-version in a package not in Emacs.
2205
22062006-07-28 Kim F. Storm <storm@cua.dk>
2207
2208 * commands.texi (Reading One Event): Fix last change.
2209
22102006-07-26 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * commands.texi (Reading One Event): Document SECONDS argument for
2213 read-event, read-char, and read-char-exclusive.
2214
22152006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
2218 to ensure correct identification.
2219
22202006-07-24 Richard Stallman <rms@gnu.org>
2221
2222 * text.texi (Clickable Text): Clarify.
2223
2224 * sequences.texi (Vector Functions): Delete duplicate xref.
2225
2226 * objects.texi (Function Type): Clarify.
2227
2228 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
2229 modes.
2230
2231 * lists.texi (List Variables): New node.
2232 Material moved from other nodes.
2233
2234 * variables.texi (Setting Variables): add-to-list and
2235 add-to-ordered-list moved to List Variables node.
2236
22372006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
2238
2239 * text.texi (Links and Mouse-1):
2240 For mouse-on-link-p, expand on arg POS.
2241
22422006-07-21 Kim F. Storm <storm@cua.dk>
2243
2244 * display.texi (Forcing Redisplay): Don't mention systems which
2245 don't support sub-second timers for redisplay-preemption-period.
2246
2247 * os.texi (Terminal Output): Clarify text vs graphical terminal.
2248
22492006-07-21 Eli Zaretskii <eliz@gnu.org>
2250
2251 * frames.texi (Input Focus): Document that focus-follows-mouse has
2252 no effect on MS-Windows.
2253
22542006-07-18 Richard Stallman <rms@gnu.org>
2255
2256 * display.texi (Forcing Redisplay): Cleanups in previous change.
2257
2258 * processes.texi (Low-Level Network): Make menu more convenient.
2259
22602006-07-18 Kim F. Storm <storm@cua.dk>
2261
2262 * display.texi (Forcing Redisplay): redisplay-preemption-period
2263 only used on window systems. Add xref to Terminal Output.
2264
2265 * os.texi (Terminal Output): baud-rate only controls preemption on
2266 non-window systems. Add xref to Forcing Redisplay.
2267
2268 * processes.texi (Low-Level Network): Rename node "Make Network"
2269 to "Network Processes".
2270
22712006-07-18 Karl Berry <karl@gnu.org>
2272
2273 * variables.texi, functions.texi, customize.texi, loading.texi:
2274 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
2275
22762006-07-17 Chong Yidong <cyd@stupidchicken.com>
2277
2278 * commands.texi (Waiting): Document batch-mode sit-for behavior.
2279
22802006-07-17 Richard Stallman <rms@gnu.org>
2281
2282 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
2283 Put period and comma inside quotes.
2284
2285 * loading.texi, markers.texi: Use real doublequote inside menus.
2286
2287 * windows.texi: Put point and comma inside quotes.
2288 (Textual Scrolling): Use @samp for error message.
2289
2290 * variables.texi, tips.texi, syntax.texi, symbols.texi:
2291 * strings.texi, streams.texi, processes.texi, os.texi:
2292 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
2293 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
2294 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
2295 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
2296 Put point and comma inside quotes.
2297
2298 * control.texi (Processing of Errors): Add command-error-function.
2299
2300 * variables.texi (File Local Variables): Clarify that
2301 file local variables make buffer-local bindings.
2302
2303 * modes.texi (Syntactic Font Lock): Give default for
2304 font-lock-syntax-table.
2305
23062006-07-17 Nick Roberts <nickrob@snap.net.nz>
2307
2308 * text.texi (Special Properties): Clean up previous change.
2309
23102006-07-16 Karl Berry <karl@gnu.org>
2311
2312 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
2313 * control.texi: Fix bad page breaks through chapter 10 (control).
2314
2315 * anti.texi (Antinews): Reorder face-attribute fns to avoid
2316 underfull hbox.
2317
23182006-07-15 Nick Roberts <nickrob@snap.net.nz>
2319
2320 * text.texi (Special Properties): Describe fontified text property
2321 in relation to a character (not text).
2322
23232006-07-15 Kim F. Storm <storm@cua.dk>
2324
2325 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
2326 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
2327 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
2328
2329 * anti.texi (Antinews): Mention redisplay function.
2330 The kbd macro existed, but was not documented, before 22.x.
2331 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
2332
23332006-07-14 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * display.texi (Displaying Messages): Add anchor.
2336
2337 * frames.texi (Dialog Boxes): Use it.
2338
23392006-07-12 Richard Stallman <rms@gnu.org>
2340
2341 * objects.texi (Frame Type): Explain nature of frames better.
2342
2343 * frames.texi (Frames): Explain nature of frames better.
2344
23452006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
2346
2347 * tips.texi (Coding Conventions): Explain why use cl at compile time.
2348
23492006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2350
2351 * frames.texi (Window System Selections): Mention scrap support for Mac.
2352 Default value of x-select-enable-clipboard is t on Mac.
2353
2354 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
2355
23562006-07-11 Kim F. Storm <storm@cua.dk>
2357
2358 * display.texi (Forcing Redisplay): Add `redisplay' function.
2359 Don't mention (sit-for -1) -- use (redisplay t) instead.
2360
2361 * commands.texi (Waiting): (sit-for -1) is no longer special.
2362 (sit-for 0) is equivalent to (redisplay).
2363 Iconifying/deiconifying no longer makes sit-for return.
2364
23652006-07-10 Nick Roberts <nickrob@snap.net.nz>
2366
2367 * display.texi (Buttons): Fix typo.
2368
2369 * index.texi, elisp.texi (New Symbols): Comment node out.
2370
23712006-07-09 Richard Stallman <rms@gnu.org>
2372
2373 * display.texi (Truncation): Clean up previous change.
2374
23752006-07-08 Richard Stallman <rms@gnu.org>
2376
2377 * commands.texi (Interactive Call): Use 3 as prefix in example
2378 for execute-extended-command.
2379
2380 * display.texi (Attribute Functions): Move paragraph about
2381 compatibility with Emacs < 21.
2382
23832006-07-09 Kim F. Storm <storm@cua.dk>
2384
2385 * display.texi (Refresh Screen): Clarify force-window-update.
2386 (Truncation): "Normally" indicated by fringe arrows.
2387
23882006-07-08 Eli Zaretskii <eliz@gnu.org>
2389
2390 * windows.texi (Textual Scrolling, Resizing Windows):
2391 * variables.texi (Constant Variables):
2392 * text.texi (Buffer Contents, Deletion, Changing Properties)
2393 (Property Search, Special Properties, Sticky Properties)
2394 (Links and Mouse-1, Fields, Change Hooks):
2395 * syntax.texi (Syntax Table Functions, Parsing Expressions)
2396 (Categories):
2397 * symbols.texi (Other Plists):
2398 * streams.texi (Output Variables):
2399 * processes.texi (Input to Processes, Query Before Exit):
2400 * positions.texi (Word Motion, Text Lines, List Motion):
2401 * os.texi (Init File, System Environment, Sound Output)
2402 (Session Management):
2403 * nonascii.texi (Text Representations, Character Sets)
2404 (Chars and Bytes, Locales):
2405 * modes.texi (Defining Minor Modes, Header Lines):
2406 * minibuf.texi (Minibuffer Contents):
2407 * markers.texi (Information from Markers):
2408 * lists.texi (List Elements, Building Lists, Association Lists):
2409 * keymaps.texi (Tool Bar):
2410 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
2411 * functions.texi (What Is a Function, Mapping Functions):
2412 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
2413 (Color Names, Text Terminal Colors, Display Feature Testing):
2414 * files.texi (Visiting Functions, File Name Components)
2415 (Unique File Names, Contents of Directories):
2416 * display.texi (Forcing Redisplay, Displaying Messages)
2417 (Temporary Displays, Font Selection, Auto Faces)
2418 (Font Lookup, Fringe Indicators, Display Margins)
2419 (Image Descriptors, Showing Images, Image Cache, Button Types)
2420 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
2421 (Display Table Format, Glyphs):
2422 * control.texi (Iteration):
2423 * commands.texi (Command Loop Info, Adjusting Point):
2424 * backups.texi (Making Backups, Auto-Saving):
2425 Remove @tindex entries.
2426
24272006-07-07 Kim F. Storm <storm@cua.dk>
2428
2429 * display.texi (Fringe Cursors): Fix typo.
2430 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
2431 (Overlay Arrow): Default is overlay-arrow fringe indicator.
2432
24332006-07-05 Richard Stallman <rms@gnu.org>
2434
2435 * text.texi (Buffer Contents): Add example of text props
2436 in result of buffer-substring.
2437 (Text Properties): Explain better about use of specific property names.
2438 (Property Search): Some cleanups; reorder some functions.
2439
2440 * keymaps.texi (Changing Key Bindings): Cleanup.
2441 Add xref to Key Binding Conventions.
2442
2443 * display.texi (Attribute Functions): Add examples for
2444 face-attribute-relative-p.
2445
2446 * tips.texi (Coding Conventions): Cleanup last change.
2447
24482006-07-05 Karl Berry <karl@gnu.org>
2449
2450 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
2451 Remove @setchapternewpage odd.
2452 Result is 1013 pages, down from 1100.
2453
2454 * anti.texi, customize.texi, display.texi, internals.texi:
2455 * minibuf.texi, modes.texi, tips.texi:
2456 Fix overfull/underfull boxes.
2457
24582006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2459
2460 * edebug.texi (Instrumenting):
2461 Add Edebug-specific findex for eval-buffer.
2462 * loading.texi (Loading):
2463 Replace eval-current-buffer with eval-buffer.
2464
24652006-06-30 Nick Roberts <nickrob@snap.net.nz>
2466
2467 * locals.texi (Standard Buffer-Local Variables): Update the list
2468 of variables.
2469
24702006-06-26 Nick Roberts <nickrob@snap.net.nz>
2471
2472 * files.texi (File Name Completion): Point user to the node
2473 "Reading File Names".
2474
24752006-06-24 Eli Zaretskii <eliz@gnu.org>
2476
2477 * files.texi (Contents of Directories): Document case-insensitive
2478 behavior on respective filesystems.
2479
2480 * objects.texi (Character Type): Document that Emacs signals an
2481 error for unsupported Unicode characters specified as \uNNNN.
2482
24832006-06-19 Richard Stallman <rms@gnu.org>
2484
2485 * processes.texi (Bindat Spec): Clarify previous change.
2486
24872006-06-16 Richard Stallman <rms@gnu.org>
2488
2489 * tips.texi (Coding Conventions): Better explain conventions
2490 for definition constructs.
2491
2492 * text.texi (Special Properties): String value of `read-only'
2493 serves as the error message.
2494
2495 * objects.texi (Character Type): Clarify prev. change.
2496 (Non-ASCII in Strings): Mention \u and \U.
2497
2498 * commands.texi (Using Interactive): Explain problem of
2499 markers, etc., in command-history.
2500
25012006-06-14 Kim F. Storm <storm@cua.dk>
2502
2503 * commands.texi (Waiting): Negative arg to sit-for forces
2504 redisplay even if input is pending.
2505
2506 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
2507 redisplay. Remove incorrect example of binding redisplay-dont-pause
2508 around (sit-for 0).
2509
25102006-06-13 Richard Stallman <rms@gnu.org>
2511
2512 * display.texi (Forcing Redisplay): Clarify previous change.
2513
25142006-06-13 Romain Francoise <romain@orebokech.com>
2515
2516 * display.texi (Forcing Redisplay): Fix typo.
2517
25182006-06-13 Kim F. Storm <storm@cua.dk>
2519
2520 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
2521
25222006-06-10 Luc Teirlinck <teirllm@auburn.edu>
2523
2524 * tips.texi (Coding Conventions): Add `@end itemize'.
2525
25262006-06-10 Richard Stallman <rms@gnu.org>
2527
2528 * tips.texi (Coding Conventions): Explain use of coding systems
2529 to ensure one decoding for strings.
2530
25312006-06-09 Aidan Kehoe <kehoea@parhasard.net>
2532
2533 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
2534 syntax.
2535
25362006-06-07 Eli Zaretskii <eliz@gnu.org>
2537
2538 * display.texi (Font Selection): Remove description of
2539 clear-face-cache.
2540
2541 * compile.texi (Eval During Compile): Fix a typo. Add index
2542 entries for possible uses of eval-when-compile.
2543
25442006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
2545
2546 * display.texi (Abstract Display): Fix typo.
2547
25482006-06-03 Eli Zaretskii <eliz@gnu.org>
2549
2550 * minibuf.texi (Minibuffer History) <history-add-new-input>:
2551 Reword variable's description.
2552
25532006-06-01 Richard Stallman <rms@gnu.org>
2554
2555 * windows.texi (Splitting Windows): Clarify splitting nonselected
2556 window.
2557
25582006-05-31 Juri Linkov <juri@jurta.org>
2559
2560 * minibuf.texi (Minibuffer History): Add history-add-new-input.
2561
25622006-05-30 Richard Stallman <rms@gnu.org>
2563
2564 * display.texi (Line Height): Fix errors in description of
10d1d0af 2565 default line height and line-height property.
b8d4c8d0
GM
2566
2567 * nonascii.texi (Default Coding Systems): Further clarification.
2568
25692006-05-29 Luc Teirlinck <teirllm@auburn.edu>
2570
2571 * internals.texi (Pure Storage): Mention that an overflow in pure
2572 space causes a memory leak.
2573 (Garbage Collection): If there was an overflow in pure space,
2574 `garbage-collect' returns nil.
2575
25762006-05-30 Eli Zaretskii <eliz@gnu.org>
2577
2578 * nonascii.texi (Default Coding Systems): Fix it some more.
2579
25802006-05-29 Eli Zaretskii <eliz@gnu.org>
2581
2582 * nonascii.texi (Default Coding Systems): Fix last change.
2583
25842006-05-29 Kenichi Handa <handa@m17n.org>
2585
2586 * nonascii.texi (find-operation-coding-system): Describe the new
2587 argument format (FILENAME . BUFFER).
2588
25892006-05-28 Richard Stallman <rms@gnu.org>
2590
2591 * tips.texi (Coding Conventions): Better explain reasons not to
2592 advise other packages or use `eval-after-load'.
2593
25942006-05-29 Kim F. Storm <storm@cua.dk>
2595
2596 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
2597 `bindat-idx' and `bindat-raw' for clarity.
2598
25992006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2600
2601 * processes.texi (Bindat Spec): Expand on `repeat' handler.
2602
2603 * display.texi (Display): Add "Abstract Display" to menu.
2604 (Abstract Display, Abstract Display Functions)
2605 (Abstract Display Example): New nodes.
2606 * elisp.texi (Top): Add "Abstract Display" to menu.
2607
26082006-05-27 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * keymaps.texi (Key Sequences): Link to input events definition.
2611 (Format of Keymaps): Delete material duplicated in Keymap Basics.
2612
2613 * files.texi (Changing Files): Document updated argument list for
2614 copy-file.
2615
26162006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2617
2618 * processes.texi (Bindat Functions): Explain term "total length".
2619 Use it in bindat-length and bindat-pack descriptions.
2620
26212006-05-26 Eli Zaretskii <eliz@gnu.org>
2622
2623 * tips.texi (Coding Conventions): Advise against using
2624 eval-after-load in packages. Add an index entry.
2625
26262006-05-25 Juri Linkov <juri@jurta.org>
2627
2628 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
2629
2630 * modes.texi (%-Constructs): Add %e, %z, %Z.
2631
26322006-05-25 Richard Stallman <rms@gnu.org>
2633
2634 * elisp.texi (Top): Update subnode menu.
2635
2636 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
2637 (Keymaps): Update menu.
2638
26392006-05-25 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * keymaps.texi (Key Sequences): Some clarifications.
2642
26432006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2644
2645 * processes.texi (Bindat Functions): Say "unibyte string"
2646 explicitly for bindat-unpack and bindat-pack descriptions.
2647 (Bindat Examples): Don't call `string-make-unibyte' in example.
2648
26492006-05-25 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.
c5602427 2652 Explain string and vector representations of key sequences.
b8d4c8d0
GM
2653
2654 * keymaps.texi (Changing Key Bindings):
dd7b651b 2655 * commands.texi (Interactive Codes):
b8d4c8d0
GM
2656 * help.texi (Describing Characters): Refer to it.
2657
26582006-05-23 Luc Teirlinck <teirllm@auburn.edu>
2659
2660 * frames.texi (Pointer Shape): @end table -> @end defvar.
2661
26622006-05-22 Richard Stallman <rms@gnu.org>
2663
2664 * elisp.texi (Top): Update subnode menus.
2665
2666 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
2667 Contents rewritten; material from old Pointer Shape node moved here.
2668
2669 * display.texi (Pointer Shape): Node deleted.
2670 (Image Descriptors): Minor cleanup.
2671
26722006-05-21 Richard Stallman <rms@gnu.org>
2673
2674 * syntax.texi (Parsing Expressions): Update info on which STATE
2675 elements are ignored.
2676
26772006-05-19 Luc Teirlinck <teirllm@auburn.edu>
2678
2679 * hooks.texi (Standard Hooks): Correct typo.
2680
2681 * gpl.texi (GPL): ifinfo -> ifnottex.
2682
26832006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
2684
2685 * searching.texi (Simple Match Data): Warn about match data being
2686 set anew by every search.
2687
26882006-05-17 Richard Stallman <rms@gnu.org>
2689
2690 * minibuf.texi (Minibuffer History): Clarify.
2691
2692 * searching.texi (Regexp Special): Clarify nested regexp warning.
2693
26942006-05-16 Kim F. Storm <storm@cua.dk>
2695
2696 * minibuf.texi (Minibuffer History): Update add-to-history.
2697
26982006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
2699
2700 * nonascii.texi (Explicit Encoding): Fix
2701 typo (encoding<->decoding).
2702
27032006-05-14 Richard Stallman <rms@gnu.org>
2704
2705 * buffers.texi (Creating Buffers): Cleanup.
2706
2707 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
2708
27092006-05-13 Eli Zaretskii <eliz@gnu.org>
2710
2711 * buffers.texi (Current Buffer): Document that with-temp-buffer
2712 disables undo.
2713
2714 * os.texi (Terminal-Specific): More accurate description of how
2715 Emacs searches for the terminal-specific libraries.
2716
27172006-05-12 Eli Zaretskii <eliz@gnu.org>
2718
2719 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
2720 emacs-xtra to @inforef's.
2721
2722 * text.texi (Undo): Document that undo is turned off in buffers
2723 whose names begin with a space.
2724
2725 * buffers.texi (Buffer Names): Add index entries for buffers whose
2726 names begin with a space.
2727 (Creating Buffers): Document that undo is turned off in buffers
2728 whose names begin with a space.
2729
2730 * files.texi (Visiting Functions, Reading from Files)
2731 (Saving Buffers): Mention code and EOL conversions by file I/O
2732 primitives and subroutines.
2733
2734 * nonascii.texi (Lisp and Coding Systems): Document
2735 coding-system-eol-type. Add index entries for eol conversion.
2736
2737 * display.texi (Defining Faces): Mention `mac', and add an xref to
2738 where window-system is described.
2739
27402006-05-10 Richard Stallman <rms@gnu.org>
2741
2742 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
2743
27442006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2745
2746 * variables.texi (File Local Variables): Recommend to quote lambda
2747 expressions in safe-local-variable property.
2748
27492006-05-09 Richard Stallman <rms@gnu.org>
2750
2751 * variables.texi (File Local Variables): Document
2752 safe-local-eval-forms and safe-local-eval-function.
2753
27542006-05-07 Kim F. Storm <storm@cua.dk>
2755
2756 * minibuf.texi (Minibuffer History): Remove keep-dups arg
2757 from add-to-history.
2758
27592006-05-07 Romain Francoise <romain@orebokech.com>
2760
2761 * commands.texi (Event Input Misc):
2762 * compile.texi (Eval During Compile):
2763 * internals.texi (Buffer Internals):
2764 * minibuf.texi (Initial Input):
2765 * nonascii.texi (Scanning Charsets):
2766 * numbers.texi (Comparison of Numbers):
2767 * windows.texi (Textual Scrolling, Vertical Scrolling):
2768 Fix various typos.
2769
27702006-05-06 Eli Zaretskii <eliz@gnu.org>
2771
2772 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
2773 conditional xref's to either emacs or emacs-xtra, depending on
2774 @iftex/@ifnottex.
2775
2776 * minibuf.texi (Minibuffer History): Document add-to-history.
2777
27782006-05-05 Eli Zaretskii <eliz@gnu.org>
2779
2780 * internals.texi (Pure Storage): Mention the pure overflow message
2781 at startup.
2782
c8763fb6 27832006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
2784
2785 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
2786 (Searching Keymaps): Fix pseudo-Lisp description of keymap
2787 search.
2788
27892006-05-01 Richard Stallman <rms@gnu.org>
2790
2791 * intro.texi (nil and t): Clarify.
2792
2793 * variables.texi (File Local Variables): Suggest using booleanp.
2794
27952006-05-01 Juanma Barranquero <lekktu@gmail.com>
2796
2797 * objects.texi (Type Predicates): Fix typos.
2798
27992006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * intro.texi (nil and t): Add booleanp.
2802
2803 * objects.texi (Type Predicates): Add links for booleanp and
2804 string-or-null-p.
2805
28062006-04-29 Richard Stallman <rms@gnu.org>
2807
2808 * modes.texi (Multiline Font Lock): Rename from
2809 Multi line Font Lock Elements. Much clarification.
2810 (Font Lock Multiline, Region to Fontify): Much clarification.
2811
28122006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * variables.texi (File Local Variables): Remove the special case t for
2815 safe-local-variable.
2816
28172006-04-26 Richard Stallman <rms@gnu.org>
2818
2819 * syntax.texi (Parsing Expressions): Minor cleanup.
2820
28212006-04-18 Richard Stallman <rms@gnu.org>
2822
2823 * tips.texi (Coding Conventions): Explain when the package's
2824 prefix should appear later on (not at the start of the name).
2825
2826 * searching.texi (String Search): Clarify effect of NOERROR.
2827
2828 * modes.texi (Imenu): Clarify what special items do.
2829
2830 * hooks.texi (Standard Hooks): Delete text about old hook names.
2831
28322006-04-17 Romain Francoise <romain@orebokech.com>
2833
2834 * variables.texi (Local Variables): Update the default value of
2835 `max-specpdl-size'.
2836
28372006-04-15 Michael Olson <mwolson@gnu.org>
2838
2839 * processes.texi (Transaction Queues): Mention the new optional
2840 `delay-question' argument for `tq-enqueue'.
2841
28422006-04-13 Bill Wohler <wohler@newt.com>
2843
2844 * customize.texi (Common Keywords): Use dotted notation for
2845 :package-version value. Specify its values. Improve documentation
2846 for customize-package-emacs-version-alist.
2847
28482006-04-12 Bill Wohler <wohler@newt.com>
2849
2850 * customize.texi (Common Keywords): Move description of
2851 customize-package-emacs-version-alist to @defvar.
2852
28532006-04-10 Bill Wohler <wohler@newt.com>
2854
2855 * customize.texi (Common Keywords): Add :package-version.
2856
28572006-04-10 Kim F. Storm <storm@cua.dk>
2858
2859 * text.texi (Buffer Contents): Add NOPROPS arg to
2860 filter-buffer-substring.
2861
28622006-04-08 Kevin Ryde <user42@zip.com.au>
2863
2864 * os.texi (Command-Line Arguments): Update xref to emacs manual
2865 "Command Arguments" -> "Emacs Invocation", per change there.
2866
28672006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
2868
2869 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
2870 be on one line to help makeinfo not render two spaces after the dot.
2871
28722006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
2873
2874 * strings.texi (Predicates for Strings): Add string-or-null-p.
2875
28762006-03-28 Kim F. Storm <storm@cua.dk>
2877
2878 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
2879 remarks about systems that don't support fractional seconds.
2880
28812006-03-25 Karl Berry <karl@gnu.org>
2882
2883 * elisp.texi: Use @copyright{} instead of (C), and do not indent
2884 the year list.
2885
28862006-03-21 Nick Roberts <nickrob@snap.net.nz>
2887
2888 * display.texi (Fringe Indicators): Fix typos.
2889
28902006-03-19 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * tips.texi (Documentation Tips): One can now also write `program'
2893 in front of a quoted symbol in a docstring to prevent making a
2894 hyperlink.
2895
28962006-03-19 Alan Mackenzie <acm@muc.de>
2897
2898 * text.texi (Special Properties): Clarify `fontified' property.
2899
29002006-03-16 Richard Stallman <rms@gnu.org>
2901
2902 * display.texi (Defining Images): Minor cleanup.
2903
29042006-03-16 Bill Wohler <wohler@newt.com>
2905
2906 * display.texi (Defining Images): In image-load-path-for-library,
2907 prefer user's images.
2908
29092006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
2912
29132006-03-15 Bill Wohler <wohler@newt.com>
2914
2915 * display.texi (Defining Images): Fix example in
2916 image-load-path-for-library by not recommending that one binds
2917 image-load-path. Just defvar it to placate compiler and only use
2918 it if previously defined.
2919
29202006-03-14 Bill Wohler <wohler@newt.com>
2921
2922 * display.texi (Defining Images): In image-load-path-for-library,
2923 always return list of directories. Update example.
2924
29252006-03-14 Alan Mackenzie <acm@muc.de>
2926
2927 * modes.texi: New node, "Region to Fontify" (for Font Lock).
2928 This describes font-lock-extend-region-function.
2929 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
2930 the new node "Region to Fontify".
2931
29322006-03-13 Richard Stallman <rms@gnu.org>
2933
2934 * display.texi (Invisible Text): The impossible position is
2935 now before the invisible text, not after.
2936 (Defining Images): Clean up last change.
2937
29382006-03-11 Bill Wohler <wohler@newt.com>
2939
2940 * display.texi (Defining Images): Add image-load-path-for-library.
2941
29422006-03-11 Luc Teirlinck <teirllm@auburn.edu>
2943
2944 * text.texi (Adaptive Fill): Fix Texinfo usage.
2945
2946 * strings.texi (Creating Strings): Fix Texinfo usage.
2947
2948 * searching.texi (Regexp Special): Use @samp for regular
2949 expressions that are not in Lisp syntax.
2950
29512006-03-08 Luc Teirlinck <teirllm@auburn.edu>
2952
2953 * searching.texi (Regexp Special): Put remark between parentheses
2954 to avoid misreading.
2955
29562006-03-07 Luc Teirlinck <teirllm@auburn.edu>
2957
2958 * searching.texi (Syntax of Regexps): More accurately describe
2959 which characters are special in which situations.
2960 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
2961 are not special. Describe in detail when `[' and `]' are special.
2962 (Regexp Backslash): Plenty of regexps with unbalanced square
2963 brackets are valid, so reword that statement.
2964
29652006-03-02 Kim F. Storm <storm@cua.dk>
2966
2967 * keymaps.texi (Tool Bar): Add tool-bar-border.
2968
29692006-02-28 Luc Teirlinck <teirllm@auburn.edu>
2970
2971 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
2972
29732006-02-27 Luc Teirlinck <teirllm@auburn.edu>
2974
2975 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
2976
2977 * files.texi (Locating Files): Suggest additional values for the
2978 SUFFIXES arg of `locate-file'. Update pxref.
2979
2980 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
2981 (How Programs Do Loading): Discuss the effects of Auto Compression
2982 mode on `load'.
2983 (Load Suffixes): New node.
2984 (Library Search): Delete description of `load-suffixes'; it was
2985 moved to "Load Suffixes".
2986 (Autoload, Named Features): Mention `load-suffixes'.
2987
29882006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2989
2990 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
2991
2992 * windows.texi (Window Tree): Fix typo.
2993
29942006-02-20 Kim F. Storm <storm@cua.dk>
2995
2996 * display.texi (Fringe Indicators): New section.
2997 Move indicate-empty-lines, indicate-buffer-boundaries, and
2998 default-indicate-buffer-boundaries here.
2999 Add fringe-indicator-alist and default-fringes-indicator-alist.
3000 Add list of logical fringe indicator symbols.
3001 Update list of standard bitmap names.
3002 (Fringe Cursors): New section.
3003 Move overflow-newline-into-fringe here.
3004 Add fringe-cursor-alist and default-fringes-cursor-alist.
3005 Add list of fringe cursor symbols.
3006
30072006-02-20 Juanma Barranquero <lekktu@gmail.com>
3008
3009 * commands.texi (Using Interactive): Fix reference to node
3010 "Minibuffers".
3011
30122006-02-19 Richard M. Stallman <rms@gnu.org>
3013
3014 * minibuf.texi (High-Level Completion):
3015 Add xref to read-input-method-name.
3016
3017 * files.texi (Relative File Names): Move file-relative-name here.
3018 (File Name Expansion): From here. Minor clarifications.
3019
3020 * commands.texi (Using Interactive): Add xrefs about reading input.
3021 Clarify remarks about that moving point and mark.
3022 Put string case before list case.
3023
c8763fb6 30242006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
3025
3026 * display.texi (Other Display Specs, Image Descriptors):
3027 Revert erroneous changes. The previous description of
3028 image-descriptors as `(image . PROPS)' was correct.
3029
30302006-02-14 Richard M. Stallman <rms@gnu.org>
3031
3032 * variables.texi (File Local Variables): Clarifications.
3033
30342006-02-14 Juanma Barranquero <lekktu@gmail.com>
3035
3036 * variables.texi (File Local Variables): Use @code for a cons
3037 cell, not @var.
3038
30392006-02-13 Chong Yidong <cyd@stupidchicken.com>
3040
3041 * variables.texi (File Local Variables): Document new file local
3042 variable behavior.
3043
30442006-02-10 Kim F. Storm <storm@cua.dk>
3045
3046 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
3047
30482006-02-08 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * modes.texi (%-Constructs): Remove obsolete info about
3051 `global-mode-string'.
3052
30532006-02-07 Richard M. Stallman <rms@gnu.org>
3054
3055 * commands.texi (Prefix Command Arguments): Minor cleanup.
3056
3057 * display.texi: "Graphical display", not window system.
3058
3059 * functions.texi (What Is a Function): Fix xref.
3060
3061 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
3062 (Changing Key Bindings): Clarify when remapping is better than
3063 substitute-key-definition.
3064
30652006-02-02 Richard M. Stallman <rms@gnu.org>
3066
3067 * minibuf.texi (Basic Completion): Completion alists are risky.
3068
3069 * keymaps.texi (Active Keymaps): Clarifications.
3070 (Searching Keymaps): New node.
3071 (Keymaps): Update menu.
3072
3073 * frames.texi (Layout Parameters): Minor clarification.
3074 (Drag and Drop): New node.
3075 (Frames): Update menu.
3076
30772006-01-29 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * display.texi (Other Display Specs, Image Descriptors):
3080 Image description is a list, not a cons cell.
3081
30822006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3083
3084 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
3085 list is not necessarily a list).
3086
30872006-01-27 Eli Zaretskii <eliz@gnu.org>
3088
3089 * frames.texi (Layout Parameters): border-width and
3090 internal-border-width belong to the frame, not the window.
3091
30922006-01-19 Richard M. Stallman <rms@gnu.org>
3093
3094 * nonascii.texi (Translation of Characters): Search cmds use
3095 translation-table-for-input. Automatically made local.
3096
3097 * markers.texi (Overview of Markers): Count insertion type
3098 as one of a marker's attributes.
3099
3100 * keymaps.texi (Controlling Active Maps): New node, split out of
3101 Active Keymaps.
3102 (Keymaps): Menu updated.
3103 (Active Keymaps): Give pseudocode to explain how the active
3104 maps are searched. current-active-maps and key-binding moved here.
3105 (Functions for Key Lookup): current-active-maps and key-binding moved.
3106 Clarifications.
3107 (Searching the Keymaps): New subnode.
3108
3109 * elisp.texi (Top): Menu clarification.
3110
3111 * display.texi (Other Display Specs): Delete duplicate entry for
3112 just a string as display spec. Move text about recursive display
3113 specs on such a string.
3114
3115 * commands.texi (Key Sequence Input): Clarify.
3116 Move num-nonmacro-input-events out.
3117 (Reading One Event): num-nonmacro-input-events moved here.
3118
31192006-01-14 Nick Roberts <nickrob@snap.net.nz>
3120
3121 * advice.texi (Simple Advice): Update example to fit argument
3122 change in previous-line.
3123
31242006-01-05 Richard M. Stallman <rms@gnu.org>
3125
3126 * markers.texi (The Mark): Fix in `mark'.
3127
31282006-01-04 Richard M. Stallman <rms@gnu.org>
3129
3130 * processes.texi (Misc Network, Make Network): Minor cleanups.
3131
31322006-01-04 Kim F. Storm <storm@cua.dk>
3133
3134 * processes.texi (Make Network): Add IPv6 addresses and handling.
3135 (Network Feature Testing): Mention (:family ipv6).
3136 (Misc Network): Add IPv6 formats to format-network-address.
3137
31382005-12-30 Richard M. Stallman <rms@gnu.org>
3139
3140 * text.texi (Changing Properties):
3141 Don't use return value of set-text-properties.
3142
31432005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3144
3145 * modes.texi (Mode Line Format): Correct typo in menu.
3146
31472005-12-29 Richard M. Stallman <rms@gnu.org>
3148
3149 * modes.texi (Mode Line Top): New node.
3150 (Mode Line Data): Some text moved to new node.
3151 Explain the data structure more concretely.
3152 (Mode Line Basics): Clarifications.
3153 (Mode Line Variables): Clarify intro paragraph.
3154 (%-Constructs): Clarify intro paragraph.
3155 (Mode Line Format): Update menu.
3156
31572005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3158
3159 * minibuf.texi (Basic Completion): Update lazy-completion-table
3160 examples for removal of ARGS argument.
3161
31622005-12-23 Richard M. Stallman <rms@gnu.org>
3163
3164 * text.texi (Undo): Restore some explanation from the version
3165 that was deleted.
3166
31672005-12-23 Eli Zaretskii <eliz@gnu.org>
3168
3169 * text.texi (Undo): Remove duplicate descriptions of `apply
3170 funname' and `apply delta' elements of the undo list.
3171
31722005-12-20 Richard M. Stallman <rms@gnu.org>
3173
3174 * help.texi (Help Functions): Update documentation of `apropos'.
3175
31762005-12-20 Luc Teirlinck <teirllm@auburn.edu>
3177
3178 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
3179 because it is confusing. If the :help-echo keyword is a function,
3180 it is not directly used as the :help-echo overlay property, as the
3181 xref seems to suggest (it does not take the appropriate args).
3182
31832005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3184
3185 * customize.texi (Common Keywords): Fix Texinfo usage.
3186 (Group Definitions, Variable Definitions): Update for new
3187 conventions for using `*' in docstrings.
3188
3189 * tips.texi (Documentation Tips): Update for new conventions for
3190 using `*' in docstrings.
3191
31922005-12-16 Richard M. Stallman <rms@gnu.org>
3193
3194 * minibuf.texi (Minibuffer Contents): Minor cleanup.
3195
31962005-12-16 Juri Linkov <juri@jurta.org>
3197
3198 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
3199
32002005-12-14 Romain Francoise <romain@orebokech.com>
3201
3202 * modes.texi (Customizing Keywords): Rename `append' to `how'.
3203 Fix typo.
3204
32052005-12-11 Juri Linkov <juri@jurta.org>
3206
3207 * minibuf.texi (Completion Commands): Add mention of read-file-name
3208 for filename completion keymaps.
3209 (Reading File Names): Add mention of filename completion keymaps
3210 for read-file-name and xref to `Completion Commands'.
3211
32122005-12-10 Richard M. Stallman <rms@gnu.org>
3213
3214 * customize.texi (Common Keywords): State caveats for use of :tag.
3215
32162005-12-08 Richard M. Stallman <rms@gnu.org>
3217
3218 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
3219 with xrefs and better explanation.
3220 (Completion Commands): Add the filename completion maps.
3221
3222 * objects.texi (Character Type): Clarify that \s is not space
3223 if a dash follows.
3224
32252005-12-05 Richard M. Stallman <rms@gnu.org>
3226
3227 * windows.texi (Resizing Windows): Delete preserve-before args.
3228
32292005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
3232 in full keymaps, since the quirk has been fixed.
3233
32342005-12-03 Eli Zaretskii <eliz@gnu.org>
3235
3236 * hooks.texi (Standard Hooks): Add index entries. Mention
3237 `compilation-finish-functions'.
3238
32392005-11-27 Richard M. Stallman <rms@gnu.org>
3240
3241 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
3242
32432005-11-21 Juri Linkov <juri@jurta.org>
3244
3245 * customize.texi (Common Keywords): Update links types
3246 custom-manual and url-link. Add link types emacs-library-link,
3247 file-link, function-link, variable-link, custom-group-link.
3248
32492005-11-20 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * display.texi: Revert 2005-11-20 change.
3252
32532005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3254
3255 * processes.texi (Bindat Functions):
3256 Say "third" to refer to zero-based index "2".
3257
32582005-11-18 Luc Teirlinck <teirllm@auburn.edu>
3259
3260 * loading.texi (Library Search): Update the default value of
3261 `load-suffixes'.
3262
32632005-11-17 Chong Yidong <cyd@stupidchicken.com>
3264
3265 * display.texi (Attribute Functions): Mention :ignore-defface.
3266
32672005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
3270 (Minor Mode Conventions): Mention the use of a hook.
3271
32722005-11-06 Richard M. Stallman <rms@gnu.org>
3273
3274 * files.texi (Magic File Names): find-file-name-handler checks the
3275 `operations' property of the handler.
3276
32772005-11-03 Richard M. Stallman <rms@gnu.org>
3278
3279 * variables.texi (Frame-Local Variables): Small clarification.
3280
32812005-10-29 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * os.texi (Init File): Document ~/.emacs.d/init.el.
3284
32852005-10-29 Richard M. Stallman <rms@gnu.org>
3286
3287 * internals.texi (Garbage Collection): Document memory-full.
3288
32892005-10-28 Bill Wohler <wohler@newt.com>
3290
3291 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
3292 for URLs.
3293
32942005-10-28 Richard M. Stallman <rms@gnu.org>
3295
3296 * minibuf.texi (Completion Commands): Clean up prev change.
3297
32982005-10-26 Kevin Ryde <user42@zip.com.au>
3299
3300 * compile.texi (Eval During Compile): Explain recommended uses
3301 of eval-when-compile and eval-and-compile.
3302
33032005-10-27 Masatake YAMATO <jet@gyve.org>
3304
3305 * minibuf.texi (Completion Commands):
3306 Write about new optional argument for `display-completion-list'.
3307
33082005-10-23 Richard M. Stallman <rms@gnu.org>
3309
3310 * display.texi (Overlay Arrow): Clarify about local bindings of
3311 overlay-arrow-position.
3312
33132005-10-22 Eli Zaretskii <eliz@gnu.org>
3314
3315 * internals.texi (Building Emacs): Fix last change.
3316
33172005-10-22 Richard M. Stallman <rms@gnu.org>
3318
3319 * internals.texi (Building Emacs): Document eval-at-startup.
3320
33212005-10-21 Richard M. Stallman <rms@gnu.org>
3322
3323 * loading.texi (Where Defined): load-history contains abs file names.
3324 symbol-file returns abs file names.
3325
33262005-10-19 Kim F. Storm <storm@cua.dk>
3327
3328 * display.texi (Showing Images): Add max-image-size integer value.
3329
33302005-10-18 Chong Yidong <cyd@stupidchicken.com>
3331
3332 * display.texi (Showing Images): Document max-image-size.
3333
33342005-10-17 Richard M. Stallman <rms@gnu.org>
3335
3336 * commands.texi (Quitting): Minor clarification.
3337
3338 * processes.texi (Sentinels): Clarify about output and quitting.
3339 (Filter Functions): Mention with-local-quit.
3340
33412005-10-17 Juri Linkov <juri@jurta.org>
3342
3343 * buffers.texi (Current Buffer):
3344 * commands.texi (Event Input Misc):
3345 * compile.texi (Eval During Compile, Compiler Errors):
3346 * customize.texi (Group Definitions):
3347 * display.texi (Progress, Defining Faces):
3348 * files.texi (Writing to Files):
3349 * modes.texi (Mode Hooks, Defining Minor Modes):
3350 * streams.texi (Output Functions):
3351 * syntax.texi (Syntax Table Functions):
3352 * text.texi (Change Hooks):
3353 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
3354
3355 * commands.texi (Quitting): Replace arg `forms' with `body' in
3356 `with-local-quit'.
3357
3358 * positions.texi (Excursions): Replace arg `forms' with `body' in
3359 `save-excursion'.
3360
33612005-10-08 Kim F. Storm <storm@cua.dk>
3362
3363 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
3364 Rename manual section accordingly.
3365
33662005-10-04 Kim F. Storm <storm@cua.dk>
3367
3368 * windows.texi (Window Split Tree): New section describing
3369 new function window-split-tree function.
3370
33712005-10-03 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * display.texi (Fringe Size/Pos): Simplify and add detail.
3374
33752005-09-30 Romain Francoise <romain@orebokech.com>
3376
3377 * minibuf.texi (High-Level Completion): Explain that the prompt
3378 given to `read-buffer' should end with a colon and a space.
3379 Update usage examples.
3380
33812005-09-29 Juri Linkov <juri@jurta.org>
3382
3383 * display.texi (Displaying Messages): Rename argument name
3384 `string' to `format-string' in functions `message', `message-box',
3385 `message-or-box'.
3386
33872005-09-26 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * errors.texi (Standard Errors): Correct xrefs.
3390
33912005-09-18 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * display.texi (Defining Images): Update documentation for
3394 `image-load-path'.
3395
33962005-09-17 Richard M. Stallman <rms@gnu.org>
3397
3398 * display.texi (Defining Images): Clean up previous change.
3399
34002005-09-16 Romain Francoise <romain@orebokech.com>
3401
3402 * elisp.texi: Specify GFDL version 1.2.
3403
3404 * doclicense.texi (GNU Free Documentation License): Update to
3405 version 1.2.
3406
34072005-09-15 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * display.texi (Defining Images): Document `image-load-path'.
3410
34112005-09-15 Richard M. Stallman <rms@gnu.org>
3412
3413 * objects.texi (Printed Representation): Minor cleanup.
3414 (Box Diagrams): Minor fix.
3415 (Cons Cell Type): Move (...) index item here.
3416 (Box Diagrams): From here.
3417 (Array Type): Minor fix.
3418 (Type Predicates): Delete index "predicates".
3419 (Hash Table Type): Clarify xref.
3420 (Dotted Pair Notation): Minor fix.
3421
34222005-09-10 Chong Yidong <cyd@stupidchicken.com>
3423
3424 * files.texi (Saving Buffers): Fix typo.
3425
34262005-09-08 Richard M. Stallman <rms@gnu.org>
3427
3428 * tips.texi (Programming Tips): Correct the "default" prompt spec.
3429
34302005-09-08 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * locals.texi (Standard Buffer-Local Variables): Don't include
3433 mode variables for minor modes.
3434 Fix xrefs for buffer-display-count, buffer-display-table,
3435 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
3436 enable-multibyte-characters, fill-column, header-line-format,
3437 left-fringe-width, left-margin, and right-fringe-width.
3438
3439 * hooks.texi (Standard Hooks): All hooks should conform to the
3440 standard naming convention now.
3441 Fix xref for `echo-area-clear-hook'.
3442
3443 * display.texi (Usual Display): Note that indicate-empty-lines and
3444 tab-width are buffer-local.
3445
3446 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
3447
3448 * modes.texi (Mode Help): Note that major-mode is buffer-local.
3449
3450 * nonascii.texi (Encoding and I/O): Note that
3451 buffer-file-coding-system is buffer-local.
3452
3453 * positions.texi (List Motion): Note that defun-prompt-regexp is
3454 buffer-local.
3455
3456 * text.texi (Auto Filling): Note that auto-fill-function is
3457 buffer-local.
3458 (Undo): Note that buffer-undo-list is buffer-local.
3459
3460 * windows.texi (Buffers and Windows): Document
3461 buffer-display-count.
3462
34632005-09-06 Richard M. Stallman <rms@gnu.org>
3464
3465 * tips.texi (Coding Conventions): Sometimes it is ok to put the
3466 package prefix elsewhere than at the start of the name.
3467
34682005-09-03 Richard M. Stallman <rms@gnu.org>
3469
3470 * tips.texi (Programming Tips): Add conventions for minibuffer
3471 questions and prompts.
3472
34732005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
3474
3475 * intro.texi (nil and t): Minor cleanup.
3476 Delete spurious mention of keyword symbols.
3477 (Evaluation Notation): Add index entry.
3478 (A Sample Function Description): Minor cleanup.
3479 (A Sample Variable Description): Not all vars can be set.
3480
34812005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
3482
3483 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
3484
3485 (Insertion): Document precise type of `insert-char' arg COUNT.
3486
34872005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * modes.texi (Other Font Lock Variables): Sync the default of
3490 font-lock-lines-before.
3491
34922005-08-31 Michael Albinus <michael.albinus@gmx.de>
3493
3494 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
3495
34962005-08-29 Richard M. Stallman <rms@gnu.org>
3497
3498 * elisp.texi (Top): Update subnode menu.
3499
3500 * searching.texi (Searching and Matching): Move node.
3501 Rearrange contents and add overall explanation.
3502 (Searching and Case): Move node.
3503 (Searching and Matching): Update menu.
3504
35052005-08-27 Eli Zaretskii <eliz@gnu.org>
3506
3507 * os.texi (Startup Summary): Fix the description of the initial
3508 startup message display.
3509
35102005-08-25 Richard M. Stallman <rms@gnu.org>
3511
3512 * searching.texi (Search and Replace): Add replace-regexp-in-string.
3513
35142005-08-25 Emilio C. Lopes <eclig@gmx.net>
3515
3516 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
3517 `next-overlay-change' example.
3518
35192005-08-22 Juri Linkov <juri@jurta.org>
3520
3521 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
3522 Fix invert-face. Fix args of face-background.
3523
3524 * display.texi (Standard Faces): Delete node.
3525 (Faces): Add xref to `(emacs)Standard Faces'.
3526 (Displaying Faces): Fix xref to `Standard Faces'.
3527
3528 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
3529
35302005-08-20 Alan Mackenzie <acm@muc.de>
3531
3532 * buffers.texi (The Buffer List): Clarify the manipulation of the
3533 buffer list.
3534
35352005-08-14 Richard M. Stallman <rms@gnu.org>
3536
3537 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
3538 a regexp.
3539
35402005-08-11 Richard M. Stallman <rms@gnu.org>
3541
3542 * elisp.texi (Top): Update subnode lists.
3543
3544 * display.texi (Inverse Video): Node deleted.
3545
3546 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
3547 New nodes split out of Coding Conventions.
3548
3549 * searching.texi (Regular Expressions): Document re-builder.
3550
3551 * os.texi (Time Parsing): New node split out of Time Conversion.
3552
3553 * processes.texi (Misc Network, Network Feature Testing)
3554 (Network Options, Make Network): New nodes split out of
3555 Low-Level Network.
3556
35572005-08-09 Richard M. Stallman <rms@gnu.org>
3558
3559 * frames.texi (Geometry): New node, split from Size and Position.
3560 (Frame Parameters): Refer to Geometry.
3561
3562 * buffers.texi (The Buffer List): Fix xrefs.
3563
3564 * windows.texi (Splitting Windows): Fix xref.
3565
3566 * frames.texi (Layout Parameters): Add xref.
3567
3568 * display.texi (Line Height, Scroll Bars): Fix xrefs.
3569
3570 * keymaps.texi (Menu Bar): Fix xref.
3571
3572 * locals.texi (Standard Buffer-Local Variables): Fix xref.
3573
3574 * modes.texi (%-Constructs): Fix xref.
3575
3576 * frames.texi (Window Frame Parameters): Node split up.
3577 (Basic Parameters, Position Parameters, Size Parameters)
3578 (Layout Parameters, Buffer Parameters, Management Parameters)
3579 (Cursor Parameters, Color Parameters): New subnodes.
3580
35812005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3582
3583 * positions.texi (Screen Lines): Update xref for previous change
3584 in minibuf.texi.
3585
3586 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
3587 change in minibuf.texi.
3588
35892005-08-09 Richard M. Stallman <rms@gnu.org>
3590
3591 * tips.texi (Coding Conventions): Minor cleanup.
3592
3593 * modes.texi (Defining Minor Modes): Explain when init-value
3594 can be non-nil.
3595
3596 * elisp.texi (Top): Update submenu for Minibuffer.
3597
3598 * minibuf.texi (Minibuffer Misc): Node split up.
3599 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
3600 (Recursive Mini): New nodes split out from Minibuffer Misc.
3601 (Minibuffer Misc): Document max-mini-window-height.
3602
3603 * hash.texi (Defining Hash): Delete stray paren in example.
3604
3605 * display.texi (Echo Area Customization): Don't define
3606 max-mini-window-height here; xref instead.
3607
3608 * commands.texi (Event Input Misc): Update while-no-input.
3609
3610 * advice.texi (Advising Functions): Explain when to use advice
3611 and when to use a hook.
3612
36132005-07-30 Eli Zaretskii <eliz@gnu.org>
3614
3615 * makefile.w32-in (info): Don't run install-info.
3616 ($(infodir)/dir): New target, produced by running install-info.
3617
36182005-07-27 Luc Teirlinck <teirllm@auburn.edu>
3619
3620 * modes.texi (Defining Minor Modes): The keyword for the initial
3621 value is :init-value, not :initial-value.
3622
36232005-07-23 Eli Zaretskii <eliz@gnu.org>
3624
3625 * loading.texi (Autoload): Make the `doctor' example be consistent
3626 with what's in current loaddefs.el. Describe the "fn" magic in
3627 the usage portion of the doc string.
3628
36292005-07-22 Richard M. Stallman <rms@gnu.org>
3630
3631 * internals.texi (Garbage Collection): Clarify previous change.
3632
36332005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * internals.texi (Garbage Collection): Add gc-cons-percentage.
3636
36372005-07-18 Juri Linkov <juri@jurta.org>
3638
3639 * commands.texi (Accessing Events):
3640 * frames.texi (Text Terminal Colors, Resources):
3641 * markers.texi (The Mark):
3642 * modes.texi (Defining Minor Modes):
3643 Delete duplicate duplicate words.
3644
36452005-07-16 Richard M. Stallman <rms@gnu.org>
3646
3647 * display.texi (Managing Overlays): Clarify make-overlay
3648 args for insertion types.
3649
36502005-07-13 Luc Teirlinck <teirllm@auburn.edu>
3651
3652 * customize.texi (Variable Definitions):
3653 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
3654 `standard-value' is a list too.
3655 (Defining New Types): Use @key{RET} instead of @key{ret}.
3656
36572005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
3658
3659 * os.texi (Translating Input): Fix typo.
3660
36612005-07-08 Richard M. Stallman <rms@gnu.org>
3662
3663 * README: Update edition number and size estimate.
3664
3665 * elisp.texi (VERSION): Set to 2.9.
3666
36672005-07-07 Richard M. Stallman <rms@gnu.org>
3668
3669 * book-spine.texinfo: Update Emacs version.
3670
3671 * display.texi (Inverse Video): Delete mode-line-inverse-video.
3672
36732005-07-06 Richard M. Stallman <rms@gnu.org>
3674
3675 * searching.texi (Regexp Search): Clarify what re-search-forward
3676 does when the search fails.
3677
36782005-07-05 Lute Kamstra <lute@gnu.org>
3679
3680 * Update FSF's address in GPL notices.
3681
3682 * doclicense.texi (GNU Free Documentation License):
3683 * gpl.texi (GPL):
3684 * tips.texi (Coding Conventions, Library Headers):
3685 * vol1.texi:
3686 * vol2.texi: Update FSF's address.
3687
36882005-07-04 Richard M. Stallman <rms@gnu.org>
3689
3690 * hooks.texi (Standard Hooks): Add occur-hook.
3691
36922005-07-03 Luc Teirlinck <teirllm@auburn.edu>
3693
3694 * display.texi (The Echo Area): Correct menu.
3695
36962005-07-03 Richard M. Stallman <rms@gnu.org>
3697
3698 * elisp.texi (Top): Update subnode menu for Display.
3699
3700 * display.texi (Displaying Messages): New node, with most
3701 of what was in The Echo Area.
3702 (Progress): Moved under The Echo Area.
3703 (Logging Messages): New node with new text.
3704 (Echo Area Customization): New node, the rest of what was
3705 in The Echo Area. Document message-truncate-lines with @defvar.
3706 (Display): Update menu.
3707
3708 * windows.texi (Textual Scrolling): Doc 3 values for
3709 scroll-preserve-screen-position.
3710
3711 * text.texi (Special Properties): Change hook functions
3712 should bind inhibit-modification-hooks around altering buffer text.
3713
3714 * keymaps.texi (Key Binding Commands): Call binding BINDING
3715 rather than DEFINITION.
3716
37172005-06-29 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * variables.texi (Defining Variables): `user-variable-p' returns t
3720 for aliases of user options, nil for alias loops.
3721
37222005-06-28 Richard M. Stallman <rms@gnu.org>
3723
3724 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
3725 make-keymap.
3726
37272005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3728
3729 * variables.texi (Setting Variables): Correct and clarify
3730 description of `add-to-ordered-list'.
3731
37322005-06-26 Richard M. Stallman <rms@gnu.org>
3733
3734 * display.texi (Faces): Minor cleanup.
3735
37362005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3737
3738 * display.texi (Faces): `facep' returns t for strings that are
3739 face names.
3740
37412005-06-25 Richard M. Stallman <rms@gnu.org>
3742
3743 * objects.texi (Equality Predicates): Clarify meaning of equal.
3744
3745 * windows.texi (Selecting Windows): save-selected-window
3746 and with-selected-window save and restore the current buffer.
3747
37482005-06-24 Richard M. Stallman <rms@gnu.org>
3749
3750 * numbers.texi (Float Basics): Explain how to test for NaN,
3751 and printing the sign of NaNs.
3752
37532005-06-24 Eli Zaretskii <eliz@gnu.org>
3754
3755 * makefile.w32-in (MAKEINFO): Use --force.
3756
37572005-06-23 Richard M. Stallman <rms@gnu.org>
3758
3759 * display.texi (Face Functions): Correct Texinfo usage.
3760
37612005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3762
3763 * lists.texi (Rings): `ring-elements' now returns the elements of
3764 RING in order.
3765
37662005-06-23 Juanma Barranquero <lekktu@gmail.com>
3767
3768 * markers.texi (The Mark): Texinfo usage fix.
3769
37702005-06-23 Kim F. Storm <storm@cua.dk>
3771
3772 * searching.texi (Entire Match Data): Remove evaporate option for
3773 match-data. Do not mention evaporate option for set-match-data.
3774
37752005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3776
3777 * display.texi (Face Functions): Mention face aliases.
3778
37792005-06-21 Richard M. Stallman <rms@gnu.org>
3780
3781 * anti.texi (Antinews): Texinfo usage fix.
3782
37832005-06-21 Karl Berry <karl@gnu.org>
3784
3785 * elisp.texi: Use @copying.
3786
3787 * elisp.texi: Put @summarycontents and @contents before the Top
3788 node, instead of the end of the file, so that the contents appear
3789 in the right place in the dvi/pdf output.
3790
37912005-06-21 Juri Linkov <juri@jurta.org>
3792
3793 * display.texi (Defining Faces): Add `customized-face'.
3794
37952005-06-20 Kim F. Storm <storm@cua.dk>
3796
3797 * variables.texi (Setting Variables): Any type of element can be
3798 given order in add-to-ordered-list. Compare elements with eq.
3799
3800 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
3801
38022005-06-20 Karl Berry <karl@gnu.org>
3803
3804 * syntax.texi (Syntax Flags): Make last column very slightly wider
3805 to avoid "generic comment" breaking on two lines and causing an
3806 underfull box.
3807
38082005-06-19 Luc Teirlinck <teirllm@auburn.edu>
3809
3810 * lists.texi (Rings): Various minor clarifications and corrections.
3811
38122005-06-18 Richard M. Stallman <rms@gnu.org>
3813
3814 * functions.texi (Obsolete Functions): Simplify.
3815
3816 * variables.texi (Variable Aliases): Simplify.
3817
3818 * anti.texi, backups.texi, compile.texi, customization.texi:
3819 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
3820 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
3821 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
3822 * variables.texi: Fix formatting ugliness.
3823
3824 * elisp.texi: Add links to Rings and Byte Packing.
3825 Update version and copyright years.
3826
3827 * minibuf.texi: Fix formatting ugliness.
3828 (Completion Commands): Move keymap vars to the end
3829 and vars completing-read binds to the top.
3830
38312005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3832
3833 * processes.texi: Fix typos.
3834 (Bindat Spec): Correct Texinfo error.
3835 (Byte Packing): Fix ungrammatical sentence.
3836
38372005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
3838
3839 * lists.texi (Rings): New node.
3840 (Lists): Add it to menu.
3841
3842 * processes.texi (Byte Packing): New node.
3843 (Processes): Add it to menu.
3844
38452005-06-17 Richard M. Stallman <rms@gnu.org>
3846
3847 * syntax.texi (Parsing Expressions): Fix texinfo usage.
3848
3849 * help.texi (Documentation Basics): Explain the xref to
3850 Documentation Tips.
3851
3852 * debugging.texi (Debugger Commands): Minor fix.
3853
38542005-06-16 Luc Teirlinck <teirllm@auburn.edu>
3855
3856 * edebug.texi (Instrumenting): Eliminate duplicate link.
3857 (Specification List): Replace references to "below", referring to
3858 a later node, with one @ref to that node.
3859
3860 * os.texi (Timers): Timers should save and restore the match data
3861 if they change it.
3862
3863 * debugging.texi (Debugger Commands): Mention that the Lisp
3864 debugger can not step through primitive functions.
3865
38662005-06-16 Juanma Barranquero <lekktu@gmail.com>
3867
3868 * functions.texi (Obsolete Functions): Update argument names of
3869 `make-obsolete' and `define-obsolete-function-alias'.
3870
3871 * variables.texi (Variable Aliases): Update argument names of
3872 `defvaralias', `make-obsolete-variable' and
3873 `define-obsolete-variable-alias'.
3874
38752005-06-15 Kim F. Storm <storm@cua.dk>
3876
3877 * searching.texi (Entire Match Data): Rephrase warnings about
3878 evaporate arg to match-data and set-match-data.
3879
38802005-06-14 Luc Teirlinck <teirllm@auburn.edu>
3881
3882 * elisp.texi (Top): Update detailed menu.
3883
3884 * edebug.texi (Edebug): Update menu.
3885 (Instrumenting): Update xrefs.
3886 (Edebug Execution Modes): Correct xref.
3887 (Jumping): Clarify description of `h' command.
3888 Eliminate redundant @ref.
3889 (Breaks): New node.
3890 (Breakpoints): Is now a subsubsection.
3891 (Global Break Condition): Mention `C-x X X'.
3892 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
3893 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
3894 (Edebug Display Update): Correct pxref.
3895 (Edebug and Macros): New node.
3896 (Instrumenting Macro Calls): Is now a subsubsection.
3897 Neither arg of `def-edebug-spec' is evaluated.
3898 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
3899 (Specification Examples): Fix typo.
3900
39012005-06-14 Lute Kamstra <lute@gnu.org>
3902
3903 * debugging.texi (Function Debugging): Primitives can break on
3904 entry too.
3905
39062005-06-14 Kim F. Storm <storm@cua.dk>
3907
3908 * variables.texi (Setting Variables): Add add-to-ordered-list.
3909
39102005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * syntax.texi (Parsing Expressions): Document aux functions and vars of
3913 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
3914
39152005-06-13 Lute Kamstra <lute@gnu.org>
3916
3917 * text.texi (Special Properties): Fix cross reference.
3918
39192005-06-11 Luc Teirlinck <teirllm@auburn.edu>
3920
3921 * debugging.texi (Function Debugging): Delete mention of empty
3922 string argument to `cancel-debug-on-entry'. Delete inaccurate
3923 description of the return value of that command.
3924
39252005-06-11 Alan Mackenzie <acm@muc.de>
3926
3927 * text.texi (Adaptive Fill): Amplify the description of
3928 fill-context-prefix.
3929
39302005-06-10 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * syntax.texi (Parsing Expressions): Fix Texinfo error.
3933
39342005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * syntax.texi (Parsing Expressions): Document syntax-ppss.
3937
39382005-06-10 Luc Teirlinck <teirllm@auburn.edu>
3939
3940 * debugging.texi (Error Debugging): Minor rewording.
3941 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
3942 is optional.
3943
39442005-06-10 Lute Kamstra <lute@gnu.org>
3945
3946 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
3947 (Top): Give it a title. Correct version number. Give the
3948 detailed node listing a more prominent header.
3949 * intro.texi: Don't set VERSION here a second time.
3950 Mention Emacs's version too.
3951 * anti.texi (Antinews): Use EMACSVER to refer to the current
3952 version of Emacs.
3953
39542005-06-09 Kim F. Storm <storm@cua.dk>
3955
3956 * searching.texi (Entire Match Data): Explain new `reseat' argument to
3957 match-data and set-match-data.
3958
39592005-06-08 Richard M. Stallman <rms@gnu.org>
3960
3961 * searching.texi (Entire Match Data): Clarify when match-data
3962 returns markers and when integers.
3963
3964 * display.texi (Defining Faces): Explain that face name should not
3965 end in `-face'.
3966
3967 * modes.texi (Mode Line Data): Minor cleanup.
3968 (Customizing Keywords): Node split out of Search-based Fontification.
3969 Add example of using font-lock-add-keywords from a hook.
3970 Clarify when MODE should be non-nil, and when nil.
3971
39722005-06-06 Richard M. Stallman <rms@gnu.org>
3973
3974 * modes.texi (Mode Line Data): Explain what happens when the car
3975 of a list is a void symbol.
3976 (Search-based Fontification): Explain MODE arg to
3977 font-lock-add-keywords and warn about calls from major modes.
3978
39792005-06-08 Juri Linkov <juri@jurta.org>
3980
3981 * display.texi (Standard Faces): Add `shadow' face.
3982
39832005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3984
3985 * modes.texi (Major Mode Conventions): A derived mode only needs
3986 to put the call to the parent mode inside `delay-mode-hooks'.
3987
39882005-05-29 Richard M. Stallman <rms@gnu.org>
3989
3990 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
3991 new, and what that implies. Clarify.
3992
3993 * files.texi (Locating Files): Clean up the text.
3994
3995 * frames.texi (Window Frame Parameters): Document user-size.
3996 Shorten entry for top by referring to left.
3997
39982005-05-26 Richard M. Stallman <rms@gnu.org>
3999
4000 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
4001 is new, and what the implications are. Other clarifications.
4002
40032005-05-24 Richard M. Stallman <rms@gnu.org>
4004
4005 * frames.texi (Dialog Boxes): Minor fixes.
4006
40072005-05-25 Masatake YAMATO <jet@gyve.org>
4008
4009 * display.texi (Standard Faces): Write about `mode-line-highlight'.
4010
40112005-05-24 Luc Teirlinck <teirllm@auburn.edu>
4012
4013 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
4014 is optional.
4015
40162005-05-24 Nick Roberts <nickrob@snap.net.nz>
4017
10d1d0af 4018 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
4019
40202005-05-23 Lute Kamstra <lute@gnu.org>
4021
4022 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
4023 syntax-begin-function over font-lock-beginning-of-syntax-function.
4024
40252005-05-21 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * minibuf.texi (Reading File Names): Update description of
4028 `read-directory-name'.
4029
4030 * modes.texi (Derived Modes): Clarify :group keyword.
4031
40322005-05-21 Eli Zaretskii <eliz@gnu.org>
4033
4034 * files.texi (Locating Files): New subsection.
4035 Describe locate-file and executable-find.
4036
40372005-05-21 Kevin Ryde <user42@zip.com.au>
4038
4039 * frames.texi (Initial Parameters): Update cross reference to
4040 "Emacs Invocation".
4041
40422005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4043
4044 * keymaps.texi (Active Keymaps): Add anchor.
4045
4046 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
4047 (Major Mode Conventions): Refer to `Auto Major Mode' in more
4048 appropriate place.
4049 (Derived Modes): Small clarifications.
4050 (Minor Mode Conventions, Keymaps and Minor Modes):
4051 Replace references to nodes with references to anchors.
4052 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
4053 Clarify description of lists whose first element is an integer.
4054 (Mode Line Variables): Add anchor.
4055 (%-Constructs): Clarify description of integer after %.
4056 (Emulating Mode Line): Describe nil value for FACE.
4057
40582005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4059
4060 * modes.texi (Derived Modes): Correct references to non-existing
4061 variable standard-syntax-table.
4062
40632005-05-17 Lute Kamstra <lute@gnu.org>
4064
4065 * modes.texi (Defining Minor Modes): Mention the mode hook.
4066
40672005-05-15 Kim F. Storm <storm@cua.dk>
4068
4069 * processes.texi (Network): Remove open-network-stream-nowait.
4070 (Network Servers): Remove open-network-stream-server.
4071
40722005-05-15 Luc Teirlinck <teirllm@auburn.edu>
4073
4074 * elisp.texi (Top): Update detailed menu.
4075
4076 * variables.texi: Reorder nodes.
4077 (Variables): Update menu.
4078 (File Local Variables): Do not refer to the `-*-' line as
4079 a "local variables list". Add pxref.
4080
40812005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4082
4083 * elisp.texi (Top): Update detailed menu for node changes.
4084
4085 * modes.texi (Modes): Update Menu.
4086 (Hooks): Move to beginning of chapter.
4087 Most minor modes run mode hooks too.
4088 `add-hook' can handle void hooks or hooks whose value is a single
4089 function.
4090 (Major Modes): Update Menu.
4091 (Major Mode Basics): New node, split off from `Major Modes'.
4092 (Major Mode Conventions): Correct xref. Explain how to handle
4093 auto-mode-alist if the major mode command has an autoload cookie.
4094 (Auto Major Mode): Major update. Add magic-mode-alist.
4095 (Derived Modes): Major update.
4096 (Mode Line Format): Update Menu.
4097 (Mode Line Basics): New node, split off from `Mode Line Format'.
4098
4099 * loading.texi (Autoload): Mention `autoload cookie' as synonym
4100 for `magic autoload comment'. Add index entries and anchor.
4101
41022005-05-14 Richard M. Stallman <rms@gnu.org>
4103
4104 * tips.texi (Coding Conventions): Explain how important it is
4105 that just loading certain files not change Emacs behavior.
4106
4107 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
4108
41092005-05-12 Lute Kamstra <lute@gnu.org>
4110
4111 * modes.texi (Generic Modes): Update.
4112 (Major Modes): Refer to node "Generic Modes".
4113
4114 * elisp.texi (Top): Update to the current structure of the manual.
4115 * processes.texi (Processes): Add menu description.
4116 * customize.texi (Customization): Add menu descriptions.
4117
41182005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4119
4120 * processes.texi (Signals to Processes)
4121 (Low-Level Network): Fix typos.
4122
41232005-05-11 Lute Kamstra <lute@gnu.org>
4124
4125 * elisp.texi (Top): Add some nodes from the chapter "Major and
4126 Minor Modes" to the detailed node listing.
4127
41282005-05-10 Richard M. Stallman <rms@gnu.org>
4129
4130 * keymaps.texi (Extended Menu Items): Menu item filter functions
4131 can be called at any time.
4132
41332005-05-08 Luc Teirlinck <teirllm@auburn.edu>
4134
4135 * variables.texi (File Local Variables): `(hack-local-variables t)'
4136 now also checks whether a mode is specified in the local variables
4137 list.
4138
41392005-05-05 Kevin Ryde <user42@zip.com.au>
4140
4141 * display.texi (The Echo Area): Correct format function cross
4142 reference.
4143
41442005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4145
4146 * variables.texi (Variable Aliases): Change description of
4147 `define-obsolete-variable-alias'.
4148
4149 * functions.texi (Functions): Add "Obsolete Functions" to menu.
4150 (Defining Functions): Add xref.
4151 (Obsolete Functions): New node.
4152 (Function Safety): Standardize capitalization of section title.
4153
4154 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
4155 (Dialog Boxes): Complete description of `x-popup-dialog'.
4156
41572005-05-04 Richard M. Stallman <rms@gnu.org>
4158
4159 * commands.texi (Interactive Codes): Fix Texinfo usage.
4160 Document U more clearly.
4161
41622005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4163
4164 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
4165 function and not a macro.
4166
4167 * frames.texi (Pop-Up Menus): Correct and clarify description of
4168 `x-popup-menu'.
4169 (Dialog Boxes): Clarify description of `x-popup-dialog'.
4170
41712005-05-01 Richard M. Stallman <rms@gnu.org>
4172
4173 * edebug.texi (Checking Whether to Stop): Fix previous change.
4174
41752005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4176
4177 * display.texi: Fix typos and Texinfo usage.
4178
4179 * edebug.texi (Checking Whether to Stop): executing-macro ->
4180 executing-kbd-macro.
4181
41822005-05-01 Richard M. Stallman <rms@gnu.org>
4183
4184 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
4185
41862005-04-30 Richard M. Stallman <rms@gnu.org>
4187
4188 * files.texi (Magic File Names): Document `operations' property.
4189
41902005-04-29 Lute Kamstra <lute@gnu.org>
4191
4192 * modes.texi (Generic Modes): New node.
4193 (Major Modes): Add it to the menu.
4194 (Derived Modes): Add "derived mode" to concept index.
4195
41962005-04-28 Lute Kamstra <lute@gnu.org>
4197
4198 * modes.texi (Defining Minor Modes): Fix previous change.
4199 (Font Lock Mode): Simplify.
4200 (Font Lock Basics): Say that font-lock-defaults is buffer-local
4201 when set and that some parts are optional. Add cross references.
4202 (Search-based Fontification): Say how to specify font-lock-keywords.
4203 Add cross references. Add font-lock-multiline to index.
4204 Move font-lock-keywords-case-fold-search here from node "Other Font
4205 Lock Variables". Document font-lock-add-keywords and
4206 font-lock-remove-keywords.
4207 (Other Font Lock Variables): Move font-lock-keywords-only,
4208 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4209 and font-lock-syntactic-face-function to node "Syntactic Font
4210 Lock". Move font-lock-keywords-case-fold-search to node
4211 "Search-based Fontification". Document font-lock-inhibit-thing-lock
4212 and font-lock-{,un}fontify-{buffer,region}-function.
4213 (Precalculated Fontification): Remove reference to deleted variable
4214 font-lock-core-only.
4215 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
4216 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
4217 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
4218 and font-lock-syntactic-face-function here from node "Other Font
4219 Lock Variables". Move font-lock-syntactic-keywords to "Setting
4220 Syntax Properties". Add cross references.
4221 (Setting Syntax Properties): New node.
4222 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
4223 * syntax.texi (Syntax Properties): Add cross reference.
4224 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
4225
42262005-04-26 Richard M. Stallman <rms@gnu.org>
4227
4228 * display.texi (Defining Faces):
4229 Document `default' elements of defface spec.
4230
4231 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
4232
4233 * variables.texi (Variable Aliases): Clarify text.
4234
42352005-04-25 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
4238
42392005-04-25 Luc Teirlinck <teirllm@auburn.edu>
4240
4241 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
4242
42432005-04-24 Eli Zaretskii <eliz@gnu.org>
4244
4245 * syntax.texi (Syntax Table Internals): Elaborate documentation of
4246 syntax-after and syntax-class.
4247
4248 * files.texi (Changing Files): Fix last change's cross-reference.
4249 (Unique File Names): Don't mention "numbers" in the documentation
4250 of make-temp-file and make-temp-name.
4251
42522005-04-23 Richard M. Stallman <rms@gnu.org>
4253
4254 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
4255
42562005-04-22 Nick Roberts <nickrob@snap.net.nz>
4257
4258 * windows.texi (Cyclic Window Ordering): Clarify window-list.
4259
42602005-04-22 Nick Roberts <nickrob@snap.net.nz>
4261
4262 * variables.texi (Variable Aliases): Describe make-obsolete-variable
4263 and define-obsolete-variable-alias.
4264
42652005-04-22 Kim F. Storm <storm@cua.dk>
4266
4267 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
4268 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
4269
42702005-04-21 Lute Kamstra <lute@gnu.org>
4271
4272 * lists.texi (Association Lists): Document rassq-delete-all.
4273
42742005-04-19 Richard M. Stallman <rms@gnu.org>
4275
4276 * modes.texi (Search-based Fontification): Explain that
4277 facespec is an expression to be evaluated.
4278
42792005-04-19 Kevin Ryde <user42@zip.com.au>
4280
4281 * streams.texi (Output Functions): Fix xref.
4282 * strings.texi (String Conversion): Fix xref.
4283
42842005-04-19 Kim F. Storm <storm@cua.dk>
4285
4286 * symbols.texi (Symbol Plists): Add safe-get.
4287 Mention that `get' may signal an error.
4288
42892005-04-18 Nick Roberts <nickrob@snap.net.nz>
4290
4291 * customize.texi (Variable Definitions): Replace tooltip-mode
4292 example with save-place.
4293
42942005-04-17 Richard M. Stallman <rms@gnu.org>
4295
4296 * buffers.texi (Indirect Buffers): Clarify.
4297
4298 * positions.texi (Positions): Clarify converting marker to integer.
4299
4300 * strings.texi (String Basics): Mention string-match; clarify.
4301
43022005-04-08 Lute Kamstra <lute@gnu.org>
4303
4304 * modes.texi (Search-based Fontification): Fix cross references.
4305 Use consistent terminology. Document anchored highlighting.
4306
43072005-04-05 Lute Kamstra <lute@gnu.org>
4308
4309 * modes.texi (Defining Minor Modes): Document :group keyword
4310 argument and its default value.
4311
43122005-04-03 Lute Kamstra <lute@gnu.org>
4313
4314 * hooks.texi (Standard Hooks): Add some hooks. Add cross
4315 references and/or descriptions. Delete major mode hooks; mention
4316 them as a category instead. Rename or delete obsolete hooks.
4317
43182005-04-02 Richard M. Stallman <rms@gnu.org>
4319
4320 * nonascii.texi (Coding System Basics): Another wording cleanup.
4321
43222005-04-01 Richard M. Stallman <rms@gnu.org>
4323
4324 * nonascii.texi (Coding System Basics): Clarify previous change.
4325
43262005-04-01 Kenichi Handa <handa@m17n.org>
4327
10d1d0af 4328 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
4329 identity of coding systems.
4330
43312005-03-29 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * text.texi (Buffer Contents): Add filter-buffer-substring and
4334 buffer-substring-filters.
4335
43362005-03-26 Chong Yidong <cyd@stupidchicken.com>
4337
4338 * anti.texi (Antinews): Mention `G' interactive code.
4339
4340 * tips.texi (Compilation Tips): Mention benchmark.el.
4341
43422005-03-27 Luc Teirlinck <teirllm@auburn.edu>
4343
4344 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
4345 is now bound to M-o M-o.
4346
4347 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
4348
43492005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4350
4351 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
4352 in the Emacs Manual).
4353 * Makefile.in (srcs): Remove calendar.texi.
4354 * makefile.w32-in (srcs): Remove calendar.texi.
4355 * display.texi (Display): Change name of next node.
4356 * os.texi (System In): Change name of previous node.
4357 * elisp.texi (Top): Remove Calendar references.
4358 * vol1.texi (Top): Remove Calendar references.
4359 * vol2.texi (Top): Remove Calendar references.
4360
43612005-03-25 Richard M. Stallman <rms@gnu.org>
4362
4363 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
4364 Cleanup previous change.
4365
43662005-03-25 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * display.texi (Face Attributes): Faces earlier in an :inherit
4369 list take precedence.
4370 (Scroll Bars): Fix description of vertical-scroll-bars.
4371 Document frame-current-scroll-bars and window-current-scroll-bars.
4372
4373 * markers.texi (The Mark): Document temporary Transient Mark mode.
4374
4375 * minibuf.texi (Reading File Names):
4376 Document read-file-name-completion-ignore-case.
4377
4378 * positions.texi (Screen Lines): Document nil for width argument
4379 to compute-motion.
4380
43812005-03-23 Kim F. Storm <storm@cua.dk>
4382
4383 * display.texi (Standard Faces): Other faces used in the fringe
4384 implicitly inherits from the fringe face.
4385 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
4386 properties implicitly inherits from fringe face.
4387 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
4388
43892005-03-20 Chong Yidong <cyd@stupidchicken.com>
4390
4391 * display.texi (Invisible Text): State default value of
4392 line-move-ignore-invisible.
4393 (Managing Overlays): Document remove-overlays.
4394 (Standard Faces): Document escape-glyph face.
4395
4396 * minibuf.texi (Reading File Names): Document read-file-name-function.
4397
4398 * modes.texi (Other Font Lock Variables):
4399 Document font-lock-lines-before.
4400
4401 * positions.texi (Skipping Characters): skip-chars-forward allows
4402 character classes.
4403
44042005-03-18 Lute Kamstra <lute@gnu.org>
4405
4406 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
4407
44082005-03-17 Richard M. Stallman <rms@gnu.org>
4409
4410 * text.texi (Undo): Document extensible undo entries.
4411
dd7b651b 4412 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
4413
4414 * nonascii.texi (Character Codes): Minor fix.
4415
4416 * display.texi (Display Property): Explain the significance
4417 of having text properties that are eq.
4418 (Other Display Specs): Explain string as display spec.
4419
4420 * commands.texi (Interactive Codes): Document G option.
4421
44222005-03-17 Chong Yidong <cyd@stupidchicken.com>
4423
4424 * text.texi (Filling): Add sentence-end-without-period and
4425 sentence-end-without-space.
4426 (Changing Properties): Minor fix.
4427
4428 * anti.texi: Total rewrite.
4429
44302005-03-15 Lute Kamstra <lute@gnu.org>
4431
4432 * edebug.texi (Instrumenting Macro Calls): Fix typos.
4433
44342005-03-08 Kim F. Storm <storm@cua.dk>
4435
4436 * display.texi (Specified Space): Property :width is support on
4437 non-graphic terminals, :height is not.
4438
44392005-03-07 Richard M. Stallman <rms@gnu.org>
4440
4441 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
4442 Now subnodes of Fringes.
4443 (Overlay Arrow): Document overlay-arrow-variable-list.
4444 (Fringe Size/Pos): New node, broken out of Fringes.
4445 (Display): Explain clearing vs redisplay better.
4446 (Truncation): Clarify use of bitmaps.
4447 (The Echo Area): Clarify the uses of the echo area.
4448 Add max-mini-window-height.
4449 (Progress): Clarify.
4450 (Invisible Text): Explain that main loop moves point out.
4451 (Selective Display): Say "hidden", not "invisible".
4452 (Managing Overlays): Move up. Describe relation to Undo here.
4453 (Overlay Properties): Clarify intro.
4454 (Finding Overlays): Explain return values when nothing found.
4455 (Width): truncate-string-to-width has added arg.
4456 (Displaying Faces): Clarify and update mode line face handling.
4457 (Face Functions): Minor cleanup.
4458 (Conditional Display): Merge into Other Display Specs.
4459 (Pixel Specification, Other Display Specs): Minor cleanups.
4460 (Images, Image Descriptors): Minor cleanups.
4461 (GIF Images): Patents have expired.
4462 (Showing Images): Explain default text for insert-image.
4463 (Manipulating Button Types): Merge into Manipulating Buttons.
4464 (Making Buttons): Explain return values.
4465 (Button Buffer Commands): Add xref.
4466 (Inverse Video): Update mode-line-inverse-video.
4467 (Display Table Format): Clarify.
4468 (Active Display Table): Give defaults for window-display-table.
4469
4470 * calendar.texi (Calendar Customizing): calendar-holiday-marker
4471 and calendar-today-marker are strings, not chars.
4472 (Holiday Customizing): Minor fix.
4473
4474 * internals.texi (Writing Emacs Primitives): Update `or' example.
4475 Update limit on # args of subr.
4476
4477 * edebug.texi (Using Edebug): Arrow is in fringe.
4478 (Instrumenting): Arg to eval-defun works without loading edebug.
4479 (Edebug Execution Modes): Add xref.
4480
4481 * customize.texi (Common Keywords): Clarify :require.
4482 Mention :version here.
4483 (Variable Definitions, Group Definitions): Not here.
4484 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
4485
44862005-03-07 Chong Yidong <cyd@stupidchicken.com>
4487 * nonascii.texi (Text Representations): Clarify position-bytes.
4488 (Character Sets): Add list-charset-chars.
4489 (Scanning Charsets): Add charset-after.
4490 (Encoding and I/O): Minor fix.
4491
44922005-03-06 Richard M. Stallman <rms@gnu.org>
4493
4494 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
4495 (Resizing Windows): Likewise.
4496
4497 * text.texi (Change Hooks): Get rid of "Emacs 21".
4498
4499 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
4500
4501 * streams.texi (Output Variables): Get rid of "Emacs 21".
4502
4503 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
4504
4505 * os.texi (Translating Input): Replace flow-control example
4506 with a less obsolete example that uses `keyboard-translate'.
4507
4508 * objects.texi (Hash Table Type, Circular Objects):
4509 Get rid of "Emacs 21".
4510
4511 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
4512 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
4513
4514 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
4515
4516 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
4517
4518 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
4519 (Menu Bar): Fix when menu-bar-update-hook is called.
4520
4521 * hash.texi (Hash Tables): Get rid of "Emacs 21".
4522
4523 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
4524 and make it read better.
4525
4526 * files.texi (Writing to Files): Get rid of "Emacs 21".
4527 (Unique File Names): Likewise.
4528
4529 * elisp.texi: Update Emacs version to 22.
4530
4531 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
4532 (Overlay Properties, Face Attributes): Likewise.
4533 (Managing Overlays): Fix punctuation.
4534 (Attribute Functions): Clarify set-face-font; get rid of
4535 info about old Emacs versions.
4536 (Auto Faces, Font Lookup, Display Property, Images):
4537 Get rid of "Emacs 21".
4538
4539 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
4540
45412005-03-05 Richard M. Stallman <rms@gnu.org>
4542
4543 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
4544
45452005-03-04 Lute Kamstra <lute@gnu.org>
4546
4547 * debugging.texi (Error Debugging): Document stack-trace-on-error.
4548
45492005-03-03 Lute Kamstra <lute@gnu.org>
4550
4551 * edebug.texi (Instrumenting Macro Calls): Fix typo.
4552
45532005-03-01 Lute Kamstra <lute@gnu.org>
4554
4555 * debugging.texi (Debugger Commands): Update `j'.
4556
45572005-02-28 Lute Kamstra <lute@gnu.org>
4558
4559 * debugging.texi (Debugging): Fix typo.
4560 (Error Debugging): Document eval-expression-debug-on-error.
4561 (Function Debugging): Update example.
4562 (Using Debugger): Mention starred stack frames.
4563 (Debugger Commands): Document `j' and `l'.
4564 (Invoking the Debugger): `d' and `j' exit recursive edit too.
4565 Update the messages that the debugger displays.
4566 (Internals of Debugger): Add cross reference. Update example.
4567 (Excess Open): Minor improvement.
4568 (Excess Close): Minor improvement.
4569
45702005-02-26 Richard M. Stallman <rms@gnu.org>
4571
4572 * tips.texi (Coding Conventions): Clarify.
4573 Put all the major mode key reservations together.
4574 Mention the Mouse-1 => Mouse-2 conventions.
4575
4576 * syntax.texi (Syntax Class Table): Clarify.
4577 (Syntax Table Functions): syntax-after moved from here.
4578 (Syntax Table Internals): syntax-after moved to here.
4579 (Parsing Expressions): Update info on number of values
4580 and what's meaningful in the STATE argument.
4581 (Categories): Fix typo.
4582
4583 * sequences.texi (Arrays): Cleanup.
4584 (Char-Tables): Clarify.
4585
4586 * processes.texi (Deleting Processes): Cleanups, add xref.
4587 (Subprocess Creation): Explain nil in exec-path. Cleanup.
4588 (Process Information): set-process-coding-system, some args optional.
4589 (Input to Processes): Explain various types for PROCESS args.
4590 Rename them from PROCESS-NAME to PROCESS.
4591 (Signals to Processes): Likewise.
4592 (Decoding Output): Cleanup.
4593 (Query Before Exit): Clarify.
4594
4595 * os.texi (Startup Summary): Correct the options; add missing ones.
4596 (Terminal Output, Batch Mode): Clarify.
4597 (Flow Control): Node deleted.
4598
4599 * markers.texi (The Mark): Clarify.
4600
4601 * macros.texi (Expansion): Cleanup.
4602 (Indenting Macros): indent-spec allows ints, not floats.
4603
4604 * keymaps.texi (Keymaps): Clarify.
4605 (Format of Keymaps): Update lisp-mode-map example.
4606 (Active Keymaps, Key Lookup): Clarify.
4607 (Changing Key Bindings): Add xref to `kbd'.
4608 (Key Binding Commands, Simple Menu Items): Clarify.
4609 (Mouse Menus, Menu Bar): Clarify.
4610 (Menu Example): Replace print example with menu-bar-replace-menu.
4611
4612 * help.texi (Documentation Basics): Add function-documentation prop.
4613
4614 * elisp.texi (Top): Don't refer to Flow Control node.
4615
4616 * commands.texi (Command Overview): Improve xrefs.
4617 (Adjusting Point): Adjusting point applies to intangible and invis.
4618 (Key Sequence Input): Doc extra read-key-sequence args.
4619 Likewise for read-key-sequence-vector.
4620
4621 * backups.texi (Rename or Copy): Minor fix.
4622 (Numbered Backups): For version-control, say the default.
4623 (Auto-Saving): make-auto-save-file-name example is simplified.
4624
4625 * advice.texi (Advising Functions): Don't imply one part of Emacs
4626 should advise another part. Markup changes.
4627 (Defining Advice): Move transitional para.
4628 (Activation of Advice): Cleanup.
4629 Explain if COMPILE is nil or negative.
4630
4631 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
4632
46332005-02-24 Lute Kamstra <lute@gnu.org>
4634
4635 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
4636 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
4637
46382005-02-23 Lute Kamstra <lute@gnu.org>
4639
4640 * modes.texi (Defining Minor Modes): define-minor-mode can be used
4641 to define global minor modes as well.
4642
4643 * display.texi (Managing Overlays): overlay-buffer returns nil for
4644 deleted overlays.
4645
46462005-02-22 Kim F. Storm <storm@cua.dk>
4647
4648 * minibuf.texi (Basic Completion): Allow symbols in addition to
4649 strings in try-completion and all-completions.
4650
46512005-02-14 Lute Kamstra <lute@gnu.org>
4652
4653 * elisp.texi (Top): Remove reference to deleted node.
4654
4655 * lists.texi (Lists): Remove reference to deleted node.
4656 (Cons Cells): Fix typo.
4657
4658 * loading.texi (Where Defined): Fix typo.
4659
46602005-02-14 Richard M. Stallman <rms@gnu.org>
4661
4662 * variables.texi (Creating Buffer-Local): change-major-mode-hook
4663 is useful for discarding some minor modes.
4664
4665 * symbols.texi (Symbol Components): Reorder examples.
4666
4667 * streams.texi (Input Functions): State standard-input default.
4668 (Output Variables): State standard-output default.
4669
4670 * objects.texi (Printed Representation): Clarify read syntax vs print.
4671 (Floating Point Type): Explain meaning better.
4672 (Symbol Type): Explain uniqueness better.
4673 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
4674 List examples sooner.
4675 (Box Diagrams): New subnode broken out.
4676 Some examples moved from old Lists as Boxes node.
4677 (Dotted Pair Notation): Clarify intro.
4678 (Array Type): Clarify.
4679 (Type Predicates): Add hash-table-p.
4680
4681 * numbers.texi (Integer Basics): Clarify radix explanation.
4682 (Predicates on Numbers): Minor clarification.
4683 (Comparison of Numbers): Minor clarification. Clarify eql.
4684 Typos in min, max.
4685 (Math Functions): Clarify overflow in expt.
4686
4687 * minibuf.texi (Text from Minibuffer): Minor clarification.
4688 Mention arrow keys.
4689
4690 * loading.texi (Autoload): defun's doc string overrides autoload's
4691 doc string.
4692 (Repeated Loading): Modernize "add to list" examples.
4693 (Where Defined): Finish updating table of load-history elts.
4694
4695 * lists.texi (List-related Predicates): Minor wording improvement.
4696 (Lists as Boxes): Node deleted.
4697 (Building Lists): Explain trivial cases of number-sequence.
4698
4699 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 4700 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
4701 (Hash Access): Any object can be a key.
4702 State value of maphash.
4703
4704 * functions.texi (What Is a Function): Wording cleanup.
4705 (Function Documentation): Minor cleanup.
4706 Explain purpose of calling convention at end of doc string.
4707 (Function Names): Wording cleanup.
4708 (Calling Functions): Wording cleanup.
4709 Explain better how funcall calls the function.
4710 (Function Cells): Delete example of saving and redefining function.
4711
4712 * control.texi (Combining Conditions): Wording cleanup.
4713 (Iteration): dolist and dotimes bind VAR locally.
4714 (Cleanups): Xref to Atomic Changes.
4715
4716 * compile.texi (Byte Compilation): Delete 19.29 info.
4717 (Compilation Functions): Macros' difficulties don't affect defsubst.
4718 (Docs and Compilation): Delete 19.29 info.
4719
47202005-02-10 Richard M. Stallman <rms@gnu.org>
4721
4722 * objects.texi (Symbol Type): Minor correction.
4723
47242005-02-06 Lute Kamstra <lute@gnu.org>
4725
4726 * modes.texi (Example Major Modes): Fix typos.
4727
47282005-02-06 Richard M. Stallman <rms@gnu.org>
4729
4730 * text.texi (Margins): fill-nobreak-predicate can be one function.
4731
4732 * strings.texi (Modifying Strings): clear-string can make unibyte.
4733 (Formatting Strings): format gives error if values missing.
4734
4735 * positions.texi (Character Motion): Mention default arg
4736 for forward-char. backward-char refers to forward-char.
4737 (Word Motion): Mention default arg for forward-word.
4738 (Buffer End Motion): Mention default arg for beginning-of-buffer.
4739 Simplify end-of-buffer.
4740 (Text Lines): Mention default arg for forward-line.
4741 (List Motion): Mention default arg for beginning/end-of-defun.
4742 (Skipping Characters): Minor fixes in explaining character-set.
4743
4744 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
4745 Mode inheritance applies only when default-major-mode is nil.
4746 Clarifications.
4747 (Example Major Modes): Update Text mode and Lisp mode examples.
4748 (Minor Mode Conventions): Mention define-minor-mode at top.
4749 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
4750 (Mode Line Format): Update mode line face display info.
4751 (Properties in Mode): Mention effect of risky vars.
4752 (Imenu): Define imenu-add-to-menubar.
4753 (Font Lock Mode): Add descriptions to menu lines.
4754 (Faces for Font Lock): Add font-lock-doc-face.
4755
47562005-02-05 Lute Kamstra <lute@gnu.org>
4757
4758 * text.texi (Maintaining Undo): Remove obsolete function.
4759
47602005-02-05 Eli Zaretskii <eliz@gnu.org>
4761
4762 * frames.texi (Color Names): Add pointer to the X docs about RGB
4763 color specifications. Improve indexing
4764 (Text Terminal Colors): Replace the description of RGB values by
4765 an xref to "Color Names".
4766
47672005-02-03 Richard M. Stallman <rms@gnu.org>
4768
4769 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
4770 Clarify.
4771 (Selecting Windows): Clarify save-selected-window.
4772 (Cyclic Window Ordering): Clarify walk-windows.
4773 (Window Point): Clarify.
4774 (Window Start): Add comment to example.
4775 (Resizing Windows): Add `interactive' specs in examples.
4776 Document fit-window-to-buffer.
4777
4778 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
4779 (Undo, Maintaining Undo): Clarify last change.
4780 (Sorting): In sort-numeric-fields, explain about octal and hex.
4781 Mention sort-numeric-base.
4782 (Format Properties): Add xref for hard newlines.
4783
4784 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
4785 (Pop-Up Menus): Fix typo.
4786 (Color Names): Explain all types of color names.
4787 Explain color-values on B&W terminal.
4788 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
4789
4790 * files.texi (File Locks): Not supported on MS systems.
4791 (Testing Accessibility): Clarify.
4792
4793 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
4794 (Coverage Testing): Fix typo.
4795
4796 * commands.texi (Misc Events): Remove stray space.
4797
4798 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
4799 (Modification Time): Clarify when visited-file-modtime returns 0.
4800 (The Buffer List): Clarify bury-buffer.
4801 (Killing Buffers): Clarify.
4802 (Indirect Buffers): Add clone-indirect-buffer.
4803
48042005-02-02 Matt Hodges <MPHodges@member.fsf.org>
4805
4806 * edebug.texi (Printing in Edebug): Fix default value of
4807 edebug-print-circle.
4808 (Coverage Testing): Fix displayed frequency count data.
4809
48102005-02-02 Luc Teirlinck <teirllm@auburn.edu>
4811
4812 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
4813
48142005-02-02 Kim F. Storm <storm@cua.dk>
4815
4816 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
4817
48182005-01-29 Eli Zaretskii <eliz@gnu.org>
4819
4820 * commands.texi (Misc Events): Describe the help-echo event.
4821
4822 * text.texi (Special Properties) <help-echo>: Use `pos'
4823 consistently in description of the help-echo property.
4824 Use @code{nil} instead of @var{nil}.
4825
4826 * display.texi (Overlay Properties): Fix the index entry for
4827 help-echo overlay property.
4828
4829 * customize.texi (Type Keywords): Uncomment the xref to the
4830 help-echo property documentation.
4831
48322005-01-23 Kim F. Storm <storm@cua.dk>
4833
4834 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
4835 return value. Third element FULLY replaced by PARTIAL which
4836 specifies number of invisible pixels if row is only partially visible.
4837 (Textual Scrolling): Mention auto-window-vscroll.
4838 (Vertical Scrolling): New defvar auto-window-vscroll.
4839
48402005-01-16 Luc Teirlinck <teirllm@auburn.edu>
4841
4842 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
4843 command remapping.
4844
48452005-01-15 Richard M. Stallman <rms@gnu.org>
4846
4847 * display.texi (Defining Images): Mention DATA-P arg of create-image.
4848
48492005-01-14 Kim F. Storm <storm@cua.dk>
4850
4851 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
4852
4853 * text.texi (Links and Mouse-1): Fix string and vector item.
4854
48552005-01-13 Richard M. Stallman <rms@gnu.org>
4856
4857 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
4858 descriptions of overriding-local-map and overriding-terminal-local-map.
4859
4860 * text.texi (Links and Mouse-1): Clarify text.
4861
48622005-01-13 Kim F. Storm <storm@cua.dk>
4863
4864 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
4865
48662005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
4867
4868 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
4869
48702005-01-12 Kim F. Storm <storm@cua.dk>
4871
4872 * text.texi (Links and Mouse-1): Rename section from Enabling
4873 Mouse-1 to Following Links. Change xrefs.
4874 Add examples for define-button-type and define-widget.
4875
4876 * display.texi (Button Properties, Button Buffer Commands):
4877 Clarify mouse-1 and follow-link functionality.
4878
48792005-01-12 Richard M. Stallman <rms@gnu.org>
4880
4881 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
4882
4883 * display.texi (Beeping): Fix Texinfo usage.
4884
4885 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
4886
48872005-01-11 Kim F. Storm <storm@cua.dk>
4888
4889 * display.texi (Button Properties, Button Buffer Commands):
4890 Mention mouse-1 binding. Add follow-link keyword.
4891
4892 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
4893 (Enabling Mouse-1 to Follow Links): New subsection.
4894
48952005-01-06 Richard M. Stallman <rms@gnu.org>
4896
4897 * text.texi (Special Properties): Minor change.
4898
4899 * os.texi (Timers): Clarify previous change.
4900
4901 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
4902
49032005-01-01 Luc Teirlinck <teirllm@auburn.edu>
4904
4905 * display.texi (Face Attributes): Correct xref to renamed node.
4906
49072005-01-01 Richard M. Stallman <rms@gnu.org>
4908
4909 * display.texi (Face Attributes): Describe hex color specs.
4910
49112004-12-31 Richard M. Stallman <rms@gnu.org>
4912
4913 * os.texi (Timers): Update previous change.
4914
49152004-12-30 Kim F. Storm <storm@cua.dk>
4916
4917 * display.texi (Line Height): Total line-height is now specified
4918 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
4919 in cons cells. (nil . RATIO) is relative to actual line height.
4920 Use line-height `t' instead of `0' to get minimum height.
4921
49222004-12-29 Richard M. Stallman <rms@gnu.org>
4923
4924 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
4925
49262004-12-28 Richard M. Stallman <rms@gnu.org>
4927
4928 * commands.texi (Quitting): Clarify value of with-local-quit.
4929
4930 * elisp.texi (Top): Fix previous change.
4931
4932 * loading.texi (Loading): Fix previous change.
4933
49342004-12-27 Richard M. Stallman <rms@gnu.org>
4935
4936 * Makefile.in (MAKEINFO): Specify --force.
4937
4938 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
4939
4940 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
4941
4942 * display.texi (Line Height): Further clarify.
4943
4944 * elisp.texi (Top): Update Loading submenu.
4945
4946 * loading.texi (Where Defined): New node.
4947 (Unloading): load-history moved to Where Defined.
4948
49492004-12-21 Richard M. Stallman <rms@gnu.org>
4950
4951 * commands.texi (Event Input Misc): Add while-no-input.
4952
49532004-12-11 Richard M. Stallman <rms@gnu.org>
4954
4955 * display.texi (Line Height): Rewrite text for clarity.
4956
49572004-12-11 Kim F. Storm <storm@cua.dk>
4958
4959 * display.texi (Display): Add node "Line Height" to menu.
4960 (Line Height): New node. Move full description of line-spacing
4961 and line-height text properties here from text.texi.
4962 (Scroll Bars): Add vertical-scroll-bar variable.
4963
4964 * frames.texi (Window Frame Parameters): Remove line-height defvar.
4965
4966 * locals.texi (Standard Buffer-Local Variables): Fix xref for
4967 line-spacing and vertical-scroll-bar.
4968
4969 * text.texi (Special Properties): Just mention line-spacing and
4970 line-height here, add xref to new "Line Height" node.
4971
49722004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
4973
4974 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
4975
4976 * locals.texi (Standard Buffer-Local Variables):
4977 Add @xref for `line-spacing'.
4978
49792004-12-05 Richard M. Stallman <rms@gnu.org>
4980
4981 * Makefile.in (maintainer-clean): Remove the info files
4982 in $(infodir) where they are created.
4983
49842004-12-03 Richard M. Stallman <rms@gnu.org>
4985
4986 * windows.texi (Selecting Windows): get-lru-window and
4987 get-largest-window don't consider dedicated windows.
4988
4989 * text.texi (Undo): Document undo-in-progress.
4990
49912004-11-26 Richard M. Stallman <rms@gnu.org>
4992
4993 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
4994 Remove a few vars that are not always buffer-local.
4995
49962004-11-24 Luc Teirlinck <teirllm@auburn.edu>
4997
4998 * locals.texi (Standard Buffer-Local Variables): Comment out
4999 xref's to non-existent node `Yet to be written'.
5000
50012004-11-24 Richard M. Stallman <rms@gnu.org>
5002
5003 * processes.texi (Synchronous Processes): Grammar fix.
5004
5005 * numbers.texi (Comparison of Numbers): Add eql.
5006
5007 * locals.texi (Standard Buffer-Local Variables): Add many vars.
5008
5009 * intro.texi (Printing Notation): Fix previous change.
5010
5011 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
5012 and default-indicate-buffer-boundaries from here.
5013 (Usual Display): To here.
5014 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
5015 (Usual Display): Move tab-width up.
5016
5017 * customize.texi (Variable Definitions): Replace
5018 show-paren-mode example with tooltip-mode.
5019 (Simple Types, Composite Types, Defining New Types):
5020 Minor cleanups.
5021
50222004-11-21 Jesper Harder <harder@ifa.au.dk>
5023
5024 * processes.texi (Synchronous Processes, Output from Processes):
5025 Markup fix.
5026
50272004-11-20 Richard M. Stallman <rms@gnu.org>
5028
5029 * positions.texi (Skipping Characters): skip-chars-forward
5030 now handles char classes.
5031
5032 * intro.texi (Printing Notation): Avoid confusion of `print'
5033 when explaining @print.
5034
5035 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
5036
5037 * display.texi (Display Table Format): Minor fix.
5038
5039 * streams.texi (Output Functions): Fix print example.
5040
5041 * Makefile.in (elisp): New target.
5042 (dist): Depend on $(infodir)/elisp, not elisp.
5043 Copy the info files from $(infodir).
5044
5045 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
5046 read-from-minibuffer.
5047
5048 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
5049
50502004-11-19 Richard M. Stallman <rms@gnu.org>
5051
5052 * searching.texi (Regexp Search): Add search-whitespace-regexp.
5053
50542004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
5055
5056 * tips.texi (Coding Conventions): Fix typo.
5057
50582004-11-16 Richard M. Stallman <rms@gnu.org>
5059
5060 * tips.texi (Coding Conventions): Separate defvar and require
5061 methods to avoid warnings. Use require only when there are many
5062 functions and variables from that package.
5063
5064 * minibuf.texi (Minibuffer Completion): When ignoring case,
5065 predicate must not be case-sensitive.
5066
5067 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
5068 (Test Coverage): Don't talk about "splotches". Clarified.
5069
50702004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
5071
5072 * frames.texi (Window Frame Parameters): Fix typo.
5073
50742004-11-15 Kim F. Storm <storm@cua.dk>
5075
5076 * symbols.texi (Other Plists): Note that plist-get may signal error.
5077 Add safe-plist-get.
5078
50792004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
5080
5081 * modes.texi (Font Lock Basics): Fix typo.
5082
50832004-11-08 Richard M. Stallman <rms@gnu.org>
5084
5085 * syntax.texi (Syntax Table Functions): Add syntax-after.
5086
50872004-11-06 Lars Brinkhoff <lars@nocrew.org>
5088
5089 * os.texi (Processor Run Time): New section documenting
5090 get-internal-run-time.
5091
50922004-11-06 Eli Zaretskii <eliz@gnu.org>
5093
5094 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
5095 it nukes elisp-cover.texi.
5096 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
5097 elisp-0 etc.
5098
50992004-11-05 Luc Teirlinck <teirllm@auburn.edu>
5100
5101 * commands.texi (Keyboard Macros): Document `append' return value
5102 of `defining-kbd-macro'.
5103
51042004-11-01 Richard M. Stallman <rms@gnu.org>
5105
5106 * commands.texi (Interactive Call): Add called-interactively-p.
5107
51082004-10-29 Simon Josefsson <jas@extundo.com>
5109
5110 * minibuf.texi (Reading a Password): Revert.
5111
51122004-10-28 Richard M. Stallman <rms@gnu.org>
5113
5114 * frames.texi (Display Feature Testing): Explain about "vendor".
5115
51162004-10-27 Richard M. Stallman <rms@gnu.org>
5117
5118 * commands.texi (Interactive Codes): `N' uses numeric prefix,
5119 not raw. Clarify `n'.
5120 (Interactive Call): Rewrite interactive-p, focusing on when
5121 and how to use it.
5122 (Misc Events): Clarify previous change.
5123
5124 * advice.texi (Simple Advice): Clarify what job the example does.
5125 (Around-Advice): Clarify ad-do-it.
5126 (Activation of Advice): An option of ad-default-compilation-action
5127 is `never', not `nil'.
5128
51292004-10-26 Kim F. Storm <storm@cua.dk>
5130
5131 * commands.texi (Interactive Codes): Add U code letter.
5132
51332004-10-25 Simon Josefsson <jas@extundo.com>
5134
5135 * minibuf.texi (Reading a Password): Add.
5136
51372004-10-24 Jason Rumney <jasonr@gnu.org>
5138
5139 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
5140 and wheel-down.
5141
51422004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5143
5144 * processes.texi (Synchronous Processes): Document process-file.
5145
51462004-10-22 Kenichi Handa <handa@m17n.org>
5147
5148 * text.texi (translate-region): Document that it accepts also a
5149 char-table.
5150
51512004-10-22 David Ponce <david@dponce.com>
5152
5153 * windows.texi (Resizing Windows): Document the `preserve-before'
5154 argument of the functions `enlarge-window' and `shrink-window'.
5155
51562004-10-19 Jason Rumney <jasonr@gnu.org>
5157
5158 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
5159
51602004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5161
5162 * text.texi (Filling): Add anchor for definition of
5163 `sentence-end-double-space'.
5164
5165 * searching.texi (Regexp Example): Update description of how
5166 Emacs currently recognizes the end of a sentence.
5167 (Standard Regexps): Update definition of the variable
5168 `sentence-end'. Add definition of the function `sentence-end'.
5169
51702004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5171
5172 * display.texi (Progress): New node.
5173
51742004-10-05 Kim F. Storm <storm@cua.dk>
5175
5176 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
5177
51782004-09-29 Kim F. Storm <storm@cua.dk>
5179
5180 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
5181 to identify bitmaps. Remove -fringe-bitmap suffix for standard
5182 fringe bitmap symbols, as they now have their own namespace.
5183 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
5184 vs. pixels. Signal error if no free bitmap slots.
5185 (Pixel Specification): Change IMAGE to @var{image}.
5186
51872004-09-28 Richard M. Stallman <rms@gnu.org>
5188
5189 * text.texi (Special Properties): Clarify line-spacing and line-height.
5190
5191 * searching.texi (Regexp Search): Add looking-back.
5192
51932004-09-25 Luc Teirlinck <teirllm@auburn.edu>
5194
5195 * display.texi: Correct typos.
5196 (Image Descriptors): Correct xref's.
5197
51982004-09-25 Richard M. Stallman <rms@gnu.org>
5199
5200 * text.texi (Special Properties): Cleanups in `cursor'.
5201 Rewrites in `line-height' and `line-spacing'; exchange them.
5202
5203 * display.texi (Fringes): Rewrite previous change.
5204 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
5205 (Display Fringe Bitmaps): Node deleted, text moved.
5206 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
5207 (Scroll Bars): Clarify set-window-scroll-bars.
5208 (Pointer Shape): Rewrite.
5209 (Specified Space): Clarify :align-to, etc.
5210 (Pixel Specification): Use @var. Clarify new text.
5211 (Other Display Specs): Clarify `slice'.
5212 (Image Descriptors): Cleanups.
5213 (Showing Images): Cleanups.
5214
52152004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5216
5217 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
5218
5219 * modes.texi: Various minor changes in addition to:
5220 (Major Mode Conventions): Final call to `run-mode-hooks' should
5221 not be inside the `delay-mode-hooks' form.
5222 (Mode Hooks): New node.
5223 (Hooks): Delete obsolete example.
5224 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
5225 node "Mode Hooks".
5226
52272004-09-22 Luc Teirlinck <teirllm@auburn.edu>
5228
5229 * display.texi: Correct various typos.
5230 (Display): Rename node "Pointer Shapes" to "Pointer
5231 Shape". (There is already a node called "Pointer Shapes" in
5232 frames.texi.)
5233 (Images): Remove non-existent node "Image Slices" from menu.
5234
52352004-09-23 Kim F. Storm <storm@cua.dk>
5236
5237 * text.texi (Special Properties): Add `cursor', `pointer',
5238 `line-height', and `line-spacing' properties.
5239
5240 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
5241 Shapes' to menu.
5242 (Standard Faces): Doc fix for fringe face.
5243 (Fringes): Add `overflow-newline-into-fringe' and
5244 'indicate-buffer-boundaries'.
5245 (Fringe Bitmaps, Pointer Shapes): New nodes.
5246 (Display Property): Add 'Pixel Specification' and 'Display Fringe
5247 Bitmaps' to menu.
5248 (Specified Space): Describe pixel width and height.
5249 (Pixel Specification): New node.
5250 (Other Display Specs): Add `slice' property.
5251 (Display Fringe Bitmaps): New node.
5252 (Images): Add 'Image Slices' to menu.
5253 (Image Descriptors): Add `:pointer' and `:map' properties.
5254 (Showing Images): Add slice arg to `insert-image'. Add
5255 'insert-sliced-image'.
5256
52572004-09-20 Richard M. Stallman <rms@gnu.org>
5258
5259 * commands.texi (Key Sequence Input):
5260 Clarify downcasing in read-key-sequence.
5261
52622004-09-08 Juri Linkov <juri@jurta.org>
5263
5264 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
5265
52662004-09-07 Luc Teirlinck <teirllm@auburn.edu>
5267
5268 * locals.texi (Standard Buffer-Local Variables): Add
5269 `buffer-auto-save-file-format'.
5270 * internals.texi (Buffer Internals): Describe new
5271 auto_save_file_format field of the buffer structure.
5272 * files.texi (Format Conversion): `auto-save-file-format' has been
5273 renamed `buffer-auto-save-file-format'.
5274
52752004-08-27 Luc Teirlinck <teirllm@auburn.edu>
5276
5277 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
5278 an integer or a marker.
5279 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
5280
52812004-08-22 Richard M. Stallman <rms@gnu.org>
5282
5283 * modes.texi (Major Mode Conventions): Discuss rebinding of
5284 standard key bindings.
5285
52862004-08-18 Kim F. Storm <storm@cua.dk>
5287
5288 * processes.texi (Accepting Output): Add `just-this-one' arg to
5289 `accept-process-output'.
5290 (Output from Processes): New var `process-adaptive-read-buffering'.
5291
52922004-08-10 Luc Teirlinck <teirllm@auburn.edu>
5293
5294 * keymaps.texi: Various changes in addition to:
5295 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
5296 Give more varied examples for `kbd'.
5297 (Creating Keymaps): Char tables have slots for all characters
5298 without modifiers.
5299 (Active Keymaps): `overriding-local-map' and
5300 `overriding-terminal-local-map' also override text property and
5301 overlay keymaps.
5302 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
5303 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
5304 to denote a prefix of no events.
5305 `map-keymap' includes parent's bindings _recursively_.
5306 Clarify and correct description of `where-is-internal'.
5307 Mention BUFFER-OR-NAME arg to `describe-bindings'.
5308 (Menu Example): For menus intended for use with the keyboard, the
5309 menu items should be bound to characters or real function keys.
5310
53112004-08-08 Luc Teirlinck <teirllm@auburn.edu>
5312
5313 * objects.texi (Character Type): Reposition `@anchor' to prevent
5314 double space inside sentence in Info.
5315
5316 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
5317 renamed to `disabled-command-function'.
5318 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
5319 (Command Loop Info): Replace reference to it.
5320 (Disabling Commands): `disabled-command-hook' has been renamed to
5321 `disabled-command-function'.
5322
53232004-08-07 Luc Teirlinck <teirllm@auburn.edu>
5324
5325 * os.texi (Translating Input): Only non-prefix bindings in
5326 `key-translation-map' override actual key bindings. Warn about
5327 possible indirect effect of actual key bindings on non-prefix
5328 bindings in `key-translation-map'.
5329
53302004-08-06 Luc Teirlinck <teirllm@auburn.edu>
5331
5332 * minibuf.texi (High-Level Completion): Add anchor for definition
5333 of `read-variable'.
5334
5335 * commands.texi: Various changes in addition to:
5336 (Using Interactive): Clarify description of `interactive-form'.
5337 (Interactive Call): Mention default for KEYS argument to
5338 `call-interactively'.
5339 (Command Loop Info): Clarify description of `this-command-keys'.
5340 Mention KEEP-RECORD argument to `clear-this-command-keys'.
5341 Value of `last-event-frame' can be `macro'.
5342 (Repeat Events): `double-click-fuzz' is also used to distinguish
5343 clicks and drags.
5344 (Classifying Events): Clarify descriptions of `event-modifiers'
5345 `event-basic-type' and `event-convert-list'.
5346 (Accessing Events): `posn-timestamp' takes POSITION argument.
5347 (Quoted Character Input): Clarify description of
5348 `read-quoted-char' and fix example.
5349 (Quitting): Add `with-local-quit'.
5350 (Disabling Commands): Correct and clarify descriptions of
5351 `enable-command' and `disable-command'.
5352 Mention what happens if `disabled-command-hook' is nil.
5353 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
5354 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
5355
53562004-07-24 Luc Teirlinck <teirllm@auburn.edu>
5357
5358 * frames.texi: Various changes in addition to:
5359 (Creating Frames): Expand and clarify description of `make-frame'.
5360 (Window Frame Parameters): Either none or both of the `icon-left'
5361 and `icon-top' parameters must be specified. Put descriptions of
5362 `menu-bar-lines' and `toolbar-lines' closer together and change
5363 them accordingly.
5364 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
5365 except while processing `frame-title-format' or `icon-title-format'.
5366 (Deleting Frames): Correct description of `delete-frame'.
5367 Non-nil return values of `frame-live-p' are like those of `framep'.
5368 (Frames and Windows): Mention return value of
5369 `set-frame-selected-window'.
5370 (Visibility of Frames): Mention `force' argument to
5371 `make-frame-invisible'. `frame-visible-p' returns t for all
5372 frames on text-only terminals.
5373 (Frame Configurations): Restoring a frame configuration does not
5374 restore deleted frames.
5375 (Window System Selections): `x-set-selection' returns DATA.
5376 (Resources): Add example.
5377 (Display Feature Testing): Clarify descriptions of
5378 `display-pixel-height', `display-pixel-width', `x-server-version'
5379 and `x-server-vendor'.
5380
5381 * windows.texi (Choosing Window): Add anchor.
5382 * minibuf.texi (Minibuffer Misc): Add anchor.
5383
53842004-07-23 John Paul Wallington <jpw@gnu.org>
5385
5386 * macros.texi (Defining Macros): Declaration keyword for setting
5387 Edebug spec is `debug' not `edebug'.
5388
53892004-07-19 Luc Teirlinck <teirllm@auburn.edu>
5390
5391 * windows.texi: Various small changes in addition to:
5392 (Window Point): Mention return value of `set-window-point'.
5393 (Window Start): `pos-visible-in-window-p' disregards horizontal
5394 scrolling. Explain return value if PARTIALLY is non-nil.
5395 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
5396 and `set-window-vscroll'.
5397 (Size of Window): The argument WINDOW to `window-inside-edges',
5398 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
5399 (Resizing Windows): Explain return value of
5400 `shrink-window-if-larger-than-buffer'.
5401 `window-size-fixed' automatically becomes buffer local when set.
5402 (Window Configurations): Explain return value of
5403 `set-window-configuration'.
5404
5405 * minibuf.texi (Minibuffer Misc): Add anchor for
5406 `minibuffer-scroll-window'.
5407
5408 * positions.texi (Text Lines): Add anchor for `count-lines'.
5409
54102004-07-17 Richard M. Stallman <rms@gnu.org>
5411
5412 * display.texi (Overlay Properties): Adding `evaporate' prop
5413 deletes empty overlay immediately.
5414
5415 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
5416 fix example.
5417
54182004-07-16 Jim Blandy <jimb@redhat.com>
5419
5420 * searching.texi (Regexp Backslash): Document new \_< and \_>
5421 operators.
5422
54232004-07-16 Juanma Barranquero <lektu@terra.es>
5424
5425 * display.texi (Images): Fix Texinfo usage.
5426
54272004-07-14 Luc Teirlinck <teirllm@auburn.edu>
5428
5429 * buffers.texi (Modification Time): `visited-file-modtime' now
5430 returns a list of two integers, instead of a cons.
5431
54322004-07-13 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * windows.texi: Various changes in addition to:
5435 (Splitting Windows): Add `split-window-keep-point'.
5436
54372004-07-09 Richard M. Stallman <rms@gnu.org>
5438
5439 * frames.texi (Input Focus): Minor fix.
5440
54412004-07-07 Luc Teirlinck <teirllm@auburn.edu>
5442
5443 * frames.texi (Input Focus): Clarify descriptions of
5444 `select-frame-set-input-focus' and `select-frame'.
5445
54462004-07-06 Luc Teirlinck <teirllm@auburn.edu>
5447
5448 * os.texi: Various small changes in addition to:
5449 (Killing Emacs): Expand and clarify description of
5450 `kill-emacs-query-functions' and `kill-emacs-hook'.
5451 (System Environment): Expand and clarify description of `getenv'
5452 and `setenv'.
5453 (Timers): Clarify description of `run-at-time'.
5454 (Translating Input): Correct description of
5455 `extra-keyboard-modifiers'.
5456 (Flow Control): Correct description of `enable-flow-control'.
5457
54582004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
5459
5460 * os.texi: Update copyright.
5461 (Session Management): Grammar fix.
5462 Clarify which Emacs does the restarting.
5463 Use @samp for *scratch* buffer.
5464
54652004-07-04 Alan Mackenzie <acm@muc.de>
5466
5467 * frames.texi (Input Focus): Add documentation for
5468 `select-frame-set-input-focus'. Replace refs to non-existent
5469 `switch-frame' with `select-frame'. Minor corrections and tidying
5470 up of text-only terminal stuff.
5471
54722004-07-02 Richard M. Stallman <rms@gnu.org>
5473
5474 * files.texi (Saving Buffers): Cleanup write-contents-function.
5475 (Magic File Names): Cleanup file-remote-p.
5476
b344d29d 54772004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
5478
5479 * files.texi (Magic File Names): `file-remote-p' returns an
5480 identifier of the remote system, not just t.
5481
54822004-07-02 David Kastrup <dak@gnu.org>
5483
5484 * searching.texi (Entire Match Data): Add explanation about new
5485 match-data behavior when @var{integers} is non-nil.
5486
54872004-06-24 Richard M. Stallman <rms@gnu.org>
5488
5489 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
5490
5491 * customize.texi (Variable Definitions): Note about doc strings
5492 and :set.
5493
5494 * keymaps.texi (Keymap Terminology): Document `kbd'.
5495 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
5496
5497 * display.texi (Invisible Text): Setting buffer-invisibility-spec
5498 makes it buffer-local.
5499
5500 * files.texi (Saving Buffers): Correct previous change.
5501
5502 * commands.texi (Accessing Events):
5503 Clarify posn-col-row and posn-actual-col-row.
5504
55052004-06-24 David Ponce <david.ponce@wanadoo.fr>
5506
5507 * commands.texi (Accessing Events): New functions
5508 posn-at-point and posn-at-x-y. Add example to posn-x-y.
5509
55102004-06-23 Luc Teirlinck <teirllm@auburn.edu>
5511
5512 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
5513 * frames.texi, buffers.texi, backups.texi, variables.texi:
5514 * loading.texi, eval.texi, functions.texi, control.texi:
5515 * symbols.texi, minibuf.texi: Reposition @anchor's.
5516
5517 * help.texi: Various small changes in addition to the following.
5518 (Describing Characters): Describe PREFIX argument to
5519 `key-description'. Correct and clarify definition of
5520 `text-char-description'. Describe NEED-VECTOR argument to
5521 `read-kbd-macro'.
5522 (Help Functions): Clarify definition of `apropos'.
5523
55242004-06-23 Lars Hansen <larsh@math.ku.dk>
5525
5526 * files.texi (Saving Buffers): Correct description of
5527 `write-contents-functions'.
5528
55292004-06-21 Juanma Barranquero <lektu@terra.es>
5530
5531 * display.texi (Images): Remove redundant @vindex directives.
5532 Rewrite `image-library-alist' doc in active voice.
5533
55342004-06-14 Juanma Barranquero <lektu@terra.es>
5535
5536 * display.texi (Images): Document new delayed library loading,
5537 variable `image-library-alist' and (existing but undocumented)
5538 function `image-type-available-p'.
5539
55402004-06-05 Richard M. Stallman <rms@gnu.org>
5541
5542 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
5543 refer the user to the Initial Input node.
5544 (Text from Minibuffer): Likewise.
5545 (Initial Input): New node. Document this feature
5546 and say it is mostly deprecated.
5547
55482004-05-30 Richard M. Stallman <rms@gnu.org>
5549
5550 * loading.texi (Named Features): Clarify return value
5551 and meaning of NOERROR.
5552
5553 * variables.texi (File Local Variables): Minor cleanup.
5554
55552004-05-30 Michael Albinus <michael.albinus@gmx.de>
5556
5557 * files.texi (Magic File Names): Add `file-remote-p' as operation
5558 of file name handlers.
5559
55602004-05-29 Richard M. Stallman <rms@gnu.org>
5561
5562 * modes.texi (Minor Mode Conventions): (-) has no special meaning
5563 as arg to a minor mode command.
5564
55652004-05-22 Richard M. Stallman <rms@gnu.org>
5566
5567 * syntax.texi (Syntax Class Table): Word syntax not just for English.
5568
5569 * streams.texi (Output Variables): Doc float-output-format.
5570
5571 * searching.texi (Regexp Special): Nested repetition can be infloop.
5572
5573 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
5574 real stack overflow.
5575
5576 * compile.texi: Minor cleanups.
5577
55782004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
5579
5580 * lists.texi (Cons Cells): Explain dotted lists, true lists,
5581 circular lists.
5582 (List Elements): Explain handling of circular and dotted lists.
5583
55842004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
5585
5586 * modes.texi (Search-based Fontification): Fix typo.
5587
55882004-05-10 Juanma Barranquero <lektu@terra.es>
5589
5590 * modes.texi (Mode Line Variables): Fix description of
5591 global-mode-string, which is now after which-func-mode, not the
5592 buffer name.
5593
55942004-05-07 Lars Hansen <larsh@math.ku.dk>
5595
5596 * modes.texi (Desktop Save Mode): Add.
5597 (Modes): Add menu entry Desktop Save Mode.
5598
5599 * hooks.texi: Add desktop-after-read-hook,
5600 desktop-no-desktop-file-hook and desktop-save-hook.
5601
5602 * locals.texi: Add desktop-save-buffer.
5603
56042004-04-30 Jesper Harder <harder@ifa.au.dk>
5605
5606 * display.texi: emacs -> Emacs.
5607
56082004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
5609
5610 * files.texi (Changing Files): Document set-file-times.
5611
56122004-04-23 Juanma Barranquero <lektu@terra.es>
5613
5614 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
5615
56162004-04-18 Jesper Harder <harder@ifa.au.dk>
5617
5618 * tips.texi (Coding Conventions): defopt -> defcustom.
5619
56202004-04-16 Luc Teirlinck <teirllm@auburn.edu>
5621
5622 * sequences.texi: Various clarifications.
5623
56242004-04-14 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * buffers.texi (Read Only Buffers): Mention optional ARG to
5627 `toggle-read-only'.
5628
56292004-04-14 Nick Roberts <nick@nick.uklinux.net>
5630
5631 * windows.texi (Selecting Windows): Note that get-lru-window
5632 returns a full-width window if possible.
5633
56342004-04-13 Luc Teirlinck <teirllm@auburn.edu>
5635
5636 * buffers.texi: Various changes in addition to:
5637 (Buffer File Name): Add `find-buffer-visiting'.
5638 (Buffer Modification): Mention optional ARG to `not-modified'.
5639 (Indirect Buffers): Mention optional CLONE argument to
5640 `make-indirect-buffer'.
5641
5642 * files.texi: Various changes in addition to:
5643 (Visiting Functions): `find-file-hook' is now a normal hook.
5644 (File Name Expansion): Explain difference between the way that
5645 `expand-file-name' and `file-truename' treat `..'.
5646 (Contents of Directories): Mention optional ID-FORMAT argument to
5647 `directory-files-and-attributes'.
5648 (Format Conversion): Mention new optional CONFIRM argument to
5649 `format-write-file'.
5650
56512004-04-12 Miles Bader <miles@gnu.org>
5652
5653 * macros.texi (Expansion): Add description of `macroexpand-all'.
5654
56552004-04-05 Jesper Harder <harder@ifa.au.dk>
5656
5657 * variables.texi (Variable Aliases): Mention
5658 cyclic-variable-indirection.
5659
5660 * errors.texi (Standard Errors): Ditto.
5661
56622004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * backups.texi: Various small changes in addition to:
5665 (Making Backups): Mention return value of `backup-buffer'.
5666 (Auto-Saving): Mention optional FORCE argument to
5667 `delete-auto-save-file-if-necessary'.
5668 (Reverting): Mention optional PRESERVE-MODES argument to
5669 `revert-buffer'. Correct description of `revert-buffer-function'.
5670
56712004-03-22 Juri Linkov <juri@jurta.org>
5672
5673 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
5674 with `Vector Functions'.
5675
5676 * text.texi (Sorting): Add missing quote.
5677
56782004-03-14 Luc Teirlinck <teirllm@auburn.edu>
5679
5680 * intro.texi (Lisp History): Replace xref to `cl' manual with
5681 inforef.
5682
56832004-03-12 Richard M. Stallman <rms@gnu.org>
5684
5685 * intro.texi (Version Info): Add arg to emacs-version.
5686 (Lisp History): Change xref to CL manual.
5687
56882004-03-09 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * minibuf.texi (Completion Commands): Add xref to Emacs manual
5691 for Partial Completion mode.
5692
56932004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
5694
5695 * customize.texi: Fix typo. Remove eol whitespace.
5696
56972004-03-04 Richard M. Stallman <rms@gnu.org>
5698
5699 * processes.texi: Fix typos.
5700
5701 * lists.texi (Building Lists): Minor clarification.
5702
5703 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
5704 in make-hash-table.
5705
57062004-02-29 Juanma Barranquero <lektu@terra.es>
5707
5708 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
5709 rm, and ignore exit code.
5710
57112004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
5712
5713 * display.texi (Defining Faces): Add description for min-colors.
5714 Update example.
5715
57162004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5717
5718 * abbrevs.texi: Various corrections and clarifications in addition
5719 to the following:
5720 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
5721
57222004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5723
5724 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
5725
57262004-02-21 Luc Teirlinck <teirllm@auburn.edu>
5727
5728 * text.texi: Various small changes in addition to the following:
5729 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
5730 to delete-horizontal-space.
5731 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
5732 description of yank-handler text property at various places.
5733
5734 * frames.texi (Window System Selections): Add anchor.
5735
5736 * syntax.texi (Syntax Table Functions): Clarify and correct
5737 descriptions of make-syntax-table and copy-syntax-table.
5738 (Motion and Syntax): Clarify SYNTAXES argument to
5739 skip-syntax-forward.
5740 (Parsing Expressions): Mention that the return value of
5741 parse-partial-sexp is currently a list of ten rather than nine
5742 elements.
5743 (Categories): Various corrections and clarifications.
5744
57452004-02-17 Luc Teirlinck <teirllm@auburn.edu>
5746
5747 * markers.texi (Marker Insertion Types): Minor change.
5748
5749 * locals.texi (Standard Buffer-Local Variables):
5750 * commands.texi (Interactive Codes, Using Interactive):
5751 * functions.texi (Related Topics): Fix xrefs.
5752
57532004-02-16 Luc Teirlinck <teirllm@auburn.edu>
5754
5755 * lists.texi (Sets And Lists): Update description of delete-dups.
5756
57572004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5758
5759 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
5760
c8763fb6 57612004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5762
5763 * frames.texi (Parameter Access): frame-parameters arg is optional.
5764 modify-frame-parameters handles nil for FRAME.
5765 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
5766 are all-or-nothing for certain toolkits.
5767 Mention parameter wait-for-wm.
5768 (Frames and Windows): In frame-first-window and frame-selected-window
5769 the arg is optional.
5770 (Input Focus): In redirect-frame-focus the second arg is optional.
5771 (Window System Selections): Mention selection type CLIPBOARD.
5772 Mention data-type UTF8_STRING.
5773 Mention numbering of cut buffers.
5774 (Resources): Describe x-resource-name.
5775
57762004-02-16 Richard M. Stallman <rms@gnu.org>
5777
5778 * windows.texi (Buffers and Windows): Delete false table
5779 about all-frames.
5780
5781 * syntax.texi (Parsing Expressions): Delete old caveat
5782 about parse-sexp-ignore-comments.
5783
5784 * streams.texi (Output Variables): Add print-quoted.
5785
5786 * lists.texi (Building Lists): Minor cleanup.
5787
5788 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
5789
5790 * display.texi (Overlays): Explain overlays use markers.
5791 (Managing Overlays): Explain front-advance and rear-advance
5792 in more detail.
5793
5794 * loading.texi (Unloading): Document unload-feature-special-hooks.
5795 Get rid of fns-NNN.el file.
5796
57972004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
5798
5799 * help.texi (Describing Characters): Fix text-char-description
5800 example output.
5801
5802 * edebug.texi (Using Edebug): Fix example.
5803
5804 * debugging.texi (Internals of Debugger): Fix return value.
5805
5806 * files.texi (Changing Files): Fix argname.
5807
5808 * calendar.texi: Fix parens, and default values.
5809
5810 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
5811 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 5812 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
5813
5814 * positions.texi (Text Lines): Don't add -1 in current-line.
5815
58162004-02-16 Richard M. Stallman <rms@gnu.org>
5817
5818 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
5819
58202004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
5821
5822 * processes.texi (Low-Level Network): Fix a typo.
5823
58242004-02-12 Kim F. Storm <storm@cua.dk>
5825
5826 * display.texi (Fringes): Use consistent wording.
5827 Note that window-fringe's window arg is optional.
5828 (Scroll Bars): Use consistent wording.
5829
58302004-02-11 Luc Teirlinck <teirllm@auburn.edu>
5831
5832 * tips.texi (Comment Tips): Document the new conventions for
5833 commenting out code.
5834
c8763fb6 58352004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
5836
5837 * positions.texi (Text Lines): Added missing end defun.
5838
58392004-02-07 Kim F. Storm <storm@cua.dk>
5840
5841 * positions.texi (Text Lines): Add line-number-at-pos.
5842
58432004-02-06 John Paul Wallington <jpw@gnu.org>
5844
5845 * display.texi (Button Properties, Button Buffer Commands):
5846 mouse-2 invokes button, not down-mouse-1.
5847
58482004-02-04 Jason Rumney <jasonr@gnu.org>
5849
5850 * makefile.w32-in: Sync with Makefile.in changes.
5851
58522004-02-03 Luc Teirlinck <teirllm@auburn.edu>
5853
5854 * minibuf.texi (Text from Minibuffer): Various corrections and
5855 clarifications.
5856 (Object from Minibuffer): Correct Lisp description of
5857 read-minibuffer.
5858 (Minibuffer History): Clarify description of cons values for
5859 HISTORY arguments.
5860 (Basic Completion): Various corrections and clarifications. Add
5861 completion-regexp-list.
5862 (Minibuffer Completion): Correct and clarify description of
5863 completing-read.
5864 (Completion Commands): Mention Partial Completion mode. Various
5865 other minor changes.
5866 (High-Level Completion): Various corrections and clarifications.
5867 (Reading File Names): Ditto.
5868 (Minibuffer Misc): Ditto.
5869
58702004-01-26 Luc Teirlinck <teirllm@auburn.edu>
5871
5872 * strings.texi (Text Comparison): assoc-string also matches
5873 elements of alists that are strings instead of conses.
5874 (Formatting Strings): Standardize Texinfo usage. Update index
5875 entries.
5876
58772004-01-20 Luc Teirlinck <teirllm@auburn.edu>
5878
5879 * lists.texi (Sets And Lists): Add delete-dups.
5880
58812004-01-15 Luc Teirlinck <teirllm@auburn.edu>
5882
5883 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
5884 special form.
5885 * macros.texi (Defining Macros): Update description of `declare',
5886 which now is a macro.
5887 (Wrong Time): Fix typos.
5888
58892004-01-14 Luc Teirlinck <teirllm@auburn.edu>
5890
5891 * compile.texi (Compilation Functions): Expand descriptions of
5892 `compile-defun', `byte-compile-file', `byte-recompile-directory'
5893 and `batch-byte-compile'. In particular, mention and describe
5894 all optional arguments.
5895 (Disassembly): Correct and clarify the description of `disassemble'.
5896
58972004-01-11 Luc Teirlinck <teirllm@auburn.edu>
5898
5899 * searching.texi: Various small changes in addition to the
5900 following.
5901 (Regexp Example): Adapt to new value of `sentence-end'.
5902 (Regexp Functions): The PAREN argument to `regexp-opt' can be
5903 `words'.
5904 (Search and Replace): Add usage note for `perform-replace'.
5905 (Entire Match Data): Mention INTEGERS and REUSE arguments to
5906 `match-data'.
5907 (Standard Regexps): Update for new values of `paragraph-start'
5908 and `sentence-end'.
5909
59102004-01-07 Luc Teirlinck <teirllm@auburn.edu>
5911
5912 * files.texi (Saving Buffers): Clarify descriptions of
5913 `write-contents-functions' and `before-save-hook'.
5914 Make the defvar's for `before-save-hook' and `after-save-hook'
5915 into defopt's.
5916
59172004-01-07 Kim F. Storm <storm@cua.dk>
5918
5919 * commands.texi (Click Events): Describe new image and
5920 width/height elements of click events.
5921 (Accessing Events): Add posn-string, posn-image, and
5922 posn-object-width-height. Change posn-object to return either
5923 image or string object.
5924
59252004-01-01 Simon Josefsson <jas@extundo.com>
5926
5927 * hooks.texi (Standard Hooks): Add before-save-hook.
5928 * files.texi (Saving Buffers): Likewise.
5929
59302004-01-03 Richard M. Stallman <rms@gnu.org>
5931
5932 * frames.texi (Frames and Windows): Delete frame-root-window.
5933
59342004-01-03 Luc Teirlinck <teirllm@auburn.edu>
5935
5936 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
5937
5938 * functions.texi: Various small changes in addition to the
5939 following.
5940 (What Is a Function): `functionp' returns nil for macros. Clarify
5941 behavior of this and following functions for symbol arguments.
5942 (Function Documentation): Add `\' in front of (fn @var{arglist})
5943 and explain why.
5944 (Defining Functions): Mention DOCSTRING argument to `defalias'.
5945 Add anchor.
5946 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
5947
59482004-01-01 Miles Bader <miles@gnu.org>
5949
5950 * display.texi (Buttons): New section.
5951
59522003-12-31 Andreas Schwab <schwab@suse.de>
5953
5954 * numbers.texi (Math Functions): sqrt reports a domain-error
5955 error.
5956 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
5957
59582003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5959
5960 * tips.texi (Documentation Tips): Update item on hyperlinks in
5961 documentation strings.
5962
5963 * errors.texi (Standard Errors): Various small corrections and
5964 additions.
5965
5966 * control.texi: Various small changes in addition to the
5967 following.
5968 (Signaling Errors): Provide some more details on how `signal'
5969 constructs the error message. Add anchor to the definition of
5970 `signal'.
5971 (Error Symbols): Describe special treatment of `quit'.
5972 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
5973 to emphasize that it has to be a single form.
5974
5975 * buffers.texi: Add anchor.
5976
59772003-12-29 Richard M. Stallman <rms@gnu.org>
5978
5979 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
5980 (Window Configurations): Add window-configuration-frame.
5981
5982 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
5983
5984 * text.texi (Examining Properties): Add get-char-property-and-overlay.
5985 Change arg name in get-char-property.
5986 (Special Properties): Update handling of keymap property.
5987
5988 * strings.texi (Modifying Strings): Add clear-string.
5989 (Text Comparison): Add assoc-string and remove
5990 assoc-ignore-case, assoc-ignore-representation.
5991
5992 * os.texi (Time of Day): Add set-time-zone-rule.
5993
5994 * numbers.texi (Math Functions): asin, acos, log, log10
5995 report domain-error errors.
5996
5997 * nonascii.texi (Converting Representations):
5998 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
5999 (Encoding and I/O): Add file-name-coding-system.
6000
6001 * modes.texi (Search-based Fontification): Explain that
6002 face specs are symbols with face names as values.
6003
6004 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
6005
6006 * lists.texi (Building Lists): remq moved elsewhere.
6007 (Sets And Lists): remq moved here.
6008 (Association Lists): Refer to assoc-string.
6009
6010 * internals.texi (Garbage Collection): Add memory-use-counts.
6011
6012 * frames.texi (Frames and Windows): Add set-frame-selected-window
6013 and frame-root-window.
6014
6015 * files.texi (Contents of Directories):
6016 Add directory-files-and-attributes.
6017
6018 * display.texi (Refresh Screen): Add force-window-update.
6019 (Invisible Text): Explain about moving point out of invis text.
6020 (Overlay Properties): Add overlay-properties.
6021 (Managing Overlays): Add overlayp.
6022 (GIF Images): Invalid image number displays a hollow box.
6023
6024 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
6025 (Killing Buffers): Add buffer-live-p.
6026
60272003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
6028
6029 * display.texi (Fringes): Fix typo "set-buffer-window".
6030
60312003-12-24 Luc Teirlinck <teirllm@auburn.edu>
6032
6033 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
6034 * nonascii.texi, processes.texi, tips.texi, variables.texi:
6035 Add or change various xrefs and anchors.
6036
6037 * commands.texi: Replace all occurrences of @acronym{CAR} with
6038 @sc{car}, for consistency with the rest of the Elisp manual.
6039 `car' and `cdr' are historically acronyms, but are no longer
6040 widely thought of as such.
6041
6042 * internals.texi (Pure Storage): Mention that `purecopy' does not
6043 copy text properties.
6044 (Object Internals): Now 29 bits are used (in most implementations)
6045 to address Lisp objects.
6046
6047 * variables.texi (Variables with Restricted Values): New node.
6048
6049 * objects.texi (Lisp Data Types): Mention that certain variables
6050 can only take on a restricted set of values and add an xref to
6051 the new node "Variables with Restricted Values".
6052
6053 * eval.texi (Function Indirection): Describe the errors that
6054 `indirect-function' can signal.
6055 (Eval): Clarify the descriptions of `eval-region' and `values'.
6056 Describe `eval-buffer' instead of `eval-current-buffer' and
6057 mention `eval-current-buffer' as an alias for `current-buffer'.
6058 Correct the description and mention all optional arguments.
6059
6060 * nonascii.texi: Various small changes in addition to the
6061 following.
6062 (Converting Representations): Clarify behavior of
6063 `string-make-multibyte' and `string-to-multibyte' for unibyte all
6064 ASCII arguments.
6065 (Character Sets): Document the variable `charset-list' and adapt
6066 the definition of the function `charset-list' accordingly.
6067 (Translation of Characters): Clarify use of generic characters in
6068 `make-translation-table'. Clarify and correct the description of
6069 the use of translation tables in encoding and decoding.
6070 (User-Chosen Coding Systems): Correct and clarify the description
6071 of `select-safe-coding-system'.
6072 (Default Coding Systems): Clarify description of
6073 `file-coding-system-alist'.
6074
60752003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6076
6077 * strings.texi (Text Comparison): Correctly describe when two
6078 strings are `equal'. Combine and clarify descriptions of
6079 `assoc-ignore-case' and `assoc-ignore-representation'.
6080
6081 * objects.texi (Non-ASCII in Strings): Clarify description of
6082 when a string is unibyte or multibyte.
6083 (Bool-Vector Type): Update examples.
6084 (Equality Predicates): Correctly describe when two strings are
6085 `equal'.
6086
60872003-11-29 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * lists.texi (Building Lists): `append' no longer accepts integer
6090 arguments. Update the description of `number-sequence' to reflect
6091 recent changes.
6092 (Sets And Lists): Describe `member-ignore-case' after `member'.
6093
60942003-11-27 Kim F. Storm <storm@cua.dk>
6095
6096 * commands.texi (Click Events): Click object may be an images.
6097 Describe (dx . dy) element of click positions.
6098 (Accessing Events): Remove duplicate posn-timestamp.
6099 New functions posn-object and posn-object-x-y.
6100
61012003-11-23 Kim F. Storm <storm@cua.dk>
6102
6103 * commands.texi (Click Events): Describe enhancements to event
6104 position lists, including new text-pos and (col . row) items.
6105 Mention left-fringe and right-fringe area events.
6106 (Accessing Events): New functions posn-area and
6107 posn-actual-col-row. Mention posn-timestamp. Mention that
6108 posn-point in non-text area still returns buffer position.
6109 Clarify posn-col-row.
6110
61112003-11-21 Lars Hansen <larsh@math.ku.dk>
6112
6113 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
6114 * anti.texi (File Attributes): Describe removed parameter
6115 ID-FORMAT.
6116
61172003-11-20 Luc Teirlinck <teirllm@auburn.edu>
6118
6119 * positions.texi (Positions): Mention that, if a marker is used as
6120 a position, its buffer is ignored.
6121
6122 * markers.texi (Overview of Markers): Mention it here too.
6123
61242003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6125
6126 * numbers.texi (Numeric Conversions): Not just `floor', but also
6127 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
6128
61292003-11-10 Luc Teirlinck <teirllm@auburn.edu>
6130
6131 * markers.texi (Creating Markers): Specify insertion type of
6132 created markers. Add xref to `Marker Insertion Types'.
6133 Second argument to `copy-marker' is optional.
6134 (Marker Insertion Types): Mention that most markers are created
6135 with insertion type nil.
6136 (The Mark): Correctly describe when `mark' signals an error.
6137 (The Region): Correctly describe when `region-beginning' and
6138 `region-end' signal an error.
6139
61402003-11-08 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * hash.texi (Creating Hash): Clarify description of `eql'.
6143 `makehash' is obsolete.
6144 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
6145
6146 * positions.texi (Point): Change description of `buffer-end', so
6147 that it is also correct for floating point arguments.
6148 (List Motion): Correct argument lists of `beginning-of-defun' and
6149 `end-of-defun'.
6150 (Excursions): Add xref to `Marker Insertion Types'.
6151 (Narrowing): Argument to `narrow-to-page' is optional.
6152
61532003-11-06 Luc Teirlinck <teirllm@auburn.edu>
6154
6155 * streams.texi (Output Streams): Clarify behavior of point for
6156 marker output streams.
6157
61582003-11-04 Luc Teirlinck <teirllm@auburn.edu>
6159
6160 * variables.texi (Defining Variables): Second argument to
6161 `defconst' is not optional.
6162 (Setting Variables): Mention optional argument APPEND to
6163 `add-to-list'.
6164 (Creating Buffer-Local): Expand description of
6165 `make-variable-buffer-local'.
6166 (Frame-Local Variables): Expand description of
6167 `make-variable-frame-local'.
6168 (Variable Aliases): Correct description of optional argument
6169 DOCSTRING to `defvaralias'. Mention return value of
6170 `defvaralias'.
6171 (File Local Variables): Add xref to `File variables' in Emacs
6172 Manual. Correct description of `hack-local-variables'. Mention
6173 `safe-local-variable' property. Mention optional second argument
6174 to `risky-local-variable-p'.
6175
61762003-11-03 Luc Teirlinck <teirllm@auburn.edu>
6177
6178 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
6179
61802003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
6181
6182 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
6183 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
6184 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
6185 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
6186 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
6187 lispref/processes.texi, lispref/searching.texi,
6188 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
6189 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
6190 @acronym{FOO}.
6191
61922003-10-27 Luc Teirlinck <teirllm@auburn.edu>
6193
6194 * strings.texi (Creating Strings): Argument START to `substring'
6195 can not be `nil'. Expand description of
6196 `substring-no-properties'. Correct description of `split-string',
6197 especially with respect to empty matches. Prevent very bad line
6198 break in definition of `split-string-default-separators'.
6199 (Text Comparison): `string=' and `string<' also accept symbols as
6200 arguments.
6201 (String Conversion): More completely describe argument BASE in
6202 `string-to-number'.
6203 (Formatting Strings): `%s' and `%S' in `format' do require
6204 corresponding object. Clarify behavior of numeric prefix after
6205 `%' in `format'.
6206 (Case Conversion): The argument to `upcase-initials' can be a
6207 character.
6208
62092003-10-27 Kenichi Handa <handa@m17n.org>
6210
6211 * display.texi (Fontsets): Fix texinfo usage.
6212
62132003-10-25 Kenichi Handa <handa@m17n.org>
6214
6215 * display.texi (Fontsets): Add description of the function
6216 set-fontset-font.
6217
62182003-10-23 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * display.texi (Temporary Displays): Add xref to `Documentation
6221 Tips'.
6222
6223 * functions.texi (Function Safety): Use inforef instead of pxref
6224 for SES.
6225
62262003-10-23 Andreas Schwab <schwab@suse.de>
6227
6228 * Makefile.in (TEX, texinputdir): Don't define.
6229 (TEXI2DVI): Define.
6230 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
6231 add $(srcdir)/index.texi.
6232 ($(infodir)/elisp): Remove index.texi dependency.
6233 (elisp.dvi): Likewise. Use $(TEXI2DVI).
6234 (index.texi): Remove target.
6235 (dist): Don't link $(srcdir)/permute-index.
6236 (clean): Don't remove index.texi.
6237
6238 * permute-index, index.perm: Remove.
6239 * index.texi: Rename from index.unperm.
6240
62412003-10-22 Luc Teirlinck <teirllm@auburn.edu>
6242
6243 * tips.texi (Documentation Tips): Document new behavior for face
6244 and variable hyperlinks in Help mode.
6245
62462003-10-21 Luc Teirlinck <teirllm@auburn.edu>
6247
6248 * objects.texi (Integer Type): Update for extra bit of integer range.
6249 (Character Type): Ditto.
6250
62512003-10-16 Eli Zaretskii <eliz@gnu.org>
6252
6253 * numbers.texi (Integer Basics): Add index entries for reading
6254 numbers in hex, octal, and binary.
6255
62562003-10-16 Lute Kamstra <lute@gnu.org>
6257
6258 * modes.texi (Mode Line Format): Mention force-mode-line-update's
6259 argument.
6260
62612003-10-13 Luc Teirlinck <teirllm@auburn.edu>
6262
6263 * windows.texi (Choosing Window): Fix typo.
6264 * edebug.texi (Edebug Execution Modes): Fix typo.
6265
62662003-10-13 Richard M. Stallman <rms@gnu.org>
6267
6268 * windows.texi (Basic Windows): A window has fringe settings,
6269 display margins and scroll-bar settings.
6270 (Splitting Windows): Doc split-window return value.
6271 Clean up one-window-p.
6272 (Selecting Windows): Fix typo.
6273 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
6274 (Buffers and Windows): In set-window-buffer, explain effect
6275 on fringe settings and scroll bar settings.
6276 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
6277 (Choosing Window): Use defopt for pop-up-frame-function.
6278 For special-display-buffer-names, explain same-window and same-frame.
6279 Clarify window-dedicated-p return value.
6280 (Textual Scrolling): scroll-up and scroll-down can get an error.
6281 (Horizontal Scrolling): Clarify auto-hscroll-mode.
6282 Clarify set-window-hscroll.
6283 (Size of Window): Don't mention tool bar in window-height.
6284 (Coordinates and Windows): Explain what coordinates-in-window-p
6285 returns for fringes and display margins.
6286 (Window Configurations): Explain saving fringes, etc.
6287
6288 * tips.texi (Library Headers): Clean up Documentation.
6289
6290 * syntax.texi (Parsing Expressions): Clean up forward-comment
6291 and parse-sexp-lookup-properties.
6292
6293 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
6294
6295 * os.texi (System Environment): Clean up text for load-average errors.
6296
6297 * modes.texi (Hooks): Don't explain local hook details at front.
6298 Clarify run-hooks and run-hook-with-args a little.
6299 Clean up add-hook and remove-hook.
6300
6301 * edebug.texi (Edebug Execution Modes): Clarify t.
6302 Document edebug-sit-for-seconds.
6303 (Coverage Testing): Document C-x X = and =.
6304 (Instrumenting Macro Calls): Fix typo.
6305 (Specification List): Don't index the specification keywords.
6306
63072003-10-10 Kim F. Storm <storm@cua.dk>
6308
6309 * processes.texi (Network): Introduce make-network-process.
6310
63112003-10-09 Luc Teirlinck <teirllm@auburn.edu>
6312
6313 * tips.texi (Library Headers): Fix typo.
6314
63152003-10-07 Juri Linkov <juri@jurta.org>
6316
6317 * modes.texi (Imenu): Mention imenu-create-index-function's
6318 default value. Explain submenus better.
6319
63202003-10-07 Lute Kamstra <lute@gnu.org>
6321
6322 * modes.texi (Faces for Font Lock): Fix typo.
6323 (Hooks): Explain how buffer-local hook variables can refer to
6324 global hook variables.
6325 Various minor clarifications.
6326
63272003-10-06 Lute Kamstra <lute@gnu.org>
6328
6329 * tips.texi (Coding Conventions): Mention naming conventions for
6330 hooks.
6331
63322003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6333
6334 * loading.texi (Library Search): Correct default value of
6335 load-suffixes.
6336 (Named Features): Fix typo.
6337
63382003-10-05 Richard M. Stallman <rms@gnu.org>
6339
6340 * loading.texi (Named Features): In `provide',
6341 say how to test for subfeatures.
6342 (Unloading): In unload-feature, use new var name
6343 unload-feature-special-hooks.
6344
63452003-10-03 Lute Kamstra <lute@gnu.org>
6346
6347 * modes.texi (Major Mode Conventions): Mention third way to set up
6348 Imenu.
6349 (Imenu): A number of small fixes.
6350 Delete documentation of internal variable imenu--index-alist.
6351 Document the return value format of imenu-create-index-function
6352 functions.
6353
63542003-09-30 Richard M. Stallman <rms@gnu.org>
6355
6356 * processes.texi (Network): Say what stopped datagram connections do.
6357
6358 * lists.texi (Association Lists): Clarify `assq-delete-all'.
6359
6360 * display.texi (Overlay Properties): Clarify `evaporate' property.
6361
63622003-09-29 Lute Kamstra <lute@gnu.org>
6363
6364 * modes.texi (Mode Line Data): Explain when symbols in mode-line
6365 constructs should be marked as risky.
6366 Change cons cell into proper list.
6367 (Mode Line Variables): Change cons cell into proper list.
6368
63692003-09-26 Lute Kamstra <lute@gnu.org>
6370
6371 * modes.texi (Mode Line Data): Document the :propertize construct.
6372 (Mode Line Variables): Reorder the descriptions of the variables
6373 to match their order in the default mode-line-format.
6374 Describe the new variables mode-line-position and mode-line-modes.
6375 Update the default values of mode-line-frame-identification,
6376 minor-mode-alist, and default-mode-line-format.
6377 (Properties in Mode): Mention the :propertize construct.
6378
63792003-09-26 Richard M. Stallman <rms@gnu.org>
6380
6381 * buffers.texi, commands.texi, debugging.texi, eval.texi:
6382 * loading.texi, minibuf.texi, text.texi, variables.texi:
6383 Avoid @strong{Note:}.
6384
63852003-09-26 Richard M. Stallman <rms@gnu.org>
6386
6387 * keymaps.texi (Remapping Commands): Fix typo.
6388
63892003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
6390
6391 * processes.texi (Low-Level Network): Fix typo.
6392
63932003-09-23 Kim F. Storm <storm@cua.dk>
6394
6395 * processes.texi (Network, Network Servers): Fix typos.
6396 (Low-Level Network): Add timeout value for :server keyword.
6397 Add new option keywords to make-network-process.
6398 Add set-network-process-options.
6399 Explain how to test availability of network options.
6400
64012003-09-19 Richard M. Stallman <rms@gnu.org>
6402
6403 * text.texi (Motion by Indent): Arg to
6404 backward-to-indentation and forward-to-indentation is optional.
6405
6406 * strings.texi (Creating Strings): Add substring-no-properties.
6407
6408 * processes.texi
6409 (Process Information): Add list-processes arg QUERY-ONLY.
6410 Delete process-contact from here.
6411 Add new status values for process-status.
6412 Add process-get, process-put, process-plist, set-process-plist.
6413 (Synchronous Processes): Add call-process-shell-command.
6414 (Signals to Processes): signal-process allows process objects.
6415 (Network): Complete rewrite.
6416 (Network Servers, Datagrams, Low-Level Network): New nodes.
6417
6418 * positions.texi (Word Motion): forward-word, backward-word
6419 arg is optional. Reword.
6420
6421 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
6422
6423 * variables.texi (Creating Buffer-Local):
6424 Delete duplicate definition of buffer-local-value.
6425 (File Local Variables): Explain about discarding text props.
6426
64272003-09-11 Richard M. Stallman <rms@gnu.org>
6428
6429 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
6430 changes variables that record input events.
6431 (Minibuffer Misc): Add minibuffer-selected-window.
6432
6433 * lists.texi (Building Lists): Add copy-tree.
6434
6435 * display.texi (Fontsets): Add char-displayable-p.
6436 (Scroll Bars): New node.
6437
64382003-09-08 Lute Kamstra <lute@gnu.org>
6439
6440 * modes.texi (%-Constructs): Document new `%i' and `%I'
6441 constructs.
6442
64432003-09-03 Peter Runestig <peter@runestig.com>
6444
6445 * makefile.w32-in: New file.
6446
64472003-08-29 Richard M. Stallman <rms@gnu.org>
6448
6449 * display.texi (Overlay Properties): Clarify how priorities
6450 affect use of the properties.
6451
64522003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
6453
6454 * customize.texi (Type Keywords): Correct the description of
6455 `:help-echo' in the case where `motion-doc' is a function.
6456
64572003-08-14 John Paul Wallington <jpw@gnu.org>
6458
6459 * modes.texi (Emulating Mode Line): Subsection, not section.
6460
64612003-08-13 Richard M. Stallman <rms@gnu.org>
6462
6463 * elisp.texi (Top): Update subnode lists in menu.
6464
6465 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
6466 (Kill Functions): kill-region has new arg yank-handler.
6467 (Yanking): New node.
6468 (Yank Commands): Add yank-undo-function.
6469 (Low-Level Kill Ring):
6470 kill-new and kill-append have new arg yank-handler.
6471 (Changing Properties): Add remove-list-of-text-properties.
6472 (Atomic Changes): New node.
6473
6474 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
6475
6476 * streams.texi (Output Variables): Add eval-expression-print-length
6477 and eval-expression-print-level.
6478
6479 * os.texi (Time Conversion): For encode-time, explain limits on year.
6480
6481 * objects.texi (Character Type): Define anchor "modifier bits".
6482
6483 * modes.texi (Emulating Mode Line): New node.
6484 (Search-based Fontification): Font Lock uses font-lock-face property.
6485 (Other Font Lock Variables): Likewise.
6486
6487 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
6488 not vectors.
6489 (Active Keymaps): Add emulation-mode-map-alists.
6490 (Functions for Key Lookup): key-binding has new arg no-remap.
6491 (Remapping Commands): New node.
6492 (Scanning Keymaps): where-is-internal has new arg no-remap.
6493 (Tool Bar): Add tool-bar-local-item-from-menu.
6494 Clarify when to use tool-bar-add-item-from-menu.
6495
6496 * commands.texi (Interactive Call): commandp has new arg.
6497 (Command Loop Info): Add this-original-command.
6498
64992003-08-06 John Paul Wallington <jpw@gnu.org>
6500
6501 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
6502
6503 * display.texi (Warning Basics): Fix typo.
6504 (Fringes): Add closing curly bracket and fix typo.
6505
6506 * elisp.texi (Top): Fix typo.
6507
65082003-08-05 Richard M. Stallman <rms@gnu.org>
6509
6510 * elisp.texi: Update lists of subnodes.
6511
6512 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
6513
6514 * variables.texi (Local Variables): Use lc for example variable names.
6515
6516 * tips.texi (Library Headers): Explain where to put -*-.
6517
6518 * strings.texi (Creating Strings): Fix xref for vconcat.
6519
6520 * sequences.texi (Vector Functions):
6521 vconcat no longer allows integer args.
6522
6523 * minibuf.texi (Reading File Names): read-file-name has new
6524 arg PREDICATE. New function read-directory-name.
6525
6526 * macros.texi (Defining Macros): Give definition of `declare'
6527 (Indenting Macros): New node.
6528
6529 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
6530 (Window Frame Parameters): Make separate table of parameters
6531 that are coupled with specific face attributes.
6532 (Deleting Frames): delete-frame-hooks renamed to
6533 delete-frame-functions.
6534
6535 * files.texi (Magic File Names): Add file-remote-p.
6536 Clarify file-local-copy.
6537
6538 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
6539 here; instead xref Defining Macros.
6540
6541 * display.texi (Warnings): New node, and subnodes.
6542 (Fringes): New node.
6543
6544 * debugging.texi (Test Coverage): New node.
6545
6546 * compile.texi (Compiler Errors): Explain with-no-warnings
6547 and other ways to suppress warnings.
6548
6549 * commands.texi (Interactive Call): Minor clarification.
6550
6551 * buffers.texi (Buffer File Name): set-visited-file-name
6552 renames the buffer too.
6553
6554 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
6555
65562003-07-24 Markus Rost <rost@math.ohio-state.edu>
6557
6558 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
6559
65602003-07-22 Markus Rost <rost@math.ohio-state.edu>
6561
6562 * internals.texi (Garbage Collection): Fix previous change.
6563
65642003-07-22 Richard M. Stallman <rms@gnu.org>
6565
6566 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
6567
6568 * display.texi (Width): Use \s syntax in example.
6569 (Font Selection): Add face-font-rescale-alist.
6570
6571 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
6572 Remove spurious indent in example.
6573
6574 * lists.texi (Building Lists): Add number-sequence.
6575
6576 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
6577
6578 * functions.texi (Function Documentation): Explain how to
6579 show calling convention explicitly in the doc string.
6580
6581 * windows.texi (Selecting Windows): save-selected-window saves
6582 selected window of each frame.
6583 (Window Configurations): Minor change.
6584
6585 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
6586
6587 * streams.texi (Output Variables): Add print-continuous-numbering
6588 and print-number-table.
6589
6590 * processes.texi (Decoding Output): New node.
6591
6592 * os.texi (Time Conversion): decode-time arg is optional.
6593
6594 * objects.texi (Character Type): Don't use space as example for \.
6595 Make list of char names and \-sequences correspond.
6596 Explain that \s is not used in strings. `\ ' needs space after.
6597
6598 * nonascii.texi (Converting Representations): Add string-to-multibyte.
6599 (Translation of Characters): Add translation-table-for-input.
6600 (Default Coding Systems): Add auto-coding-functions.
6601 (Explicit Encoding): Add decode-coding-inserted-region.
6602 (Locales): Add locale-info.
6603
6604 * minibuf.texi (Basic Completion): Describe test-completion.
6605 Collections can be lists of strings.
6606 Clean up lazy-completion-table.
6607 (Programmed Completion): Mention test-completion.
6608 Clarify why lambda expressions are not accepted.
6609 (Minibuffer Misc): Describe minibufferp.
6610
66112003-07-14 Richard M. Stallman <rms@gnu.org>
6612
6613 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
6614
6615 * windows.texi (Selecting Windows): New arg to select-window.
6616 (Selecting Windows): Add with-selected-window.
6617 (Size of Window): Add window-inside-edges, etc.
6618
6619 * internals.texi (Garbage Collection): Add post-gc-hook.
6620
6621 * processes.texi (Subprocess Creation): Add exec-suffixes.
6622
6623 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
6624 (Scanning Keymaps): Add map-keymaps.
6625 (Defining Menus): Add keymap-prompt.
6626
6627 * numbers.texi (Integer Basics): Add most-positive-fixnum,
6628 most-negative-fixnum.
6629
6630 * compile.texi (Byte Compilation): Explain no-byte-compile
6631 (Compiler Errors): New node.
6632
6633 * os.texi (User Identification): user-uid, user-real-uid
6634 can return float.
6635
6636 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
6637 and about derived modes.
6638 (Minor Modes): Add minor-mode-list.
6639 (Defining Minor Modes): Keyword args for define-minor-mode.
6640 (Search-based Fontification): Explain managing other properties.
6641 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 6642 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
6643 (Hooks): Add run-mode-hooks and delay-mode-hooks.
6644
6645 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
6646 (Variable Aliases): Clarify defvaralias.
6647
6648 * loading.texi (Library Search): Add load-suffixes.
6649
6650 * minibuf.texi (Basic Completion): Add lazy-completion-table.
6651 (Programmed Completion): Add dynamic-completion-table.
6652
6653 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
6654 (Magic File Names): Specify precedence order of handlers.
6655
6656 * commands.texi (Command Overview): Emacs server runs pre-command-hook
6657 and post-command-hook.
6658 (Waiting): New calling convention for sit-for.
6659
6660 * text.texi (Special Properties): local-map and keymap properties
6661 apply based on their stickiness.
6662
66632003-07-07 Richard M. Stallman <rms@gnu.org>
6664
6665 * modes.texi (Minor Mode Conventions): Specify only some kinds
6666 of list values as args to minor modes.
6667
6668 * files.texi (File Name Expansion): Warn about iterative use
6669 of substitute-in-file-name.
6670
6671 * advice.texi (Activation of Advice): Clean up previous change.
6672
66732003-07-06 Markus Rost <rost@math.ohio-state.edu>
6674
6675 * advice.texi (Activation of Advice): Note that ad-start-advice is
6676 turned on by default.
6677
66782003-06-30 Richard M. Stallman <rms@gnu.org>
6679
6680 * text.texi (Buffer Contents): Document current-word.
6681 (Change Hooks): Not called for *Messages*.
6682
6683 * functions.texi (Defining Functions): Explain about redefining
6684 primitives.
6685 (Function Safety): Renamed. Minor changes.
6686 Comment out the detailed criteria for what is safe.
6687
66882003-06-22 Andreas Schwab <schwab@suse.de>
6689
6690 * objects.texi (Symbol Type): Fix description of examples.
6691
66922003-06-16 Andreas Schwab <schwab@suse.de>
6693
6694 * hash.texi (Creating Hash): Fix description of :weakness.
6695
c8763fb6 66962003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
6697
6698 * files.texi (Changing Files): copy-file copies file modes, too.
6699
67002003-05-28 Richard M. Stallman <rms@gnu.org>
6701
6702 * strings.texi (Creating Strings): Clarify split-string.
6703
67042003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
6705
6706 * strings.texi (Creating Strings): Update split-string specification
6707 and examples.
6708
67092003-05-19 Richard M. Stallman <rms@gnu.org>
6710
6711 * elisp.texi: Correct invariant section names.
6712
67132003-04-20 Richard M. Stallman <rms@gnu.org>
6714
6715 * os.texi (Timers): Explain about timers and quitting.
6716
67172003-04-19 Richard M. Stallman <rms@gnu.org>
6718
6719 * internals.texi (Writing Emacs Primitives): Strings are
6720 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
6721 Explain GCPRO convention for varargs function args.
6722
67232003-04-16 Richard M. Stallman <rms@gnu.org>
6724
6725 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
6726
67272003-04-08 Richard M. Stallman <rms@gnu.org>
6728
6729 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
6730
67312003-02-13 Kim F. Storm <storm@cua.dk>
6732
6733 * objects.texi (Character Type): New \s escape for space.
6734
67352003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6736
6737 * os.texi (System Environment): Added cygwin system-type.
6738
67392003-01-25 Richard M. Stallman <rms@gnu.org>
6740
6741 * keymaps.texi: Document that a symbol can act as a keymap.
6742
67432003-01-13 Richard M. Stallman <rms@gnu.org>
6744
6745 * text.texi (Changing Properties): Say string indices are origin-0.
6746
6747 * positions.texi (Screen Lines) <compute-motion>:
6748 Correct order of elts in return value.
6749
6750 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
6751 how to define a default binding.
6752
67532002-12-07 Markus Rost <rost@math.ohio-state.edu>
6754
6755 * loading.texi (Unloading): Fix recent change for load-history.
6756
6757 * customize.texi (Simple Types): Clarify description of custom
6758 type 'number. Describe new custom type 'float.
6759
67602002-12-04 Markus Rost <rost@math.ohio-state.edu>
6761
6762 * variables.texi (File Local Variables): Fix typo.
6763
c8763fb6 67642002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
6765
6766 From Michael Albinus <Michael.Albinus@alcatel.de>.
6767
6768 * README: Target for Info file is `make info'.
6769
6770 * files.texi (File Name Components): Fixed typos in
6771 `file-name-sans-extension'.
6772 (Magic File Names): Complete list of operations for magic file
6773 name handlers.
6774
67752002-09-16 Jonathan Yavner <jyavner@engineer.com>
6776
6777 * variables.texi (File Local Variables): New function
6778 risky-local-variable-p.
6779
67802002-09-15 Jonathan Yavner <jyavner@engineer.com>
6781
6782 * functions.texi (Function safety): New node about unsafep.
6783
67842002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
6785
6786 * customize.texi (Splicing into Lists): Fixed example.
6787 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
6788
67892002-06-17 Juanma Barranquero <lektu@terra.es>
6790
6791 * frames.texi (Display Feature Testing): Fix typo.
6792
67932002-06-12 Andreas Schwab <schwab@suse.de>
6794
6795 * frames.texi (Initial Parameters, Resources): Fix references to
6796 the Emacs manual.
6797
67982002-05-13 Kim F. Storm <storm@cua.dk>
6799
6800 * variables.texi (Intro to Buffer-Local): Updated warning and
6801 example relating to changing buffer inside let.
6802
c8763fb6 68032002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6804
6805 * os.texi (Session Management): New node about X Session management.
6806
68072002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
6808
6809 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
6810 to which the manual corresponds, and the copyright years.
6811
6812 * Makefile.in (VERSION): Set to 2.9.
6813
68142001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
6815
6816 * elisp.texi: Change the category in @dircategory to "Emacs", to
6817 make it consistent with info/dir.
6818
68192001-11-25 Miles Bader <miles@gnu.org>
6820
6821 * text.texi (Fields): Describe new `limit' arg in
6822 field-beginning/field-end.
6823
68242001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * permute-index: Don't depend on csh-specific features. Replace
6827 the interpreter name with /bin/sh.
6828
6829 * two-volume-cross-refs.txt: New file.
6830 * two.el: New file.
6831 * spellfile: New file.
6832
68332001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6834
6835 * permute-index: New file.
6836
6837 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
6838 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
6839 8+3 restricted namespace.
6840
6841 * Makefile.in (infodir): Define relative to $(srcdir).
6842 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
6843 include directories list via -I switch to makeinfo.
6844 (index.texi): Use cp if both hard and symbolic links fail.
6845
68462001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6847
6848 * Makefile.in (distclean): Add.
6849
6850 The following changes make ELisp manual part of the Emacs
6851 distribution:
6852
6853 * Makefile.in: Add Copyright notice.
6854 (prefix): Remove.
6855 (infodir): Change value to "../info".
6856 (VPATH): New variable.
6857 (MAKE): Don't define.
6858 (texmacrodir): Don't define.
6859 (texinputdir): Append the existing value of TEXINPUTS.
6860 ($(infodir)/elisp): Instead of just "elisp". Reformat the
6861 command to be compatible with man/Makefile.in, and to put the
6862 output into ../info.
6863 (info): Add target.
6864 (installall): Target removed.
6865
c8763fb6 68662001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
6867
6868 * tips.texi (Coding Conventions): Fix typo.
6869
68702001-10-23 Gerd Moellmann <gerd@gnu.org>
6871
6872 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
6873
68742001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
6875
6876 * files.texi (File Name Components): Update the description of
6877 file-name-sans-extension and file-name-extension, as they now
6878 ignore leading dots.
6879
68802001-10-20 Gerd Moellmann <gerd@gnu.org>
6881
6882 * (Version 21.1 released.)
6883
68842001-10-19 Miles Bader <miles@gnu.org>
6885
6886 * positions.texi (Text Lines): Describe behavior of
6887 `beginning-of-line'/`end-of-line' in the presence of field properties.
6888
68892001-10-17 Gerd Moellmann <gerd@gnu.org>
6890
6891 * Makefile.in (VERSION): Set to 2.8.
6892 (manual): Use `manual-21'.
6893
6894 * elisp.texi (VERSION): Add and use it where the version
6895 number was used. Set it to 2.8.
6896
6897 * intro.texi: Likewise.
6898
68992001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6900
6901 * files.texi (File Name Completion): Document the significance of
6902 a trailing slash in elements of completion-ignored-extensions.
6903
69042001-10-06 Miles Bader <miles@gnu.org>
6905
6906 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
6907
69082001-10-04 Gerd Moellmann <gerd@gnu.org>
6909
6910 * variables.texi (Variable Aliases): New node.
6911
69122001-10-04 Gerd Moellmann <gerd@gnu.org>
6913
6914 * Branch for 21.1.
6915
69162001-10-02 Miles Bader <miles@gnu.org>
6917
6918 * minibuf.texi (Minibuffer Misc): Add entries for
6919 `minibuffer-contents', `minibuffer-contents-no-properties', and
6920 `delete-minibuffer-contents'.
6921 Correct description for `minibuffer-prompt-end'.
6922
6923 * text.texi (Property Search): Correct descriptions of
6924 `next-char-property-change' and `previous-char-property-change'.
6925 Add entries for `next-single-char-property-change' and
6926 `previous-single-char-property-change'.
6927 Make operand names a bit more consistent.
6928
69292001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
6930
6931 * frames.texi (Finding All Frames): Document that next-frame and
6932 previous-frame are local to current terminal.
6933
69342001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * keymaps.texi (Creating Keymaps): Fix the description of the
6937 result of make-keymap.
6938
69392001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * display.texi (Font Lookup, Attribute Functions)
6942 (Image Descriptors): Add cross-references to the definition of
6943 selected frame.
6944
6945 * buffers.texi (The Buffer List): Add cross-references to the
6946 definition of selected frame.
6947
6948 * frames.texi (Input Focus): Clarify which frame is _the_ selected
6949 frame at any given time.
6950 (Multiple Displays, Size and Position): Add a cross-reference to
6951 the definition of the selected frame.
6952
69532001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6954
6955 * strings.texi (String Conversion) <string-to-number>: Document
6956 that a float is returned for integers that are too large.
6957
6958 * frames.texi (Mouse Position): Document mouse-position-function.
6959 (Display Feature Testing): Document display-images-p.
6960 (Window Frame Parameters): Document the cursor-type variable.
6961
6962 * numbers.texi (Integer Basics): Document CL style read syntax for
6963 integers in bases other than 10.
6964
6965 * positions.texi (List Motion): Document
6966 open-paren-in-column-0-is-defun-start.
6967
6968 * lists.texi (Sets And Lists): Document member-ignore-case.
6969
6970 * internals.texi (Garbage Collection): Document the used and free
6971 strings report.
6972 (Memory Usage): Document strings-consed.
6973
6974 * os.texi (Time of Day): Document float-time.
6975 (Recording Input): Document that clear-this-command-keys clears
6976 the vector to be returned by recent-keys.
6977
6978 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
6979 argument keymap can be a list.
6980
6981 * nonascii.texi (User-Chosen Coding Systems)
6982 <select-safe-coding-system>: Document the new argument
6983 accept-default-p and the variable
6984 select-safe-coding-system-accept-default-p. Tell what happens if
6985 buffer-file-coding-system is undecided.
6986 (Default Coding Systems): Document auto-coding-regexp-alist.
6987
6988 * display.texi (The Echo Area) <message>: Document
6989 message-truncate-lines.
6990 (Glyphs): Document that the glyph table is unused on windowed
6991 displays.
6992
6993 * help.texi (Describing Characters) <single-key-description>:
6994 Document the new argument no-angles.
6995 (Accessing Documentation) <documentation-property>: Document that
6996 a non-string property is evaluated.
6997 <documentation>: Document that the function-documentation property
6998 is looked for.
6999
7000 * windows.texi (Selecting Windows): Document some-window.
7001
7002 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
7003
7004 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
7005 apropos-mode-hook.
7006
7007 * commands.texi (Using Interactive): Document interactive-form.
7008 (Keyboard Macros): Document kbd-macro-termination-hook.
7009 (Command Loop Info): Document that clear-this-command-keys clears
7010 the vector to be returned by recent-keys.
7011
70122001-09-04 Werner LEMBERG <wl@gnu.org>
7013
7014 * Makefile.in (srcdir, texinputdir): New variables.
7015 (srcs, index.texi, install): Use $(srcdir).
7016 (.PHONY): Remove elisp.dvi.
7017 (elisp): Use -I switch for makeinfo.
7018 (elisp.dvi): Use $(srcdir) and $(texinputdir).
7019 (installall, dist): Use $(srcdir).
7020 Fix path to texinfo.tex.
7021 (maintainer-clean): Add elisp.dvi and elisp.oaux.
7022
70232001-08-30 Gerd Moellmann <gerd@gnu.org>
7024
7025 * display.texi (Conditional Display): Adjust to API change.
7026
7027 * configure: New file.
7028
70292001-07-30 Gerd Moellmann <gerd@gnu.org>
7030
7031 * commands.texi (Repeat Events): Add description of
7032 double-click-fuzz.
7033
70342001-05-08 Stefan Monnier <monnier@cs.yale.edu>
7035
7036 * syntax.texi (Syntax Class Table): Add the missing designator for
7037 comment and string fences.
7038 (Syntax Properties): Add a xref to syntax table internals.
7039 (Syntax Table Internals): Document string-to-syntax.
7040
70412001-05-07 Gerd Moellmann <gerd@gnu.org>
7042
7043 * Makefile.in (install): Use install-info command line options
7044 like in Emacs' Makefile.in.
7045
70462000-12-09 Miles Bader <miles@gnu.org>
7047
7048 * windows.texi (Window Start): Update documentation for
7049 `pos-visible-in-window-p'.
7050
70512000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7052
7053 * lists.texi (Building Lists): Add footnote to explain how to add
7054 to the end of a list.
7055
70562000-10-25 Gerd Moellmann <gerd@gnu.org>
7057
7058 * files.texi (Visiting Functions): Typos.
7059
70602000-10-25 Kenichi Handa <handa@etl.go.jp>
7061
7062 * files.texi (Visiting Functions): Return value of
7063 find-file-noselect may be a list of buffers if wildcards are used.
7064
70652000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7066
7067 * display.texi (Defining Faces): Document `graphic' display type
7068 in face specs.
7069
b344d29d 70702000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
7071
7072 * hooks.texi (Standard Hooks): Replace obsolete
7073 `after-make-frame-hook' with `after-make-frame-functions'.
7074
7075 * frames.texi (Creating Frames): Ditto.
7076
7077 * variables.texi (Future Local Variables): Ditto.
7078
70792000-10-16 Gerd Moellmann <gerd@gnu.org>
7080
7081 * display.texi (Other Image Types): Add description of :foreground
7082 and :background properties of mono PBM images.
7083
70842000-08-17 Werner LEMBERG <wl@gnu.org>
7085
7086 * .cvsignore: New file.
7087
70882000-01-05 Gerd Moellmann <gerd@gnu.org>
7089
7090 * tindex.pl: New script.
7091
70921999-12-03 Dave Love <fx@gnu.org>
7093
7094 * Makefile.in (MAKEINFO): New parameter.
7095
70961999-09-17 Richard Stallman <rms@gnu.org>
7097
7098 * Makefile.in (srcs): Add hash.texi.
7099 (VERSION): Update to 20.6.
7100
71011999-09-13 Richard Stallman <rms@gnu.org>
7102
7103 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
7104
71051998-08-29 Karl Heuer <kwzh@gnu.org>
7106
7107 * configure.in: New file.
7108 * Makefile.in: Renamed from Makefile.
7109 (prefix, infodir): Use value obtained from configure.
7110 (emacslibdir): Obsolete variable deleted.
7111 (dist): Distribute configure.in, configure, Makefile.in.
7112
71131998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7114
7115 * Makefile (INSTALL_INFO): New variable.
7116 (install): Run install-info.
7117
71181998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
7119
7120 * Makefile (elisp.dvi): Add missing backslash.
7121
71221998-05-02 Richard Stallman <rms@psilocin.gnu.org>
7123
7124 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
7125 Run texindex without `./'. Always run texindex on elisp.tp.
7126 (elisp.tps): Target deleted.
7127
71281998-04-05 Richard Stallman <rms@psilocin.gnu.org>
7129
7130 * Makefile (srcs): Add nonascii.texi and customize.texi.
7131 (dist): Start by deleting `temp'.
7132
71331998-02-17 Richard Stallman <rms@psilocin.gnu.org>
7134
7135 * Makefile (makeinfo, texindex): Targets deleted.
7136 (makeinfo.o, texindex.o): Targets deleted.
7137 (clean, dist): Don't do anything with them or with getopt*.
7138
71391998-01-30 Richard Stallman <rms@psilocin.gnu.org>
7140
7141 * Makefile (SHELL): Defined.
7142
71431998-01-27 Richard Stallman <rms@psilocin.gnu.org>
7144
7145 * Makefile (elisp.tps): New target.
7146 (elisp.dvi): Depend on elisp.tps.
7147
c5602427 71481996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
7149
7150 * README: Update phone number.
7151
7152 * Makefile (elisp): Make this be the default target.
7153 Depend on makeinfo.c instead of makeinfo.
7154 (install): Don't depend on elisp.dvi, since we don't install that.
7155 Use mkinstalldirs.
7156 (dist): Add mkinstalldirs.
7157
c5602427 71581995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
7159
7160 * Makefile (VERSION): Update version number.
7161 (maintainer-clean): Renamed from realclean.
7162
c5602427 71631995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
7164
7165 * Makefile (realclean): New target.
7166 (elisp): Remove any old elisp-* files first.
7167
c5602427 71681993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
7169
7170 * Makefile (VERSION): New variable.
7171 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
7172 Compressed file suffix should be `.gz', not `.z'.
7173
ce058493 71741993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7175
7176 * Makefile (elisp): Depend on makeinfo.
7177
c5602427 71781993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
7179
7180 * Makefile (srcs): Add anti.texi.
7181
c5602427 71821993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7183
7184 * Makefile (infodir, prefix): New vars.
7185 (install): Use infodir.
7186 (emacsinfodir): Deleted.
7187
c5602427 71881993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7189
7190 * Makefile (srcs): Add calendar.texi.
7191
7192 * Makefile (dist): Copy texindex.c and makeinfo.c.
7193 Limit elisp-* files to those with one or two digits.
7194
c5602427 71951993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7196
7197 * Makefile (dist): Changed to use Gzip instead of compress.
7198
c5602427 71991993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7200
7201 * loading.texi (Unloading): define-function changed back to
7202 defalias. It may not stay this way, but at least it's
7203 consistent with the known-good version of the code patch.
7204
c5602427 72051993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
7206
7207 * modes.texi (Hooks): Document new optional arg of add-hook.
7208
c5602427 72091993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7210
7211 * variables.texi: Document nil initial value of buffer-local variables.
7212
7213 * tips.texi: Add new section on standard library headers.
7214
c5602427 72151993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7216
7217 * Makefile (srcs): Add frame.texi to the list of sources.
7218
c5602427 72191993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7220
7221 * Makefile (dist): Don't bother excluding autosave files; they'll
7222 never make it into the temp directory anyway, and the hash marks
7223 in the name are problematic for make and the Bourne shell.
7224 (srcs):
7225
c5602427 72261993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
7227
7228 * Makefile (dist): Don't include backup files or autosave files in
7229 the distribution tar file.
7230
c5602427 72311991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
7232
7233 * Makefile (srcs): Added index.perm.
7234 (elisp.dvi): Remove erroneous shell comment.
7235 Expect output of permute-index in permuted.fns.
7236 Save old elisp.aux in elisp.oaux.
7237 (clean): Added index.texi to be deleted.
7238
c5602427 72391990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7240
7241 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
7242
c5602427 72431990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
7244
7245 * files.texi: Noted that completion-ignored-extensions is ignored
7246 when making *Completions*.
7247
3e868ee3 72481990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
7249
7250 * Makefile make dist now depends on elisp.dvi, since it tries
7251 to include it in the dist file.
7252
c5602427 72531990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 7254
c5602427 7255 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 7256
c5602427 72571989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
7258
7259 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
7260 (defunargs): Turn off \hyphenchar of \sl font temporarily.
7261
c5602427 72621989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7263
7264 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
7265 and @error{} are the terms now being used. The files in the
7266 directory have been changed to reflect this.
7267
7268 * All instances of @indentedresultt{} have been changed to
7269 ` @result{}', using 5 spaces at the begining of the line.
7270
c5602427 72711989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7272
7273 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
7274 experimental @indentedresult{}, @indentedexpandsto{} are part of
7275 the texinfo.tex in this directory. These TeX macros are not
7276 stable yet.
7277
c5602427 72781989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7279
7280 * texinfo.tex: Temporarily added
7281 \let\result=\dblarrow
7282 \def\error{{\it ERROR} \longdblarrow}
7283 We need to do this better soon.
7284
c5602427 72851989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
7286
7287 * Applied Karl Berry's patches to *.texinfo files, but not to
7288 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
7289 new title page format is also not applied, since it requires
7290 texinfo.tex changes.)
7291
7292 * Cleaned up `Makefile' and defined the `emacslibdir' directory
7293 for the Project GNU development environment.
7294
7295;; Local Variables:
c8763fb6 7296;; coding: utf-8
b8d4c8d0
GM
7297;; add-log-time-zone-rule: t
7298;; End:
7299
352c8b4a 7300 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
6ed161e1 7301 2007, 2008, 2009 Free Software Foundation, Inc.
b8d4c8d0
GM
7302
7303 This file is part of GNU Emacs.
7304
352c8b4a 7305 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 7306 it under the terms of the GNU General Public License as published by
352c8b4a
GM
7307 the Free Software Foundation, either version 3 of the License, or
7308 (at your option) any later version.
b8d4c8d0
GM
7309
7310 GNU Emacs is distributed in the hope that it will be useful,
7311 but WITHOUT ANY WARRANTY; without even the implied warranty of
7312 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7313 GNU General Public License for more details.
7314
7315 You should have received a copy of the GNU General Public License
352c8b4a 7316 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
b8d4c8d0
GM
7317
7318;;; arch-tag: 985ae0ce-df29-475b-b3f8-4bbcbf6f7fda