* autoconf.el (autoconf-mode): Fix comment-start-skip regexp.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
0b381c7e
JB
12011-11-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * intro.texi (Lisp History): Fix typo.
4
89d61221
MR
52011-11-12 Martin Rudalics <rudalics@gmx.at>
6
7 * windows.texi (Splitting Windows, Deleting Windows): Remove
8 references to splits status of windows.
9
b2621720
GM
102011-11-10 Glenn Morris <rgm@gnu.org>
11
12 * buffers.texi (Read Only Buffers): Expand a bit on why
13 toggle-read-only should only be used interactively. (Bug#7292)
14
d2ad7ee1
CY
152011-11-09 Chong Yidong <cyd@gnu.org>
16
17 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 18 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
19 window-inside-absolute-pixel-edges.
20 (Resizing Windows): shrink-window-if-larger-than-buffer works on
21 non-full-width windows.
22
2cffd681
MR
232011-11-09 Martin Rudalics <rudalics@gmx.at>
24
25 * windows.texi (Resizing Windows): Rewrite documentation of
26 window-resizable.
27
f6f6d7e7
CY
282011-11-09 Chong Yidong <cyd@gnu.org>
29
30 * windows.texi (Splitting Windows): Simplify example.
31
a79db6e0
CY
322011-11-08 Chong Yidong <cyd@gnu.org>
33
34 * windows.texi (Window Sizes): Copyedits. Document
35 window-text-height. Remove window-min-height and window-min-width
36 discussion, referring instead to Emacs manual.
37 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
38 (Resizing Windows): Simplify introduction. Don't document
39 enlarge-window, shrink-window, enlarge-window-horizontally, and
40 shrink-window-horizontally; they are no longer preferred for
41 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 42
441950c7
GM
432011-11-07 Glenn Morris <rgm@gnu.org>
44
45 * windows.texi (Choosing Window): Fix keybinding typo.
46
be7f5545
MR
472011-11-07 Martin Rudalics <rudalics@gmx.at>
48
49 * windows.texi (Resizing Windows, Splitting Windows)
50 (Window Configurations): Use "child window" instead of
51 "subwindow".
52
291d142b
CY
532011-11-06 Chong Yidong <cyd@gnu.org>
54
55 * windows.texi (Basic Windows): Clarify various definitions.
56 Treat window-normalize-* as internal; don't document them.
57 (Windows and Frames): Various clarifications, e.g. non-live
58 windows also belong to frames. Fix window-list description.
59 Simplify window nesting example.
60 (Splitting Windows, Window Configurations): Use
61 split-window-below.
62
89bd5ee1
EZ
632011-11-04 Eli Zaretskii <eliz@gnu.org>
64
65 * windows.texi (Window Sizes): Mention in the doc string that the
66 return values of `window-body-height' and `window-body-width' are
67 in frame's canonical units. (Bug#9949)
68
3d8daefe
MR
692011-10-30 Martin Rudalics <rudalics@gmx.at>
70
71 * windows.texi (Windows and Frames): Remove "iso-" infix from
72 documentation of window-iso-combined-p.
73
60754666
CY
742011-10-26 Chong Yidong <cyd@gnu.org>
75
76 * modes.texi (Running Hooks): Document with-wrapper-hook.
77
d366bd53
CY
782011-10-18 Chong Yidong <cyd@gnu.org>
79
80 * display.texi (Glyphless Chars): New node.
81
50b063c3
CY
822011-10-13 Chong Yidong <cyd@stupidchicken.com>
83
84 * text.texi (Yanking): Document yank-excluded-properties.
85
86 * package.texi (Packaging Basics): The commentary should say how
87 to begin using the package.
88
c72063fa
MR
892011-10-11 Martin Rudalics <rudalics@gmx.at>
90
91 * windows.texi (Deleting Windows): Mention which window gets
92 selected when deleting the selected window.
93
d83dc65b
MR
942011-10-09 Martin Rudalics <rudalics@gmx.at>
95
96 * buffers.texi (The Buffer List): Describe how bury-buffer deals
97 with the selected window.
98 * windows.texi (Buffers and Windows): Reformulate text on how
99 replace-buffer-in-windows deals with a window.
100 (Quitting Windows): Describe how quit-window deals with a
101 standalone frame. Describe new option frame-auto-hide-function.
102
c599682c
GM
1032011-10-08 Glenn Morris <rgm@gnu.org>
104
48bca619
GM
105 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
106
c599682c
GM
107 * positions.texi (Excursions): Update warning message.
108
969aa734
CY
1092011-10-05 Chong Yidong <cyd@stupidchicken.com>
110
111 * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix
112 Emacs manual xref (Bug#9675).
113
550f41cd
CY
1142011-10-01 Chong Yidong <cyd@stupidchicken.com>
115
116 * windows.texi (Textual Scrolling): Document scroll-up-command,
117 scroll-down-command, scroll-error-top-bottom, and the
118 scroll-command symbol property.
717a1362
CY
119 (Display Action Functions): Fix description of
120 display-buffer-pop-up-window.
550f41cd 121
a239d4e9
JB
1222011-09-28 Juanma Barranquero <lekktu@gmail.com>
123
124 * windows.texi (Splitting Windows): Fix typos.
125
590c056d
MR
1262011-09-25 Martin Rudalics <rudalics@gmx.at>
127
128 * windows.texi (Windows and Frames, Display Action Functions)
129 (Switching Buffers): Fix some typos.
130 (Buffers and Windows): Remove reference to window-auto-delete.
131 Reword description of replace-buffer-in-windows.
132 (Window History): Fix some typos and refer to frame local buffer
133 list.
c419f5cb
MR
134 (Quitting Windows): New node.
135 (Window Configurations): Add descriptions of window-state-get
136 and window-state-put.
137 (Window Parameters): Describe variable ignore-window-parameters.
138 Sketch some window parameters currently in use.
139 * elisp.texi (Top): Update node listing.
590c056d 140
9ec20d36
CY
1412011-09-25 Chong Yidong <cyd@stupidchicken.com>
142
143 * windows.texi (Display Action Functions)
144 (Choosing Window Options): New nodes.
145
0e406a72
CY
1462011-09-24 Chong Yidong <cyd@stupidchicken.com>
147
148 * windows.texi (Window History): New node. Move text here from
149 Buffers and Windows.
150 (Switching Buffers): Rename from Displaying Buffers, since we
151 don't document display-buffer here; callers changed. Document
152 FORCE-SAME-WINDOW arg to switch-to-buffer and
153 switch-to-buffer-other-frame. Delete duplicate
154 replace-buffer-in-windows doc.
155 (Choosing Window): Document display actions.
156
6bf7006f
EZ
1572011-09-24 Eli Zaretskii <eliz@gnu.org>
158
159 * display.texi (Forcing Redisplay): Update the description of
160 redisplay-dont-pause due to change in the default value.
161
b33b68a3
MR
1622011-09-23 Martin Rudalics <rudalics@gmx.at>
163
164 * frames.texi (Frames and Windows): Move section and rename to
165 Windows and Frames in windows.texi.
166 * windows.texi (Windows): Restructure.
167 (Basic Windows): Rewrite. Explain live and internal windows and
168 normalization functions.
169 (Windows and Frames): Move section here from frames.texi.
170 Describe subwindows, window combinations, window tree, and
171 corresponding functions including window-list here.
172 (Window Sizes): Rename section from Size of Window and move it
173 up in chapter. Describe total and body sizes and the
174 corresponding functions. Explain new semantics of
175 window-min-height/-width.
176 (Resizing Windows): Move section up in chapter. Describe new
177 resize functions.
178 (Splitting Windows): Describe new behavior of split-window,
179 split-window-above-each-other and split-window-side-by-side.
180 Provide examples. Describe window-nest and window-splits
181 options.
182 (Deleting Windows): Minor rewrite.
183 (Selecting Windows): Minor rewrite. Describe
184 frame-selected-window and set-frame-selected-window here.
185 (Cyclic Window Ordering): Minor rewrite. Describe
186 window-list-1.
187 (Buffers and Windows): Rewrite. Explain a window's previous and
188 next buffers and the corresponding functions.
c4682d18 189 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
190 * elisp.texi (Top): Update node listings for frames and windows
191 sections.
192
4d3786ac
SM
1932011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
196
713df35b
LMI
1972011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * errors.texi (Standard Errors): Remove apparent placeholder text
200 (bug#9491).
201
33ed493b
CY
2022011-09-18 Chong Yidong <cyd@stupidchicken.com>
203
204 * frames.texi (Management Parameters): Fix description of
205 icon-type parameter.
206
b8f0a954
CY
2072011-09-17 Chong Yidong <cyd@stupidchicken.com>
208
209 * tips.texi (Key Binding Conventions): Don't bind a key sequence
210 ending in C-g. Suggested by Edward O'Connor.
211
eddf142c
EZ
2122011-09-17 Eli Zaretskii <eliz@gnu.org>
213
214 * numbers.texi (Integer Basics): Add indexing for
215 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
216
bf1af6c7
DM
2172011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
218
219 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
220
cec2eab8
JB
2212011-09-11 Juanma Barranquero <lekktu@gmail.com>
222
223 * processes.texi (Network Servers): Clarify what the process
224 buffer is used for (bug#9233).
225
51751aa2 2262011-08-30 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1f403cb9
DM
227
228 * lists.texi (Building Lists): Fix typo.
229
35137ed3
CY
2302011-08-30 Chong Yidong <cyd@stupidchicken.com>
231
232 * display.texi (Basic Faces): New node. Document new faces.
233
234 * modes.texi (Major Mode Conventions): Move some text there.
235 (Mode Help): Remove major-mode var, duplicated in Major Modes.
236
3fd50d5c
CY
2372011-08-29 Chong Yidong <cyd@stupidchicken.com>
238
239 * modes.texi (Basic Major Modes): New node. Callers updated.
240 (Major Modes): Document fundamental-mode and major-mode.
241 (Major Mode Basics): Node deleted; text moved to Major Modes.
242 (Derived Modes): Document derived-mode-p.
243
ddb54206
CY
2442011-08-28 Chong Yidong <cyd@stupidchicken.com>
245
a6326082
CY
246 * files.texi (Changing Files, Create/Delete Dirs): Document new
247 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
248 (Visiting Functions): Remove view-file; it is documented in the
249 Emacs manual.
04e2ce72 250
ddb54206
CY
251 * frames.texi (Layout Parameters): The defaults for the
252 menu-bar-lines and tool-bar-lines parameters depend on the mode.
253
254 * display.texi (Progress): Document spinner functionality.
255
256 * os.texi (Killing Emacs): Note that kill-emacs can be called by
257 operating system signals. Refer to save-buffers-kill-terminal
258 instead of save-buffers-kill-emacs.
259
260 * objects.texi (Symbol Type): Document ## print representation.
261
0c95fcf7
EZ
2622011-08-25 Eli Zaretskii <eliz@gnu.org>
263
264 * display.texi (Specified Space): Mention that `space' specs
265 influence bidi reordering.
266 (Bidirectional Display): Explain how to use `(space . PROPS)' for
267 separating fields with bidirectional content.
268
5980d4c6
EZ
2692011-08-24 Eli Zaretskii <eliz@gnu.org>
270
271 * display.texi (Bidirectional Display): Document return value in
272 buffers that are not bidi-reordered for display, and in unibyte
273 buffers.
274
bca633fb
EZ
2752011-08-23 Eli Zaretskii <eliz@gnu.org>
276
277 * nonascii.texi (Character Properties): Document the values for
278 unassigned codepoints.
279
c094bb0c
EZ
2802011-08-18 Eli Zaretskii <eliz@gnu.org>
281
282 * nonascii.texi (Character Properties): Document use of
283 `bidi-class' and `mirroring' properties as part of reordering.
284 Provide cross-references to "Bidirectional Display".
285
286 * display.texi (Bidirectional Display): Document the pitfalls of
287 concatenating strings with bidirectional content, with possible
92b71444
EZ
288 solutions. Document bidi-string-mark-left-to-right. Mention
289 paragraph direction in modes that inherit from prog-mode.
290 Document use of `bidi-class' and `mirroring' properties as part of
291 reordering.
c094bb0c 292
1ea897d5
EZ
2932011-08-16 Eli Zaretskii <eliz@gnu.org>
294
9adfcd0b
EZ
295 * modes.texi (Major Mode Conventions): Improve the documentation
296 of `mode-class' `special' modes.
297
10862873
EZ
298 * nonascii.texi (Character Properties): Document the `mirroring'
299 property. Add index entries.
300
1ea897d5
EZ
301 * syntax.texi (Categories): Add an example of defining a new
302 category and category table.
303
304 * searching.texi (Regexp Backslash): Document how to display
305 existing categories. Mention the possibility of adding
306 categories, and add an xref to where this is described. Add an
307 index entry.
308
ebb552ed
CY
3092011-08-09 Chong Yidong <cyd@stupidchicken.com>
310
311 * text.texi (Special Properties):
312 * display.texi (Overlay Properties): Note that mouse-face cannot
313 change the text size (Bug#8530).
314
51a714e1
CY
3152011-08-08 Chong Yidong <cyd@stupidchicken.com>
316
317 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
318 using setenv instead.
319
4cc60b9b
EZ
3202011-07-28 Eli Zaretskii <eliz@gnu.org>
321
322 * display.texi (Bidirectional Display): Document the fact that
323 bidi-display-reordering is t by default.
324
5deb92fd
EZ
3252011-07-23 Eli Zaretskii <eliz@gnu.org>
326
327 * display.texi (Bidirectional Display): New section.
328
011b0ad6 3292011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
330 Tim Cross <theophilusx@gmail.com> (tiny change)
331 Glenn Morris <rgm@gnu.org>
011b0ad6 332
67f9b9f8 333 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 334
4baf28e6
AS
3352011-07-15 Andreas Schwab <schwab@linux-m68k.org>
336
337 * help.texi (Keys in Documentation): Revert last change.
338
66249842
LMI
3392011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
340
f863868c
LMI
341 * help.texi (Keys in Documentation): Clarify that \= only quotes
342 the next character, and doesn't affect longer sequences in
343 particular (bug#8935).
344
66249842
LMI
345 * debugging.texi (Using Debugger): Mention
346 @code{eval-expression-debug-on-error} (bug#8549).
347
0bb23927 3482011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
349
350 * display.texi (Other Display Specs): Document that `left-fringe'
351 and `right-fringe' display specifications are of the "replacing"
352 kind.
353
f2027cdf
LMI
3542011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
355
356 * help.texi (Documentation Basics): Add a link to the Function
357 Documentation node (bug#6580).
358
f987fde4
LMI
3592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
360
0bc59b25
LMI
361 * keymaps.texi (Menu Bar): Mention :visible and :enable
362 (bug#6344). Text by Drew Adams.
363
63d55f1f
LMI
364 * modes.texi (Running Hooks): Mention buffer-local hook variables
365 (bug#6218).
366
f987fde4
LMI
367 * objects.texi (General Escape Syntax): "a with grave accent" is
368 ?xe0, not ?x8e0 (bug#5259).
369
b7527639
CY
3702011-07-12 Chong Yidong <cyd@stupidchicken.com>
371
372 * display.texi (Face Attributes, Font Selection): Add references
373 to the Fonts node in the Emacs manual (Bug#4178).
374
c830e5ae
CY
3752011-07-12 Chong Yidong <cyd@stupidchicken.com>
376
377 * display.texi (Window Systems): `window-system' is
378 terminal-local.
379
380 * frames.texi (Frame Parameters, Parameter Access): Don't mention
381 frame-local variables.
382
383 * variables.texi (Buffer-Local Variables): Don't mention obsolete
384 frame-local variables.
385 (Frame-Local Variables): Node deleted.
386
387 * elisp.texi (Top): Update node listing.
388
91223e54
LMI
3892011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
390
391 * elisp.texi: Change "inferiors" to "subnodes" in three places
392 (bug#3523).
393
963578d3
CY
3942011-07-11 Chong Yidong <cyd@stupidchicken.com>
395
396 * frames.texi (Window System Selections): Discussion of
397 x-select-enable-clipboard moved to Emacs manual.
398
07151e49
DD
3992011-07-11 Deniz Dogan <deniz@dogan.se>
400
401 * commands.texi (Prefix Command Arguments): Remove excessive
402 apostrophe.
403
7261e1cf
LMI
4042011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
405
ad21a12a
LMI
406 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
407 description is a string (bug#3313).
408
7261e1cf
LMI
409 * frames.texi (Display Feature Testing): Try to explain what all
410 the visual classes mean (bug#3042).
411
568f7b79
LMI
4122011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
413
18d59e29
LMI
414 * modes.texi (Mode Line Variables): Document `mode-line-remote'
415 and `mode-line-client' (bug#2974).
416
568f7b79
LMI
417 * text.texi (Insertion): Clarify marker movements (bug#1651).
418 Text from Drew Adams.
419
54e10184
LMI
4202011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
421
d94d85e9
LMI
422 * text.texi (Special Properties): Clarify the format of `face'
423 (bug#1375).
424
54e10184
LMI
425 * commands.texi (Interactive Call): Add a `call-interactively'
426 example (bug#1010).
427
413c488d
LMI
4282011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * functions.texi (Calling Functions): Link to the "Interactive
431 Call" node (bug#1001).
432
322b7dab 4332011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 434
3deead93
CY
435 * customize.texi (Composite Types): Move alist and plist to here
436 from Simple Types (Bug#7545).
437
438 * elisp.texi (Top): Update menu description.
439
b00d8c1a
CY
440 * display.texi (Face Attributes): Document negative line widths
441 (Bug#6113).
442
d2a6c43b
TR
4432011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
444
445 * searching.texi (Match Data): Note that match data can be
446 overwritten by most functions (bug#2499).
447
c7844a27
LMI
4482011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
449
a9ab721e
LMI
450 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
451 flags mean (bug#6659).
452
c7844a27
LMI
453 * functions.texi (What Is a Function): Document the autoload
454 object (bug#6496).
455
f68d76d0
LMI
4562011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
457
8a20ca4c
LMI
458 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
459 is only used in the Customize user interface (bug#6089).
460
f68d76d0 461 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 462 images (bug#7836).
f68d76d0 463
7018dbe7
EZ
4642011-07-02 Eli Zaretskii <eliz@gnu.org>
465
466 * variables.texi (Defining Variables, Void Variables)
467 (Constant Variables): Fix incorrect usage of @kindex.
468
36cb87a1
LMI
4692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
470
28ee97c7
LMI
471 * variables.texi (Defining Variables): Add an index entry for
472 `set-variable' (bug#7262).
8d4294e9 473 (Defining Variables): Use @findex for functions.
28ee97c7 474
8862ffd5
LMI
475 * frames.texi (Basic Parameters): Document the `explicit-name'
476 parameter (bug#6951).
477
0ec389b9
LMI
478 * customize.texi (Type Keywords): Clarify that :value provides a
479 default value for all types (bug#7386).
480
36cb87a1
LMI
481 * streams.texi (Output Functions): Document `pp'.
482
11fdef7d 4832011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
484
485 * keymaps.texi (Searching Keymaps):
486 * display.texi (Overlay Properties): Fix errors in 2011-05-29
487 change. Suggested by Johan Bockgård.
488
eeafcea7
CY
4892011-06-15 Chong Yidong <cyd@stupidchicken.com>
490
491 * text.texi (Special Properties): Clarify role of font-lock-face.
492
b96e6cde
LMI
4932011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
494
495 * processes.texi (Process Information): Renamed `process-alive-p'
496 to `process-live-p' for consistency with other `-live-p' functions.
497
be14b9ab
PE
4982011-06-03 Paul Eggert <eggert@cs.ucla.edu>
499
500 Document wide integers better.
501 * files.texi (File Attributes): Document ino_t values better.
2d365993 502 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
503 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
504 (Bitwise Operations):
001903b5
PE
505 * objects.texi (Integer Type): Use a binary notation that is a bit easier
506 to read, and that will port better if 62-bits becomes the default.
507 Fix or remove incorrect examples.
be14b9ab
PE
508 * os.texi (Time Conversion): Document time_t values better.
509
bcd54f83
LMI
5102011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
511
512 * processes.texi (Process Information): Document
513 `process-alive-p'.
514
049bcbcb
CY
5152011-05-29 Chong Yidong <cyd@stupidchicken.com>
516
517 * help.texi (Accessing Documentation):
518 * display.texi (Pixel Specification):
519 * processes.texi (Serial Ports, Serial Ports):
520 * nonascii.texi (Character Properties, Default Coding Systems):
521 * text.texi (Changing Properties, Special Properties):
522 * windows.texi (Window Start and End):
523 * modes.texi (SMIE Indentation Example, SMIE Tricks):
524 * keymaps.texi (Searching Keymaps, Tool Bar):
525 * minibuf.texi (Basic Completion):
526 * compile.texi (Eval During Compile):
527 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
528 7x9 paper in printed manual.
529
530 * lists.texi (Sets And Lists): Fix misplaced text.
531
58539c63
CY
5322011-05-29 Chong Yidong <cyd@stupidchicken.com>
533
534 * keymaps.texi (Remapping Commands): Emphasize that the keymap
535 needs to be active (Bug#8350).
536
6b5681bf
CY
5372011-05-28 Chong Yidong <cyd@stupidchicken.com>
538
b4d52acc
CY
539 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
540
6b5681bf
CY
541 * tips.texi (Coding Conventions): Remove antediluvian filename
542 limit recommendation (Bug#8538).
543
e145f188
GM
5442011-05-27 Glenn Morris <rgm@gnu.org>
545
546 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
547
eafed945
GM
5482011-05-26 Glenn Morris <rgm@gnu.org>
549
550 * variables.texi (File Local Variables):
551 Update hack-local-variables `mode-only' return value.
2d3ba9e7 552 Add some more details on what this function does in the other case.
eafed945 553
bc8410af
GM
5542011-05-19 Glenn Morris <rgm@gnu.org>
555
556 * lists.texi (Sets And Lists): Mention cl provides union etc.
557
35a30759
N
5582011-05-19 Nix <nix@esperi.org.uk>
559
560 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
561
562 * text.texi (Parsing HTML): Update for function name changes.
563
564 * syntax.texi (Syntax Flags): Small fix.
565
566 * keymaps.texi (Active Keymaps): Typo fix.
567 (Changing Key Bindings): Grammar fix.
568
569 * frames.texi (Minibuffers and Frames): Grammar fix.
570 (Window System Selections): x-select-enable-clipboard now defaults to t.
571
572 * customize.texi (Common Keywords):
573 * display.texi (Abstract Display):
574 * modes.texi (Auto-Indentation):
575 * nonascii.texi (Converting Representations): Typo fixes.
576
577 * control.texi (Examples of Catch): Call it "goto" not "go to".
578
e3934a8a
EZ
5792011-05-14 Eli Zaretskii <eliz@gnu.org>
580
bc039a3b
EZ
581 * nonascii.texi (Character Properties): Fix inconsistencies with
582 implementation.
583
e3934a8a
EZ
584 * text.texi (Special Properties): Move @defvar's out of the
585 @table. (Bug#8652)
586
e2c94218
GM
5872011-05-12 Glenn Morris <rgm@gnu.org>
588
589 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
590
d2fc7e3d 5912011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
592
593 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
594 (Multiline Font Lock):
595 * vol2.texi (Top):
596 * vol1.texi (Top):
597 * elisp.texi (Top): Update menu accordingly.
598
d2fc7e3d 5992011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
600
601 * modes.texi (Region to Fontify): Fix typo.
602
79b70037
GM
6032011-05-10 Jim Meyering <meyering@redhat.com>
604
605 * minibuf.texi: Fix typo "in in -> in".
606
b08a63cc 6072011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
608
609 * numbers.texi (Integer Basics): Large integers are treated as floats.
610
1ef14cb4
LMI
6112011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
612
613 * processes.texi (Synchronous Processes): Document the (:file
614 "/file-name") syntax for `call-process'.
615
4ffd0d6b 6162011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
617
618 * windows.texi (Choosing Window): Fix typo.
619
4ffd0d6b 6202011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
621
622 * frames.texi (Layout Parameters): Note the difference between
623 querying and setting parameters for left-fringe and right-fringe
624 (Bug#6930).
625
fd5a8ae8
SM
6262011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
627
628 * minibuf.texi (Basic Completion): Be a bit more precise about the
629 valid kinds of completion tables.
630 (Programmed Completion): Remove obsolete text about lambda expressions
631 not being valid completion tables.
632
c1bcd0d5
CY
6332011-03-19 Chong Yidong <cyd@stupidchicken.com>
634
635 * positions.texi (Excursions): Explain the "save-excursion
636 defeated by set-buffer" warning.
637
638 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
639 save-excursion. Suggested by Uday S Reddy.
640
03408648 6412011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 642
03408648
SM
643 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
644 (Lexical Binding): New sub-section.
ba83908c 645
03408648
SM
646 * eval.texi (Eval): Discourage the use of `eval'.
647 Document its new `lexical' argument.
6c075cd7 648
f6d62986
SM
6492011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
650
03408648 651 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
652 nil any more.
653
84ea5558 6542011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
655
656 * strings.texi (String Conversion): Don't mention
657 string-make-(uni|multi)byte (bug#8262).
658 * nonascii.texi (Converting Representations): Fix up range.
659 * keymaps.texi (Key Binding Commands): Update code point, avoid
660 "unibyte character" and remove mention of unibyte bindings.
661
62d94509
EZ
6622011-03-10 Eli Zaretskii <eliz@gnu.org>
663
664 * modes.texi (Operator Precedence Grammars): Don't use characters
665 outside ISO-8859-1.
666
63a329f8
EZ
6672011-03-09 Eli Zaretskii <eliz@gnu.org>
668
669 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
670
671 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
672
6446548e
GM
6732011-03-08 Glenn Morris <rgm@gnu.org>
674
675 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
676 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 677 * elisp.texi: Set documentencoding.
6446548e 678
33383987
JB
6792011-03-07 Chong Yidong <cyd@stupidchicken.com>
680
681 * Version 23.3 released.
682
0b3ceceb
CY
6832011-03-06 Chong Yidong <cyd@stupidchicken.com>
684
685 * package.texi: Update index keywords.
686 (Package Archives): New node contents. Document package-x.el.
687
78f5433f
JB
6882011-03-06 Juanma Barranquero <lekktu@gmail.com>
689
690 * makefile.w32-in (srcs): Add package.texi.
691
555e9b5c
CY
6922011-03-06 Chong Yidong <cyd@stupidchicken.com>
693
120d9389
CY
694 * package.texi (Packaging, Packaging Basics, Simple Packages)
695 (Multi-file Packages): Expand and clarify.
696 (Package Archives): Temporary placeholder node.
697
698 * elisp.texi (Top): Update node listing.
699
555e9b5c
CY
700 * Makefile.in (srcs): Add package.texi.
701
b59a4335
CY
7022011-03-05 Chong Yidong <cyd@stupidchicken.com>
703
704 * processes.texi (Synchronous Processes): Minor clarification
705 (Bug#8149).
706
06083aa1
GM
7072011-03-03 Glenn Morris <rgm@gnu.org>
708
709 * files.texi (Truenames): Minor clarification. (Bug#2341)
710
6640b281
GM
7112011-03-01 Glenn Morris <rgm@gnu.org>
712
713 * variables.texi (Directory Local Variables):
714 Mention `(subdirs . nil)' alist element.
715
2b0c7330 7162011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
717
718 * variables.texi (Directory Local Variables): Mention the optional
719 mtime argument of dir-locals-set-directory-class. (Bug#3577)
720
b923f7a9
CY
7212011-02-27 Chong Yidong <cyd@stupidchicken.com>
722
723 * minibuf.texi (Minibuffer History): Clarify discussion of
724 minibuffer history lists (Bug#8085).
725
67ab0163 7262011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 727
e979a521
EZ
728 * elisp.texi: Sync @dircategory with ../../info/dir.
729
e03b2fd4
EZ
730 * files.texi (Visiting Functions): Document find-file-literally,
731 both the command and the variable.
732
86ec878a
EZ
733 * variables.texi (Creating Buffer-Local): Explain the meaning of
734 permanent local variables.
735
67ab0163
GM
736 * files.texi (Visiting Functions): Document find-file-literally,
737 both the command and the variable.
738
739 * variables.texi (Creating Buffer-Local): Explain the meaning of
740 permanent local variables.
741
7422011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
743
744 * keymaps.texi (Remapping Commands): Mention how to undo it.
745
bfcb151a
RT
7462011-02-09 Reuben Thomas <rrt@sc3d.org>
747
748 * loading.texi (Hooks for Loading): Remove unnecessary advice
749 about eval-after-load (Bug#7986).
750
a41c8660
CY
7512011-02-05 Chong Yidong <cyd@stupidchicken.com>
752
753 * commands.texi (Accessing Mouse): Note that a header line is not
754 included in the row of posn-col-row.
755
e0dd6837
CY
7562011-02-02 Chong Yidong <cyd@stupidchicken.com>
757
758 * modes.texi (Major Mode Conventions): Add face guidelines.
759 (Faces for Font Lock): List faces in order of prominence.
760
a4180391
PE
7612011-02-01 Paul Eggert <eggert@cs.ucla.edu>
762
763 format-time-string now supports subsecond time stamp resolution
764 * os.texi (Time Parsing): Document %N.
765
7427eb97
CY
7662011-01-28 Chong Yidong <cyd@stupidchicken.com>
767
61db307f
CY
768 * vol1.texi (Top):
769 * vol2.texi (Top):
770 * elisp.texi (Top):
771 * display.texi (Display Property): Shorten the menu description of
772 the "Other Display Specs" node (Bug#7816).
773
7427eb97
CY
774 * keymaps.texi (Defining Menus): Add "menu item" and "extended
775 menu item" concept index entries (Bug#7805).
776
bf3dae7e
EZ
7772011-01-29 Eli Zaretskii <eliz@gnu.org>
778
779 * makefile.w32-in (texinfodir): New variable.
780 (usermanualdir): Remove as redundant with $(emacsdir).
781 (MAKEINFO): Remove options, leave only program name.
782 (MAKEINFO_OPTS): New variable.
783 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
784
06d8ace5 7852011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
786 Richard Kim <emacs18@gmail.com>
787
788 * loading.texi (Library Search): Document list-load-path-shadows
789 (Bug#7757).
790
06d8ace5 7912011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
792
793 * searching.texi (Regexp Special): Remove outdated discussion of
794 character sets (Bug#7780).
795
28a88153
CY
796 * frames.texi (Pop-Up Menus): Document where menu title comes
797 from (Bug#7684).
798
06d8ace5 7992011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
800
801 * display.texi (Making Buttons): Mention limitation of text buttons.
802
a8e1e9ee
WL
8032011-01-23 Werner Lemberg <wl@gnu.org>
804
805 * Makefile.in (MAKEINFO): Now controlled by `configure'.
806 (MAKEINFO_OPTS): New variable. Use it where appropriate.
807 (ENVADD): New variable to control texi2dvi and texi2pdf.
808
362b9d48
GM
8092011-01-15 Chong Yidong <cyd@stupidchicken.com>
810
811 * files.texi (Directory Names): Move directory-abbrev-alist doc to
812 Emacs manual.
813
8142011-01-15 Eli Zaretskii <eliz@gnu.org>
815
816 * files.texi (Directory Names): Explain why FROM in
817 directory-abbrev-alist should begin with \`. (Bug#7777)
818
3fa173b4
SM
8192011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
822
7c420169 8232011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
824
825 * modes.texi (Emulating Mode Line): Fix last change.
826
7c420169 8272011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
828
829 * modes.texi (Emulating Mode Line): Update documentation of
830 format-mode-line according to changes that fixed bug #7587.
831
80b33766
SM
8322010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
833
834 * modes.texi (Derived Modes): Mention prog-mode.
835
836 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
837 of the key-binding-data cache since we don't use it any more.
838
f49d1f52 8392010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 840
4bb49a92
EZ
841 * processes.texi (Shell Arguments):
842 * strings.texi (Creating Strings): Don't mention "shell commands";
843 make it explicit that `split-string-and-unquote' and
844 `combine-and-quote-strings' are mainly for working with arguments
845 to call-process and start-process.
846
3c73e30e
EZ
847 * processes.texi (Shell Arguments): Fix documentation of
848 `split-string-and-unquote'. Add indexing. (Bug#7563)
849
f49d1f52 8502010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
851
852 * modes.texi (Auto-Indentation): New section to document SMIE.
853 (Major Mode Conventions):
854 * text.texi (Mode-Specific Indent): Refer to it.
855
f49d1f52 8562010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
857
858 * display.texi (Other Display Specs): Document left-fringe and
859 right-fringe display specs.
860
f49d1f52 8612010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
862
863 * backups.texi (Making Backups):
864 * modes.texi (Example Major Modes): Use recommended coding style.
865 (Major Mode Basics, Derived Modes): Encourge more strongly use of
866 define-derived-mode. Mention completion-at-point-functions.
867
f49d1f52 8682010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 869
5dcb4c4e
SM
870 * nonascii.texi (Converting Representations):
871 Document byte-to-string.
e1115396 872
ec1b9b17
GM
8732010-12-08 Glenn Morris <rgm@gnu.org>
874
875 * buffers.texi (Modification Time):
876 verify-visited-file-modtime now defaults to the current buffer.
877
07976ae3 8782010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 879
ec1b9b17 880 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
881
882 * strings.texi (Creating Strings): Don't mention semi-obsolete
883 function char-to-string.
884 (String Conversion): Shorten discussion of semi-obsolete function
885 string-to-char. Link to Converting Representations.
886
887 * objects.texi (Symbol Type):
888 * text.texi (Near Point):
889 * help.texi (Help Functions):
890 * functions.texi (Mapping Functions): Use string instead of
891 char-to-string in examples.
892
07976ae3 8932010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
894
895 * text.texi (Kill Functions, Kill Functions)
896 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
897 YANK-HANDLER args.
898
899 * symbols.texi (Creating Symbols): Using unintern without an
900 obarray arg is now obsolete.
901
902 * numbers.texi (Float Basics): Document float-e and float-pi.
903
904 * variables.texi (Defining Variables): Change "pi" example to
905 "float-pi".
906
8547874a
EZ
9072010-11-26 Eli Zaretskii <eliz@gnu.org>
908
909 * commands.texi (Click Events): Document the values of X, Y and
910 COL, ROW in the event's position, when the click is on the header
911 or mode line, on the fringes, or in the margins.
912
4a47c275 9132010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 914
5b05d75b
EZ
915 * customize.texi (Composite Types): Lower-case index entry.
916
5dcb4c4e
SM
917 * loading.texi (How Programs Do Loading):
918 Document load-file-name. (Bug#7346)
c7926fe2 919
4a47c275 9202010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
921
922 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
923
0eb025fb
EZ
9242010-11-13 Eli Zaretskii <eliz@gnu.org>
925
926 * display.texi (Usual Display): Characters with no fonts are not
927 necessarily displayed as empty boxes.
928
2699a554 9292010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
930
931 * maps.texi (Standard Keymaps): Update File menu description.
932
8289f37b
GM
9332010-10-28 Glenn Morris <rgm@gnu.org>
934
935 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
936
5793a7bc 9372010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
938
939 * display.texi (Window Systems): Deprecate use of window-system as
940 a predicate.
941
17284e30
GM
9422010-10-23 Glenn Morris <rgm@gnu.org>
943
944 * help.texi (Documentation Basics): Remove mentions of digest-doc and
945 sorted-doc.
946
00f113eb
JB
9472010-10-15 Eli Zaretskii <eliz@gnu.org>
948
949 * os.texi (Dynamic Libraries): New node, with slightly modified
950 text deleted from "Image Formats".
951 (System Interface): Add @menu entry for "Dynamic Libraries".
952
953 * display.texi (Image Formats): Remove description of
954 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
955
07277eb8
GM
9562010-10-12 Glenn Morris <rgm@gnu.org>
957
958 * book-spine.texinfo: Rename to book-spine.texi.
959
c12e4a81
GM
9602010-10-11 Glenn Morris <rgm@gnu.org>
961
df187c62
GM
962 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
963
c12e4a81 964 * Makefile.in (DVIPS): New variable.
234db610
GM
965 (.PHONY): Add html, ps.
966 (html, elisp.html, ps, elisp.ps): New targets.
967 (clean): Delete html, ps files.
968 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 969
6513b232
EZ
9702010-10-09 Eli Zaretskii <eliz@gnu.org>
971
972 * makefile.w32-in (emacsdir): New variable.
973 (srcs): Add emacsver.texi.
974 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
975
abd40fb4
GM
9762010-10-09 Glenn Morris <rgm@gnu.org>
977
c1dc72b3
GM
978 * Makefile.in (VPATH): Remove.
979 (infodir): Make it absolute.
980 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
981
4393405b
GM
982 * Makefile.in (dist): Anchor regexps.
983
eef3ab94
GM
984 * Makefile.in (srcs): Put elisp.texi first.
985 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
986
aa9db089
GM
987 * Makefile.in (infoclean): Remove harmless, long-standing error.
988
abd40fb4
GM
989 * Makefile.in ($(infodir)): Delete rule.
990 (mkinfodir): New.
991 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
992
68db69ed 993 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 994 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 995
ea274122
GM
9962010-10-09 Glenn Morris <rgm@gnu.org>
997
f7a31f11
GM
998 * Makefile.in (emacsdir): New variable.
999 (MAKEINFO): Add -I $emacsdir.
1000 (dist): Copy emacsver.texi.
b13254e7
GM
1001 (srcs): Add emacsver.texi.
1002
f7a31f11
GM
1003 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
1004 Set EMACSVER by including emacsver.texi.
1005
ea274122
GM
1006 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
1007
17ca7950
GM
10082010-10-07 Glenn Morris <rgm@gnu.org>
1009
1010 * Makefile.in (version): New, set by configure.
1011 (clean): Delete dist tar file.
1012 (dist): Use version in tar name.
1013
4c83f6e1
GM
10142010-10-06 Glenn Morris <rgm@gnu.org>
1015
1016 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
1017 (INSTALL_INFO): Remove unused variable.
1018 (mostlyclean, infoclean, dist): New rules.
1019 (clean): Delete dvi and pdf files.
1020 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 1021 ($(infodir)): Add parallel build workaround.
4c83f6e1 1022
0264072d
GM
10232010-10-04 Glenn Morris <rgm@gnu.org>
1024
1025 * Makefile.in (dvi, pdf, $(infodir)): New targets.
1026 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 1027 Fix -I typo.
0264072d
GM
1028 (clean): No 'make.out' or 'core' files.
1029 (.PHONY): Declare clean rules.
1030 (maintainer-clean): Delete pdf file. Guard against cd failures.
1031
77f38949
GM
10322010-10-03 Glenn Morris <rgm@gnu.org>
1033
1034 * files.texi (File Name Components): Remove ignored section about
1035 deleted variable directory-sep-char.
1036
178fdd41
MA
10372010-10-03 Michael Albinus <michael.albinus@gmx.de>
1038
1039 * files.texi (Magic File Names): New defopt
1040 remote-file-name-inhibit-cache.
1041
9c524fcb
GM
10422010-10-02 Glenn Morris <rgm@gnu.org>
1043
1044 * os.texi (Killing Emacs): Hook now runs in batch mode.
1045
f816790b
SM
10462010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * text.texi (Special Properties): Clarify when modification-hooks run.
1049
7cf78aac
SM
10502010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * syntax.texi (Syntax Flags): Document new `c' flag.
1053
ca0d44e4
GM
10542010-09-09 Glenn Morris <rgm@gnu.org>
1055
1056 * display.texi (ImageMagick Images): General cleanup.
1057
10999305 10582010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
1059
1060 * files.texi (Directory Names): Use \` rather than ^.
1061
45240125
JD
10622010-09-02 Jan Djärv <jan.h.d@swipnet.se>
1063
1064 * text.texi (Low-Level Kill Ring):
1065 * frames.texi (Window System Selections): Remove cut buffer
1066 documentation.
1067
4abe5bf6
EZ
10682010-08-28 Eli Zaretskii <eliz@gnu.org>
1069
1070 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
1071 Parameters", where the default fringe width is described.
1072
1073 * frames.texi (Window Frame Parameters, Basic Parameters)
1074 (Position Parameters, Layout Parameters, Management Parameters)
1075 (Cursor Parameters, Font and Color Parameters): Add indexing for
1076 frame parameters. (Bug#6929)
1077
fdc76236
TT
10782010-08-25 Tom Tromey <tromey@redhat.com>
1079
1080 * vol2.texi (Top): Update.
1081 * vol1.texi (Top): Update.
1082 * tips.texi (Library Headers): Mention Package-Version and
1083 Package-Requires.
1084 * package.texi: New file.
1085 * os.texi (System Interface): Update pointers.
1086 * elisp.texi (Top): Link to new nodes. Include package.texi.
1087 * anti.texi (Antinews): Update pointers.
1088
1e5c1c80
EZ
10892010-08-25 Eli Zaretskii <eliz@gnu.org>
1090
1091 * processes.texi (Filter Functions): Fix last change.
1092
78e33835
CY
10932010-08-24 Markus Triska <triska@gmx.at>
1094
1095 * processes.texi (Filter Functions): Use `buffer-live-p' instead
1096 of `buffer-name' in the main text as well as in the example
1097 (Bug#3098).
1098
198a7a97
CY
10992010-08-22 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * nonascii.texi (Text Representations):
1102 * loading.texi (Loading Non-ASCII):
1103 * compile.texi (Byte Compilation): Don't mention obsolete
1104 --unibyte command-line argument.
1105
bc7d7ea6
CY
11062010-08-22 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
1109
b0126eac 11102010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
1111
1112 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
1113
e8a6cc19
EZ
11142010-08-20 Eli Zaretskii <eliz@gnu.org>
1115
1116 * commands.texi (Misc Events): Add cross-references to where
1117 POSITION of a mouse event is described in detail.
1118
c4e7c63a 11192010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 1120
c4e7c63a 1121 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 1122
7815fe19 11232010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
1124
1125 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
1126 Suggested by Štěpán Němec <stepnem@gmail.com>.
1127
7815fe19 11282010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
1129
1130 * minibuf.texi (High-Level Completion): Document args of
1131 `read-buffer-function' (bug#5625).
1132
8b2dd508
JD
11332010-07-29 Jan Djärv <jan.h.d@swipnet.se>
1134
1135 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
1136
bace45fe
MA
11372010-07-29 Michael Albinus <michael.albinus@gmx.de>
1138
1139 * processes.texi (Process Information): Explain process property
1140 `remote-tty'.
1141
4ce5a4cc
JB
11422010-07-27 Juanma Barranquero <lekktu@gmail.com>
1143
1144 * modes.texi (Defining Minor Modes): Use C-delete in examples,
1145 instead of "\C-\^?" (bug#6334).
1146
1c84bc7a
JB
1147 * text.texi (Special Properties): Fix typo.
1148
b88746ba
EZ
11492010-07-09 Eli Zaretskii <eliz@gnu.org>
1150
1151 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
1152 calling sequences, which are now the standard.
1153
51422d6d
CY
11542010-06-24 Chong Yidong <cyd@stupidchicken.com>
1155
1156 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
1157
1158 * commands.texi (Command Overview): Mention undo-boundary call.
1159
d24880de
GM
11602010-06-23 Glenn Morris <rgm@gnu.org>
1161
1162 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
1163 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
1164 * frames.texi, functions.texi, internals.texi, keymaps.texi:
1165 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
1166 * searching.texi, sequences.texi, strings.texi, syntax.texi:
1167 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
1168 Untabify Texinfo files.
1169
0fc76035
CY
11702010-06-20 Chong Yidong <cyd@stupidchicken.com>
1171
1172 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
1173
5338dc0b
CY
11742010-06-19 Chong Yidong <cyd@stupidchicken.com>
1175
a628ad9d 1176 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 1177
2c3a3c1d
CY
11782010-06-02 Chong Yidong <cyd@stupidchicken.com>
1179
ba3bf1d9
CY
1180 * searching.texi (Regexp Special): Remove obsolete information
1181 about matching non-ASCII characters, and suggest using char
1182 classes (Bug#6283).
2c3a3c1d 1183
7f4b4249
JB
11842010-05-30 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * minibuf.texi (Basic Completion): Add missing "@end defun".
1187
637821cd
SM
11882010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * minibuf.texi (Basic Completion): Document completion-boundaries.
1191 (Programmed Completion): Document the new fourth method for boundaries.
1192
e13051c3
CY
11932010-05-22 Chong Yidong <cyd@stupidchicken.com>
1194
a628ad9d 1195 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 1196
0235128c 11972010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
1198
1199 * windows.texi (Textual Scrolling):
1200 * tips.texi (Coding Conventions):
1201 * minibuf.texi (Minibuffer History):
1202 * maps.texi (Standard Keymaps):
1203 * loading.texi (Where Defined):
1204 * edebug.texi (Instrumenting): Fix typos.
1205
0235128c 12062010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 1207
c7c32279
CY
1208 * keymaps.texi (Menu Bar): Document :advertised-binding property.
1209
0235128c
SM
1210 * functions.texi (Obsolete Functions):
1211 Document set-advertised-calling-convention.
eb5ed549
CY
1212
1213 * minibuf.texi (Basic Completion): Document completion-in-region.
1214 (Programmed Completion): Document completion-annotate-function.
1215
1216 * commands.texi (Reading One Event): Document read-key.
1217 (Distinguish Interactive): Document KIND arg to
1218 called-interactively-p. Delete obsolete interactive-p.
1219
1220 * elisp.texi (Top): Update node description.
1221
f8848423
EZ
12222010-05-08 Eli Zaretskii <eliz@gnu.org>
1223
0235128c
SM
1224 * nonascii.texi (Character Properties):
1225 Document unicode-category-table. Add an index entry for Unicode
1226 general category.
1227
12282010-05-07 Chong Yidong <cyd@stupidchicken.com>
1229
1230 * Version 23.2 released.
f8848423 1231
938efb77
JB
12322010-04-20 Juanma Barranquero <lekktu@gmail.com>
1233
1234 * locals.texi (Standard Buffer-Local Variables):
1235 Remove @ignore'd reference to `direction-reversed'.
1236
5854c267
JL
12372010-04-14 Juri Linkov <juri@jurta.org>
1238
1239 Fix @deffn without category.
1240
1241 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
1242 for `abbrev-insert'.
1243
1244 * buffers.texi (Indirect Buffers): Add category `Command'
1245 to @deffn of `clone-indirect-buffer'.
1246
1247 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
1248 for `next-window' and `previous-window'. Add category `Command'
1249 to @deffn of `pop-to-buffer'.
1250
8a14dec7
CY
12512010-04-01 Chong Yidong <cyd@stupidchicken.com>
1252
1253 * nonascii.texi (Text Representations): Don't mark
1254 enable-multibyte-characters as a user option.
1255
7a1831cf
EZ
12562010-03-31 Eli Zaretskii <eliz@gnu.org>
1257
1258 * control.texi (Handling Errors): How to re-throw a signal caught
1259 by condition-case.
1260
c3863713
CY
12612010-03-26 Chong Yidong <cyd@stupidchicken.com>
1262
1263 * loading.texi (Hooks for Loading): Document after-load-functions.
1264 Copyedits.
1265
c333f279
AM
12662010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
1267
1268 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
1269
e867cb5d 12702010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
1271
1272 * processes.texi (Network Processes): Document seqpacket type.
1273
605f35cd
DN
12742010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1275
1276 * os.texi (System Environment): Do not mention lynxos.
1277
288f9fc0
CY
12782010-03-10 Chong Yidong <cyd@stupidchicken.com>
1279
1280 * Branch for 23.2.
1281
eed5c93a
CY
12822010-03-06 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * objects.texi (Integer Type): Take note of the read syntax
1285 exception for numbers that cannot fit in the integer type.
1286
1ddd6622
GM
12872010-03-03 Glenn Morris <rgm@gnu.org>
1288
1289 * numbers.texi (Integer Basics, Bitwise Operations):
1290 * objects.texi (Integer Type): Update for integers now being 30-bit.
1291
a908c79a
CY
12922010-02-27 Chong Yidong <cyd@stupidchicken.com>
1293
1294 * display.texi (Low-Level Font): Document :otf font-spec property.
1295
cd61af01
SM
12962010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * display.texi (Line Height): Avoid obsolete special default variables
1299 like default-major-mode.
1300
c02f8fe2
AM
13012010-01-28 Alan Mackenzie <acm@muc.de>
1302
1303 * display.texi (Auto Faces): Say fontification-functions is called
1304 whether or not Font Lock is enabled. Tidy up the wording a bit.
1305
d738d18b
CY
13062010-01-17 Chong Yidong <cyd@stupidchicken.com>
1307
1308 * elisp.texi: Remove duplicate edition information (Bug#5407).
1309
4963739e
JB
13102010-01-17 Juanma Barranquero <lekktu@gmail.com>
1311
1312 * two.el (volume-header-toc-markup): Fix typos in docstring.
1313
c57008f6
SM
13142010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 Avoid dubious uses of save-excursions.
1317 * positions.texi (Excursions): Recommend the use of
1318 save-current-buffer if applicable.
1319 * text.texi (Clickable Text): Fix the example code which used
1320 save-excursion in a naive way which sometimes preserves point and
1321 sometimes not.
1322 * variables.texi (Creating Buffer-Local):
1323 * os.texi (Session Management):
1324 * display.texi (GIF Images):
1325 * control.texi (Cleanups): Use (save|with)-current-buffer.
1326
2f3725cd
EZ
13272010-01-02 Eli Zaretskii <eliz@gnu.org>
1328
1329 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
1330
85eeac93
CY
13312010-01-02 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * nonascii.texi (Text Representations, Character Codes)
1334 (Converting Representations, Explicit Encoding)
1335 (Translation of Characters): Use hex notation consistently.
1336 (Character Sets): Fix map-charset-chars doc (Bug#5197).
1337
4801c5fa
CY
13382010-01-01 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * loading.texi (Where Defined): Make it clearer that these are
1341 loaded files (Bug#5068).
1342
26e533e2
CY
13432009-12-29 Chong Yidong <cyd@stupidchicken.com>
1344
1345 * minibuf.texi (Completion Styles): Document `initials' style.
1346
16d1ff5f
CY
13472009-12-25 Chong Yidong <cyd@stupidchicken.com>
1348
1349 * frames.texi (Resources): Describe inhibit-x-resources.
1350 (Size Parameters): Copyedit.
1351
1352 * hash.texi (Creating Hash):
1353 * objects.texi (Hash Table Type): Document the new hash table
1354 printed representation.
1355
1356 * minibuf.texi (Basic Completion): 4th arg to all-completions is
1357 obsolete.
1358
5dcb4c4e
SM
1359 * processes.texi (Process Buffers):
1360 Document process-kill-buffer-query-function.
16d1ff5f 1361
9a5de3d9
GM
13622009-12-05 Glenn Morris <rgm@gnu.org>
1363
1364 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
1365 diary-display-function, and no longer recommended to be a hook.
1366 Update for changes in the names of calendar and diary hooks.
1367 diary-print-entries-hook has changed section.
1368
b640eb52
EZ
13692009-11-28 Eli Zaretskii <eliz@gnu.org>
1370
1371 * text.texi (Special Properties): More accurate description of
1372 what the `cursor' property does.
1373
be1674ab
KR
13742009-11-26 Kevin Ryde <user42@zip.com.au>
1375
1376 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
1377 mouse-wheel-down-event, the closest thing to a definition for them.
1378 * os.texi (Startup Summary): vindex inhibit-startup-message and
1379 inhibit-splash-screen.
1380 (Command-Line Arguments): vindex argv.
1381 (Suspending Emacs): vindex suspend-tty-functions and
1382 resume-tty-functions. Don't want to index every hook, but having
1383 the programming ones is helpful.
1384
603f5979
CY
13852009-11-14 Chong Yidong <cyd@stupidchicken.com>
1386
1387 * commands.texi (Motion Events): Fix typo (Bug#4907).
1388
4359a806
CY
13892009-11-08 Chong Yidong <cyd@stupidchicken.com>
1390
1391 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
1392 are affected by case-fold-search (Bug#4483).
1393
0f063651
CY
13942009-11-02 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * minibuf.texi (Reading File Names): Note that read-file-name may
1397 use a graphical file dialog.
1398
9bd79893
GM
13992009-10-31 Glenn Morris <rgm@gnu.org>
1400
1401 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
1402
ebe479ec
KR
14032009-10-16 Kevin Ryde <user42@zip.com.au>
1404
1405 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
1406 in particular so `info-lookup-symbol' can find its docs.
1407
2640fa86
CY
14082009-10-16 Chong Yidong <cyd@stupidchicken.com>
1409
1410 * variables.texi (Constant Variables): Distinguish from defconst
1411 variables.
1412 (Defining Variables): Add cindex.
1413
edd6a733
CY
14142009-10-15 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * os.texi (Time of Day): Clarify that the microsecond part is
1417 ignored (Bug#4637).
1418
5feb0b73
GM
14192009-10-11 Glenn Morris <rgm@gnu.org>
1420
1421 * frames.texi (Size and Position): Clarify what is included in the frame
1422 height. (Bug#4535)
1423
0c5413c8
GM
14242009-10-10 Glenn Morris <rgm@gnu.org>
1425
1426 * windows.texi (Size of Window): The relationship between window and
1427 frame heights is not so simple. (Bug#4535)
1428 Mention window-full-height-p.
1429
7f8b600a
SM
14302009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1431
1432 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
1433 used from Lisp.
1434
6185de1c
EZ
14352009-10-07 Eli Zaretskii <eliz@gnu.org>
1436
7f8b600a
SM
1437 * files.texi (Directory Names) <abbreviate-file-name>:
1438 Document that root home directories are not replaced with "~".
6185de1c 1439
9972911f
EZ
14402009-10-06 Eli Zaretskii <eliz@gnu.org>
1441
1442 * text.texi (Special Properties): Document the meaning of the
1443 `cursor' text property whose value is an integer.
1444
2a3f19ef
MA
14452009-10-05 Michael Albinus <michael.albinus@gmx.de>
1446
1447 * files.texi (Magic File Names): Add `copy-directory'.
1448
804543b5
EZ
14492009-10-05 Eli Zaretskii <eliz@gnu.org>
1450
1451 * files.texi (File Attributes): Fix description of file
1452 attributes. (Bug#4638) Update attributes of files.texi example to
1453 be more representative.
1454
461bf92b
MA
14552009-10-05 Michael Albinus <michael.albinus@gmx.de>
1456
1457 * files.texi (Create/Delete Dirs): New command copy-directory.
1458
a86cd395
JB
14592009-10-04 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * anti.texi (Antinews):
1462 * macros.texi (Indenting Macros):
1463 * strings.texi (Creating Strings, Case Conversion):
1464 Remove duplicate words.
1465
d3080264
MA
14662009-10-01 Michael Albinus <michael.albinus@gmx.de>
1467
1468 * files.texi (Create/Delete Dirs): delete-directory has an
1469 optional parameter RECURSIVE.
1470
85d14563
SM
14712009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * buffers.texi (Swapping Text): Minor clarification.
1474
3d9842c6
GM
14752009-10-01 Glenn Morris <rgm@gnu.org>
1476
1477 * functions.texi (Declaring Functions): Mention that we also search for
1478 ".m" files in the src/ directory.
1479
78427304
CY
14802009-09-25 David Engster <deng@randomsample.de>
1481
3d9842c6 1482 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 1483
b578c9cc
GM
14842009-09-22 Glenn Morris <rgm@gnu.org>
1485
1486 * internals.texi (Building Emacs): Mention preloaded-file-list.
1487
beee5da7
AM
14882009-09-14 Alan Mackenzie <acm@muc.de>
1489
1490 * os.texi (Terminal Output): Put "@code{}" around "stdout".
1491
5d6ab672
CY
14922009-09-13 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * functions.texi (Anonymous Functions): Rearrange discussion,
1495 giving usage of unquoted lambda forms first. Mention that
1496 `function' and `#'' are no longer required (Bug#4290).
1497
59375eeb
AM
14982009-09-11 Alan Mackenzie <acm@muc.de>
1499
a86cd395 1500 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
1501 batch mode.
1502
e7e2f529
GM
15032009-09-01 Glenn Morris <rgm@gnu.org>
1504
1505 * display.texi (Face Functions): Mention define-obsolete-face-alias.
1506
eae47088
GM
15072009-08-26 Ulrich Mueller <ulm@gentoo.org>
1508
1509 * nonascii.texi (Character Codes): Fix typos.
1510
3691a0a6
MA
15112009-08-25 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * processes.texi (Synchronous Processes): New defvar
1514 process-file-side-effects.
1515
664d56b8
GM
15162009-08-25 Glenn Morris <rgm@gnu.org>
1517
1518 * display.texi (Fontsets): Fix typo.
1519
0706c025
GM
1520 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
1521
03a74b84
SM
15222009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1523
1524 * processes.texi (Asynchronous Processes): Adjust arglist of
1525 start-process-shell-command and start-file-process-shell-command.
1526
f6de8a37
CY
15272009-08-15 Chong Yidong <cyd@stupidchicken.com>
1528
4b1ed1bb
CY
1529 * advice.texi (Argument Access in Advice): Note that argument
1530 positions are zero-based (Bug#3932).
1531
89a9e058
CY
1532 * commands.texi (Distinguish Interactive): Minor copyedit.
1533
23696fd7
CY
1534 * display.texi (Face Attributes): Add xref to Displaying Faces for
1535 explanation of "underlying face".
1536
f6de8a37
CY
1537 * customize.texi (Common Keywords): Add xref to Loading.
1538
1539 * loading.texi (How Programs Do Loading): Add xref to Lisp
1540 Libraries node in the Emacs manual.
1541
417f77e6
CY
15422009-08-13 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
1545
0999039c
CY
15462009-07-18 Chong Yidong <cyd@stupidchicken.com>
1547
1548 * processes.texi (Shell Arguments): Copyedits.
1549
9af167bc
GM
15502009-07-18 Glenn Morris <rgm@gnu.org>
1551
1552 * loading.texi (Repeated Loading): Fix typo.
1553
137987ab
RS
15542009-07-16 Richard Stallman <rms@gnu.org>
1555
1556 * buffers.texi (Swapping Text): Recommend setting
1557 write-region-annotate-functions and buffer-saved-size.
1558
1559 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
1560
622fa380
GM
15612009-07-15 Glenn Morris <rgm@gnu.org>
1562
1563 * edebug.texi: Minor re-phrasings throughout.
1564 (Edebug Execution Modes): Sit-for affects continue mode too.
1565 (Jumping): Use `forward-sexp' rather than its keybinding.
1566 (Edebug Misc): Fix Q binding.
1567 (Edebug Eval): Remove cl version.
1568 (Printing in Edebug): Clarify print-length etc.
1569 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
1570 (Specification List): Remove edebug-unwrap findex entry.
1571 (Specification Examples): defmacro is actually not the same as defun.
1572 Escape "`" in example.
1573
6bbd4600
CY
15742009-07-15 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * markers.texi (The Mark): Document optional arg to
1577 deactivate-mark.
1578
e538d479
GM
15792009-07-11 Kevin Ryde <user42@zip.com.au>
1580
1581 * hooks.texi (Standard Hooks): Fix cross-references.
1582
4c98b9ed
GM
1583 * loading.texi (Named Features): Refer to eval-after-load.
1584
5300838c
GM
15852009-07-11 Glenn Morris <rgm@gnu.org>
1586
64fbeb16
GM
1587 * Makefile.in (TEXI2PDF): New.
1588 (elisp.pdf): New target.
1589
4c98b9ed
GM
1590 * searching.texi (Regexp Backslash): Fix typo.
1591
1592 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 1593
51d9979c
GM
15942009-07-10 Glenn Morris <rgm@gnu.org>
1595
561c0216
GM
1596 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
1597
5b594a58
GM
1598 * customize.texi (Customization Types):
1599 * display.texi (Abstract Display):
0cc8c85a 1600 * objects.texi (Character Type, String Type):
5b594a58 1601 Merge in some menu descriptions from elisp.texi.
51d9979c 1602
c3cbbb40
GM
1603 * hash.texi (Hash Tables):
1604 * modes.texi (Multiline Font Lock):
1605 End menu description with period.
fe42c16a 1606
28528402
GM
16072009-07-09 Glenn Morris <rgm@gnu.org>
1608
1609 * back.texi: Don't hard-code texinfo location.
1610
1611 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1612 (tex): Add texinfodir to TEXINPUTS.
1613 (elisp1med-init, elisp2med-init): Use texinfodir.
1614
1615 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1616 (clean): Add two-volume.make intermediate files.
1617
1618 * elisp.texi, vol1.texi, vol2.texi:
1619 Use a DATE variable with the publication date, and update it.
1620 Fix antinews menu description.
1621
1622 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1623 Update the detailed node listing to match elisp.texi.
1624
1625 * README: Update edition to match elisp.texi.
1626
1627 * objects.texi (General Escape Syntax):
1628 * nonascii.texi (Character Sets):
1629 Use consistent case for "Unicode Standard".
1630
1631 * anti.texi (Antinews):
1632 * customize.texi (Variable Definitions):
1633 * functions.texi (Declaring Functions):
1634 * nonascii.texi (Character Properties):
1635 * processes.texi (Serial Ports):
1636 * text.texi (Special Properties):
1637 * tips.texi (Coding Conventions):
1638 Minor rearrangements to improve TeX line-filling.
1639
1640 * commands.texi (Using Interactive): Fix cross-reference.
1641
17db8e10
JD
16422009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1643
1644 * frames.texi (Management Parameters): Mention sticky.
1645
77c7e2e1
AS
16462009-07-01 Andreas Schwab <aschwab@redhat.com>
1647
1648 * help.texi (Help Functions): Fix description of help-buffer and
1649 help-setup-xref to use @defun instead of @deffn.
1650
3f1c6666
JD
16512009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1652
1653 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1654
ca27c21b
CY
16552009-06-24 Chong Yidong <cyd@stupidchicken.com>
1656
1657 * display.texi (Window Systems): Add ns to the list.
1658
70243478
CY
16592009-06-21 Chong Yidong <cyd@stupidchicken.com>
1660
1661 * Branch for 23.1.
1662
df006536
MR
16632009-06-17 Martin Rudalics <rudalics@gmx.at>
1664
1665 * windows.texi (Dedicated Windows): Fix typo.
1666 (Resizing Windows): Replace @defun by @deffn.
1667
d259fc4b
GM
16682009-06-17 Glenn Morris <rgm@gnu.org>
1669
1670 * variables.texi (Directory Local Variables):
1671 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1672
30781db6
KH
16732009-06-09 Kenichi Handa <handa@m17n.org>
1674
1675 * nonascii.texi (Character Sets): State clearly that FROM and TO
1676 are codepoints of CHARSET.
1677
62e8099c
CY
16782009-06-07 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * minibuf.texi (Reading File Names): Fix introductory text.
1681 Suggested by stan@derbycityprints.com.
1682 (High-Level Completion): Fix typo.
1683
ee1b1917
CY
16842009-05-28 Chong Yidong <cyd@stupidchicken.com>
1685
1686 * frames.texi (Text Terminal Colors): Multi-tty is already
1687 implemented, but tty-local colors are not.
1688
5df647e8
CY
16892009-05-27 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * hooks.texi (Standard Hooks): Remove mention of obsolete
1692 redisplay-end-trigger-functions.
1693
1694 * internals.texi (Window Internals): Remove mention of obsolete
1695 redisplay-end-trigger-functions.
1696
01f17ae2
MR
16972009-05-21 Martin Rudalics <rudalics@gmx.at>
1698
1699 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1700
1701 * backups.texi (Making Backups): backup-directory-alist and
1702 make-backup-file-name-function are options.
1703 (Auto-Saving): auto-save-list-file-prefix is an option.
1704
1705 * buffers.texi (Killing Buffers): buffer-offer-save is an
1706 option.
1707
1708 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1709 option.
1710 (Echo Area Customization): echo-keystrokes is an option.
1711 (Selective Display): selective-display-ellipses is an option.
1712 (Temporary Displays): temp-buffer-show-function is an option.
1713 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1714 are options.
1715 (Font Selection): face-font-family-alternatives,
1716 face-font-selection-order, face-font-registry-alternatives, and
1717 scalable-fonts-allowed are options.
1718 (Fringe Indicators): indicate-buffer-boundaries is an option.
1719 (Fringe Cursors): overflow-newline-into-fringe is an option.
1720 (Scroll Bars): scroll-bar-mode is an option.
1721
1722 * eval.texi (Eval): max-lisp-eval-depth is an option.
1723
1724 * files.texi (Visiting Functions): find-file-hook is an option.
1725 (Directory Names): directory-abbrev-alist is an option.
1726 (Unique File Names): temporary-file-directory and
1727 small-temporary-file-directory are options.
1728
1729 * frames.texi (Initial Parameters): initial-frame-alist,
1730 minibuffer-frame-alist and default-frame-alist are options.
1731 (Cursor Parameters): blink-cursor-alist and
1732 cursor-in-non-selected-windows ar options.
1733 (Window System Selections): selection-coding-system is an
1734 option.
1735 (Display Feature Testing): display-mm-dimensions-alist is an
1736 option.
1737
1738 * help.texi (Help Functions): help-char and help-event-list are
1739 options.
1740
1741 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1742 an option.
1743
1744 * minibuf.texi (Minibuffer History): history-length and
1745 history-delete-duplicates are options.
1746 (High-Level Completion): read-buffer-function and
1747 read-buffer-completion-ignore-case are options.
1748 (Reading File Names): read-file-name-completion-ignore-case is
1749 an option.
1750
1751 * modes.texi (Mode Line Top): mode-line-format is an option.
1752 (Mode Line Variables): mode-line-position and mode-line-modes
1753 are options.
1754
1755 * nonascii.texi (Text Representations):
1756 enable-multibyte-characters is an option.
1757 (Default Coding Systems): auto-coding-regexp-alist,
1758 file-coding-system-alist, auto-coding-alist and
1759 auto-coding-functions are options.
1760 (Specifying Coding Systems): inhibit-eol-conversion is an
1761 option.
1762
1763 * os.texi (Init File): site-run-file is an option.
1764 (System Environment): mail-host-address is an option.
1765 (User Identification): user-mail-address is an option.
1766 (Terminal Output): baud-rate is an option.
1767
1768 * positions.texi (Word Motion): words-include-escapes is an
1769 option.
1770
1771 * searching.texi (Standard Regexps): page-delimiter,
1772 paragraph-separate, paragraph-separate and sentence-end are
1773 options.
1774
1775 * text.texi (Margins): left-margin and fill-nobreak-predicate
1776 are options.
1777
1778 * variables.texi (Local Variables): max-specpdl-size is an
1779 option.
1780
1781 * windows.texi (Choosing Window):
1782 split-window-preferred-function, special-display-function and
1783 display-buffer-function are options.
1784
106e6894
CY
17852009-05-20 Chong Yidong <cyd@stupidchicken.com>
1786
4a83454d
CY
1787 Fix errors spotted by Martin Rudalics.
1788
106e6894
CY
1789 * syntax.texi (Position Parse): Document rationale for ignored
1790 arguments to syntax-ppss-flush-cache.
1791
1792 * processes.texi (Input to Processes): Mark PROCESS arg to
1793 process-running-child-p as optional.
1794 (Network Options): Document NO-ERROR arg to
1795 set-network-process-option.
1796
1797 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1798 command.
1799
1800 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1801 posix-search-backward as commands.
1802
1803 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1804 (Suspending Emacs): Mark suspend-emacs as a command.
1805 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1806 commands.
5dcb4c4e
SM
1807 (Terminal Output): Remove obsolete function baud-rate.
1808 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1809
1810 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1811 terminal-coding-system and set-terminal-coding-system.
1812 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1813 as optional.
1814 (Character Sets): Document RESTRICTION arg of char-charset.
1815 (Character Codes): Mark POS argument to get-byte as optional.
1816
1817 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1818 minibuffer-message.
1819
1820 * files.texi (Create/Delete Dirs): Mark make-directory and
1821 delete-directory as commands.
1822
1823 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1824
1825 * text.texi (Base 64): Mark base64-decode-string and
1826 base64-encode-string as commands.
1827 (Columns): Mark move-to-column as a command.
1828 (Mode-Specific Indent): Document RIGID arg to
1829 indent-for-tab-command.
1830 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1831 Mark indent-code-rigidly as a command.
1832 (Substitution): Mark translate-region as a command.
1833
1834 * frames.texi (Size and Position): Remove obsolete functions
1835 screen-height and screen-width.
1836
04173931
CY
18372009-05-19 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1840 (Displaying Buffers, Resizing Windows): Correct mistakes;
1841 next-window, previous-window, and pop-to-buffer are not commands,
1842 and fit-window-to-buffer" is a command. (Pointed out by Martin
1843 Rudalics.)
1844
eae7d8f8
RS
18452009-05-17 Richard M Stallman <rms@gnu.org>
1846
1847 * modes.texi (Precalculated Fontification): Clarify text.
1848
b8766179
MR
18492009-05-17 Martin Rudalics <rudalics@gmx.at>
1850
1851 * windows.texi (Selecting Windows): Clarify descriptions of
1852 with-selected-window and get-lru-window.
1853 (Cyclic Window Ordering): Refer to particular frame when talking
1854 about how splitting affects the ordering.
1855 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1856 switch-to-buffer-other-window. Explain how setting of
1857 display-buffer-reuse-frames affects pop-to-buffer.
1858 (Choosing Window): Clarify some details in descriptions of
1859 display-buffer-reuse-frames, pop-up-frames, and
1860 pop-up-frame-function.
1861 (Dedicated Windows): Clarify some details.
1862 (Textual Scrolling): Replace term vscroll by term vertical
1863 scroll position.
1864 (Vertical Scrolling): Fix typo.
1865 (Window Hooks): Relate text on jit-lock-register to window
1866 scrolling and size changes.
1867
734b5e3b
CY
18682009-05-14 Chong Yidong <cyd@stupidchicken.com>
1869
0a65633e
CY
1870 * frames.texi (Initial Parameters): Clarify what the initial
1871 minibuffer frame is.
05be46d7
CY
1872 (Buffer Parameters): Note that the minibuffer parameter can not be
1873 altered.
0a65633e 1874
734b5e3b
CY
1875 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1876 Document display-buffer changes.
1877
925672cd
CY
18782009-05-13 Chong Yidong <cyd@stupidchicken.com>
1879
17ecd7af
CY
1880 * anti.texi (Antinews): Rewrite for Emacs 22.
1881
925672cd
CY
1882 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1883 obarrays are first mentioned. Define "system abbrev" more
1884 prominently, and add it to the index.
1885 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1886 Copyedits.
1887 (Abbrev Expansion): Document abbrev-insert.
1888
80be4dd7
CY
18892009-05-12 Chong Yidong <cyd@stupidchicken.com>
1890
1891 * frames.texi (Font and Color Parameters): Rename from Color
1892 Parameters. Document font-backend parameter.
1893
1894 * vol2.texi (Top): Update node listing.
1895 * vol1.texi (Top): Update node listing.
1896 * elisp.texi (Top): Update node listing.
1897
372a93ac
MR
18982009-05-11 Martin Rudalics <rudalics@gmx.at>
1899
1900 * windows.texi (Choosing Window): Don't explicitly refer to
1901 split-window-sensibly's window argument in descriptions of
1902 split-height-threshold and split-width-threshold.
1903
714c3541
MR
19042009-05-10 Martin Rudalics <rudalics@gmx.at>
1905
1906 * windows.texi (Choosing Window): Fix rewrite of window
1907 splitting section.
1908
0e90e7be
EZ
19092009-05-09 Eli Zaretskii <eliz@gnu.org>
1910
1911 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1912 find-auto-coding, set-auto-coding, and auto-coding-alist.
1913 Add indexing.
0e90e7be
EZ
1914 (Lisp and Coding Systems): Add index entries.
1915
d3c0c321
MR
19162009-05-09 Martin Rudalics <rudalics@gmx.at>
1917
1918 * windows.texi (Choosing Window): Describe split-window-sensibly
1919 and rewrite section on window splitting accordingly.
1920 (Textual Scrolling): Replace `...' by @code{...}.
1921
c773345a
CY
19222009-05-04 Chong Yidong <cyd@stupidchicken.com>
1923
ee2d5b5e
CY
1924 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1925 Remove obsoleted pre-abbrev-expand-hook.
1926
1927 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1928 entries.
1929
c773345a
CY
1930 * internals.texi (Object Internals): Don't assume 32-bit machines
1931 are the norm.
1932 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1933 (Window Internals): Synch field names to window.h.
1934 (Process Internals): Synch field names to process.h.
c773345a 1935
dd449674
CY
19362009-04-29 Chong Yidong <cyd@stupidchicken.com>
1937
1938 * variables.texi (File Local Variables): Note that read-circle is
1939 bound to nil when reading file-local variables.
1940
1941 * streams.texi (Input Functions): Document read-circle.
1942 (Output Variables): Add xref to Circular Objects.
1943
4f1e25e2
CY
19442009-04-25 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1947 Features and Coding System Basics. Node that "p" stands for
1948 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1949 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1950 mouse-appearance-menu.
1951 (Programming Tips): Add xref to Progress.
1952
dca019f8
CY
19532009-04-22 Chong Yidong <cyd@stupidchicken.com>
1954
5dcb4c4e
SM
1955 * os.texi (Command-Line Arguments):
1956 Document command-line-args-left.
dca019f8
CY
1957 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1958 terminal objects for tty arguments.
1959 (Startup Summary): Add xref to Session Management.
1960 (Session Management): Mention emacs-session-restore. Copyedits.
1961
02a89103
CY
19622009-04-20 Chong Yidong <cyd@stupidchicken.com>
1963
1964 * os.texi (Startup Summary): Copyedits. The init file is not
1965 necessarily named .emacs now. Document initial-buffer-choice and
1966 initial-scratch-message. Note where Emacs exits in batch mode.
1967 Document inhibit-splash-screen as an alias.
1968 (Init File): Be neutral about which init file name to use.
1969
19702009-04-16 Chong Yidong <cyd@stupidchicken.com>
1971
1972 * os.texi (System Interface): Fix Texinfo usage.
1973
0c1cfe01
CY
19742009-04-15 Chong Yidong <cyd@stupidchicken.com>
1975
80d7cdca
CY
1976 * searching.texi (Regexp Backslash): Also refer to shy groups as
1977 non-capturing or unnumbered groups.
1978 (Regexp Functions): Add cross-reference to Regexp Backslash.
1979
0c1cfe01
CY
1980 * display.texi (Truncation): Overlays can use line-prefix and
1981 wrap-prefix too.
1982 (Overlay Properties): Document wrap-prefix and line-prefix.
1983 (Face Attributes): Document underline-minimum-offset.
1984 (Face Remapping): Copyedits.
1985 (Low-Level Font): Copyedits.
1986 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1987 (Line Height): Emphasize that line-spacing only takes effect on
1988 graphical terminals.
0c1cfe01 1989
c4adeee0
CY
19902009-04-13 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * display.texi (Refresh Screen): Note that a passage about screen
1993 refreshing is text terminal only.
1994 (Forcing Redisplay): Delete misleading comment---sit-for calls
1995 redisplay, not the other way around.
1996 (Truncation): Note new values of truncate-partial-width-windows.
1997 Copyedits.
1998 (Invisible Text): Document invisible-p.
1999
b20ecfa1
EZ
20002009-04-11 Eli Zaretskii <eliz@gnu.org>
2001
2002 * display.texi (Overlays): Overlays don't scale well. See
2003 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2004
97d8273f
CY
20052009-04-10 Chong Yidong <cyd@stupidchicken.com>
2006
f147ff75
CY
2007 * syntax.texi (Syntax Table Functions): Document cons cell
2008 argument for modify-syntax-entry.
2009 (Categories): Document cons cell argument for
2010 modify-category-entry.
2011
fca4ec76
CY
2012 * searching.texi (String Search): Document word-search-forward-lax
2013 and word-search-backward-lax.
2014 (Searching and Case): Describe isearch behavior more precisely.
2015
9c283d5b
CY
2016 * keymaps.texi (Tool Bar): Mention that some platforms do not
2017 support multi-line toolbars. Suggested by Stephen Eglen.
2018
2019 * frames.texi (Layout Parameters): Mention that Nextstep also
2020 allows only one tool-bar line. Suggested by Stephen Eglen.
2021
97d8273f
CY
2022 * nonascii.texi (Text Representations): Copyedits.
2023 (Coding System Basics): Also mention utf-8-emacs.
2024 (Converting Representations, Selecting a Representation)
2025 (Scanning Charsets, Translation of Characters, Encoding and I/O):
2026 Copyedits.
2027 (Character Codes): Mention role of codepoints 1114112 to 4194175.
2028
2bad3299
CY
20292009-04-09 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
2032 (Filling): Clarify REGION argument of fill-paragraph.
2033 Document fill-forward-paragraph-function.
2bad3299
CY
2034 (Special Properties): Remove "new in Emacs 22" declaration.
2035 (Clickable Text): Merge with Links and Mouse-1 node.
2036
5dcb4c4e
SM
2037 * display.texi (Button Properties, Button Buffer Commands):
2038 Change xref to Clickable Text.
2bad3299
CY
2039
2040 * tips.texi (Key Binding Conventions): Change xref to Clickable
2041 Text.
2042
2043 * elisp.texi (Top): Update node listing.
2044
ea30ce4f
CY
20452009-04-05 Chong Yidong <cyd@stupidchicken.com>
2046
47af2f4b
CY
2047 * markers.texi (The Mark): Copyedits. Improve description of
2048 handle-shift-selection.
2049 (The Region): Move use-region-p here from The Mark.
2050
ea30ce4f
CY
2051 * positions.texi (Screen Lines): Document (cols . lines) argument
2052 for vertical-motion.
2053
2aa8ea6e
CY
20542009-04-04 Chong Yidong <cyd@stupidchicken.com>
2055
3ec61d4e
CY
2056 * frames.texi (Frames): Clean up introduction. Document `ns'
2057 return value for framep.
2058 (Creating Frames): Note how the terminal is chosen.
2059 (Multiple Terminals, Multiple Displays): Merge into a single node.
2060 (Color Parameters): Fix typo.
2061
2062 * variables.texi (Local Variables, Buffer-Local Variables)
2063 (Creating Buffer-Local): Change link to Multiple Terminals.
2064
2065 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
2066
2067 * keymaps.texi (Controlling Active Maps): Change link to Multiple
2068 Terminals.
2069
2070 * commands.texi (Command Loop Info, Keyboard Macros): Change link
2071 to Multiple Terminals.
2072
2073 * elisp.texi (Top): Update node listing.
2074 * vol2.texi (Top): Update node listing.
2075 * vol1.texi (Top): Update node listing.
2076
9257072f
CY
2077 * buffers.texi (Current Buffer): Note that the append-to-buffer
2078 example is no longer in synch with the latest code. Tie the two
2079 examples together.
2080
2aa8ea6e
CY
2081 * files.texi (File Attributes): Move note about MS-DOS from
2082 Changing Files to File Attributes.
2083 (Create/Delete Dirs): Note that mkdir is an alias for this.
2084
22e74b17
CY
20852009-04-01 Markus Triska <triska@gmx.at>
2086
2087 * processes.texi (Filter Functions): Suggest how to handle output
2088 batches.
2089
4bbe48ec
CY
20902009-03-30 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * help.texi (Accessing Documentation): Update example to use
2093 help-setup-xref and with-help-window.
2094 (Help Functions): Remove print-help-return-message, which is
2095 semi-obsolete due to with-help-window. Document help-buffer and
2096 help-setup-xref.
2097
b9723f39
CY
20982009-03-29 Chong Yidong <cyd@stupidchicken.com>
2099
5dcb4c4e
SM
2100 * help.texi (Accessing Documentation, Help Functions):
2101 Remove information about long-obsolete Emacs versions.
9eb52e90 2102
b9723f39
CY
2103 * modes.texi (Mode Line Variables): The default values of the mode
2104 line variables are now more complicated.
2105
b0cc32db
CY
21062009-03-28 Chong Yidong <cyd@stupidchicken.com>
2107
3c25a5a9
CY
2108 * modes.texi (Major Mode Conventions): Note that specialness is
2109 inherited.
31c9eebb
CY
2110 (Derived Modes): Note that define-derive-mode sets the mode-class
2111 property.
3c25a5a9 2112
b0cc32db
CY
2113 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
2114 goto-map. Add search-map to the list.
2115
c5e0006d
EZ
21162009-03-27 Eli Zaretskii <eliz@gnu.org>
2117
1213465a
EZ
2118 * os.texi (System Environment): Update the list of system-type
2119 values.
2120
c5e0006d
EZ
2121 * markers.texi (The Mark) <handle-shift-selection>: Update for
2122 removal of the optional argument DEACTIVATE.
2123
48bab3d6
CY
21242009-03-25 Chong Yidong <cyd@stupidchicken.com>
2125
2126 * commands.texi (Focus Events): Most X window managers don't use
2127 focus-follows-mouse nowadays.
2128
6e4ff1b6
CY
21292009-03-24 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * commands.texi (Defining Commands): Clarify introduction.
2132 (Using Interactive): Not that interactive can be put in a symbol
2133 property.
2134 (Interactive Call): Note that a symbol with a non-nil
2135 interactive-form property satisfies commandp.
2136
11625308
JB
21372009-03-23 Juanma Barranquero <lekktu@gmail.com>
2138
2139 * minibuf.texi (Intro to Minibuffers): Fix typos.
2140
7b34420d
CY
21412009-03-23 Chong Yidong <cyd@stupidchicken.com>
2142
2143 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
2144 about minibuffers in old Emacs versions. Copyedits.
2145 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
2146 (Text from Minibuffer): Simplify introduction.
2147
f9257eed
AM
21482009-03-22 Alan Mackenzie <acm@muc.de>
2149
2150 * commands.texi (Using Interactive): Clarify string argument to
2151 `interactive' - even promptless elements need \n separators.
2152
f639ba70
CY
21532009-03-18 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * minibuf.texi (Completion Styles): New node.
2156
2157 * elisp.texi (Top): Update node listing.
2158
d897e8ee
CY
21592009-03-17 Chong Yidong <cyd@stupidchicken.com>
2160
2161 * minibuf.texi (Basic Completion): Note that
2162 read-file-name-completion-ignore-case and
2163 read-buffer-completion-ignore-case can override
2164 completion-ignore-case.
2165 (Minibuffer Completion): Document completing-read changes.
2166 (Completion Commands): Avoid mentioning partial completion mode.
2167 Document minibuffer-completion-confirm changes, and
2168 minibuffer-confirm-exit-commands.
2169 (High-Level Completion): Document new require-match behavior for
2170 read-buffer. Document read-buffer-completion-ignore-case.
2171 (Reading File Names): Document new require-match behavior for
2172 read-file-name.
2173
b1f23349
CY
21742009-03-14 Chong Yidong <cyd@stupidchicken.com>
2175
2176 * debugging.texi (Error Debugging): Don't mislead the reader into
2177 thinking that debug-on-error enters debugger for C-f at EOB.
2178 (Error Debugging): Setting debug-on-init within the init file
2179 works, and has for some time.
2180
d6eb4e25
KH
21812009-03-13 Kenichi Handa <handa@m17n.org>
2182
2183 * display.texi (Fontsets): Update the description.
2184
1cf53dc5
CY
21852009-03-13 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * advice.texi (Advising Primitives): Link to What Is a Function.
2188
81f919fc
CY
21892009-03-12 Chong Yidong <cyd@stupidchicken.com>
2190
cf4229eb
CY
2191 * compile.texi (Speed of Byte-Code): Update example.
2192 (Disassembly): Update examples.
2193
81f919fc 2194 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
2195
2196 * customize.texi (Common Keywords): It's not necessary to use :tag
2197 to remove hyphens, as custom-unlispify-tag-name does it
2198 automatically.
5dcb4c4e
SM
2199 (Variable Definitions): Link to File Local Variables.
2200 Document customized-value symbol property.
f2bbc08c
CY
2201 (Customization Types): Move menu to end of node.
2202
955964d7
CY
22032009-03-10 Chong Yidong <cyd@stupidchicken.com>
2204
2205 * macros.texi (Compiling Macros): Omit misleading sentence, which
2206 implied that macros can only be used in the same file they are
2207 defined.
2208 (Backquote): Remove obsolete information about Emacs 19.
2209
d25ed7db
GM
22102009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
2211
2212 * display.texi (Display Margins): Fix paren typo.
2213
d55f6ca5
CY
22142009-02-27 Chong Yidong <cyd@stupidchicken.com>
2215
f0e57ed8
CY
2216 * elisp.texi (Top): Update node listing.
2217
2218 * variables.texi (Variables): Clarify introduction.
2219 (Global Variables): Mention that setq is a special form.
2220 (Local Variables): Use active voice.
2221 (Tips for Defining): Mention marking variables as safe.
2222 (Buffer-Local Variables): Mention terminal-local and frame-local
2223 variables together.
2224 (File Local Variables): Copyedits.
2225 (Frame-Local Variables): Note that they are not really useful.
2226 (Future Local Variables): Node deleted.
2227
d55f6ca5
CY
2228 * objects.texi (General Escape Syntax): Update explanation of
2229 unicode escape syntax.
2230
ca8f09a8
CY
22312009-02-23 Chong Yidong <cyd@stupidchicken.com>
2232
2233 * control.texi (Control Structures): Add cindex entry for "textual
2234 order".
2235
2236 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
2237 instead of "expression" throughout.
2238 (Function Indirection): Copyedits. Use active voice.
2239 (Eval): The default value of max-lisp-eval-depth is now 400.
2240
a20878b6
MB
22412009-02-23 Miles Bader <miles@gnu.org>
2242
2243 * processes.texi (System Processes): Rename `system-process-attributes'
2244 to `process-attributes'.
2245
61f66044
CY
22462009-02-22 Chong Yidong <cyd@stupidchicken.com>
2247
1b80d1f3
CY
2248 * symbols.texi (Property Lists): Emphasize that property lists are
2249 not restricted to symbol cells.
2250 (Other Plists): Copyedit.
2251
61f66044
CY
2252 * sequences.texi (Sequences Arrays Vectors): Make introduction
2253 more concise.
2254 (Arrays): Mention char-tables and bool-vectors too.
2255 (Vectors): Don't repeat information given in Arrays node. Link to
2256 nodes that explain the vector usage examples.
2257 (Char-Tables): Note that char-table elements can have arbitrary
2258 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 2259 Link to Property Lists node.
61f66044 2260
9403944b
CY
22612009-02-22 Chong Yidong <cyd@stupidchicken.com>
2262
2263 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
2264 `append'.
4068c7b4 2265 (List Elements): Copyedits.
9403944b
CY
2266
2267 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
2268 of `vconcat'.
2269
2270 * strings.texi (Creating Strings): Copyedits. Remove obsolete
2271 Emacs 20 usage of `concat'.
2272 (Case Conversion): Copyedits.
2273
b87a185f
CY
22742009-02-21 Chong Yidong <cyd@stupidchicken.com>
2275
2276 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
2277 Minor edits.
2278 (Frame Configuration Type): Emphasize that it is not primitive.
2279 (Font Type): New node.
2280 (Type Predicates): Add fontp; type-of now recognizes font object
2281 types.
2282
2283 * intro.texi (Version Info): Update version numbers in examples.
2284 (Acknowledgements): List more contributors.
2285
2286 * elisp.texi: Bump version number to 3.0.
2287 (Top): Link to Font Type node.
2288
867d4bb3
JB
22892009-02-20 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * modes.texi (Major Mode Conventions): Remove duplicate words.
2292 (Customizing Keywords): Fix typo.
2293
77730170
EZ
22942009-02-14 Eli Zaretskii <eliz@gnu.org>
2295
2296 * nonascii.texi (User-Chosen Coding Systems): Document that
2297 select-safe-coding-system suggests raw-text if there are raw bytes
2298 in the region.
2299 (Explicit Encoding): Warn not to use `undecided' when encoding.
2300
c8736212
GM
23012009-02-11 Glenn Morris <rgm@gnu.org>
2302
2303 * frames.texi (Visibility of Frames): Mention the effect multiple
2304 workspaces/desktops can have on visibility.
2305
ab992d66
EZ
23062009-02-07 Eli Zaretskii <eliz@gnu.org>
2307
c8736212
GM
2308 * text.texi (Commands for Insertion):
2309 * commands.texi (Event Mod):
2310 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
2311 * nonascii.texi (Translation of Characters):
2312 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
2313 (Explicit Encoding): Document the `charset' text property produced
2314 by decode-coding-region and decode-coding-string.
ab992d66 2315
e651a255
AM
23162009-01-27 Alan Mackenzie <acm@muc.de>
2317
2318 * modes.texi (Search-based Fontification): Correct a typo.
2319
bc5cde4b
JB
23202009-01-25 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * abbrevs.texi (Abbrev Table Properties): Fix typo.
2323 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
2324
3533155b
EZ
23252009-01-24 Eli Zaretskii <eliz@gnu.org>
2326
f721deda
EZ
2327 * display.texi (Window Systems): Document the value of
2328 `initial-window-system' under --daemon.
2329
3533155b
EZ
2330 * os.texi (System Environment): Remove description of the
2331 `environment' function which has been deleted.
2332
f79b43b2
DN
23332009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 * frames.texi (Multiple Displays): Remove documentation for
2336 removed function make-frame-on-tty.
2337
e3aa6669
CY
23382009-01-22 Chong Yidong <cyd@stupidchicken.com>
2339
2340 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
2341 write-region-annotate-functions.
2342 Document write-region-post-annotation-function.
e3aa6669 2343
fb13a416
CY
23442009-01-19 Chong Yidong <cyd@stupidchicken.com>
2345
2346 * display.texi (Font Lookup): Document WIDTH argument of
2347 x-list-fonts.
2348
02eccf6b
EZ
23492009-01-17 Eli Zaretskii <eliz@gnu.org>
2350
ead3f58d
EZ
2351 * maps.texi (Standard Keymaps): Rename function-key-map to
2352 local-function-key-map.
2353
2354 * keymaps.texi (Translation Keymaps): Rename function-key-map to
2355 local-function-key-map.
2356
2357 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
2358 and `set-keyboard-coding-system' now accept an optional terminal
2359 argument.
2360
2361 * commands.texi (Event Mod): `keyboard-translate-table' is now
2362 terminal-local.
2363 (Function Keys): Rename function-key-map to
2364 local-function-key-map.
2365
df05a163
EZ
2366 * elisp.texi (Top): Make @detailmenu be consistent with changes in
2367 frames.texi.
2368
0ed8034e 2369 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
2370 `delete-terminal-functions', `suspend-tty-functions' and
2371 `resume-tty-functions'.
0ed8034e
EZ
2372
2373 * frames.texi (Frames): Document `frame-terminal' and
2374 `terminal-live-p'.
2375 (Multiple Displays): Document `make-frame-on-tty'.
2376 (Multiple Terminals): Document `terminal-list', `delete-terminal',
2377 `terminal-name', and `get-device-terminal'.
490f1197
EZ
2378 (Terminal Parameters): Document `terminal-parameters',
2379 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
2380
2381 * os.texi (System Environment): Document `environment' and
2382 `initial-environment'.
490f1197
EZ
2383 (Suspending Emacs): Update for multi-tty; document
2384 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 2385
02eccf6b
EZ
2386 * nonascii.texi (Coding System Basics): More accurate description
2387 of `raw-text'.
2388
f19fea97
JB
23892009-01-12 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * display.texi (Low-Level Font): Fix typo.
2392
16fa292f
CY
23932009-01-10 Chong Yidong <cyd@stupidchicken.com>
2394
2395 * elisp.texi (Top): Update node listing.
2396
2397 * display.texi (PostScript Images): Node deleted.
2398
0b4faef3
EZ
23992009-01-10 Eli Zaretskii <eliz@gnu.org>
2400
3355f04d
EZ
2401 * processes.texi (Decoding Output): Document that null bytes force
2402 no-conversion for reading process output.
2403
2404 * files.texi (Reading from Files): Document that null bytes force
2405 no-conversion when visiting files.
2406
11625308 2407 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 2408
5dcb4c4e
SM
2409 * nonascii.texi (Lisp and Coding Systems):
2410 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 2411 (Character Properties): Improve wording.
0b4faef3 2412
ce9cf065
CY
24132009-01-09 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * display.texi (Font Lookup): Remove obsolete function
2416 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
2417 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
2418 (Font Selection): Reorder order of variable descriptions.
2419 Minor clarifications.
ce9cf065
CY
2420
2421 * elisp.texi (Top): Update node listing.
2422
ab756fb3
GM
24232009-01-09 Glenn Morris <rgm@gnu.org>
2424
2425 * commands.texi (Command Loop Info): Say that last-command-char and
2426 last-input-char are obsolete aliases.
2427
2428 * edebug.texi (Edebug Recursive Edit): Remove separate references to
2429 last-input-char and last-command-char, since they are just aliases for
2430 last-input-event and last-command-event.
2431
2432 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
2433 last-command-char.
2434
6b2b8ab1
CY
24352009-01-08 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * elisp.texi: Update node listing.
2438
2439 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
2440 (Face Attributes): Don't link to Font Lookup.
2441 Document font-family-list.
6b2b8ab1
CY
2442 (Fonts): New node.
2443
3568e767
JR
24442009-01-08 Jason Rumney <jasonr@gnu.org>
2445
2446 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 2447 changing the standard pointer shapes. (Bug#1485)
3568e767 2448
6221c8db
CY
24492009-01-08 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * display.texi (Attribute Functions): Note that a function value
2452 :height is relative, and that compatibility functions work by
2453 calling set-face-attribute.
2454 (Displaying Faces): Reorder list in order of increasing priority.
2455 (Face Remapping): New node. Content moved here from Displaying
2456 Faces.
2457 (Glyphs): Link to Face Functions.
2458
e3d3799a
CY
24592009-01-08 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * display.texi (Faces): Don't discuss face id here. facep does
2462 not return t.
2463 (Defining Faces): Minor clarification.
2464 (Face Attributes): Rearrange items to match docstring of
2465 set-face-attribute. Add :foundry attribute. Document new role of
2466 :font attribute. Texinfo usage fix.
2467 (Attribute Functions): Copyedits.
2468 (Face Functions): Note that face number is seldom used.
2469
638a2457
RS
24702009-01-05 Richard M Stallman <rms@gnu.org>
2471
2472 * strings.texi (Predicates for Strings): Minor clarification.
2473
2474 * functions.texi (Function Safety): Texinfo usage fix.
2475
49ea0074
JB
24762009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
2477
2478 * objects.texi (General Escape Syntax): Fix typo.
2479
9f822178
MR
24802009-01-03 Martin Rudalics <rudalics@gmx.at>
2481
2482 * windows.texi (Choosing Window): Say that pop-up-frame-alist
2483 works via the default value of pop-up-frame-function.
2484
af34ad36
EZ
24852009-01-02 Eli Zaretskii <eliz@gnu.org>
2486
2487 * processes.texi (System Processes): Document the `time' and
2488 `ctime' attributes of `system-process-attributes'.
2489
d31f6679
CY
24902009-01-01 Chong Yidong <cyd@stupidchicken.com>
2491
2492 * display.texi (Face Attributes): Clarify :height attribute.
2493
174dc00c
MR
24942008-12-31 Martin Rudalics <rudalics@gmx.at>
2495
2496 * buffers.texi (The Buffer List): Clarify what moves a buffer to
2497 the front of the buffer list. Add entries for `last-buffer' and
2498 `unbury-buffer'.
2499
b8afe7e4
EZ
25002008-12-27 Eli Zaretskii <eliz@gnu.org>
2501
d14030f5
EZ
2502 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
2503 and its subsections.
2504
2505 * frames.texi (Multiple Terminals, Low-level Terminal)
2506 (Terminal Parameters, Frames on Other TTY devices): New sections.
2507 (Frames): Add an xref to "Multiple Terminals".
2508
765980a4
EZ
2509 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
2510
2511 * objects.texi (Terminal Type): New node.
2512 (Editing Types): Add it to the menu.
2513
47bd5577
EZ
2514 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
2515 Variables".
2516
eb22b78c 2517 * variables.texi (Directory Local Variables): New node.
47bd5577 2518 (Variables): Add a menu item for it.
eb22b78c 2519
b8afe7e4
EZ
2520 * loading.texi (Autoload): Document `generate-autoload-cookie' and
2521 `generated-autoload-file'.
2522
77bb0476
EZ
25232008-12-20 Eli Zaretskii <eliz@gnu.org>
2524
028e2c19
EZ
2525 * os.texi (Startup Summary): Add xref to documentation of
2526 `initial-window-system'.
2527
77bb0476
EZ
2528 * display.texi (Window Systems): Document `window-system' the
2529 function. The variable `window-system' is now frame-local.
028e2c19 2530 Document `initial-window-system'.
77bb0476 2531
dda87836
MR
25322008-12-19 Martin Rudalics <rudalics@gmx.at>
2533
2534 * windows.texi (Windows): Rewrite description of
2535 fit-window-to-buffer.
2536
caef3ed2
GM
25372008-12-13 Glenn Morris <rgm@gnu.org>
2538
2539 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
2540 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
2541
21c58e4d
GM
25422008-12-12 Glenn Morris <rgm@gnu.org>
2543
2544 * debugging.texi (Error Debugging): Refer forwards to
2545 eval-expression-debug-on-error.
2546
af38459f
EZ
25472008-12-05 Eli Zaretskii <eliz@gnu.org>
2548
5dedd9b5
EZ
2549 * strings.texi (String Basics): Only unibyte strings that
2550 represent key sequences hold 8-bit raw bytes.
2551
af38459f
EZ
2552 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
2553 paragraph to speak about `undecided'.
2554 (Character Properties): Don't explain the meaning of each
2555 property; instead, identify their Unicode Standard names.
b3f1f4a5 2556 (Character Sets): Document `map-charset-chars'.
af38459f 2557
fa047ae7
GM
25582008-12-02 Glenn Morris <rgm@gnu.org>
2559
2560 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
2561 section yet again.
2562
47dbc044
EZ
25632008-11-29 Eli Zaretskii <eliz@gnu.org>
2564
98d05998
EZ
2565 * nonascii.texi (Character Properties): New Section.
2566 (Specifying Coding Systems): Document
2567 `coding-system-priority-list', `set-coding-system-priority', and
2568 `with-coding-priority'.
2569 (Lisp and Coding Systems): Document `check-coding-systems-region'
2570 and `coding-system-charset-list'.
2571 (Coding System Basics): Document `coding-system-aliases'.
2572
2573 * elisp.texi (Top): Add a @detailmenu entry for "Character
2574 Properties".
2575
47dbc044
EZ
2576 * objects.texi (Character Type): Correct the range of Emacs
2577 characters. Add an @xref to "Character Codes".
2578
2579 * strings.texi (String Basics): Add an @xref to "Character Codes".
2580
2581 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
2582
2583 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
2584 (Character Codes): Document `max-char'.
2585
8b80cdf5
EZ
25862008-11-28 Eli Zaretskii <eliz@gnu.org>
2587
2588 * nonascii.texi (Text Representations, Converting Representations)
2589 (Character Sets, Scanning Charsets, Translation of Characters):
2590 Make text more accurate.
2591
a99dceba
GM
25922008-11-28 Glenn Morris <rgm@gnu.org>
2593
2594 * files.texi (Format Conversion Round-Trip): Improve previous change.
2595
f6dc3bed
CY
25962008-11-26 Chong Yidong <cyd@stupidchicken.com>
2597
2598 * modes.texi (Auto Major Mode): Fix example.
2599
5da9413d
GM
26002008-11-25 Glenn Morris <rgm@gnu.org>
2601
2602 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
2603
2604 * files.texi (Format Conversion Round-Trip):
2605 Use active voice for previous change.
2606
fcca848c
CY
26072008-11-25 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * os.texi (Processor Run Time):
2610 * processes.texi (Transaction Queues):
2611 * markers.texi (The Mark):
2612 * windows.texi (Choosing Window, Selecting Windows):
2613 * files.texi (Changing Files, Magic File Names):
2614 * commands.texi (Key Sequence Input):
2615 * functions.texi (Declaring Functions):
2616 * strings.texi (Predicates for Strings):
2617 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2618
36c8dc54
CY
26192008-11-24 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * help.texi (Accessing Documentation): Update example.
2622
2623 * variables.texi (Defining Variables): Note that `*' is not
2624 necessary if defcustom is used.
2625
2a79b242
EZ
26262008-11-22 Eli Zaretskii <eliz@gnu.org>
2627
2628 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2629 Characters" from @detailmenu.
2630
2631 * nonascii.texi (Character Codes, Character Sets)
2632 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2633 (Chars and Bytes, Splitting Characters): Sections removed.
2634
392f0d26
LK
26352008-11-22 Lute Kamstra <lute@gnu.org>
2636
2637 * positions.texi (Text Lines): Update goto-line documentation.
2638
af1a5cd5
MR
26392008-11-21 Martin Rudalics <rudalics@gmx.at>
2640
6a4cfb0c
MR
2641 * frames.texi (Frames): Fix typo, add cross references, reword.
2642 (Initial Parameters): Reword special-display-frame-alist text.
2643 (Frames and Windows): Reword. Describe argument norecord for
2644 set-frame-selected-window.
2645 (Input Focus): Describe argument norecord for select-frame.
2646 Remove comment on MS-Windows behavior for focus-follows-mouse.
2647 (Raising and Lowering): Mention windows-frames dichotomy in
2648 metaphor.
2649
af1a5cd5
MR
2650 * windows.texi (Displaying Buffers, Vertical Scrolling)
2651 (Horizontal Scrolling): Fix indenting and rewording issues
2652 introduced with 2008-11-07 change.
2653
c249fa9c
GM
26542008-11-20 Glenn Morris <rgm@gnu.org>
2655
2656 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2657 element of `format-alist'.
2658
204d4665
GM
26592008-11-19 Glenn Morris <rgm@gnu.org>
2660
2661 * doclicense.texi: Update to FDL 1.3.
2662 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2663
cc0910af
CY
26642008-11-18 Chong Yidong <cyd@stupidchicken.com>
2665
efe6e7c4
CY
2666 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2667 vars, which are obsolete. Mention jit-lock-register.
2668
5dcb4c4e
SM
2669 * modes.texi (Other Font Lock Variables):
2670 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2671
cc0910af
CY
2672 * frames.texi (Color Parameters): Document alpha parameter.
2673
aeeedf76
MR
26742008-11-16 Martin Rudalics <rudalics@gmx.at>
2675
2676 * windows.texi (Splitting Windows, Deleting Windows)
2677 (Selecting Windows, Cyclic Window Ordering)
2678 (Buffers and Windows, Displaying Buffers, Choosing Window)
2679 (Dedicated Windows, Window Point, Window Start and End)
2680 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2681 (Size of Window, Resizing Windows, Window Configurations)
2682 (Window Parameters): Avoid @var at beginning of sentences and
2683 reword accordingly.
2684
4c565c5c
LK
26852008-11-11 Lute Kamstra <lute@gnu.org>
2686
2687 * files.texi (File Name Components): Fix file-name-extension
2688 documentation.
2689
25f494c9
JB
26902008-11-11 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * frames.texi (Basic Parameters): Remove display-environment-variable
2693 and term-environment-variable.
2694
a1401ab1
EZ
26952008-11-08 Eli Zaretskii <eliz@gnu.org>
2696
2697 * windows.texi (Basic Windows, Splitting Windows)
2698 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2699 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2700 (Resizing Windows, Window Configurations, Window Parameters):
2701 Fix wording and markup.
a1401ab1 2702
efafc282
MR
27032008-11-07 Martin Rudalics <rudalics@gmx.at>
2704
2705 * windows.texi (Windows): Update entries.
2706 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2707 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2708 (Selecting Windows, Cyclic Window Ordering): Reword with special
2709 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2710 (Buffers and Windows, Choosing Window): Reword with special
2711 emphasis on dedicated windows.
2712 (Displaying Buffers): Reword. For switch-to-buffer mention that
2713 it may fall back on pop-to-buffer. For other-window try to
2714 explain how it treats the cyclic ordering of windows.
efafc282
MR
2715 (Dedicated Windows): New node and section discussing dedicated
2716 windows and associated functions.
86ab855a 2717 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2718 (Window Start and End): Rename node and section title. Reword.
2719 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2720 Minor rewording.
2721 (Size of Window): Reword, in particular text on window-width.
2722 (Resizing Windows): Reword. Add text on balancing windows.
2723 (Window Configurations): Reword. Mention window parameters.
2724 (Window Parameters): New node and section on window parameters.
2725 (Window Hooks): Reword. Mention that
2726 window-configuration-change-hook is run "buffer-locally".
2727 * elisp.texi (Top): Update Windows entries in @detailmenu
2728 section.
2729
d60a8ab2
JB
27302008-11-04 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * searching.texi (Regexp Search): Fix typo.
2733
01777627
CY
27342008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2735
2736 * searching.texi (Regexp Search): Document GREEDY arg.
2737 (Simple Match Data): Fix return value.
2738
c4526e93
EZ
27392008-11-01 Eli Zaretskii <eliz@gnu.org>
2740
2741 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2742 with Emacs 23 internal representation of characters.
2743 Document `unibyte-string'.
c4526e93 2744
fe2ae8b5
CY
27452008-10-28 Chong Yidong <cyd@stupidchicken.com>
2746
2747 * processes.texi (Process Information): Note that process-status
2748 does not accept buffer names.
2749
cc5a21e3
CY
27502008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2751
2752 * positions.texi (Skipping Characters): Correct return value of
2753 skip-chars-forward.
2754
09460d9a
MR
27552008-10-25 Martin Rudalics <rudalics@gmx.at>
2756
520b29e7
MR
2757 * windows.texi (Deleting Windows): Update documentation of
2758 delete-windows-on.
2759 (Buffers and Windows): Update documentations of
2760 get-buffer-window and get-buffer-window-list.
2761 (Displaying Buffers): Update documentation of
2762 replace-buffer-in-windows.
2763
09460d9a
MR
2764 * buffers.texi (Current Buffer): Reword set-buffer and
2765 with-current-buffer documentations.
2766 (Creating Buffers): Reword documentation of get-buffer-create.
2767
4d48fcdc
MR
27682008-10-23 Martin Rudalics <rudalics@gmx.at>
2769
2770 * buffers.texi (Current Buffer): Reword documentation of
2771 set-buffer.
2772 (Buffer Names): Reword documentation of buffer-name.
2773 (The Buffer List): For bury-buffer explain what happens with the
2774 buffer's window.
2775 (Creating Buffers): Say that get-buffer-create's arg is called
2776 buffer-or-name.
2777
f0143c43
CY
27782008-10-22 Chong Yidong <cyd@stupidchicken.com>
2779
3e5dbbd3
CY
2780 * advice.texi (Computed Advice): Explain what DEFINITION is.
2781
f0143c43
CY
2782 * nonascii.texi (Character Codes): Remove obsolete function
2783 char-valid-p, and document characterp instead.
2784
52a94b85
MR
27852008-10-22 Martin Rudalics <rudalics@gmx.at>
2786
2787 * windows.texi (Displaying Buffers): Reword documentation of
2788 pop-to-buffer.
2789 (Choosing Window): Rewrite documentation of display-buffer and
2790 its options.
2791
f76f8246
MR
2792 * buffers.texi (Killing Buffers): Update documentation of
2793 kill-buffer.
2794
acc8b598
EZ
27952008-10-21 Eli Zaretskii <eliz@gnu.org>
2796
80e6b6df
EZ
2797 * processes.texi (Serial Ports): Fix wording and improve markup.
2798
3645358a
EZ
2799 * searching.texi (Regexp Search): Document `string-match-p' and
2800 `looking-at-p'.
2801 (POSIX Regexps): Add an xref for "non-greedy".
2802 (Regexp Special): Add @cindex entry for "non-greedy".
2803
b3d50cff 2804 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2805 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2806
73b7530a
EZ
2807 * frames.texi (Color Names): Add an xref to `read-color'.
2808
2809 * minibuf.texi (High-Level Completion): Document `read-color'.
2810
acc8b598
EZ
2811 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2812
2813 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2814
2815 * buffers.texi (Swapping Text): New section, documents
2816 `buffer-swap-text'.
2817
10e187e8
MR
28182008-10-21 Martin Rudalics <rudalics@gmx.at>
2819
2820 * windows.texi (Resizing Windows): Minor wording fix.
2821
fd6f900c
EZ
28222008-10-20 Eli Zaretskii <eliz@gnu.org>
2823
2824 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2825 and `combine-and-quote-strings'.
2826
2827 * strings.texi (Creating Strings): Add xrefs for them.
2828
e4372165
EZ
28292008-10-19 Eli Zaretskii <eliz@gnu.org>
2830
d6328fba
EZ
2831 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2832 match the corresponding menu in minibuf.texi.
2833
e4372165
EZ
2834 * minibuf.texi (Reading File Names): Document `read-shell-command'
2835 and `minibuffer-local-shell-command-map'.
2836
5d8dda33
MR
28372008-10-19 Martin Rudalics <rudalics@gmx.at>
2838
2839 * windows.texi (Resizing Windows): Remove var{} around "window" in
2840 documentation of enlarge-window.
2841 Rewrite documentation of window-min-height and window-min-width.
2842
437706cd
EZ
28432008-10-19 Eli Zaretskii <eliz@gnu.org>
2844
80f85d7c
EZ
2845 * functions.texi (Calling Functions): Document `apply-partially'.
2846
291703b5
EZ
2847 * hooks.texi (Standard Hooks): Mention
2848 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2849
2850 * variables.texi (File Local Variables): Document
2851 `file-local-variables-alist', `before-hack-local-variables-hook'
2852 and `hack-local-variables-hook'.
2853
583d8b3c
EZ
2854 * processes.texi (Synchronous Processes): Document `process-lines'.
2855
5dcb4c4e
SM
2856 * customize.texi (Variable Definitions):
2857 Document `custom-reevaluate-setting'.
437706cd 2858
7e51d89b
MR
28592008-10-18 Martin Rudalics <rudalics@gmx.at>
2860
2861 * windows.texi (Choosing Window, Deleting Windows)
2862 (Displaying Buffers): Expand documentation of dedicated windows.
2863
43c59a3d
EZ
28642008-10-18 Eli Zaretskii <eliz@gnu.org>
2865
018a960d
EZ
2866 * files.texi (Changing Files): Document symbolic input of file
2867 modes to `set-file-modes'. Document `read-file-modes' and
2868 `file-modes-symbolic-to-number'.
2869
2c0b8144
EZ
2870 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2871 and `search-map'.
2872
5dcb4c4e
SM
2873 * searching.texi (Search and Replace):
2874 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2875 Document `multi-query-replace-map'.
80120f13 2876
6d4913f0 2877 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2878 (Completion Commands, Reading File Names):
2879 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2880 `minibuffer-local-filename-must-match-map'.
2881 (Minibuffer Completion): The `require-match' argument to
2882 `completing-read' can now have the value `confirm-only'.
2883
43c59a3d
EZ
2884 * windows.texi (Displaying Buffers): Minor wording fix.
2885 (Choosing Window): `split-height-threshold' can now be nil.
2886 Document `split-width-threshold'. `pop-up-frames' can have the
2887 value `graphic-only'.
2888
f36acfd9
EZ
28892008-10-17 Eli Zaretskii <eliz@gnu.org>
2890
2891 * os.texi (Startup Summary): Document `before-init-time' and
2892 `after-init-time'. Document `initial-window-system' and
2893 `window-system-initialization-alist'. Document reading the
2894 abbrevs file. Document the call to `server-start' under --daemon.
2895 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2896 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2897 (Time Parsing): Document `format-seconds'.
f36acfd9 2898
96995b89
MR
28992008-10-17 Martin Rudalics <rudalics@gmx.at>
2900
2901 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2902 and reword.
2903
2de17c73
EZ
29042008-10-16 Eli Zaretskii <eliz@gnu.org>
2905
2906 * markers.texi (The Mark): Document use-region-p.
2907
9cf52b11
EZ
29082008-10-15 Eli Zaretskii <eliz@gnu.org>
2909
c3aaf1d7
EZ
2910 * internals.texi (Writing Emacs Primitives): The interactive spec
2911 of a primitive can be a Lisp form.
2912
841a1743
EZ
2913 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2914 values of transient-mark-mode. Document handle-shift-selection.
2915
2916 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2917 (Interactive Examples): Show an example of `^'.
2918 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2919 (Defining Commands, Using Interactive): The interactive-form of a
2920 function can be added via its symbol's property.
841a1743 2921
52441368
EZ
2922 * positions.texi (List Motion): beginning-of-defun-function can
2923 now accept an argument.
2924
8e8c1a72
EZ
2925 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2926 now return a list of strings.
2927
a33a1f2a
EZ
2928 * control.texi (Handling Errors): Document ignore-errors.
2929
4fb04348
EZ
2930 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2931 (Parameter Access): Document set-frame-parameter.
2932
ee666f84
EZ
2933 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2934 Hooks" for the effect of kill-all-local-variables on local hook
2935 functions.
2936
9cf52b11
EZ
2937 * modes.texi (Major Mode Conventions, Mode Line Variables):
2938 `mode-name' need not be a string. xref to "Mode Line Data" for
2939 details, and to "Emulating Mode Line" for computing a string
2940 value.
2941
22526bc4
EZ
29422008-10-14 Eli Zaretskii <eliz@gnu.org>
2943
a65f6a85
EZ
2944 * processes.texi (System Processes): New section.
2945 (Processes, Signals to Processes): Add xrefs to it.
2946
2947 * objects.texi (Editing Types): A `process' is a subprocess of
2948 Emacs, not just any process running on the OS.
2949
2950 * elisp.texi (Top): Adjust the @detailmenu for the above two
2951 changes.
2952
2724b26a
EZ
2953 * sequences.texi (Char-Tables): Remove documentation of
2954 set-char-table-default, which has no effect since Emacs 23.
2955 <char-table-range, set-char-table-range>: Don't mention generic
2956 characters and charsets. Add a cons cell as a possible argument.
2957
2958 * nonascii.texi (Splitting Characters)
2959 (Translation of Characters): Don't mention generic characters.
2960
2961 * display.texi (Fontsets): Don't mention generic characters.
2962
22526bc4 2963 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2964 argument FUNCTION with a cons cell as KEY.
22526bc4 2965
eaf4b689
EZ
29662008-10-13 Eli Zaretskii <eliz@gnu.org>
2967
45e46036
EZ
2968 * objects.texi (Primitive Function Type): Move "@cindex special
2969 forms" from here...
2970
2971 * eval.texi (Special Forms): ...to here.
2972
2973 * functions.texi (What Is a Function): `functionp' returns nil for
2974 special forms. Add an xref.
2975
eaf4b689
EZ
2976 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2977 Variables".
2978
2979 * variables.texi (Frame-Local Variables): New section.
2980 (Buffer-Local Variables): Add an xref to it.
2981 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2982 have both frame-local and buffer-local binding.
2983
2984 * frames.texi (Frames): Mention multiple tty frames.
2985 (Frame Parameters, Parameter Access): Mention frame-local variable
2986 bindings.
2987
15688fce
GM
29882008-09-20 Glenn Morris <rgm@gnu.org>
2989
2990 * display.texi (Defining Faces): Recommend against face variables.
2991
35539065
JB
29922008-09-16 Juanma Barranquero <lekktu@gmail.com>
2993
2994 * display.texi (Echo Area Customization): Fix typo.
2995
6a57054b
JB
29962008-09-09 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * loading.texi (Where Defined): Add `defface' item.
2999
d632fb82
MR
30002008-09-06 Martin Rudalics <rudalics@gmx.at>
3001
3002 * loading.texi (Where Defined): Fix description of symbol-file.
3003
905a9adb
JR
30042008-08-26 Jason Rumney <jasonr@gnu.org>
3005
3006 * display.texi (TIFF Images): New section describing :index property.
3007
852e91b7
CY
30082008-08-23 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * display.texi (Temporary Displays): Remove unnecessary comment
3011 about usage of temp-buffer-show-hook.
3012
6be001ee
CY
30132008-08-05 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * symbols.texi (Other Plists): Fix incorrect example.
3016 Suggested by Florian Beck.
3017
58e3d8e8
JB
30182008-07-31 Juanma Barranquero <lekktu@gmail.com>
3019
3020 * os.texi: Fix previous change.
3021
7c2fb837
DN
30222008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3023
3024 * os.texi:
3025 * intro.texi:
3026 * files.texi: Remove VMS support.
3027
9e2a2647
DN
30282008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3029
3030 * os.texi:
3031 * frames.texi:
3032 * display.texi: Remove mentions of Mac Carbon.
3033
c4f4682b
MB
30342008-07-01 Miles Bader <miles@gnu.org>
3035
3036 * text.texi (Special Properties):
3037 * display.texi (Truncation): Add wrap-prefix and line-prefix.
3038
3696411e
JB
30392008-06-28 Johan Bockgård <bojohan@gnu.org>
3040
3041 * display.texi (Other Image Types): Fix copy/paste error; say
3042 "PBM", not "XBM".
3043
f2a77c3a
DN
30442008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3045
3046 * os.texi: Remove references to obsolete systems.
3047
6d52677d
EZ
30482008-06-20 Eli Zaretskii <eliz@gnu.org>
3049
3050 * makefile.w32-in (distclean): Remove makefile.
3051
1a87da4c
GM
30522008-06-17 Glenn Morris <rgm@gnu.org>
3053
3054 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
3055 (elisp, dist): Remove rules and variables that are obsolete now
3056 the lisp manual is no longer distributed separately.
3057
fdda1c5d
GM
30582008-06-16 Glenn Morris <rgm@gnu.org>
3059
646692e9
GM
3060 * configure, configure.in, mkinstalldirs: Remove unused files.
3061
3062 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 3063 * vol1.texi (EMACSVER):
6a57054b 3064 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
3065
3066 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
3067 as per maintain.info.
3068
611bee81
GM
30692008-06-15 Glenn Morris <rgm@gnu.org>
3070
a7bed3a0
GM
3071 * makefile.w32-in (manual): Use "23" rather than "21".
3072
3073 * Makefile.in (emacsver): New, set by configure.
3074 (manual): Use emacsver.
3075
d794edf2
GM
3076 * intro.texi: Report bugs using M-x report-emacs-bug.
3077
611bee81
GM
3078 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
3079
c73e02fa
GM
30802008-06-13 Daniel Engeler <engeler@gmail.com>
3081
3082 * elisp.texi, internals.texi, processes.texi: Add documentation
3083 about serial port access.
3084
e40a85cd
MB
30852008-06-05 Miles Bader <miles@gnu.org>
3086
3087 * display.texi (Displaying Faces): Update to reflect function
3088 renamings in face-remap.el.
3089
7b753744
JB
30902008-06-05 Juanma Barranquero <lekktu@gmail.com>
3091
3092 * display.texi (Fontsets): Fix typos.
3093
9d3d42fb
MB
30942008-06-03 Miles Bader <miles@gnu.org>
3095
7b753744
JB
3096 * display.texi (Displaying Faces): Add add-relative-face-remapping,
3097 remove-relative-face-remapping, set-base-face-remapping,
3098 and set-default-base-face-remapping.
9d3d42fb 3099
f2cec7a9
MB
31002008-06-01 Miles Bader <miles@gnu.org>
3101
3102 * display.texi (Displaying Faces): Add face-remapping-alist.
3103
8f39c96d
SM
31042008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
3107 variable names.
3108
1ef5eecc
ER
31092008-05-03 Eric S. Raymond <esr@golux>
3110
352c8b4a 3111 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
3112 (current-global-map) return references, not copies.
3113
63b4387f
JL
31142008-05-02 Juri Linkov <juri@jurta.org>
3115
3116 * minibuf.texi (Text from Minibuffer): Document a list of
3117 default values for `read-from-minibuffer'.
3118
38a8b703
JB
31192008-04-24 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * nonascii.texi (Translation of Characters): Fix previous change.
3122
7c42e639
CY
31232008-04-20 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * display.texi (Overlay Properties): Clarify role of underlying
3126 textprop and overlay keymaps for display strings.
3127
3128 * keymaps.texi (Active Keymaps): Ditto.
3129
25c0d999
SM
31302008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * minibuf.texi (Programmed Completion):
3133 Replace dynamic-completion-table with the new completion-table-dynamic.
3134
e3af5968
CY
31352008-04-07 Chong Yidong <cyd@stupidchicken.com>
3136
3137 * intro.texi (Some Terms): Change "fonts in this manual" index
3138 entry to "typographic conventions".
3139
6bfc8698
EZ
31402008-04-05 Eli Zaretskii <eliz@gnu.org>
3141
3142 * objects.texi (Text Props and Strings): Add indexing for read
3143 syntax of text properties.
3144
4972c361
SM
31452008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * processes.texi (Decoding Output): Remove process-filter-multibyte
3148 functions.
3149
c70a68db
MR
31502008-03-15 Martin Rudalics <rudalics@gmx.at>
3151
3152 * display.texi (Finding Overlays): Say that empty overlays at
3153 the end of the buffer are reported too.
3154
1291fd36
GM
31552008-03-13 Glenn Morris <rgm@gnu.org>
3156
3157 * elisp.texi (EMACSVER): Set to 23.0.60.
3158
c6b0dfd5
CY
31592008-02-26 Chong Yidong <cyd@stupidchicken.com>
3160
38a8b703 3161 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 3162
875fc30c
GM
31632008-02-22 Glenn Morris <rgm@gnu.org>
3164
3165 * frames.texi (Position Parameters): Clarify the description of
3166 `left' and `top', using information from "Geometry".
3167 (Geometry): Give a pointer to "Position Parameters", rather than
3168 repeating information.
3169
d8c8e45a
GM
31702008-02-11 Glenn Morris <rgm@gnu.org>
3171
3172 * objects.texi (Equality Predicates): No longer talk about "two"
3173 functions.
3174
38a8b703 31752008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
3176
3177 * objects.texi (Equality Predicates): Add defun for
3178 equal-including-properties.
3179
bfffe0b1
GM
31802008-02-10 Glenn Morris <rgm@gnu.org>
3181
3182 * objects.texi (Equality Predicates):
3183 Mention equal-including-properties.
3184
431b78c9
RS
31852008-02-07 Richard Stallman <rms@gnu.org>
3186
3187 * windows.texi (Window Start): Mention the feature of moving
3188 window-start to start of line.
3189
c8763fb6 31902008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
3191
3192 * keymaps.texi (Tool Bar): Document rtl property.
3193
1a256502
TTN
31942008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
3195
3196 * display.texi (Button Types):
3197 For define-button-type, clarify type of NAME.
3198
569382c2
MR
31992008-01-19 Martin Rudalics <rudalics@gmx.at>
3200
3201 * buffers.texi (Buffer Modification): Fix typo.
3202
f3041af1
DN
32032008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * os.texi (System Environment): Remove references to OSes that are
3206 not supported anymore.
3207
d35e1cd7
DN
32082008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3209
3210 * os.texi (System Environment): Remove mention for Masscomp.
3211
23af7580
RS
32122008-01-04 Richard Stallman <rms@gnu.org>
3213
3214 * display.texi (Faces): Don't talk about internal face vector as arg
3215 to facep.
3216
3217 * customize.texi (Type Keywords): Fix previous change.
3218
3219 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
3220 * elisp.texi (Top): Fix menu for commands.texi change.
3221
ec7d5b1e
RS
32222007-12-30 Richard Stallman <rms@gnu.org>
3223
5dcb4c4e 3224 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
3225 (Accessing Scroll): New node broken out of Accessing Mouse.
3226
101a6cea
RS
32272007-12-28 Richard Stallman <rms@gnu.org>
3228
3229 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 3230 (Basic Parameters): For `title', refer to title bar.
041817a4 3231 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 3232
72b7e664
RS
32332007-12-23 Richard Stallman <rms@gnu.org>
3234
3235 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
3236 Improve some of the commented-out keywords' text too.
3237
27a4f445
MR
32382007-12-14 Martin Rudalics <rudalics@gmx.at>
3239
e2e3f1d7
MR
3240 * nonascii.texi (Encoding and I/O): Reword to avoid saying
3241 "visit the current buffer".
3242
27a4f445
MR
3243 * os.texi (System Interface): Fix typo.
3244
a2afc99d
RS
32452007-12-04 Richard Stallman <rms@gnu.org>
3246
3247 * objects.texi (Symbol Type): Fix typo.
3248
b694135c
RS
32492007-12-03 Richard Stallman <rms@gnu.org>
3250
3251 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
3252
f99a19da
GM
32532007-12-01 Glenn Morris <rgm@gnu.org>
3254
3255 * functions.texi (Declaring Functions): Improve previous change.
3256
8f4b37d8
GM
32572007-11-30 Glenn Morris <rgm@gnu.org>
3258
3259 * functions.texi (Declaring Functions): Add optional fourth
3260 argument of declare-function, and setting third argument to `t'.
3261
61a2fe01
RS
32622007-11-29 Richard Stallman <rms@gnu.org>
3263
3264 * customize.texi (Composite Types): Document `group' type.
3265
cbfc5193
GM
32662007-11-29 Glenn Morris <rgm@gnu.org>
3267
5dcb4c4e
SM
3268 * functions.texi (Declaring Functions): Add findex.
3269 Mention `external' files.
cbfc5193 3270
8386283a
JB
32712007-11-26 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * functions.texi (Declaring Functions): Fix directive.
3274
a07c9a8b
RS
32752007-11-25 Richard Stallman <rms@gnu.org>
3276
3277 * help.texi (Help Functions): Clean up last change.
3278
3279 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
3280
3281 * loading.texi (Named Features): Minor cleanup.
3282
3283 * macros.texi (Eval During Expansion): Minor cleanup.
3284
3285 * variables.texi (Variable Aliases): Minor cleanup.
3286
a0925923
RS
32872007-11-24 Richard Stallman <rms@gnu.org>
3288
3289 * functions.texi (Declaring Functions): Clarify previous change.
3290
3291 * compile.texi (Compiler Errors): Clarify previous change.
3292
20c63e44
RS
32932007-11-24 Richard Stallman <rms@gnu.org>
3294
e5e76c04 3295 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
3296 Clarify the text and move items around.
3297
5bb0cda3
GM
32982007-11-24 Glenn Morris <rgm@gnu.org>
3299
3300 * functions.texi (Declaring Functions): New section.
3301 * compile.texi (Compiler Errors): Mention declaring functions,
3302 defvar with no initvalue, and byte-compile-warnings.
3303
af13c86a
MR
33042007-11-15 Martin Rudalics <rudalics@gmx.at>
3305
3306 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
3307 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
3308
a5373305
MR
33092007-11-13 Martin Rudalics <rudalics@gmx.at>
3310
3311 * help.texi (Help Functions): Document new macro `with-help-window'.
3312
fe284805
JL
33132007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3314
3315 * searching.texi (Replacing Match): Describe new
3316 `match-substitute-replacement'.
3317
2c3a09b1
RS
33182007-10-31 Richard Stallman <rms@gnu.org>
3319
3320 * strings.texi (Creating Strings): Null strings from concat not unique.
3321
f2b480f4
RS
33222007-10-26 Richard Stallman <rms@gnu.org>
3323
3324 * objects.texi (Equality Predicates): Null strings are uniquified.
3325
3326 * minibuf.texi: Minor clarifications in previous change.
3327
db21122c
GM
33282007-10-25 Glenn Morris <rgm@gnu.org>
3329
3330 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
3331
2328cbb3
RS
33322007-10-24 Richard Stallman <rms@gnu.org>
3333
3334 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
3335
3336 * variables.texi (Frame-Local Variables): Node deleted.
3337 (Variables): Delete Frame-Local Variables from menu.
3338 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
3339 (Default Value): Don't mention frame-local vars.
3340
3341 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
3342
3343 * loading.texi (Unloading): Document FEATURE-unload-function
3344 instead of FEATURE-unload-hook.
3345
2328cbb3
RS
3346 * frames.texi (Multiple Displays): Don't mention frame-local vars.
3347
c066bafa
JL
33482007-10-22 Juri Linkov <juri@jurta.org>
3349
3350 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
3351 (High-Level Completion): Document a list of default value strings
3352 in the DEFAULT argument, for which minibuffer functions return the
3353 first element.
3354
65ced25f
JL
33552007-10-17 Juri Linkov <juri@jurta.org>
3356
3357 * text.texi (Filling): Update arguments of fill-paragraph.
3358 fill-paragraph operates on the active region in Transient Mark mode.
3359 Remove fill-paragraph-or-region.
3360
ee46ec8e
KB
33612007-10-13 Karl Berry <karl@gnu.org>
3362
3363 * elisp.texi (@dircategory): Move to after @copying,
3364 since we want @copying as close as possible to the beginning of
3365 the output.
3366
61bbdbc6
RS
33672007-10-12 Richard Stallman <rms@gnu.org>
3368
3369 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
3370
3371 * commands.texi (Distinguish Interactive): New node,
3372 broken out from Interactive Call and rewritten.
3373 (Command Loop): Put Distinguish Interactive in menu.
3374
af23e1e8
RS
33752007-10-09 Richard Stallman <rms@gnu.org>
3376
3377 * text.texi (Examining Properties): Mention overlay priority.
3378
3379 * display.texi (Display Margins): Correct the description
3380 of margin display specifications.
3381 (Replacing Specs): New subnode broken out of Display Property.
3382
e1965a69
JL
33832007-10-06 Juri Linkov <juri@jurta.org>
3384
3385 * text.texi (Filling): Document fill-paragraph-or-region.
3386
4638454b
JB
33872007-10-05 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * display.texi (Auto Faces): Fix typo.
3390
7ed54cc5
RS
33912007-10-02 Richard Stallman <rms@gnu.org>
3392
3393 * display.texi (Display Property): Explain some display specs
3394 don't let you move point in.
3395
5dcb4c4e
SM
3396 * frames.texi (Cursor Parameters):
3397 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
3398
3399 * windows.texi (Basic Windows): Don't describe
3400 cursor-in-non-selected-windows here.
3401
305a7ef2
EZ
34022007-10-01 Eli Zaretskii <eliz@gnu.org>
3403
3404 * processes.texi (Misc Network): Note that these functions are
3405 supported only on some systems.
3406
f7a7f4eb
RS
34072007-10-01 Richard Stallman <rms@gnu.org>
3408
3409 * display.texi (Overlay Properties): Explain nil as priority.
3410 Explain that conflicts are unpredictable if not resolved by
3411 priorities.
3412
780d7bb9
RS
34132007-09-23 Richard Stallman <rms@gnu.org>
3414
3415 * macros.texi (Backquote): Minor clarification.
3416
14b4fdfb
RS
34172007-09-19 Richard Stallman <rms@gnu.org>
3418
3419 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
3420 Clarify when they work in parallel and when one overrides.
3421 Fix error in example.
14b4fdfb 3422
b8d4c8d0
GM
34232007-09-06 Glenn Morris <rgm@gnu.org>
3424
b3e755a9 3425 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
3426 commands to use ../../info.
3427 * Makefile.in (infodir): Go up one more level.
4638454b 3428 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
3429 (miscmanualdir): New.
3430 (dist): Use new variable miscmanualdir.
3431 * makefile.w32-in (infodir, texinputdir): Go up one more level.
3432 (usermanualdir): Change from ../man to ../emacs.
3433
1bb1f7d3
MR
34342007-08-30 Martin Rudalics <rudalics@gmx.at>
3435
3436 * commands.texi (Command Loop Info): Advise against changing
3437 most variables described here. Explain new variable
3438 last-repeatable-command.
3439
b8d4c8d0
GM
34402007-08-29 Glenn Morris <rgm@gnu.org>
3441
3442 * elisp.texi (EMACSVER): Increase to 23.0.50.
3443
34442007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
3445
3446 * frames.texi (Basic Parameters): Add display-environment-variable
3447 and term-environment-variable.
3448
34492007-08-28 Juri Linkov <juri@jurta.org>
3450
3451 * display.texi (Image Formats, Other Image Types): Add SVG.
3452
34532007-08-28 Juri Linkov <juri@jurta.org>
3454
3455 * display.texi (Images): Move formats-related text to new node
3456 "Image Formats".
3457 (Image Formats): New node.
3458
619fb9ee
RS
34592007-08-27 Richard Stallman <rms@gnu.org>
3460
3461 * windows.texi (Window Configurations): Clarify what
3462 a window configuration saves.
3463
b8d4c8d0
GM
34642007-08-25 Richard Stallman <rms@gnu.org>
3465
3466 * display.texi (Images): Delete redundant @findex.
3467
39f9da30
GM
34682007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * text.texi (Change Hooks): (after|before)-change-functions are no
3471 longer bound to nil while running; rather inhibit-modification-hooks
3472 is t.
3473
b8d4c8d0
GM
34742007-08-16 Richard Stallman <rms@gnu.org>
3475
5dcb4c4e
SM
3476 * processes.texi (Asynchronous Processes):
3477 Clarify doc of start-file-process.
b8d4c8d0
GM
3478
34792007-08-08 Martin Rudalics <rudalics@gmx.at>
3480
3481 * modes.texi (Example Major Modes): Fix typo.
3482
34832007-08-08 Glenn Morris <rgm@gnu.org>
3484
3485 * intro.texi (nil and t): Do not use `iff' in documentation.
3486
3487 * tips.texi (Documentation Tips): Recommend against `iff'.
3488
34892007-08-07 Chong Yidong <cyd@stupidchicken.com>
3490
3491 * display.texi (Image Cache): Document image-refresh.
3492
34932007-08-06 Martin Rudalics <rudalics@gmx.at>
3494
3495 * windows.texi (Size of Window): Document window-full-width-p.
3496
34972007-07-25 Glenn Morris <rgm@gnu.org>
3498
3499 * gpl.texi (GPL): Replace license with GPLv3.
3500
3501 * Relicense all FSF files to GPLv3 or later.
3502
35032007-07-24 Michael Albinus <michael.albinus@gmx.de>
3504
4638454b
JB
3505 * processes.texi (Synchronous Processes):
3506 Add `process-file-shell-command'.
b8d4c8d0
GM
3507 (Asynchronous Processes): Mention restricted use of
3508 `process-filter' and `process-sentinel' in
3509 `start-file-process'. Add `start-file-process-shell-command'.
3510
35112007-07-17 Michael Albinus <michael.albinus@gmx.de>
3512
3513 * files.texi (Magic File Names): Introduce optional parameter
3514 IDENTIFICATION for `file-remote-p'.
3515
35162007-07-16 Richard Stallman <rms@gnu.org>
3517
3518 * display.texi (Defining Faces): Fix previous change.
3519
35202007-07-14 Richard Stallman <rms@gnu.org>
3521
3522 * control.texi (Handling Errors): Document `debug' in handler list.
3523
35242007-07-10 Richard Stallman <rms@gnu.org>
3525
3526 * display.texi (Defining Faces): Explain C-M-x feature for defface.
3527
35282007-07-09 Richard Stallman <rms@gnu.org>
3529
3530 * files.texi (Magic File Names): Rewrite previous change.
3531
35322007-07-08 Michael Albinus <michael.albinus@gmx.de>
3533
3534 * files.texi (Magic File Names): Introduce optional parameter
3535 CONNECTED for `file-remote-p'.
3536
35372007-07-07 Michael Albinus <michael.albinus@gmx.de>
3538
3539 * processes.texi (Asynchronous Processes):
3540 * files.texi (Magic File Names): Add `start-file-process'.
3541
35422007-06-27 Richard Stallman <rms@gnu.org>
3543
5dcb4c4e
SM
3544 * files.texi (Format Conversion Piecemeal):
3545 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
3546
35472007-06-27 Michael Albinus <michael.albinus@gmx.de>
3548
4638454b
JB
3549 * files.texi (Magic File Names): Remove `dired-call-process'.
3550 Add `process-file'.
b8d4c8d0
GM
3551
35522007-06-27 Kenichi Handa <handa@m17n.org>
3553
3554 * text.texi (Special Properties): Fix description about
4638454b 3555 `composition' property.
b8d4c8d0
GM
3556
35572007-06-26 Kenichi Handa <handa@m17n.org>
3558
3559 * nonascii.texi (Default Coding Systems): Document about the
3560 return value `undecided'.
3561
35622007-06-25 David Kastrup <dak@gnu.org>
3563
3564 * keymaps.texi (Active Keymaps): Document new POSITION argument of
3565 `current-active-maps'.
3566
35672007-06-24 Karl Berry <karl@gnu.org>
3568
4638454b 3569 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
3570
35712007-06-15 Juanma Barranquero <lekktu@gmail.com>
3572
3573 * display.texi (Overlay Arrow): Doc fix.
3574
35752007-06-14 Karl Berry <karl@tug.org>
3576
3577 * anti.texi (Antinews): Typo.
3578
35792007-06-14 Chong Yidong <cyd@stupidchicken.com>
3580
3581 * display.texi (Image Cache): Document image-refresh.
3582
35832007-06-12 Karl Berry <karl@gnu.org>
3584
3585 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
3586 * two-volume.make: New file.
3587 * .cvsignore: Ignore two-volume files.
3588
35892007-06-12 Tom Tromey <tromey@redhat.com>
3590
3591 * os.texi (Init File): Document user-emacs-directory.
3592
35932007-06-03 Nick Roberts <nickrob@snap.net.nz>
3594
3595 * commands.texi (Click Events): Describe width and height when
3596 object is nil.
3597
35982007-05-30 Nick Roberts <nickrob@snap.net.nz>
3599
5dcb4c4e
SM
3600 * commands.texi (Click Events): Layout more logically.
3601 Describe width and height.
b8d4c8d0
GM
3602 (Drag Events, Motion Events): Update to new format for position.
3603
36042007-06-02 Richard Stallman <rms@gnu.org>
3605
3606 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
3607
36082007-06-02 Chong Yidong <cyd@stupidchicken.com>
3609
3610 * Version 22.1 released.
3611
36122007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * text.texi (Special Properties): Correct meaning of fontified face.
3615
36162007-05-30 Richard Stallman <rms@gnu.org>
3617
3618 * text.texi (Special Properties): Add link to Adjusting Point.
3619
36202007-05-12 Richard Stallman <rms@gnu.org>
3621
3622 * text.texi (Margins): indent-to-left-margin is not the default.
3623 (Mode-Specific Indent): For indent-line-function, the default
3624 is indent-relative.
3625
3626 * modes.texi (Example Major Modes): Explain last line of text-mode
3627 is redundant.
3628
36292007-05-10 Richard Stallman <rms@gnu.org>
3630
3631 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3632
3633 * help.texi (Keys in Documentation): Add reference to
3634 Documentation Tips.
3635
3636 * files.texi (Format Conversion): TO-FN gets three arguments.
3637
3638 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3639
36402007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3641
3642 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3643 * files.texi (Format Conversion): Expand intro; add menu.
3644 (Format Conversion Overview, Format Conversion Round-Trip)
3645 (Format Conversion Piecemeal): New nodes/subsections.
3646 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3647 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3648 (Saving Properties): Delete node/subsection.
3649
36502007-05-07 Karl Berry <karl@gnu.org>
3651
3652 * elisp.texi (EMACSVER): Back to 22.
3653
36542007-05-06 Richard Stallman <rms@gnu.org>
3655
3656 * processes.texi (Accepting Output): Revert most of previous change.
3657
36582007-05-05 Richard Stallman <rms@gnu.org>
3659
3660 * processes.texi (Accepting Output): accept-process-output
3661 uses microseconds, not milliseconds. But that arg is obsolete.
3662
36632007-05-04 Karl Berry <karl@tug.org>
3664
3665 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3666
36672007-05-04 Eli Zaretskii <eliz@gnu.org>
3668
3669 * tips.texi (Documentation Tips): Rearrange items to place the
3670 more important ones first. Add an index entry for hyperlinks.
3671
36722007-05-03 Karl Berry <karl@gnu.org>
3673
3674 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3675 (EMACSVER) [smallbook]: 22 for printed version.
3676
3677 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3678 so restore anchor to normal position after defun. Found by Kevin Ryde.
3679
36802007-04-26 Glenn Morris <rgm@gnu.org>
3681
3682 * elisp.texi (EMACSVER): Increase to 22.1.50.
3683
36842007-04-28 Karl Berry <karl@gnu.org>
3685
3686 * elisp.texi: Improve line breaks on copyright page,
3687 similar layout to emacs manual, 8.5x11 by default.
3688
36892007-04-24 Richard Stallman <rms@gnu.org>
3690
3691 * text.texi (Special Properties): Add xref to Overlay Properties.
3692
3693 * display.texi (Overlay Properties): Add xref to Special Properties.
3694
36952007-04-22 Richard Stallman <rms@gnu.org>
3696
3697 * keymaps.texi (Extended Menu Items): Move the info about
3698 format with cached keyboard binding.
3699
37002007-04-21 Richard Stallman <rms@gnu.org>
3701
3702 * text.texi (Special Properties): Clarify previous change.
3703
3704 * files.texi (File Name Expansion): Clarify previous change.
3705
3706 * display.texi (Attribute Functions): Fix example for
3707 face-attribute-relative-p.
3708
37092007-04-19 Kenichi Handa <handa@m17n.org>
3710
3711 * text.texi (Special Properties): Document composition property.
3712
37132007-04-19 Glenn Morris <rgm@gnu.org>
3714
3715 * files.texi (File Name Expansion): Mention "superroot".
3716
37172007-04-15 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3720 setups.
3721 (Display Feature Testing): Note that display refers to all
3722 physical monitors for multi-monitor setups.
3723
37242007-04-14 Richard Stallman <rms@gnu.org>
3725
3726 * lists.texi (Sets And Lists): Clarify `delete' examples.
3727 Remove spurious xref to same node.
3728 Clarify xref for add-to-list.
3729
37302007-04-12 Nick Roberts <nickrob@snap.net.nz>
3731
3732 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3733 value of lisp-mode-map.
3734
37352007-04-11 Karl Berry <karl@gnu.org>
3736
3737 * anti.texi (Antinews):
3738 * display.texi (Overlay Properties, Defining Images):
3739 * processes.texi (Synchronous Processes, Sentinels):
3740 * syntax.texi (Syntax Table Internals):
3741 * searching.texi (Regexp Special):
3742 * nonascii.texi (Default Coding Systems):
3743 * text.texi (Special Properties):
3744 * minibuf.texi (Basic Completion): Wording to improve breaks in
3745 8.5x11 format.
3746 * elisp.texi (smallbook): New @set to more easily switch between
3747 smallbook and 8.5x11.
3748
37492007-04-11 Richard Stallman <rms@gnu.org>
3750
3751 * text.texi (Lazy Properties): Minor fix.
3752
37532007-04-08 Karl Berry <karl@gnu.org>
3754
3755 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3756 * macros.texi (Backquote): Downcase Backquote in index entries for
3757 consistency.
3758
37592007-04-08 Richard Stallman <rms@gnu.org>
3760
3761 * text.texi (Adaptive Fill): Just describe default,
3762 don't show it (since it contains non-ASCII chars).
3763
37642007-04-07 Karl Berry <karl@gnu.org>
3765
3766 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3767 adaptive-fill-regexp's value, since they are not in the standard
3768 TeX fonts.
3769
37702007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3771
3772 * display.texi (Defining Faces): Fix example.
3773
37742007-04-07 Karl Berry <karl@gnu.org>
3775
3776 * display.texi (Button Buffer Commands): Improve page break.
3777
37782007-04-07 Richard Stallman <rms@gnu.org>
3779
3780 * advice.texi (Activation of Advice): Remove redundant index entry.
3781
3782 * backups.texi: Improve index entries. Remove redundant ones.
3783
3784 * compile.texi (Byte Compilation): Improve index entry.
3785
3786 * hash.texi (Creating Hash): Improve index entry.
3787
3788 * symbols.texi (Definitions): Improve index entry.
3789
3790 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3791
3792 * maps.texi (Standard Keymaps): Remove useless index entry.
3793
3794 * help.texi (Documentation Basics): Remove redundant index entries.
3795
3796 * customize.texi: Improve index entries.
3797 Remove redundant/useless ones.
3798
3799 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3800
3801 * streams.texi (Output Variables): Improve index entry.
3802
3803 * abbrevs.texi (Abbrevs): Remove useless index entry.
3804
3805 * macros.texi (Expansion): Remove useless index entry.
3806
3807 * text.texi: Improve index entries. Remove redundant/useless ones.
3808 (Text Properties, Examining Properties)
3809 (Special Properties): Use "property category" instead of "category"
3810 to refer to the `category' property.
3811
3812 * positions.texi: Improve index entries. Remove useless one.
3813
3814 * lists.texi: Improve index entries. Remove redundant/useless ones.
3815
3816 * os.texi: Improve index entries.
3817 (Timers): Fix previous change.
3818
3819 * buffers.texi: Improve index entries.
3820 (Modification Time): Get rid of term "obsolete buffer".
3821
3822 * debugging.texi: Improve index entries.
3823 (Test Coverage): Add xref to other test coverage ftr.
3824
3825 * eval.texi: Improve index entry. Remove redundant ones.
3826
3827 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3828
3829 * files.texi: Improve index entries. Remove redundant/useless ones.
3830
3831 * objects.texi: Improve index entries.
3832
3833 * processes.texi: Improve index entries.
3834
3835 * modes.texi: Improve index entry. Remove redundant one.
3836
3837 * nonascii.texi: Improve index entries.
3838
3839 * internals.texi: Improve index entries.
3840
3841 * syntax.texi: Improve index entries.
3842
3843 * keymaps.texi (Active Keymaps): Improve index entries.
3844
3845 * commands.texi: Improve index entries. Remove redundant/useless ones.
3846
3847 * frames.texi: Improve index entries. Remove redundant/useless ones.
3848
3849 * markers.texi: Improve index entries. Remove redundant ones.
3850
3851 * tips.texi: Improve index entries.
3852
3853 * loading.texi (Unloading): Improve index entry.
3854
3855 * variables.texi: Improve index entries. Remove redundant one.
3856
3857 * sequences.texi: Improve index entry.
3858
3859 * display.texi: Improve index entries. Remove redundant ones.
3860
3861 * windows.texi: Improve index entries.
3862
3863 * searching.texi: Improve index entries. Remove redundant one.
3864
3865 * strings.texi (Case Tables): Improve last change.
3866
38672007-04-04 Chong Yidong <cyd@stupidchicken.com>
3868
3869 * strings.texi (Case Tables): Document with-case-table and
3870 ascii-case-table.
3871
38722007-04-03 Karl Berry <karl@gnu.org>
3873
3874 * processes.texi (Network): Reword to improve page break.
3875
38762007-04-03 Eli Zaretskii <eliz@gnu.org>
3877
3878 * functions.texi (Inline Functions): Describe more disadvantages
3879 of defsubst, and make advice against it stronger.
3880
38812007-04-02 Karl Berry <karl@gnu.org>
3882
3883 * backups.texi (Backup Names): Avoid widow words.
3884 * modes.texi (Example Major Modes): Align last comment.
3885
38862007-04-01 Chong Yidong <cyd@stupidchicken.com>
3887
3888 * keymaps.texi (Remapping Commands): Document new arg to
3889 command-remapping.
3890
38912007-04-01 Karl Berry <karl@gnu.org>
3892
3893 * processes.texi (Low-Level Network): Typo.
3894 * loading.texi (Hooks for Loading): Avoid double "the".
3895 * keymaps.texi (Key Sequences): No double "and".
3896 (Changing Key Bindings): Shorten to improve line break.
3897
38982007-03-31 Glenn Morris <rgm@gnu.org>
3899
3900 * os.texi (Timers): Fix description of run-at-time TIME formats.
3901
39022007-03-31 Richard Stallman <rms@gnu.org>
3903
3904 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3905 regarding ellipsis.
3906
39072007-03-31 Eli Zaretskii <eliz@gnu.org>
3908
3909 * intro.texi (nil and t):
3910 * symbols.texi (Plists and Alists):
3911 * variables.texi (Variable Aliases, Constant Variables):
3912 * functions.texi (Defining Functions):
3913 * advice.texi (Advising Primitives):
3914 * debugging.texi (Syntax Errors, Compilation Errors):
3915 * minibuf.texi (Minibuffer Windows):
3916 * commands.texi (Adjusting Point):
3917 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3918 (Auto Major Mode, Major Mode Conventions):
3919 * help.texi (Describing Characters):
3920 * files.texi (Create/Delete Dirs, Information about Files)
3921 (File Locks, Writing to Files, Reading from Files)
3922 (Saving Buffers):
3923 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3924 * frames.texi (Finding All Frames):
3925 * positions.texi (Buffer End, Motion):
3926 * markers.texi (The Region):
3927 * text.texi (Deletion, Near Point):
3928 * display.texi (Displaying Messages, Truncation):
3929 * os.texi (Processor Run Time):
3930 * tips.texi (Key Binding Conventions, Programming Tips)
3931 (Warning Tips, Documentation Tips, Comment Tips):
3932 * internals.texi (Memory Usage): Improve indexing.
3933
3934 * variables.texi (Frame-Local Variables):
3935 * functions.texi (Argument List):
3936 * loading.texi (Library Search):
3937 * streams.texi (Output Variables):
3938 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3939 * searching.texi (Replacing Match, Search and Replace):
3940 * processes.texi (Byte Packing, Decoding Output)
3941 (Accepting Output, Network Servers, Shell Arguments):
3942 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3943 * windows.texi (Window Point, Window Start):
3944 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3945 * commands.texi (Reading Input, Keyboard Events):
3946 * minibuf.texi (Reading File Names, Minibuffer Completion)
3947 (Recursive Mini):
3948 * positions.texi (List Motion):
3949 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3950 * numbers.texi (Arithmetic Operations, Math Functions)
3951 (Predicates on Numbers, Comparison of Numbers):
3952 (Numeric Conversions):
3953 * locals.texi (Standard Buffer-Local Variables):
3954 * maps.texi (Standard Keymaps):
3955 * os.texi (User Identification, System Environment, Recording Input)
3956 (X11 Keysyms):
3957 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3958 * backups.texi (Backups and Auto-Saving):
3959 * customize.texi (Customization, Group Definitions)
3960 (Variable Definitions):
3961 * compile.texi (Byte Compilation): Improve index entries.
3962
39632007-03-31 Karl Berry <karl@gnu.org>
3964
3965 * macros.texi (Defining Macros): Avoid widow syllable.
3966
39672007-03-31 Eli Zaretskii <eliz@gnu.org>
3968
3969 * elisp.texi (Top): Postscript -> PostScript.
3970
3971 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3972
39732007-03-31 Markus Triska <markus.triska@gmx.at>
3974
3975 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3976
39772007-03-30 Karl Berry <karl@gnu.org>
3978
3979 * lists.texi (List-related Predicates): Remove spurious @need.
3980 (Setcdr): Use @smallexample to improve page break.
3981 (Association Lists) <assoc>: Reword to improve page break.
3982
3983 * strings.texi (String Conversion): Insert blank line to improve
3984 page break.
3985
3986 * numbers.texi (Random Numbers): Use @minus{}.
3987 (Math Functions): Use @minus{}.
3988
3989 * intro.texi (Acknowledgements): Avoid line breaks before middle
3990 initials.
3991
39922007-03-24 Eli Zaretskii <eliz@gnu.org>
3993
3994 * errors.texi (Standard Errors): Add an index entry.
3995
39962007-03-19 Richard Stallman <rms@gnu.org>
3997
3998 * os.texi (Recording Input): recent-keys now gives 300 keys.
3999
40002007-03-12 Glenn Morris <rgm@gnu.org>
4001
4002 * os.texi: Replace "daylight savings" with "daylight saving"
4003 throughout.
4004
40052007-03-05 Richard Stallman <rms@gnu.org>
4006
5dcb4c4e
SM
4007 * variables.texi (File Local Variables):
4008 Update enable-local-variables values.
b8d4c8d0
GM
4009
40102007-03-04 Richard Stallman <rms@gnu.org>
4011
4012 * syntax.texi (Control Parsing): Minor clarification.
4013
4014 * strings.texi (Formatting Strings): Clarify width, precision, flags.
4015
4016 * sequences.texi (Sequence Functions): Move string-bytes away,
4017 add xref.
4018
4019 * nonascii.texi (Text Representations): Move string-bytes here.
4020
4021 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
4022
4023 * minibuf.texi (Basic Completion): Minor clarification.
4024
4025 * markers.texi (The Mark): Clarify existence vs activation of mark.
4026 Other cleanup.
4027
4028 * display.texi (Finding Overlays): Write better example.
4029
4030 * compile.texi (Eval During Compile): Clarify putting macros
4031 in eval-when-compile.
4032
c5602427 40332007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
4034
4035 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 4036 load-read-function definition doc.
b8d4c8d0
GM
4037
40382007-02-21 Kim F. Storm <storm@cua.dk>
4039
4040 * strings.texi (Text Comparison): Mention that assoc-string
4041 converts symbols to strings before testing.
4042
40432007-02-17 Kim F. Storm <storm@cua.dk>
4044
4045 * processes.texi (Bindat Spec): Vector types can have optional
4046 element type.
4047 (Bindat Examples): Fix example. Add vector with element type.
4048
40492007-02-16 Andreas Schwab <schwab@suse.de>
4050
4051 * strings.texi (Formatting Strings): Document '+' flag.
4052
40532007-02-15 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * strings.texi (Modifying Strings): Clarify that `clear-string'
4056 always converts the string to unibyte.
4057
40582007-02-14 Kim F. Storm <storm@cua.dk>
4059
4060 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
4061 Rewrite glyph code description to refer to these functions.
4062 Remove details of encoding face number and char into integer code.
4063
40642007-02-03 Alan Mackenzie <acm@muc.de>
4065
4066 * loading.texi (Hooks for Loading): Make the description of
4067 `eval-after-load' more detailed, and amend the description of
4068 after-load-alist, in accordance with changes from 2006-05.
4069
40702007-02-03 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * modes.texi (Defining Minor Modes): Document that a :require
4073 keyword or similar may be required to make saved customization
4074 variables work.
4075
40762007-02-03 Eli Zaretskii <eliz@gnu.org>
4077
4078 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
4079 Texinfo guidelines and with what texnfo-upd.el expects.
4080 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
4081 parts needed by `texinfo-multiple-files-update'.
4082
40832007-02-02 Eli Zaretskii <eliz@gnu.org>
4084
4085 * elisp.texi (Top): Update the top-level menus.
4086
4087 * syntax.texi (Categories): Add index entries.
4088
40892007-02-01 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * display.texi (Attribute Functions): Fix name and description of
4092 the UNDERLINE arg of `set-face-underline-p'.
4093
40942007-01-29 Eli Zaretskii <eliz@gnu.org>
4095
4096 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
4097 Variables", and "Standard Keymaps" to the detailed menu.
4098
4099 * variables.texi (Future Local Variables): Add index entry.
4100
41012007-01-28 Richard Stallman <rms@gnu.org>
4102
4103 * tips.texi (Coding Conventions): Clarify the tip about macros
4104 that define a function or a variable.
4105
4106 * files.texi (File Attributes): UID and GID can be floats.
4107 (Magic File Names): Explain why deferring all operations to
4108 the standard handler does not work.
4109
41102007-01-23 Martin Rudalics <rudalics@gmx.at>
4111
4112 * backups.texi (Reverting): Use "buffer" instead of "file"
4113 when talking about major and minor modes.
4114
41152007-01-21 Richard Stallman <rms@gnu.org>
4116
4117 * help.texi (Documentation): Add xref to Documentation Tips.
4118
41192007-01-14 Juanma Barranquero <lekktu@gmail.com>
4120
4121 * tips.texi (Coding Conventions): Fix typos.
4122
41232007-01-05 Richard Stallman <rms@gnu.org>
4124
4125 * modes.texi (Defining Minor Modes): Fix previous change.
4126
41272007-01-03 Richard Stallman <rms@gnu.org>
4128
4129 * customize.texi (Variable Definitions, Customization Types):
4130 Don't use * in doc string for defcustom.
4131
41322007-01-02 Richard Stallman <rms@gnu.org>
4133
4134 * variables.texi (Variable Aliases): Clarify that aliases vars
4135 always have the same value.
4136
4137 * processes.texi (Bindat Spec): Fix Texinfo usage.
4138
4139 * modes.texi (Defining Minor Modes): Explain effect of command
4140 defined with define-global-minor-mode on new buffers.
4141
41422006-12-30 Kim F. Storm <storm@cua.dk>
4143
4144 * keymaps.texi (Tool Bar): Describe `grow-only' value of
4145 `auto-resize-tool-bars'.
4146
41472006-12-30 Richard Stallman <rms@gnu.org>
4148
4149 * keymaps.texi (Active Keymaps): Fix previous change.
4150
41512006-12-30 Nick Roberts <nickrob@snap.net.nz>
4152
4153 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
4154
41552006-12-30 Kim F. Storm <storm@cua.dk>
4156
4157 * processes.texi (Bindat Spec): Clarify using field names in
4158 length specifications.
4159
41602006-12-29 Kim F. Storm <storm@cua.dk>
4161
4162 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
4163 Add count and index variables for eval forms in repeat blocks.
4164
41652006-12-24 Richard Stallman <rms@gnu.org>
4166
5dcb4c4e
SM
4167 * customize.texi (Variable Definitions):
4168 Document new name custom-add-frequent-value.
b8d4c8d0
GM
4169
41702006-12-19 Kim F. Storm <storm@cua.dk>
4171
4172 * commands.texi (Misc Events): User signals now result in sigusr1
4173 and sigusr2 events which are handled through special-event-map.
4174 (Special Events): User signals and drag-n-drop are special.
4175
41762006-12-17 Richard Stallman <rms@gnu.org>
4177
4178 * loading.texi (Named Features): Explain subfeatures better.
4179
4180 * customize.texi: Use "option" only for user options.
4181 For the keyword values inside defcustom etc, say "keywords".
4182 For :options value's elements, say "elements".
4183 :group should not be omitted.
4184
4185 * syntax.texi (Parsing Expressions): Split up node.
4186 (Motion via Parsing, Position Parse, Parser State)
4187 (Low-Level Parsing, Control Parsing): New subnodes.
4188 (Parser State): Document syntax-ppss-toplevel-pos.
4189
4190 * positions.texi (List Motion): Punctuation fix.
4191
4192 * files.texi (File Name Completion): Document PREDICATE arg
4193 to file-name-completion.
4194
41952006-12-16 Eli Zaretskii <eliz@gnu.org>
4196
4197 * internals.texi (Building Emacs, Writing Emacs Primitives):
4198 Add index entries.
4199
42002006-12-11 Richard Stallman <rms@gnu.org>
4201
4202 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
4203 affects face menu. Explain how to make it non-nil without enabling
4204 any fontification.
4205
42062006-12-10 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * modes.texi (Font Lock Basics): Document nil value of
4209 font-lock-defaults.
4210
42112006-12-10 Glenn Morris <rgm@gnu.org>
4212
4213 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
4214 value for system-flag argument. Abbrev tables may not be empty
4215 when major modes are loaded.
4216
42172006-12-08 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * makefile.w32-in (maintainer-clean): Partially revert last
4220 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
4221 to protect elisp-covers.texi.
4222
42232006-12-07 Juanma Barranquero <lekktu@gmail.com>
4224
4225 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
4226 Don't remove elisp* info files; they are already deleted by the
4227 `clean' and `distclean' targets, and they are in the $(infodir)
4228 directory, not the current one.
4229
42302006-12-04 Kim F. Storm <storm@cua.dk>
4231
4232 * commands.texi (Misc Events): Update signal events.
4233 (Event Examples): Add signal example.
4234
42352006-11-29 Richard Stallman <rms@gnu.org>
4236
4237 * frames.texi (Visibility of Frames): Explain visible windows
4238 can be covered by others. Add xref for raise-frame.
4239
42402006-11-28 Richard Stallman <rms@gnu.org>
4241
4242 * searching.texi (Regexp Special): Update when ^ is special.
4243
42442006-11-27 Eli Zaretskii <eliz@gnu.org>
4245
4246 * customize.texi (Customization, Common Keywords)
4247 (Group Definitions, Variable Definitions, Composite Types)
4248 (Type Keywords, Customization Types): Add index entries for
4249 various customization keywords.
4250
42512006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4252
4253 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
4254
c8763fb6 42552006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
4256
4257 * frames.texi (Window System Selections): Remove clipboard from
4258 description of selection-coding-system.
4259
42602006-11-06 Richard Stallman <rms@gnu.org>
4261
4262 * lists.texi (List Variables): Document COMPARE-FN.
4263
4264 * keymaps.texi: Avoid use of "binding" to mean a relation;
4265 use it only to refer to the meaning associated with a key.
4266 (Keymaps): Change menu node description.
4267
4268 * elisp.texi (Top): Change menu node description.
4269
4270 * display.texi (Managing Overlays): Document overlay-recenter.
4271
42722006-10-29 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * Makefile.in: Use relative paths to avoid advertising filesystem
4275 contents during compilation.
4276
42772006-10-23 Kim F. Storm <storm@cua.dk>
4278
4279 * commands.texi (Event Input Misc): Update unread-command-events.
4280
42812006-10-23 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * lists.texi (Sets And Lists): Fix typos.
4284
42852006-10-18 Juanma Barranquero <lekktu@gmail.com>
4286
4287 * control.texi (Processing of Errors): Use @var for an argument,
4288 not @code.
4289
42902006-10-16 Richard Stallman <rms@gnu.org>
4291
4292 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
4293
4294 * keymaps.texi (Format of Keymaps): Show all the keymap element
4295 patterns that result from menu items.
4296 (Key Lookup): Minor cleanups.
4297
4298 * modes.texi (Precalculated Fontification): Don't say that
4299 not setting font-lock-defaults avoids loading font-lock.
4300
4301 * help.texi (Documentation): Move xref to Emacs Manual here.
4302 (Documentation Basics): From here.
4303 Also doc emacs-lisp-docstring-fill-column.
4304
4305 * elisp.texi: Update version and ISBN.
4306
4307 * commands.texi (Interactive Call): Clarify KEYS arg to
4308 call-interactively is a vector.
4309 (Command Loop Info): Delete anchor in this-command-keys.
4310 Add anchor in this-command-keys-vector.
4311 (Recursive Editing): Document how recursive-edit
4312 handles the current buffer.
4313
43142006-10-13 Chong Yidong <cyd@stupidchicken.com>
4315
4316 * frames.texi (Frame Titles): %c and %l are ignored in
4317 frame-title-format.
4318
43192006-10-11 Richard Stallman <rms@gnu.org>
4320
4321 * keymaps.texi (Key Sequences): Clarify use of kbd.
4322
43232006-10-10 Kim F. Storm <storm@cua.dk>
4324
4325 * lists.texi (Sets And Lists): Add memql.
4326
43272006-10-03 Richard Stallman <rms@gnu.org>
4328
4329 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
4330 Clarify :ascii: and :nonascii:.
4331
43322006-09-29 Juri Linkov <juri@jurta.org>
4333
4334 * modes.texi (%-Constructs): Reorder coding systems in the
4335 documentation of %z to the real order displayed in the modeline.
4336
43372006-09-25 Richard Stallman <rms@gnu.org>
4338
4339 * os.texi (Timers): Describe timer-max-repeats.
4340
43412006-09-25 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * os.texi (Timers): Mention with-local-quit.
4344
43452006-09-24 Richard Stallman <rms@gnu.org>
4346
4347 * searching.texi (Searching and Matching): Mention property search.
4348
4349 * commands.texi (Command Loop Info): Explain how read-event affects
4350 this-command-keys.
4351
43522006-09-20 Richard Stallman <rms@gnu.org>
4353
4354 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
4355
4356 * windows.texi (Window Start): Minor cleanups.
4357
43582006-09-20 Kim F. Storm <storm@cua.dk>
4359
4360 * windows.texi (Window Start): pos-visible-in-window-p allows
4361 specifying t for position to mean "end of window".
4362 Add window-line-height.
4363
4364 * anti.texi (Antinews): Mention window-line-height.
4365
43662006-09-19 David Kastrup <dak@gnu.org>
4367
4368 * keymaps.texi (Searching Keymaps): Small clarification.
4369
43702006-09-18 Richard Stallman <rms@gnu.org>
4371
4372 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
4373 cause keyboard menus.
4374 (Menu Keymaps): Likewise.
4375 (Defining Menus, Keyboard Menus): Clarify.
4376
4377 * text.texi (Fields): Clarify explanation of constrain-to-field.
4378
43792006-09-16 Eli Zaretskii <eliz@gnu.org>
4380
4381 * variables.texi (Tips for Defining): Fix a typo.
4382
43832006-09-15 Richard Stallman <rms@gnu.org>
4384
4385 * keymaps.texi (Remapping Commands, Searching Keymaps)
4386 (Active Keymaps): Clean up previous change.
4387
43882006-09-15 Jay Belanger <belanger@truman.edu>
4389
4390 * gpl.texi: Replace "Library Public License" by "Lesser Public
4391 License" throughout.
4392
43932006-09-15 David Kastrup <dak@gnu.org>
4394
4395 * keymaps.texi (Active Keymaps): Adapt description to use
4396 `get-char-property' instead `get-text-property'. Explain how
4397 mouse events change this. Explain the new optional argument of
4398 `key-binding' and its mouse-dependent lookup.
4399 (Searching Keymaps): Adapt description similarly.
4400 (Remapping Commands): Explain the new optional argument of
4401 `command-remapping'.
4402
44032006-09-14 Richard Stallman <rms@gnu.org>
4404
4405 * keymaps.texi (Searching Keymaps): Clarification.
4406 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
4407
44082006-09-13 Richard Stallman <rms@gnu.org>
4409
4410 * objects.texi (Character Type): Node split.
4411 Add xref to Describing Characters.
4412 (Basic Char Syntax, General Escape Syntax)
4413 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
4414
44152006-09-11 Richard Stallman <rms@gnu.org>
4416
4417 * display.texi (Display Table Format): Wording clarification.
4418 (Glyphs): Clarifications.
4419
44202006-09-10 Chong Yidong <cyd@stupidchicken.com>
4421
4422 * keymaps.texi (Active Keymaps): Mention that key-binding checks
4423 local maps.
4424
44252006-09-10 Kim F. Storm <storm@cua.dk>
4426
4427 * display.texi (Forcing Redisplay): Document return value of
4428 function redisplay.
4429
44302006-09-09 Richard Stallman <rms@gnu.org>
4431
4432 * windows.texi (Window Hooks): Explain limits of
4433 window-scroll-functions.
4434
4435 * display.texi (Fringe Indicators): Update for last change in
4436 indicate-buffer-boundaries.
4437
44382006-09-08 Richard Stallman <rms@gnu.org>
4439
4440 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
4441
44422006-09-06 Kim F. Storm <storm@cua.dk>
4443
4444 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
4445
4446 * windows.texi (Window Start): Update pos-visible-in-window-p.
4447
44482006-09-04 Richard Stallman <rms@gnu.org>
4449
4450 * processes.texi (Accepting Output): Explain SECONDS=0 for
4451 accept-process-output.
4452
4453 * os.texi (Idle Timers): Explain why timer functions should not
4454 loop until (input-pending-p).
4455
44562006-09-02 Eli Zaretskii <eliz@gnu.org>
4457
4458 * makefile.w32-in (usermanualdir): New variable.
4459 (elisp.dvi): Use it.
4460
44612006-09-01 Eli Zaretskii <eliz@gnu.org>
4462
4463 * buffers.texi (Buffer Modification): Fix last change.
4464
44652006-09-01 Chong Yidong <cyd@stupidchicken.com>
4466
5dcb4c4e
SM
4467 * buffers.texi (Buffer Modification):
4468 Document buffer-chars-modified-tick.
b8d4c8d0
GM
4469
44702006-08-31 Richard Stallman <rms@gnu.org>
4471
4472 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
4473
44742006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
4475
4476 * modes.texi (Syntactic Font Lock):
4477 Mention font-lock-syntactic-face-function
4478 instead of specific faces.
4479
44802006-08-29 Chong Yidong <cyd@stupidchicken.com>
4481
4482 * display.texi (Images): Add xrref to display-images-p.
4483
44842006-08-28 Kenichi Handa <handa@m17n.org>
4485
4486 * nonascii.texi (Lisp and Coding Systems): Fix description of
4487 detect-coding-region.
4488
44892006-08-27 Michael Olson <mwolson@gnu.org>
4490
4491 * processes.texi (Transaction Queues): Remove stray quote
4492 character.
4493
44942006-08-25 Richard Stallman <rms@gnu.org>
4495
4496 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
4497 Add xref.
4498
44992006-08-24 Chong Yidong <cyd@stupidchicken.com>
4500
4501 * os.texi (Timers): Avoid waiting inside timers.
4502
45032006-08-21 Lute Kamstra <lute@gnu.org>
4504
4505 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
4506
45072006-08-20 Richard Stallman <rms@gnu.org>
4508
4509 * os.texi (Idle Timers): New node, split out from Timers.
4510 Document current-idle-time.
4511 * commands.texi (Reading One Event): Update xref.
4512 * elisp.texi (Top): Update subnode menu.
4513
45142006-08-16 Richard Stallman <rms@gnu.org>
4515
4516 * keymaps.texi (Extended Menu Items): Show format of cached
4517 bindings in extended menu items.
4518
4519 * customize.texi (Variable Definitions): Explain when the
4520 standard value expression is evaluated.
4521
45222006-08-15 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * commands.texi (Reading One Event): Explain idleness in
4525 `read-event'.
4526
45272006-08-12 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 4530 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
4531 relevant for Lisp programming.
4532 (Yank Commands): Rewrite introduction.
4533 (Undo): Clarify.
4534 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
4535 (Filling): Remove redundant comment. Clarify return value of
4536 current-justification.
4537 (Margins): Minor clarifications.
4538 (Adaptive Fill): Update default value of adaptive-fill-regexp.
4539 (Sorting): Update definition of sort-lines.
4540 (Columns): Clarify behavior of sort-columns.
4541 (Indent Tabs): Link to Tab Stops in Emacs manual.
4542 (Special Properties): Clarify.
4543 (Clickable Text): Mention Buttons package.
4544
45452006-08-12 Kevin Ryde <user42@zip.com.au>
4546
4547 * os.texi (Time Parsing): Add %z to description of
4548 format-time-string, as per docstring. Add cross reference to
4549 glibc manual for strftime.
4550
45512006-08-08 Richard Stallman <rms@gnu.org>
4552
4553 * modes.texi: Clean up wording in previous change.
4554
45552006-08-07 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * modes.texi (Hooks): Clarify.
4558 (Major Mode Basics): Mention define-derived-mode explicitly.
4559 (Major Mode Conventions): Rebinding RET is OK for some modes.
4560 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 4561 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
4562 (Mode Line Basics): Clarify.
4563 (Mode Line Data): Mention help-echo and local-map in strings.
4564 Explain reason for treatment of non-risky variables.
4565 (Properties in Mode): Clarify.
4566 (Faces for Font Lock): Add font-lock-negation-char-face.
4567
45682006-08-04 Eli Zaretskii <eliz@gnu.org>
4569
4570 * strings.texi (Formatting Strings): Warn against arbitrary
4571 strings as first arg to `format'.
4572
45732006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
4574
4575 * text.texi (Clickable Text): Mention `help-echo' text property.
4576 Update intro, examples and associated explanations.
4577
45782006-07-31 Richard Stallman <rms@gnu.org>
4579
4580 * commands.texi: Update xrefs.
4581 (Event Mod): New node, cut out from old Translating Input.
4582
4583 * maps.texi: Update xrefs.
4584
4585 * keymaps.texi (Translation Keymaps): New node.
4586 Update xrefs from Translating Input to Translation Keymaps.
4587
4588 * elisp.texi (Top): Update subnode menu.
4589
4590 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
4591
4592 * os.texi (System Interface): Fix menu descriptions of some nodes.
4593 (Translating Input): Node deleted.
4594
45952006-07-31 Nick Roberts <nickrob@snap.net.nz>
4596
4597 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
4598
4599 * lists.texi (Sets And Lists): Likewise.
4600
46012006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
4602
4603 * text.texi (Fields): Mention POS
4604 requirement when narrowing is in effect.
4605
46062006-07-28 Richard Stallman <rms@gnu.org>
4607
4608 * display.texi (Face Attributes): Simplify wording.
4609 (Attribute Functions): Clarify meaning of new-frame default
4610 attribute settings.
4611
4612 * customize.texi (Common Keywords): Document how to use
4613 :package-version in a package not in Emacs.
4614
46152006-07-28 Kim F. Storm <storm@cua.dk>
4616
4617 * commands.texi (Reading One Event): Fix last change.
4618
46192006-07-26 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * commands.texi (Reading One Event): Document SECONDS argument for
4622 read-event, read-char, and read-char-exclusive.
4623
46242006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4627 to ensure correct identification.
4628
46292006-07-24 Richard Stallman <rms@gnu.org>
4630
4631 * text.texi (Clickable Text): Clarify.
4632
4633 * sequences.texi (Vector Functions): Delete duplicate xref.
4634
4635 * objects.texi (Function Type): Clarify.
4636
4637 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4638 modes.
4639
4640 * lists.texi (List Variables): New node.
4641 Material moved from other nodes.
4642
4643 * variables.texi (Setting Variables): add-to-list and
4644 add-to-ordered-list moved to List Variables node.
4645
46462006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4647
4648 * text.texi (Links and Mouse-1):
4649 For mouse-on-link-p, expand on arg POS.
4650
46512006-07-21 Kim F. Storm <storm@cua.dk>
4652
4653 * display.texi (Forcing Redisplay): Don't mention systems which
4654 don't support sub-second timers for redisplay-preemption-period.
4655
4656 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4657
46582006-07-21 Eli Zaretskii <eliz@gnu.org>
4659
4660 * frames.texi (Input Focus): Document that focus-follows-mouse has
4661 no effect on MS-Windows.
4662
46632006-07-18 Richard Stallman <rms@gnu.org>
4664
4665 * display.texi (Forcing Redisplay): Cleanups in previous change.
4666
4667 * processes.texi (Low-Level Network): Make menu more convenient.
4668
46692006-07-18 Kim F. Storm <storm@cua.dk>
4670
4671 * display.texi (Forcing Redisplay): redisplay-preemption-period
4672 only used on window systems. Add xref to Terminal Output.
4673
4674 * os.texi (Terminal Output): baud-rate only controls preemption on
4675 non-window systems. Add xref to Forcing Redisplay.
4676
4677 * processes.texi (Low-Level Network): Rename node "Make Network"
4678 to "Network Processes".
4679
46802006-07-18 Karl Berry <karl@gnu.org>
4681
4682 * variables.texi, functions.texi, customize.texi, loading.texi:
4683 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4684
46852006-07-17 Chong Yidong <cyd@stupidchicken.com>
4686
4687 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4688
46892006-07-17 Richard Stallman <rms@gnu.org>
4690
4691 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4692 Put period and comma inside quotes.
4693
4694 * loading.texi, markers.texi: Use real doublequote inside menus.
4695
4696 * windows.texi: Put point and comma inside quotes.
4697 (Textual Scrolling): Use @samp for error message.
4698
4699 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4700 * strings.texi, streams.texi, processes.texi, os.texi:
4701 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4702 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4703 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4704 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4705 Put point and comma inside quotes.
4706
4707 * control.texi (Processing of Errors): Add command-error-function.
4708
4709 * variables.texi (File Local Variables): Clarify that
4710 file local variables make buffer-local bindings.
4711
4712 * modes.texi (Syntactic Font Lock): Give default for
4713 font-lock-syntax-table.
4714
47152006-07-17 Nick Roberts <nickrob@snap.net.nz>
4716
4717 * text.texi (Special Properties): Clean up previous change.
4718
47192006-07-16 Karl Berry <karl@gnu.org>
4720
4721 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4722 * control.texi: Fix bad page breaks through chapter 10 (control).
4723
4724 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4725 underfull hbox.
4726
47272006-07-15 Nick Roberts <nickrob@snap.net.nz>
4728
4729 * text.texi (Special Properties): Describe fontified text property
4730 in relation to a character (not text).
4731
47322006-07-15 Kim F. Storm <storm@cua.dk>
4733
4734 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4735 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4736 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4737
4738 * anti.texi (Antinews): Mention redisplay function.
4739 The kbd macro existed, but was not documented, before 22.x.
4740 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4741
47422006-07-14 Nick Roberts <nickrob@snap.net.nz>
4743
4744 * display.texi (Displaying Messages): Add anchor.
4745
4746 * frames.texi (Dialog Boxes): Use it.
4747
47482006-07-12 Richard Stallman <rms@gnu.org>
4749
4750 * objects.texi (Frame Type): Explain nature of frames better.
4751
4752 * frames.texi (Frames): Explain nature of frames better.
4753
47542006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4755
4756 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4757
47582006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4759
4760 * frames.texi (Window System Selections): Mention scrap support for Mac.
4761 Default value of x-select-enable-clipboard is t on Mac.
4762
4763 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4764
47652006-07-11 Kim F. Storm <storm@cua.dk>
4766
4767 * display.texi (Forcing Redisplay): Add `redisplay' function.
4768 Don't mention (sit-for -1) -- use (redisplay t) instead.
4769
4770 * commands.texi (Waiting): (sit-for -1) is no longer special.
4771 (sit-for 0) is equivalent to (redisplay).
4772 Iconifying/deiconifying no longer makes sit-for return.
4773
47742006-07-10 Nick Roberts <nickrob@snap.net.nz>
4775
4776 * display.texi (Buttons): Fix typo.
4777
4778 * index.texi, elisp.texi (New Symbols): Comment node out.
4779
47802006-07-09 Richard Stallman <rms@gnu.org>
4781
4782 * display.texi (Truncation): Clean up previous change.
4783
47842006-07-08 Richard Stallman <rms@gnu.org>
4785
4786 * commands.texi (Interactive Call): Use 3 as prefix in example
4787 for execute-extended-command.
4788
4789 * display.texi (Attribute Functions): Move paragraph about
4790 compatibility with Emacs < 21.
4791
47922006-07-09 Kim F. Storm <storm@cua.dk>
4793
4794 * display.texi (Refresh Screen): Clarify force-window-update.
4795 (Truncation): "Normally" indicated by fringe arrows.
4796
47972006-07-08 Eli Zaretskii <eliz@gnu.org>
4798
4799 * windows.texi (Textual Scrolling, Resizing Windows):
4800 * variables.texi (Constant Variables):
4801 * text.texi (Buffer Contents, Deletion, Changing Properties)
4802 (Property Search, Special Properties, Sticky Properties)
4803 (Links and Mouse-1, Fields, Change Hooks):
4804 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4805 (Categories):
4806 * symbols.texi (Other Plists):
4807 * streams.texi (Output Variables):
4808 * processes.texi (Input to Processes, Query Before Exit):
4809 * positions.texi (Word Motion, Text Lines, List Motion):
4810 * os.texi (Init File, System Environment, Sound Output)
4811 (Session Management):
4812 * nonascii.texi (Text Representations, Character Sets)
4813 (Chars and Bytes, Locales):
4814 * modes.texi (Defining Minor Modes, Header Lines):
4815 * minibuf.texi (Minibuffer Contents):
4816 * markers.texi (Information from Markers):
4817 * lists.texi (List Elements, Building Lists, Association Lists):
4818 * keymaps.texi (Tool Bar):
4819 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4820 * functions.texi (What Is a Function, Mapping Functions):
4821 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4822 (Color Names, Text Terminal Colors, Display Feature Testing):
4823 * files.texi (Visiting Functions, File Name Components)
4824 (Unique File Names, Contents of Directories):
4825 * display.texi (Forcing Redisplay, Displaying Messages)
4826 (Temporary Displays, Font Selection, Auto Faces)
4827 (Font Lookup, Fringe Indicators, Display Margins)
4828 (Image Descriptors, Showing Images, Image Cache, Button Types)
4829 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4830 (Display Table Format, Glyphs):
4831 * control.texi (Iteration):
4832 * commands.texi (Command Loop Info, Adjusting Point):
4833 * backups.texi (Making Backups, Auto-Saving):
4834 Remove @tindex entries.
4835
48362006-07-07 Kim F. Storm <storm@cua.dk>
4837
4838 * display.texi (Fringe Cursors): Fix typo.
4839 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4840 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4841
48422006-07-05 Richard Stallman <rms@gnu.org>
4843
4844 * text.texi (Buffer Contents): Add example of text props
4845 in result of buffer-substring.
4846 (Text Properties): Explain better about use of specific property names.
4847 (Property Search): Some cleanups; reorder some functions.
4848
4849 * keymaps.texi (Changing Key Bindings): Cleanup.
4850 Add xref to Key Binding Conventions.
4851
4852 * display.texi (Attribute Functions): Add examples for
4853 face-attribute-relative-p.
4854
4855 * tips.texi (Coding Conventions): Cleanup last change.
4856
48572006-07-05 Karl Berry <karl@gnu.org>
4858
4859 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4860 Remove @setchapternewpage odd.
4861 Result is 1013 pages, down from 1100.
4862
4863 * anti.texi, customize.texi, display.texi, internals.texi:
4864 * minibuf.texi, modes.texi, tips.texi:
4865 Fix overfull/underfull boxes.
4866
48672006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4868
4869 * edebug.texi (Instrumenting):
4870 Add Edebug-specific findex for eval-buffer.
4871 * loading.texi (Loading):
4872 Replace eval-current-buffer with eval-buffer.
4873
48742006-06-30 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * locals.texi (Standard Buffer-Local Variables): Update the list
4877 of variables.
4878
48792006-06-26 Nick Roberts <nickrob@snap.net.nz>
4880
4881 * files.texi (File Name Completion): Point user to the node
4882 "Reading File Names".
4883
48842006-06-24 Eli Zaretskii <eliz@gnu.org>
4885
4886 * files.texi (Contents of Directories): Document case-insensitive
4887 behavior on respective filesystems.
4888
4889 * objects.texi (Character Type): Document that Emacs signals an
4890 error for unsupported Unicode characters specified as \uNNNN.
4891
48922006-06-19 Richard Stallman <rms@gnu.org>
4893
4894 * processes.texi (Bindat Spec): Clarify previous change.
4895
48962006-06-16 Richard Stallman <rms@gnu.org>
4897
4898 * tips.texi (Coding Conventions): Better explain conventions
4899 for definition constructs.
4900
4901 * text.texi (Special Properties): String value of `read-only'
4902 serves as the error message.
4903
4904 * objects.texi (Character Type): Clarify prev. change.
4905 (Non-ASCII in Strings): Mention \u and \U.
4906
4907 * commands.texi (Using Interactive): Explain problem of
4908 markers, etc., in command-history.
4909
49102006-06-14 Kim F. Storm <storm@cua.dk>
4911
4912 * commands.texi (Waiting): Negative arg to sit-for forces
4913 redisplay even if input is pending.
4914
4915 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4916 redisplay. Remove incorrect example of binding redisplay-dont-pause
4917 around (sit-for 0).
4918
49192006-06-13 Richard Stallman <rms@gnu.org>
4920
4921 * display.texi (Forcing Redisplay): Clarify previous change.
4922
49232006-06-13 Romain Francoise <romain@orebokech.com>
4924
4925 * display.texi (Forcing Redisplay): Fix typo.
4926
49272006-06-13 Kim F. Storm <storm@cua.dk>
4928
4929 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4930
49312006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4932
4933 * tips.texi (Coding Conventions): Add `@end itemize'.
4934
49352006-06-10 Richard Stallman <rms@gnu.org>
4936
4937 * tips.texi (Coding Conventions): Explain use of coding systems
4938 to ensure one decoding for strings.
4939
49402006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4941
4942 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4943 syntax.
4944
49452006-06-07 Eli Zaretskii <eliz@gnu.org>
4946
4947 * display.texi (Font Selection): Remove description of
4948 clear-face-cache.
4949
4950 * compile.texi (Eval During Compile): Fix a typo. Add index
4951 entries for possible uses of eval-when-compile.
4952
49532006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4954
4955 * display.texi (Abstract Display): Fix typo.
4956
49572006-06-03 Eli Zaretskii <eliz@gnu.org>
4958
4959 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4960 Reword variable's description.
4961
49622006-06-01 Richard Stallman <rms@gnu.org>
4963
4964 * windows.texi (Splitting Windows): Clarify splitting nonselected
4965 window.
4966
49672006-05-31 Juri Linkov <juri@jurta.org>
4968
4969 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4970
49712006-05-30 Richard Stallman <rms@gnu.org>
4972
4973 * display.texi (Line Height): Fix errors in description of
10d1d0af 4974 default line height and line-height property.
b8d4c8d0
GM
4975
4976 * nonascii.texi (Default Coding Systems): Further clarification.
4977
49782006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4979
4980 * internals.texi (Pure Storage): Mention that an overflow in pure
4981 space causes a memory leak.
4982 (Garbage Collection): If there was an overflow in pure space,
4983 `garbage-collect' returns nil.
4984
49852006-05-30 Eli Zaretskii <eliz@gnu.org>
4986
4987 * nonascii.texi (Default Coding Systems): Fix it some more.
4988
49892006-05-29 Eli Zaretskii <eliz@gnu.org>
4990
4991 * nonascii.texi (Default Coding Systems): Fix last change.
4992
49932006-05-29 Kenichi Handa <handa@m17n.org>
4994
4995 * nonascii.texi (find-operation-coding-system): Describe the new
4996 argument format (FILENAME . BUFFER).
4997
49982006-05-28 Richard Stallman <rms@gnu.org>
4999
5000 * tips.texi (Coding Conventions): Better explain reasons not to
5001 advise other packages or use `eval-after-load'.
5002
50032006-05-29 Kim F. Storm <storm@cua.dk>
5004
5005 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
5006 `bindat-idx' and `bindat-raw' for clarity.
5007
50082006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5009
5010 * processes.texi (Bindat Spec): Expand on `repeat' handler.
5011
5012 * display.texi (Display): Add "Abstract Display" to menu.
5013 (Abstract Display, Abstract Display Functions)
5014 (Abstract Display Example): New nodes.
5015 * elisp.texi (Top): Add "Abstract Display" to menu.
5016
50172006-05-27 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * keymaps.texi (Key Sequences): Link to input events definition.
5020 (Format of Keymaps): Delete material duplicated in Keymap Basics.
5021
5022 * files.texi (Changing Files): Document updated argument list for
5023 copy-file.
5024
50252006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
5026
5027 * processes.texi (Bindat Functions): Explain term "total length".
5028 Use it in bindat-length and bindat-pack descriptions.
5029
50302006-05-26 Eli Zaretskii <eliz@gnu.org>
5031
5032 * tips.texi (Coding Conventions): Advise against using
5033 eval-after-load in packages. Add an index entry.
5034
50352006-05-25 Juri Linkov <juri@jurta.org>
5036
5037 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
5038
5039 * modes.texi (%-Constructs): Add %e, %z, %Z.
5040
50412006-05-25 Richard Stallman <rms@gnu.org>
5042
5043 * elisp.texi (Top): Update subnode menu.
5044
5045 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
5046 (Keymaps): Update menu.
5047
50482006-05-25 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * keymaps.texi (Key Sequences): Some clarifications.
5051
50522006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5053
5054 * processes.texi (Bindat Functions): Say "unibyte string"
5055 explicitly for bindat-unpack and bindat-pack descriptions.
5056 (Bindat Examples): Don't call `string-make-unibyte' in example.
5057
50582006-05-25 Chong Yidong <cyd@stupidchicken.com>
5059
5dcb4c4e 5060 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 5061 Explain string and vector representations of key sequences.
b8d4c8d0
GM
5062
5063 * keymaps.texi (Changing Key Bindings):
dd7b651b 5064 * commands.texi (Interactive Codes):
b8d4c8d0
GM
5065 * help.texi (Describing Characters): Refer to it.
5066
50672006-05-23 Luc Teirlinck <teirllm@auburn.edu>
5068
5069 * frames.texi (Pointer Shape): @end table -> @end defvar.
5070
50712006-05-22 Richard Stallman <rms@gnu.org>
5072
5073 * elisp.texi (Top): Update subnode menus.
5074
5075 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
5076 Contents rewritten; material from old Pointer Shape node moved here.
5077
5078 * display.texi (Pointer Shape): Node deleted.
5079 (Image Descriptors): Minor cleanup.
5080
50812006-05-21 Richard Stallman <rms@gnu.org>
5082
5083 * syntax.texi (Parsing Expressions): Update info on which STATE
5084 elements are ignored.
5085
50862006-05-19 Luc Teirlinck <teirllm@auburn.edu>
5087
5088 * hooks.texi (Standard Hooks): Correct typo.
5089
5090 * gpl.texi (GPL): ifinfo -> ifnottex.
5091
50922006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
5093
5094 * searching.texi (Simple Match Data): Warn about match data being
5095 set anew by every search.
5096
50972006-05-17 Richard Stallman <rms@gnu.org>
5098
5099 * minibuf.texi (Minibuffer History): Clarify.
5100
5101 * searching.texi (Regexp Special): Clarify nested regexp warning.
5102
51032006-05-16 Kim F. Storm <storm@cua.dk>
5104
5105 * minibuf.texi (Minibuffer History): Update add-to-history.
5106
51072006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
5108
5dcb4c4e
SM
5109 * nonascii.texi (Explicit Encoding):
5110 Fix typo (encoding<->decoding).
b8d4c8d0
GM
5111
51122006-05-14 Richard Stallman <rms@gnu.org>
5113
5114 * buffers.texi (Creating Buffers): Cleanup.
5115
5116 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
5117
51182006-05-13 Eli Zaretskii <eliz@gnu.org>
5119
5120 * buffers.texi (Current Buffer): Document that with-temp-buffer
5121 disables undo.
5122
5123 * os.texi (Terminal-Specific): More accurate description of how
5124 Emacs searches for the terminal-specific libraries.
5125
51262006-05-12 Eli Zaretskii <eliz@gnu.org>
5127
5128 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
5129 emacs-xtra to @inforef's.
5130
5131 * text.texi (Undo): Document that undo is turned off in buffers
5132 whose names begin with a space.
5133
5134 * buffers.texi (Buffer Names): Add index entries for buffers whose
5135 names begin with a space.
5136 (Creating Buffers): Document that undo is turned off in buffers
5137 whose names begin with a space.
5138
5139 * files.texi (Visiting Functions, Reading from Files)
5140 (Saving Buffers): Mention code and EOL conversions by file I/O
5141 primitives and subroutines.
5142
5143 * nonascii.texi (Lisp and Coding Systems): Document
5144 coding-system-eol-type. Add index entries for eol conversion.
5145
5146 * display.texi (Defining Faces): Mention `mac', and add an xref to
5147 where window-system is described.
5148
51492006-05-10 Richard Stallman <rms@gnu.org>
5150
5151 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
5152
51532006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
5154
5155 * variables.texi (File Local Variables): Recommend to quote lambda
5156 expressions in safe-local-variable property.
5157
51582006-05-09 Richard Stallman <rms@gnu.org>
5159
5dcb4c4e
SM
5160 * variables.texi (File Local Variables):
5161 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
5162
51632006-05-07 Kim F. Storm <storm@cua.dk>
5164
5165 * minibuf.texi (Minibuffer History): Remove keep-dups arg
5166 from add-to-history.
5167
51682006-05-07 Romain Francoise <romain@orebokech.com>
5169
5170 * commands.texi (Event Input Misc):
5171 * compile.texi (Eval During Compile):
5172 * internals.texi (Buffer Internals):
5173 * minibuf.texi (Initial Input):
5174 * nonascii.texi (Scanning Charsets):
5175 * numbers.texi (Comparison of Numbers):
5176 * windows.texi (Textual Scrolling, Vertical Scrolling):
5177 Fix various typos.
5178
51792006-05-06 Eli Zaretskii <eliz@gnu.org>
5180
5181 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
5182 conditional xref's to either emacs or emacs-xtra, depending on
5183 @iftex/@ifnottex.
5184
5185 * minibuf.texi (Minibuffer History): Document add-to-history.
5186
51872006-05-05 Eli Zaretskii <eliz@gnu.org>
5188
5189 * internals.texi (Pure Storage): Mention the pure overflow message
5190 at startup.
5191
c8763fb6 51922006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5193
5194 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
5195 (Searching Keymaps): Fix pseudo-Lisp description of keymap
5196 search.
5197
51982006-05-01 Richard Stallman <rms@gnu.org>
5199
5200 * intro.texi (nil and t): Clarify.
5201
5202 * variables.texi (File Local Variables): Suggest using booleanp.
5203
52042006-05-01 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * objects.texi (Type Predicates): Fix typos.
5207
52082006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * intro.texi (nil and t): Add booleanp.
5211
5212 * objects.texi (Type Predicates): Add links for booleanp and
5213 string-or-null-p.
5214
52152006-04-29 Richard Stallman <rms@gnu.org>
5216
5217 * modes.texi (Multiline Font Lock): Rename from
5218 Multi line Font Lock Elements. Much clarification.
5219 (Font Lock Multiline, Region to Fontify): Much clarification.
5220
52212006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * variables.texi (File Local Variables): Remove the special case t for
5224 safe-local-variable.
5225
52262006-04-26 Richard Stallman <rms@gnu.org>
5227
5228 * syntax.texi (Parsing Expressions): Minor cleanup.
5229
52302006-04-18 Richard Stallman <rms@gnu.org>
5231
5232 * tips.texi (Coding Conventions): Explain when the package's
5233 prefix should appear later on (not at the start of the name).
5234
5235 * searching.texi (String Search): Clarify effect of NOERROR.
5236
5237 * modes.texi (Imenu): Clarify what special items do.
5238
5239 * hooks.texi (Standard Hooks): Delete text about old hook names.
5240
52412006-04-17 Romain Francoise <romain@orebokech.com>
5242
5243 * variables.texi (Local Variables): Update the default value of
5244 `max-specpdl-size'.
5245
52462006-04-15 Michael Olson <mwolson@gnu.org>
5247
5248 * processes.texi (Transaction Queues): Mention the new optional
5249 `delay-question' argument for `tq-enqueue'.
5250
52512006-04-13 Bill Wohler <wohler@newt.com>
5252
5253 * customize.texi (Common Keywords): Use dotted notation for
5254 :package-version value. Specify its values. Improve documentation
5255 for customize-package-emacs-version-alist.
5256
52572006-04-12 Bill Wohler <wohler@newt.com>
5258
5259 * customize.texi (Common Keywords): Move description of
5260 customize-package-emacs-version-alist to @defvar.
5261
52622006-04-10 Bill Wohler <wohler@newt.com>
5263
5264 * customize.texi (Common Keywords): Add :package-version.
5265
52662006-04-10 Kim F. Storm <storm@cua.dk>
5267
5268 * text.texi (Buffer Contents): Add NOPROPS arg to
5269 filter-buffer-substring.
5270
52712006-04-08 Kevin Ryde <user42@zip.com.au>
5272
5273 * os.texi (Command-Line Arguments): Update xref to emacs manual
5274 "Command Arguments" -> "Emacs Invocation", per change there.
5275
52762006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
5277
5278 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
5279 be on one line to help makeinfo not render two spaces after the dot.
5280
52812006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5282
5283 * strings.texi (Predicates for Strings): Add string-or-null-p.
5284
52852006-03-28 Kim F. Storm <storm@cua.dk>
5286
5287 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
5288 remarks about systems that don't support fractional seconds.
5289
52902006-03-25 Karl Berry <karl@gnu.org>
5291
5292 * elisp.texi: Use @copyright{} instead of (C), and do not indent
5293 the year list.
5294
52952006-03-21 Nick Roberts <nickrob@snap.net.nz>
5296
5297 * display.texi (Fringe Indicators): Fix typos.
5298
52992006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5300
5301 * tips.texi (Documentation Tips): One can now also write `program'
5302 in front of a quoted symbol in a docstring to prevent making a
5303 hyperlink.
5304
53052006-03-19 Alan Mackenzie <acm@muc.de>
5306
5307 * text.texi (Special Properties): Clarify `fontified' property.
5308
53092006-03-16 Richard Stallman <rms@gnu.org>
5310
5311 * display.texi (Defining Images): Minor cleanup.
5312
53132006-03-16 Bill Wohler <wohler@newt.com>
5314
5315 * display.texi (Defining Images): In image-load-path-for-library,
5316 prefer user's images.
5317
53182006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5319
5320 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
5321
53222006-03-15 Bill Wohler <wohler@newt.com>
5323
5324 * display.texi (Defining Images): Fix example in
5325 image-load-path-for-library by not recommending that one binds
5326 image-load-path. Just defvar it to placate compiler and only use
5327 it if previously defined.
5328
53292006-03-14 Bill Wohler <wohler@newt.com>
5330
5331 * display.texi (Defining Images): In image-load-path-for-library,
5332 always return list of directories. Update example.
5333
53342006-03-14 Alan Mackenzie <acm@muc.de>
5335
5336 * modes.texi: New node, "Region to Fontify" (for Font Lock).
5337 This describes font-lock-extend-region-function.
5338 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
5339 the new node "Region to Fontify".
5340
53412006-03-13 Richard Stallman <rms@gnu.org>
5342
5343 * display.texi (Invisible Text): The impossible position is
5344 now before the invisible text, not after.
5345 (Defining Images): Clean up last change.
5346
53472006-03-11 Bill Wohler <wohler@newt.com>
5348
5349 * display.texi (Defining Images): Add image-load-path-for-library.
5350
53512006-03-11 Luc Teirlinck <teirllm@auburn.edu>
5352
5353 * text.texi (Adaptive Fill): Fix Texinfo usage.
5354
5355 * strings.texi (Creating Strings): Fix Texinfo usage.
5356
5357 * searching.texi (Regexp Special): Use @samp for regular
5358 expressions that are not in Lisp syntax.
5359
53602006-03-08 Luc Teirlinck <teirllm@auburn.edu>
5361
5362 * searching.texi (Regexp Special): Put remark between parentheses
5363 to avoid misreading.
5364
53652006-03-07 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * searching.texi (Syntax of Regexps): More accurately describe
5368 which characters are special in which situations.
5369 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
5370 are not special. Describe in detail when `[' and `]' are special.
5371 (Regexp Backslash): Plenty of regexps with unbalanced square
5372 brackets are valid, so reword that statement.
5373
53742006-03-02 Kim F. Storm <storm@cua.dk>
5375
5376 * keymaps.texi (Tool Bar): Add tool-bar-border.
5377
53782006-02-28 Luc Teirlinck <teirllm@auburn.edu>
5379
5380 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
5381
53822006-02-27 Luc Teirlinck <teirllm@auburn.edu>
5383
5384 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
5385
5386 * files.texi (Locating Files): Suggest additional values for the
5387 SUFFIXES arg of `locate-file'. Update pxref.
5388
5389 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
5390 (How Programs Do Loading): Discuss the effects of Auto Compression
5391 mode on `load'.
5392 (Load Suffixes): New node.
5393 (Library Search): Delete description of `load-suffixes'; it was
5394 moved to "Load Suffixes".
5395 (Autoload, Named Features): Mention `load-suffixes'.
5396
53972006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5398
5399 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
5400
5401 * windows.texi (Window Tree): Fix typo.
5402
54032006-02-20 Kim F. Storm <storm@cua.dk>
5404
5405 * display.texi (Fringe Indicators): New section.
5406 Move indicate-empty-lines, indicate-buffer-boundaries, and
5407 default-indicate-buffer-boundaries here.
5408 Add fringe-indicator-alist and default-fringes-indicator-alist.
5409 Add list of logical fringe indicator symbols.
5410 Update list of standard bitmap names.
5411 (Fringe Cursors): New section.
5412 Move overflow-newline-into-fringe here.
5413 Add fringe-cursor-alist and default-fringes-cursor-alist.
5414 Add list of fringe cursor symbols.
5415
54162006-02-20 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * commands.texi (Using Interactive): Fix reference to node
5419 "Minibuffers".
5420
54212006-02-19 Richard M. Stallman <rms@gnu.org>
5422
5423 * minibuf.texi (High-Level Completion):
5424 Add xref to read-input-method-name.
5425
5426 * files.texi (Relative File Names): Move file-relative-name here.
5427 (File Name Expansion): From here. Minor clarifications.
5428
5429 * commands.texi (Using Interactive): Add xrefs about reading input.
5430 Clarify remarks about that moving point and mark.
5431 Put string case before list case.
5432
c8763fb6 54332006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
5434
5435 * display.texi (Other Display Specs, Image Descriptors):
5436 Revert erroneous changes. The previous description of
5437 image-descriptors as `(image . PROPS)' was correct.
5438
54392006-02-14 Richard M. Stallman <rms@gnu.org>
5440
5441 * variables.texi (File Local Variables): Clarifications.
5442
54432006-02-14 Juanma Barranquero <lekktu@gmail.com>
5444
5445 * variables.texi (File Local Variables): Use @code for a cons
5446 cell, not @var.
5447
54482006-02-13 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * variables.texi (File Local Variables): Document new file local
5451 variable behavior.
5452
54532006-02-10 Kim F. Storm <storm@cua.dk>
5454
5455 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
5456
54572006-02-08 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * modes.texi (%-Constructs): Remove obsolete info about
5460 `global-mode-string'.
5461
54622006-02-07 Richard M. Stallman <rms@gnu.org>
5463
5464 * commands.texi (Prefix Command Arguments): Minor cleanup.
5465
5466 * display.texi: "Graphical display", not window system.
5467
5468 * functions.texi (What Is a Function): Fix xref.
5469
5470 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
5471 (Changing Key Bindings): Clarify when remapping is better than
5472 substitute-key-definition.
5473
54742006-02-02 Richard M. Stallman <rms@gnu.org>
5475
5476 * minibuf.texi (Basic Completion): Completion alists are risky.
5477
5478 * keymaps.texi (Active Keymaps): Clarifications.
5479 (Searching Keymaps): New node.
5480 (Keymaps): Update menu.
5481
5482 * frames.texi (Layout Parameters): Minor clarification.
5483 (Drag and Drop): New node.
5484 (Frames): Update menu.
5485
54862006-01-29 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * display.texi (Other Display Specs, Image Descriptors):
5489 Image description is a list, not a cons cell.
5490
54912006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5492
5493 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
5494 list is not necessarily a list).
5495
54962006-01-27 Eli Zaretskii <eliz@gnu.org>
5497
5498 * frames.texi (Layout Parameters): border-width and
5499 internal-border-width belong to the frame, not the window.
5500
55012006-01-19 Richard M. Stallman <rms@gnu.org>
5502
5503 * nonascii.texi (Translation of Characters): Search cmds use
5504 translation-table-for-input. Automatically made local.
5505
5506 * markers.texi (Overview of Markers): Count insertion type
5507 as one of a marker's attributes.
5508
5509 * keymaps.texi (Controlling Active Maps): New node, split out of
5510 Active Keymaps.
5511 (Keymaps): Menu updated.
5512 (Active Keymaps): Give pseudocode to explain how the active
5513 maps are searched. current-active-maps and key-binding moved here.
5514 (Functions for Key Lookup): current-active-maps and key-binding moved.
5515 Clarifications.
5516 (Searching the Keymaps): New subnode.
5517
5518 * elisp.texi (Top): Menu clarification.
5519
5520 * display.texi (Other Display Specs): Delete duplicate entry for
5521 just a string as display spec. Move text about recursive display
5522 specs on such a string.
5523
5524 * commands.texi (Key Sequence Input): Clarify.
5525 Move num-nonmacro-input-events out.
5526 (Reading One Event): num-nonmacro-input-events moved here.
5527
55282006-01-14 Nick Roberts <nickrob@snap.net.nz>
5529
5530 * advice.texi (Simple Advice): Update example to fit argument
5531 change in previous-line.
5532
55332006-01-05 Richard M. Stallman <rms@gnu.org>
5534
5535 * markers.texi (The Mark): Fix in `mark'.
5536
55372006-01-04 Richard M. Stallman <rms@gnu.org>
5538
5539 * processes.texi (Misc Network, Make Network): Minor cleanups.
5540
55412006-01-04 Kim F. Storm <storm@cua.dk>
5542
5543 * processes.texi (Make Network): Add IPv6 addresses and handling.
5544 (Network Feature Testing): Mention (:family ipv6).
5545 (Misc Network): Add IPv6 formats to format-network-address.
5546
55472005-12-30 Richard M. Stallman <rms@gnu.org>
5548
5549 * text.texi (Changing Properties):
5550 Don't use return value of set-text-properties.
5551
55522005-12-29 Luc Teirlinck <teirllm@auburn.edu>
5553
5554 * modes.texi (Mode Line Format): Correct typo in menu.
5555
55562005-12-29 Richard M. Stallman <rms@gnu.org>
5557
5558 * modes.texi (Mode Line Top): New node.
5559 (Mode Line Data): Some text moved to new node.
5560 Explain the data structure more concretely.
5561 (Mode Line Basics): Clarifications.
5562 (Mode Line Variables): Clarify intro paragraph.
5563 (%-Constructs): Clarify intro paragraph.
5564 (Mode Line Format): Update menu.
5565
55662005-12-28 Luc Teirlinck <teirllm@auburn.edu>
5567
5568 * minibuf.texi (Basic Completion): Update lazy-completion-table
5569 examples for removal of ARGS argument.
5570
55712005-12-23 Richard M. Stallman <rms@gnu.org>
5572
5573 * text.texi (Undo): Restore some explanation from the version
5574 that was deleted.
5575
55762005-12-23 Eli Zaretskii <eliz@gnu.org>
5577
5578 * text.texi (Undo): Remove duplicate descriptions of `apply
5579 funname' and `apply delta' elements of the undo list.
5580
55812005-12-20 Richard M. Stallman <rms@gnu.org>
5582
5583 * help.texi (Help Functions): Update documentation of `apropos'.
5584
55852005-12-20 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
5588 because it is confusing. If the :help-echo keyword is a function,
5589 it is not directly used as the :help-echo overlay property, as the
5590 xref seems to suggest (it does not take the appropriate args).
5591
55922005-12-19 Luc Teirlinck <teirllm@auburn.edu>
5593
5594 * customize.texi (Common Keywords): Fix Texinfo usage.
5595 (Group Definitions, Variable Definitions): Update for new
5596 conventions for using `*' in docstrings.
5597
5598 * tips.texi (Documentation Tips): Update for new conventions for
5599 using `*' in docstrings.
5600
56012005-12-16 Richard M. Stallman <rms@gnu.org>
5602
5603 * minibuf.texi (Minibuffer Contents): Minor cleanup.
5604
56052005-12-16 Juri Linkov <juri@jurta.org>
5606
5607 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
5608
56092005-12-14 Romain Francoise <romain@orebokech.com>
5610
5611 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5612 Fix typo.
5613
56142005-12-11 Juri Linkov <juri@jurta.org>
5615
5616 * minibuf.texi (Completion Commands): Add mention of read-file-name
5617 for filename completion keymaps.
5618 (Reading File Names): Add mention of filename completion keymaps
5619 for read-file-name and xref to `Completion Commands'.
5620
56212005-12-10 Richard M. Stallman <rms@gnu.org>
5622
5623 * customize.texi (Common Keywords): State caveats for use of :tag.
5624
56252005-12-08 Richard M. Stallman <rms@gnu.org>
5626
5627 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5628 with xrefs and better explanation.
5629 (Completion Commands): Add the filename completion maps.
5630
5631 * objects.texi (Character Type): Clarify that \s is not space
5632 if a dash follows.
5633
56342005-12-05 Richard M. Stallman <rms@gnu.org>
5635
5636 * windows.texi (Resizing Windows): Delete preserve-before args.
5637
56382005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5639
5640 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5641 in full keymaps, since the quirk has been fixed.
5642
56432005-12-03 Eli Zaretskii <eliz@gnu.org>
5644
5dcb4c4e
SM
5645 * hooks.texi (Standard Hooks): Add index entries.
5646 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5647
56482005-11-27 Richard M. Stallman <rms@gnu.org>
5649
5650 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5651
56522005-11-21 Juri Linkov <juri@jurta.org>
5653
5654 * customize.texi (Common Keywords): Update links types
5655 custom-manual and url-link. Add link types emacs-library-link,
5656 file-link, function-link, variable-link, custom-group-link.
5657
56582005-11-20 Chong Yidong <cyd@stupidchicken.com>
5659
5660 * display.texi: Revert 2005-11-20 change.
5661
56622005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5663
5664 * processes.texi (Bindat Functions):
5665 Say "third" to refer to zero-based index "2".
5666
56672005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * loading.texi (Library Search): Update the default value of
5670 `load-suffixes'.
5671
56722005-11-17 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * display.texi (Attribute Functions): Mention :ignore-defface.
5675
56762005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5679 (Minor Mode Conventions): Mention the use of a hook.
5680
56812005-11-06 Richard M. Stallman <rms@gnu.org>
5682
5683 * files.texi (Magic File Names): find-file-name-handler checks the
5684 `operations' property of the handler.
5685
56862005-11-03 Richard M. Stallman <rms@gnu.org>
5687
5688 * variables.texi (Frame-Local Variables): Small clarification.
5689
56902005-10-29 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * os.texi (Init File): Document ~/.emacs.d/init.el.
5693
56942005-10-29 Richard M. Stallman <rms@gnu.org>
5695
5696 * internals.texi (Garbage Collection): Document memory-full.
5697
56982005-10-28 Bill Wohler <wohler@newt.com>
5699
5700 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5701 for URLs.
5702
57032005-10-28 Richard M. Stallman <rms@gnu.org>
5704
5705 * minibuf.texi (Completion Commands): Clean up prev change.
5706
57072005-10-26 Kevin Ryde <user42@zip.com.au>
5708
5709 * compile.texi (Eval During Compile): Explain recommended uses
5710 of eval-when-compile and eval-and-compile.
5711
57122005-10-27 Masatake YAMATO <jet@gyve.org>
5713
5714 * minibuf.texi (Completion Commands):
5715 Write about new optional argument for `display-completion-list'.
5716
57172005-10-23 Richard M. Stallman <rms@gnu.org>
5718
5719 * display.texi (Overlay Arrow): Clarify about local bindings of
5720 overlay-arrow-position.
5721
57222005-10-22 Eli Zaretskii <eliz@gnu.org>
5723
5724 * internals.texi (Building Emacs): Fix last change.
5725
57262005-10-22 Richard M. Stallman <rms@gnu.org>
5727
5728 * internals.texi (Building Emacs): Document eval-at-startup.
5729
57302005-10-21 Richard M. Stallman <rms@gnu.org>
5731
5732 * loading.texi (Where Defined): load-history contains abs file names.
5733 symbol-file returns abs file names.
5734
57352005-10-19 Kim F. Storm <storm@cua.dk>
5736
5737 * display.texi (Showing Images): Add max-image-size integer value.
5738
57392005-10-18 Chong Yidong <cyd@stupidchicken.com>
5740
5741 * display.texi (Showing Images): Document max-image-size.
5742
57432005-10-17 Richard M. Stallman <rms@gnu.org>
5744
5745 * commands.texi (Quitting): Minor clarification.
5746
5747 * processes.texi (Sentinels): Clarify about output and quitting.
5748 (Filter Functions): Mention with-local-quit.
5749
57502005-10-17 Juri Linkov <juri@jurta.org>
5751
5752 * buffers.texi (Current Buffer):
5753 * commands.texi (Event Input Misc):
5754 * compile.texi (Eval During Compile, Compiler Errors):
5755 * customize.texi (Group Definitions):
5756 * display.texi (Progress, Defining Faces):
5757 * files.texi (Writing to Files):
5758 * modes.texi (Mode Hooks, Defining Minor Modes):
5759 * streams.texi (Output Functions):
5760 * syntax.texi (Syntax Table Functions):
5761 * text.texi (Change Hooks):
5762 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5763
5764 * commands.texi (Quitting): Replace arg `forms' with `body' in
5765 `with-local-quit'.
5766
5767 * positions.texi (Excursions): Replace arg `forms' with `body' in
5768 `save-excursion'.
5769
57702005-10-08 Kim F. Storm <storm@cua.dk>
5771
5772 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5773 Rename manual section accordingly.
5774
57752005-10-04 Kim F. Storm <storm@cua.dk>
5776
5777 * windows.texi (Window Split Tree): New section describing
5778 new function window-split-tree function.
5779
57802005-10-03 Nick Roberts <nickrob@snap.net.nz>
5781
5782 * display.texi (Fringe Size/Pos): Simplify and add detail.
5783
57842005-09-30 Romain Francoise <romain@orebokech.com>
5785
5786 * minibuf.texi (High-Level Completion): Explain that the prompt
5787 given to `read-buffer' should end with a colon and a space.
5788 Update usage examples.
5789
57902005-09-29 Juri Linkov <juri@jurta.org>
5791
5792 * display.texi (Displaying Messages): Rename argument name
5793 `string' to `format-string' in functions `message', `message-box',
5794 `message-or-box'.
5795
57962005-09-26 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * errors.texi (Standard Errors): Correct xrefs.
5799
58002005-09-18 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * display.texi (Defining Images): Update documentation for
5803 `image-load-path'.
5804
58052005-09-17 Richard M. Stallman <rms@gnu.org>
5806
5807 * display.texi (Defining Images): Clean up previous change.
5808
58092005-09-16 Romain Francoise <romain@orebokech.com>
5810
5811 * elisp.texi: Specify GFDL version 1.2.
5812
5813 * doclicense.texi (GNU Free Documentation License): Update to
5814 version 1.2.
5815
58162005-09-15 Chong Yidong <cyd@stupidchicken.com>
5817
5818 * display.texi (Defining Images): Document `image-load-path'.
5819
58202005-09-15 Richard M. Stallman <rms@gnu.org>
5821
5822 * objects.texi (Printed Representation): Minor cleanup.
5823 (Box Diagrams): Minor fix.
5824 (Cons Cell Type): Move (...) index item here.
5825 (Box Diagrams): From here.
5826 (Array Type): Minor fix.
5827 (Type Predicates): Delete index "predicates".
5828 (Hash Table Type): Clarify xref.
5829 (Dotted Pair Notation): Minor fix.
5830
58312005-09-10 Chong Yidong <cyd@stupidchicken.com>
5832
5833 * files.texi (Saving Buffers): Fix typo.
5834
58352005-09-08 Richard M. Stallman <rms@gnu.org>
5836
5837 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5838
58392005-09-08 Chong Yidong <cyd@stupidchicken.com>
5840
5841 * locals.texi (Standard Buffer-Local Variables): Don't include
5842 mode variables for minor modes.
5843 Fix xrefs for buffer-display-count, buffer-display-table,
5844 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5845 enable-multibyte-characters, fill-column, header-line-format,
5846 left-fringe-width, left-margin, and right-fringe-width.
5847
5848 * hooks.texi (Standard Hooks): All hooks should conform to the
5849 standard naming convention now.
5850 Fix xref for `echo-area-clear-hook'.
5851
5852 * display.texi (Usual Display): Note that indicate-empty-lines and
5853 tab-width are buffer-local.
5854
5855 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5856
5857 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5858
5859 * nonascii.texi (Encoding and I/O): Note that
5860 buffer-file-coding-system is buffer-local.
5861
5862 * positions.texi (List Motion): Note that defun-prompt-regexp is
5863 buffer-local.
5864
5865 * text.texi (Auto Filling): Note that auto-fill-function is
5866 buffer-local.
5867 (Undo): Note that buffer-undo-list is buffer-local.
5868
5dcb4c4e
SM
5869 * windows.texi (Buffers and Windows):
5870 Document buffer-display-count.
b8d4c8d0
GM
5871
58722005-09-06 Richard M. Stallman <rms@gnu.org>
5873
5874 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5875 package prefix elsewhere than at the start of the name.
5876
58772005-09-03 Richard M. Stallman <rms@gnu.org>
5878
5879 * tips.texi (Programming Tips): Add conventions for minibuffer
5880 questions and prompts.
5881
58822005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5883
5884 * intro.texi (nil and t): Minor cleanup.
5885 Delete spurious mention of keyword symbols.
5886 (Evaluation Notation): Add index entry.
5887 (A Sample Function Description): Minor cleanup.
5888 (A Sample Variable Description): Not all vars can be set.
5889
58902005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5891
5892 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5893
5894 (Insertion): Document precise type of `insert-char' arg COUNT.
5895
58962005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * modes.texi (Other Font Lock Variables): Sync the default of
5899 font-lock-lines-before.
5900
59012005-08-31 Michael Albinus <michael.albinus@gmx.de>
5902
5903 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5904
59052005-08-29 Richard M. Stallman <rms@gnu.org>
5906
5907 * elisp.texi (Top): Update subnode menu.
5908
5909 * searching.texi (Searching and Matching): Move node.
5910 Rearrange contents and add overall explanation.
5911 (Searching and Case): Move node.
5912 (Searching and Matching): Update menu.
5913
59142005-08-27 Eli Zaretskii <eliz@gnu.org>
5915
5916 * os.texi (Startup Summary): Fix the description of the initial
5917 startup message display.
5918
59192005-08-25 Richard M. Stallman <rms@gnu.org>
5920
5921 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5922
59232005-08-25 Emilio C. Lopes <eclig@gmx.net>
5924
5925 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5926 `next-overlay-change' example.
5927
59282005-08-22 Juri Linkov <juri@jurta.org>
5929
5930 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5931 Fix invert-face. Fix args of face-background.
5932
5933 * display.texi (Standard Faces): Delete node.
5934 (Faces): Add xref to `(emacs)Standard Faces'.
5935 (Displaying Faces): Fix xref to `Standard Faces'.
5936
5937 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5938
59392005-08-20 Alan Mackenzie <acm@muc.de>
5940
5941 * buffers.texi (The Buffer List): Clarify the manipulation of the
5942 buffer list.
5943
59442005-08-14 Richard M. Stallman <rms@gnu.org>
5945
5946 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5947 a regexp.
5948
59492005-08-11 Richard M. Stallman <rms@gnu.org>
5950
5951 * elisp.texi (Top): Update subnode lists.
5952
5953 * display.texi (Inverse Video): Node deleted.
5954
5955 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5956 New nodes split out of Coding Conventions.
5957
5958 * searching.texi (Regular Expressions): Document re-builder.
5959
5960 * os.texi (Time Parsing): New node split out of Time Conversion.
5961
5962 * processes.texi (Misc Network, Network Feature Testing)
5963 (Network Options, Make Network): New nodes split out of
5964 Low-Level Network.
5965
59662005-08-09 Richard M. Stallman <rms@gnu.org>
5967
5968 * frames.texi (Geometry): New node, split from Size and Position.
5969 (Frame Parameters): Refer to Geometry.
5970
5971 * buffers.texi (The Buffer List): Fix xrefs.
5972
5973 * windows.texi (Splitting Windows): Fix xref.
5974
5975 * frames.texi (Layout Parameters): Add xref.
5976
5977 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5978
5979 * keymaps.texi (Menu Bar): Fix xref.
5980
5981 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5982
5983 * modes.texi (%-Constructs): Fix xref.
5984
5985 * frames.texi (Window Frame Parameters): Node split up.
5986 (Basic Parameters, Position Parameters, Size Parameters)
5987 (Layout Parameters, Buffer Parameters, Management Parameters)
5988 (Cursor Parameters, Color Parameters): New subnodes.
5989
59902005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5991
5992 * positions.texi (Screen Lines): Update xref for previous change
5993 in minibuf.texi.
5994
5995 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5996 change in minibuf.texi.
5997
59982005-08-09 Richard M. Stallman <rms@gnu.org>
5999
6000 * tips.texi (Coding Conventions): Minor cleanup.
6001
6002 * modes.texi (Defining Minor Modes): Explain when init-value
6003 can be non-nil.
6004
6005 * elisp.texi (Top): Update submenu for Minibuffer.
6006
6007 * minibuf.texi (Minibuffer Misc): Node split up.
6008 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
6009 (Recursive Mini): New nodes split out from Minibuffer Misc.
6010 (Minibuffer Misc): Document max-mini-window-height.
6011
6012 * hash.texi (Defining Hash): Delete stray paren in example.
6013
6014 * display.texi (Echo Area Customization): Don't define
6015 max-mini-window-height here; xref instead.
6016
6017 * commands.texi (Event Input Misc): Update while-no-input.
6018
6019 * advice.texi (Advising Functions): Explain when to use advice
6020 and when to use a hook.
6021
60222005-07-30 Eli Zaretskii <eliz@gnu.org>
6023
6024 * makefile.w32-in (info): Don't run install-info.
6025 ($(infodir)/dir): New target, produced by running install-info.
6026
60272005-07-27 Luc Teirlinck <teirllm@auburn.edu>
6028
6029 * modes.texi (Defining Minor Modes): The keyword for the initial
6030 value is :init-value, not :initial-value.
6031
60322005-07-23 Eli Zaretskii <eliz@gnu.org>
6033
6034 * loading.texi (Autoload): Make the `doctor' example be consistent
6035 with what's in current loaddefs.el. Describe the "fn" magic in
6036 the usage portion of the doc string.
6037
60382005-07-22 Richard M. Stallman <rms@gnu.org>
6039
6040 * internals.texi (Garbage Collection): Clarify previous change.
6041
60422005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * internals.texi (Garbage Collection): Add gc-cons-percentage.
6045
60462005-07-18 Juri Linkov <juri@jurta.org>
6047
6048 * commands.texi (Accessing Events):
6049 * frames.texi (Text Terminal Colors, Resources):
6050 * markers.texi (The Mark):
6051 * modes.texi (Defining Minor Modes):
6052 Delete duplicate duplicate words.
6053
60542005-07-16 Richard M. Stallman <rms@gnu.org>
6055
6056 * display.texi (Managing Overlays): Clarify make-overlay
6057 args for insertion types.
6058
60592005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6060
6061 * customize.texi (Variable Definitions):
6062 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
6063 `standard-value' is a list too.
6064 (Defining New Types): Use @key{RET} instead of @key{ret}.
6065
60662005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
6067
6068 * os.texi (Translating Input): Fix typo.
6069
60702005-07-08 Richard M. Stallman <rms@gnu.org>
6071
6072 * README: Update edition number and size estimate.
6073
6074 * elisp.texi (VERSION): Set to 2.9.
6075
60762005-07-07 Richard M. Stallman <rms@gnu.org>
6077
6078 * book-spine.texinfo: Update Emacs version.
6079
6080 * display.texi (Inverse Video): Delete mode-line-inverse-video.
6081
60822005-07-06 Richard M. Stallman <rms@gnu.org>
6083
6084 * searching.texi (Regexp Search): Clarify what re-search-forward
6085 does when the search fails.
6086
60872005-07-05 Lute Kamstra <lute@gnu.org>
6088
6089 * Update FSF's address in GPL notices.
6090
6091 * doclicense.texi (GNU Free Documentation License):
6092 * gpl.texi (GPL):
6093 * tips.texi (Coding Conventions, Library Headers):
6094 * vol1.texi:
6095 * vol2.texi: Update FSF's address.
6096
60972005-07-04 Richard M. Stallman <rms@gnu.org>
6098
6099 * hooks.texi (Standard Hooks): Add occur-hook.
6100
61012005-07-03 Luc Teirlinck <teirllm@auburn.edu>
6102
6103 * display.texi (The Echo Area): Correct menu.
6104
61052005-07-03 Richard M. Stallman <rms@gnu.org>
6106
6107 * elisp.texi (Top): Update subnode menu for Display.
6108
6109 * display.texi (Displaying Messages): New node, with most
6110 of what was in The Echo Area.
5dcb4c4e 6111 (Progress): Move under The Echo Area.
b8d4c8d0
GM
6112 (Logging Messages): New node with new text.
6113 (Echo Area Customization): New node, the rest of what was
6114 in The Echo Area. Document message-truncate-lines with @defvar.
6115 (Display): Update menu.
6116
6117 * windows.texi (Textual Scrolling): Doc 3 values for
6118 scroll-preserve-screen-position.
6119
6120 * text.texi (Special Properties): Change hook functions
6121 should bind inhibit-modification-hooks around altering buffer text.
6122
6123 * keymaps.texi (Key Binding Commands): Call binding BINDING
6124 rather than DEFINITION.
6125
61262005-06-29 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * variables.texi (Defining Variables): `user-variable-p' returns t
6129 for aliases of user options, nil for alias loops.
6130
61312005-06-28 Richard M. Stallman <rms@gnu.org>
6132
6133 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
6134 make-keymap.
6135
61362005-06-27 Luc Teirlinck <teirllm@auburn.edu>
6137
6138 * variables.texi (Setting Variables): Correct and clarify
6139 description of `add-to-ordered-list'.
6140
61412005-06-26 Richard M. Stallman <rms@gnu.org>
6142
6143 * display.texi (Faces): Minor cleanup.
6144
61452005-06-25 Luc Teirlinck <teirllm@auburn.edu>
6146
6147 * display.texi (Faces): `facep' returns t for strings that are
6148 face names.
6149
61502005-06-25 Richard M. Stallman <rms@gnu.org>
6151
6152 * objects.texi (Equality Predicates): Clarify meaning of equal.
6153
6154 * windows.texi (Selecting Windows): save-selected-window
6155 and with-selected-window save and restore the current buffer.
6156
61572005-06-24 Richard M. Stallman <rms@gnu.org>
6158
6159 * numbers.texi (Float Basics): Explain how to test for NaN,
6160 and printing the sign of NaNs.
6161
61622005-06-24 Eli Zaretskii <eliz@gnu.org>
6163
6164 * makefile.w32-in (MAKEINFO): Use --force.
6165
61662005-06-23 Richard M. Stallman <rms@gnu.org>
6167
6168 * display.texi (Face Functions): Correct Texinfo usage.
6169
61702005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6171
6172 * lists.texi (Rings): `ring-elements' now returns the elements of
6173 RING in order.
6174
61752005-06-23 Juanma Barranquero <lekktu@gmail.com>
6176
6177 * markers.texi (The Mark): Texinfo usage fix.
6178
61792005-06-23 Kim F. Storm <storm@cua.dk>
6180
6181 * searching.texi (Entire Match Data): Remove evaporate option for
6182 match-data. Do not mention evaporate option for set-match-data.
6183
61842005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6185
6186 * display.texi (Face Functions): Mention face aliases.
6187
61882005-06-21 Richard M. Stallman <rms@gnu.org>
6189
6190 * anti.texi (Antinews): Texinfo usage fix.
6191
61922005-06-21 Karl Berry <karl@gnu.org>
6193
6194 * elisp.texi: Use @copying.
6195
6196 * elisp.texi: Put @summarycontents and @contents before the Top
6197 node, instead of the end of the file, so that the contents appear
6198 in the right place in the dvi/pdf output.
6199
62002005-06-21 Juri Linkov <juri@jurta.org>
6201
6202 * display.texi (Defining Faces): Add `customized-face'.
6203
62042005-06-20 Kim F. Storm <storm@cua.dk>
6205
6206 * variables.texi (Setting Variables): Any type of element can be
6207 given order in add-to-ordered-list. Compare elements with eq.
6208
6209 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
6210
62112005-06-20 Karl Berry <karl@gnu.org>
6212
6213 * syntax.texi (Syntax Flags): Make last column very slightly wider
6214 to avoid "generic comment" breaking on two lines and causing an
6215 underfull box.
6216
62172005-06-19 Luc Teirlinck <teirllm@auburn.edu>
6218
6219 * lists.texi (Rings): Various minor clarifications and corrections.
6220
62212005-06-18 Richard M. Stallman <rms@gnu.org>
6222
6223 * functions.texi (Obsolete Functions): Simplify.
6224
6225 * variables.texi (Variable Aliases): Simplify.
6226
6227 * anti.texi, backups.texi, compile.texi, customization.texi:
6228 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
6229 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
6230 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
6231 * variables.texi: Fix formatting ugliness.
6232
6233 * elisp.texi: Add links to Rings and Byte Packing.
6234 Update version and copyright years.
6235
6236 * minibuf.texi: Fix formatting ugliness.
6237 (Completion Commands): Move keymap vars to the end
6238 and vars completing-read binds to the top.
6239
62402005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6241
6242 * processes.texi: Fix typos.
6243 (Bindat Spec): Correct Texinfo error.
6244 (Byte Packing): Fix ungrammatical sentence.
6245
62462005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
6247
6248 * lists.texi (Rings): New node.
6249 (Lists): Add it to menu.
6250
6251 * processes.texi (Byte Packing): New node.
6252 (Processes): Add it to menu.
6253
62542005-06-17 Richard M. Stallman <rms@gnu.org>
6255
6256 * syntax.texi (Parsing Expressions): Fix texinfo usage.
6257
6258 * help.texi (Documentation Basics): Explain the xref to
6259 Documentation Tips.
6260
6261 * debugging.texi (Debugger Commands): Minor fix.
6262
62632005-06-16 Luc Teirlinck <teirllm@auburn.edu>
6264
6265 * edebug.texi (Instrumenting): Eliminate duplicate link.
6266 (Specification List): Replace references to "below", referring to
6267 a later node, with one @ref to that node.
6268
6269 * os.texi (Timers): Timers should save and restore the match data
6270 if they change it.
6271
6272 * debugging.texi (Debugger Commands): Mention that the Lisp
6273 debugger can not step through primitive functions.
6274
62752005-06-16 Juanma Barranquero <lekktu@gmail.com>
6276
6277 * functions.texi (Obsolete Functions): Update argument names of
6278 `make-obsolete' and `define-obsolete-function-alias'.
6279
6280 * variables.texi (Variable Aliases): Update argument names of
6281 `defvaralias', `make-obsolete-variable' and
6282 `define-obsolete-variable-alias'.
6283
62842005-06-15 Kim F. Storm <storm@cua.dk>
6285
6286 * searching.texi (Entire Match Data): Rephrase warnings about
6287 evaporate arg to match-data and set-match-data.
6288
62892005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6290
6291 * elisp.texi (Top): Update detailed menu.
6292
6293 * edebug.texi (Edebug): Update menu.
6294 (Instrumenting): Update xrefs.
6295 (Edebug Execution Modes): Correct xref.
6296 (Jumping): Clarify description of `h' command.
6297 Eliminate redundant @ref.
6298 (Breaks): New node.
6299 (Breakpoints): Is now a subsubsection.
6300 (Global Break Condition): Mention `C-x X X'.
6301 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
6302 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
6303 (Edebug Display Update): Correct pxref.
6304 (Edebug and Macros): New node.
6305 (Instrumenting Macro Calls): Is now a subsubsection.
6306 Neither arg of `def-edebug-spec' is evaluated.
6307 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
6308 (Specification Examples): Fix typo.
6309
63102005-06-14 Lute Kamstra <lute@gnu.org>
6311
6312 * debugging.texi (Function Debugging): Primitives can break on
6313 entry too.
6314
63152005-06-14 Kim F. Storm <storm@cua.dk>
6316
6317 * variables.texi (Setting Variables): Add add-to-ordered-list.
6318
63192005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6320
6321 * syntax.texi (Parsing Expressions): Document aux functions and vars of
6322 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
6323
63242005-06-13 Lute Kamstra <lute@gnu.org>
6325
6326 * text.texi (Special Properties): Fix cross reference.
6327
63282005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6329
6330 * debugging.texi (Function Debugging): Delete mention of empty
6331 string argument to `cancel-debug-on-entry'. Delete inaccurate
6332 description of the return value of that command.
6333
63342005-06-11 Alan Mackenzie <acm@muc.de>
6335
6336 * text.texi (Adaptive Fill): Amplify the description of
6337 fill-context-prefix.
6338
63392005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6340
6341 * syntax.texi (Parsing Expressions): Fix Texinfo error.
6342
63432005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * syntax.texi (Parsing Expressions): Document syntax-ppss.
6346
63472005-06-10 Luc Teirlinck <teirllm@auburn.edu>
6348
6349 * debugging.texi (Error Debugging): Minor rewording.
6350 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
6351 is optional.
6352
63532005-06-10 Lute Kamstra <lute@gnu.org>
6354
6355 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
6356 (Top): Give it a title. Correct version number. Give the
6357 detailed node listing a more prominent header.
6358 * intro.texi: Don't set VERSION here a second time.
6359 Mention Emacs's version too.
6360 * anti.texi (Antinews): Use EMACSVER to refer to the current
6361 version of Emacs.
6362
63632005-06-09 Kim F. Storm <storm@cua.dk>
6364
6365 * searching.texi (Entire Match Data): Explain new `reseat' argument to
6366 match-data and set-match-data.
6367
63682005-06-08 Richard M. Stallman <rms@gnu.org>
6369
6370 * searching.texi (Entire Match Data): Clarify when match-data
6371 returns markers and when integers.
6372
6373 * display.texi (Defining Faces): Explain that face name should not
6374 end in `-face'.
6375
6376 * modes.texi (Mode Line Data): Minor cleanup.
6377 (Customizing Keywords): Node split out of Search-based Fontification.
6378 Add example of using font-lock-add-keywords from a hook.
6379 Clarify when MODE should be non-nil, and when nil.
6380
63812005-06-06 Richard M. Stallman <rms@gnu.org>
6382
6383 * modes.texi (Mode Line Data): Explain what happens when the car
6384 of a list is a void symbol.
6385 (Search-based Fontification): Explain MODE arg to
6386 font-lock-add-keywords and warn about calls from major modes.
6387
63882005-06-08 Juri Linkov <juri@jurta.org>
6389
6390 * display.texi (Standard Faces): Add `shadow' face.
6391
63922005-05-29 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * modes.texi (Major Mode Conventions): A derived mode only needs
6395 to put the call to the parent mode inside `delay-mode-hooks'.
6396
63972005-05-29 Richard M. Stallman <rms@gnu.org>
6398
6399 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
6400 new, and what that implies. Clarify.
6401
6402 * files.texi (Locating Files): Clean up the text.
6403
6404 * frames.texi (Window Frame Parameters): Document user-size.
6405 Shorten entry for top by referring to left.
6406
64072005-05-26 Richard M. Stallman <rms@gnu.org>
6408
6409 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
6410 is new, and what the implications are. Other clarifications.
6411
64122005-05-24 Richard M. Stallman <rms@gnu.org>
6413
6414 * frames.texi (Dialog Boxes): Minor fixes.
6415
64162005-05-25 Masatake YAMATO <jet@gyve.org>
6417
6418 * display.texi (Standard Faces): Write about `mode-line-highlight'.
6419
64202005-05-24 Luc Teirlinck <teirllm@auburn.edu>
6421
6422 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
6423 is optional.
6424
64252005-05-24 Nick Roberts <nickrob@snap.net.nz>
6426
10d1d0af 6427 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
6428
64292005-05-23 Lute Kamstra <lute@gnu.org>
6430
6431 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
6432 syntax-begin-function over font-lock-beginning-of-syntax-function.
6433
64342005-05-21 Luc Teirlinck <teirllm@auburn.edu>
6435
6436 * minibuf.texi (Reading File Names): Update description of
6437 `read-directory-name'.
6438
6439 * modes.texi (Derived Modes): Clarify :group keyword.
6440
64412005-05-21 Eli Zaretskii <eliz@gnu.org>
6442
6443 * files.texi (Locating Files): New subsection.
6444 Describe locate-file and executable-find.
6445
64462005-05-21 Kevin Ryde <user42@zip.com.au>
6447
6448 * frames.texi (Initial Parameters): Update cross reference to
6449 "Emacs Invocation".
6450
64512005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6452
6453 * keymaps.texi (Active Keymaps): Add anchor.
6454
6455 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
6456 (Major Mode Conventions): Refer to `Auto Major Mode' in more
6457 appropriate place.
6458 (Derived Modes): Small clarifications.
6459 (Minor Mode Conventions, Keymaps and Minor Modes):
6460 Replace references to nodes with references to anchors.
6461 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
6462 Clarify description of lists whose first element is an integer.
6463 (Mode Line Variables): Add anchor.
6464 (%-Constructs): Clarify description of integer after %.
6465 (Emulating Mode Line): Describe nil value for FACE.
6466
64672005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6468
6469 * modes.texi (Derived Modes): Correct references to non-existing
6470 variable standard-syntax-table.
6471
64722005-05-17 Lute Kamstra <lute@gnu.org>
6473
6474 * modes.texi (Defining Minor Modes): Mention the mode hook.
6475
64762005-05-15 Kim F. Storm <storm@cua.dk>
6477
6478 * processes.texi (Network): Remove open-network-stream-nowait.
6479 (Network Servers): Remove open-network-stream-server.
6480
64812005-05-15 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * elisp.texi (Top): Update detailed menu.
6484
6485 * variables.texi: Reorder nodes.
6486 (Variables): Update menu.
6487 (File Local Variables): Do not refer to the `-*-' line as
6488 a "local variables list". Add pxref.
6489
64902005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6491
6492 * elisp.texi (Top): Update detailed menu for node changes.
6493
6494 * modes.texi (Modes): Update Menu.
6495 (Hooks): Move to beginning of chapter.
6496 Most minor modes run mode hooks too.
6497 `add-hook' can handle void hooks or hooks whose value is a single
6498 function.
6499 (Major Modes): Update Menu.
6500 (Major Mode Basics): New node, split off from `Major Modes'.
6501 (Major Mode Conventions): Correct xref. Explain how to handle
6502 auto-mode-alist if the major mode command has an autoload cookie.
6503 (Auto Major Mode): Major update. Add magic-mode-alist.
6504 (Derived Modes): Major update.
6505 (Mode Line Format): Update Menu.
6506 (Mode Line Basics): New node, split off from `Mode Line Format'.
6507
6508 * loading.texi (Autoload): Mention `autoload cookie' as synonym
6509 for `magic autoload comment'. Add index entries and anchor.
6510
65112005-05-14 Richard M. Stallman <rms@gnu.org>
6512
6513 * tips.texi (Coding Conventions): Explain how important it is
6514 that just loading certain files not change Emacs behavior.
6515
6516 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
6517
65182005-05-12 Lute Kamstra <lute@gnu.org>
6519
6520 * modes.texi (Generic Modes): Update.
6521 (Major Modes): Refer to node "Generic Modes".
6522
6523 * elisp.texi (Top): Update to the current structure of the manual.
6524 * processes.texi (Processes): Add menu description.
6525 * customize.texi (Customization): Add menu descriptions.
6526
65272005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
6528
6529 * processes.texi (Signals to Processes)
6530 (Low-Level Network): Fix typos.
6531
65322005-05-11 Lute Kamstra <lute@gnu.org>
6533
6534 * elisp.texi (Top): Add some nodes from the chapter "Major and
6535 Minor Modes" to the detailed node listing.
6536
65372005-05-10 Richard M. Stallman <rms@gnu.org>
6538
6539 * keymaps.texi (Extended Menu Items): Menu item filter functions
6540 can be called at any time.
6541
65422005-05-08 Luc Teirlinck <teirllm@auburn.edu>
6543
6544 * variables.texi (File Local Variables): `(hack-local-variables t)'
6545 now also checks whether a mode is specified in the local variables
6546 list.
6547
65482005-05-05 Kevin Ryde <user42@zip.com.au>
6549
6550 * display.texi (The Echo Area): Correct format function cross
6551 reference.
6552
65532005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * variables.texi (Variable Aliases): Change description of
6556 `define-obsolete-variable-alias'.
6557
6558 * functions.texi (Functions): Add "Obsolete Functions" to menu.
6559 (Defining Functions): Add xref.
6560 (Obsolete Functions): New node.
6561 (Function Safety): Standardize capitalization of section title.
6562
6563 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
6564 (Dialog Boxes): Complete description of `x-popup-dialog'.
6565
65662005-05-04 Richard M. Stallman <rms@gnu.org>
6567
6568 * commands.texi (Interactive Codes): Fix Texinfo usage.
6569 Document U more clearly.
6570
65712005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
6574 function and not a macro.
6575
6576 * frames.texi (Pop-Up Menus): Correct and clarify description of
6577 `x-popup-menu'.
6578 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6579
65802005-05-01 Richard M. Stallman <rms@gnu.org>
6581
6582 * edebug.texi (Checking Whether to Stop): Fix previous change.
6583
65842005-05-01 Luc Teirlinck <teirllm@auburn.edu>
6585
6586 * display.texi: Fix typos and Texinfo usage.
6587
6588 * edebug.texi (Checking Whether to Stop): executing-macro ->
6589 executing-kbd-macro.
6590
65912005-05-01 Richard M. Stallman <rms@gnu.org>
6592
6593 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
6594
65952005-04-30 Richard M. Stallman <rms@gnu.org>
6596
6597 * files.texi (Magic File Names): Document `operations' property.
6598
65992005-04-29 Lute Kamstra <lute@gnu.org>
6600
6601 * modes.texi (Generic Modes): New node.
6602 (Major Modes): Add it to the menu.
6603 (Derived Modes): Add "derived mode" to concept index.
6604
66052005-04-28 Lute Kamstra <lute@gnu.org>
6606
6607 * modes.texi (Defining Minor Modes): Fix previous change.
6608 (Font Lock Mode): Simplify.
6609 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6610 when set and that some parts are optional. Add cross references.
6611 (Search-based Fontification): Say how to specify font-lock-keywords.
6612 Add cross references. Add font-lock-multiline to index.
6613 Move font-lock-keywords-case-fold-search here from node "Other Font
6614 Lock Variables". Document font-lock-add-keywords and
6615 font-lock-remove-keywords.
6616 (Other Font Lock Variables): Move font-lock-keywords-only,
6617 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6618 and font-lock-syntactic-face-function to node "Syntactic Font
6619 Lock". Move font-lock-keywords-case-fold-search to node
6620 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6621 and font-lock-{,un}fontify-{buffer,region}-function.
6622 (Precalculated Fontification): Remove reference to deleted variable
6623 font-lock-core-only.
6624 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6625 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6626 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6627 and font-lock-syntactic-face-function here from node "Other Font
6628 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6629 Syntax Properties". Add cross references.
6630 (Setting Syntax Properties): New node.
6631 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6632 * syntax.texi (Syntax Properties): Add cross reference.
6633 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6634
66352005-04-26 Richard M. Stallman <rms@gnu.org>
6636
6637 * display.texi (Defining Faces):
6638 Document `default' elements of defface spec.
6639
6640 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6641
6642 * variables.texi (Variable Aliases): Clarify text.
6643
66442005-04-25 Chong Yidong <cyd@stupidchicken.com>
6645
6646 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6647
66482005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6649
6650 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6651
66522005-04-24 Eli Zaretskii <eliz@gnu.org>
6653
6654 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6655 syntax-after and syntax-class.
6656
6657 * files.texi (Changing Files): Fix last change's cross-reference.
6658 (Unique File Names): Don't mention "numbers" in the documentation
6659 of make-temp-file and make-temp-name.
6660
66612005-04-23 Richard M. Stallman <rms@gnu.org>
6662
6663 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6664
66652005-04-22 Nick Roberts <nickrob@snap.net.nz>
6666
6667 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6668
66692005-04-22 Nick Roberts <nickrob@snap.net.nz>
6670
6671 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6672 and define-obsolete-variable-alias.
6673
66742005-04-22 Kim F. Storm <storm@cua.dk>
6675
6676 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6677 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6678
66792005-04-21 Lute Kamstra <lute@gnu.org>
6680
6681 * lists.texi (Association Lists): Document rassq-delete-all.
6682
66832005-04-19 Richard M. Stallman <rms@gnu.org>
6684
6685 * modes.texi (Search-based Fontification): Explain that
6686 facespec is an expression to be evaluated.
6687
66882005-04-19 Kevin Ryde <user42@zip.com.au>
6689
6690 * streams.texi (Output Functions): Fix xref.
6691 * strings.texi (String Conversion): Fix xref.
6692
66932005-04-19 Kim F. Storm <storm@cua.dk>
6694
6695 * symbols.texi (Symbol Plists): Add safe-get.
6696 Mention that `get' may signal an error.
6697
66982005-04-18 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * customize.texi (Variable Definitions): Replace tooltip-mode
6701 example with save-place.
6702
67032005-04-17 Richard M. Stallman <rms@gnu.org>
6704
6705 * buffers.texi (Indirect Buffers): Clarify.
6706
6707 * positions.texi (Positions): Clarify converting marker to integer.
6708
6709 * strings.texi (String Basics): Mention string-match; clarify.
6710
67112005-04-08 Lute Kamstra <lute@gnu.org>
6712
6713 * modes.texi (Search-based Fontification): Fix cross references.
6714 Use consistent terminology. Document anchored highlighting.
6715
67162005-04-05 Lute Kamstra <lute@gnu.org>
6717
6718 * modes.texi (Defining Minor Modes): Document :group keyword
6719 argument and its default value.
6720
67212005-04-03 Lute Kamstra <lute@gnu.org>
6722
6723 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6724 references and/or descriptions. Delete major mode hooks; mention
6725 them as a category instead. Rename or delete obsolete hooks.
6726
67272005-04-02 Richard M. Stallman <rms@gnu.org>
6728
6729 * nonascii.texi (Coding System Basics): Another wording cleanup.
6730
67312005-04-01 Richard M. Stallman <rms@gnu.org>
6732
6733 * nonascii.texi (Coding System Basics): Clarify previous change.
6734
67352005-04-01 Kenichi Handa <handa@m17n.org>
6736
10d1d0af 6737 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6738 identity of coding systems.
6739
67402005-03-29 Chong Yidong <cyd@stupidchicken.com>
6741
6742 * text.texi (Buffer Contents): Add filter-buffer-substring and
6743 buffer-substring-filters.
6744
67452005-03-26 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * anti.texi (Antinews): Mention `G' interactive code.
6748
6749 * tips.texi (Compilation Tips): Mention benchmark.el.
6750
67512005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6752
6753 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6754 is now bound to M-o M-o.
6755
6756 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6757
67582005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6759
6760 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6761 in the Emacs Manual).
6762 * Makefile.in (srcs): Remove calendar.texi.
6763 * makefile.w32-in (srcs): Remove calendar.texi.
6764 * display.texi (Display): Change name of next node.
6765 * os.texi (System In): Change name of previous node.
6766 * elisp.texi (Top): Remove Calendar references.
6767 * vol1.texi (Top): Remove Calendar references.
6768 * vol2.texi (Top): Remove Calendar references.
6769
67702005-03-25 Richard M. Stallman <rms@gnu.org>
6771
6772 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6773 Cleanup previous change.
6774
67752005-03-25 Chong Yidong <cyd@stupidchicken.com>
6776
6777 * display.texi (Face Attributes): Faces earlier in an :inherit
6778 list take precedence.
6779 (Scroll Bars): Fix description of vertical-scroll-bars.
6780 Document frame-current-scroll-bars and window-current-scroll-bars.
6781
6782 * markers.texi (The Mark): Document temporary Transient Mark mode.
6783
6784 * minibuf.texi (Reading File Names):
6785 Document read-file-name-completion-ignore-case.
6786
6787 * positions.texi (Screen Lines): Document nil for width argument
6788 to compute-motion.
6789
67902005-03-23 Kim F. Storm <storm@cua.dk>
6791
6792 * display.texi (Standard Faces): Other faces used in the fringe
6793 implicitly inherits from the fringe face.
6794 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6795 properties implicitly inherits from fringe face.
6796 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6797
67982005-03-20 Chong Yidong <cyd@stupidchicken.com>
6799
6800 * display.texi (Invisible Text): State default value of
6801 line-move-ignore-invisible.
6802 (Managing Overlays): Document remove-overlays.
6803 (Standard Faces): Document escape-glyph face.
6804
6805 * minibuf.texi (Reading File Names): Document read-file-name-function.
6806
6807 * modes.texi (Other Font Lock Variables):
6808 Document font-lock-lines-before.
6809
6810 * positions.texi (Skipping Characters): skip-chars-forward allows
6811 character classes.
6812
68132005-03-18 Lute Kamstra <lute@gnu.org>
6814
6815 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6816
68172005-03-17 Richard M. Stallman <rms@gnu.org>
6818
6819 * text.texi (Undo): Document extensible undo entries.
6820
dd7b651b 6821 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6822
6823 * nonascii.texi (Character Codes): Minor fix.
6824
6825 * display.texi (Display Property): Explain the significance
6826 of having text properties that are eq.
6827 (Other Display Specs): Explain string as display spec.
6828
6829 * commands.texi (Interactive Codes): Document G option.
6830
68312005-03-17 Chong Yidong <cyd@stupidchicken.com>
6832
6833 * text.texi (Filling): Add sentence-end-without-period and
6834 sentence-end-without-space.
6835 (Changing Properties): Minor fix.
6836
6837 * anti.texi: Total rewrite.
6838
68392005-03-15 Lute Kamstra <lute@gnu.org>
6840
6841 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6842
68432005-03-08 Kim F. Storm <storm@cua.dk>
6844
6845 * display.texi (Specified Space): Property :width is support on
6846 non-graphic terminals, :height is not.
6847
68482005-03-07 Richard M. Stallman <rms@gnu.org>
6849
6850 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6851 Now subnodes of Fringes.
6852 (Overlay Arrow): Document overlay-arrow-variable-list.
6853 (Fringe Size/Pos): New node, broken out of Fringes.
6854 (Display): Explain clearing vs redisplay better.
6855 (Truncation): Clarify use of bitmaps.
6856 (The Echo Area): Clarify the uses of the echo area.
6857 Add max-mini-window-height.
6858 (Progress): Clarify.
6859 (Invisible Text): Explain that main loop moves point out.
6860 (Selective Display): Say "hidden", not "invisible".
6861 (Managing Overlays): Move up. Describe relation to Undo here.
6862 (Overlay Properties): Clarify intro.
6863 (Finding Overlays): Explain return values when nothing found.
6864 (Width): truncate-string-to-width has added arg.
6865 (Displaying Faces): Clarify and update mode line face handling.
6866 (Face Functions): Minor cleanup.
6867 (Conditional Display): Merge into Other Display Specs.
6868 (Pixel Specification, Other Display Specs): Minor cleanups.
6869 (Images, Image Descriptors): Minor cleanups.
6870 (GIF Images): Patents have expired.
6871 (Showing Images): Explain default text for insert-image.
6872 (Manipulating Button Types): Merge into Manipulating Buttons.
6873 (Making Buttons): Explain return values.
6874 (Button Buffer Commands): Add xref.
6875 (Inverse Video): Update mode-line-inverse-video.
6876 (Display Table Format): Clarify.
6877 (Active Display Table): Give defaults for window-display-table.
6878
6879 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6880 and calendar-today-marker are strings, not chars.
6881 (Holiday Customizing): Minor fix.
6882
6883 * internals.texi (Writing Emacs Primitives): Update `or' example.
6884 Update limit on # args of subr.
6885
6886 * edebug.texi (Using Edebug): Arrow is in fringe.
6887 (Instrumenting): Arg to eval-defun works without loading edebug.
6888 (Edebug Execution Modes): Add xref.
6889
6890 * customize.texi (Common Keywords): Clarify :require.
6891 Mention :version here.
6892 (Variable Definitions, Group Definitions): Not here.
6893 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6894
68952005-03-07 Chong Yidong <cyd@stupidchicken.com>
6896 * nonascii.texi (Text Representations): Clarify position-bytes.
6897 (Character Sets): Add list-charset-chars.
6898 (Scanning Charsets): Add charset-after.
6899 (Encoding and I/O): Minor fix.
6900
69012005-03-06 Richard M. Stallman <rms@gnu.org>
6902
6903 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6904 (Resizing Windows): Likewise.
6905
6906 * text.texi (Change Hooks): Get rid of "Emacs 21".
6907
6908 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6909
6910 * streams.texi (Output Variables): Get rid of "Emacs 21".
6911
6912 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6913
6914 * os.texi (Translating Input): Replace flow-control example
6915 with a less obsolete example that uses `keyboard-translate'.
6916
6917 * objects.texi (Hash Table Type, Circular Objects):
6918 Get rid of "Emacs 21".
6919
6920 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6921 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6922
6923 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6924
6925 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6926
6927 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6928 (Menu Bar): Fix when menu-bar-update-hook is called.
6929
6930 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6931
6932 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6933 and make it read better.
6934
6935 * files.texi (Writing to Files): Get rid of "Emacs 21".
6936 (Unique File Names): Likewise.
6937
6938 * elisp.texi: Update Emacs version to 22.
6939
6940 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6941 (Overlay Properties, Face Attributes): Likewise.
6942 (Managing Overlays): Fix punctuation.
6943 (Attribute Functions): Clarify set-face-font; get rid of
6944 info about old Emacs versions.
6945 (Auto Faces, Font Lookup, Display Property, Images):
6946 Get rid of "Emacs 21".
6947
6948 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6949
69502005-03-05 Richard M. Stallman <rms@gnu.org>
6951
6952 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6953
69542005-03-04 Lute Kamstra <lute@gnu.org>
6955
6956 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6957
69582005-03-03 Lute Kamstra <lute@gnu.org>
6959
6960 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6961
69622005-03-01 Lute Kamstra <lute@gnu.org>
6963
6964 * debugging.texi (Debugger Commands): Update `j'.
6965
69662005-02-28 Lute Kamstra <lute@gnu.org>
6967
6968 * debugging.texi (Debugging): Fix typo.
6969 (Error Debugging): Document eval-expression-debug-on-error.
6970 (Function Debugging): Update example.
6971 (Using Debugger): Mention starred stack frames.
6972 (Debugger Commands): Document `j' and `l'.
6973 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6974 Update the messages that the debugger displays.
6975 (Internals of Debugger): Add cross reference. Update example.
6976 (Excess Open): Minor improvement.
6977 (Excess Close): Minor improvement.
6978
69792005-02-26 Richard M. Stallman <rms@gnu.org>
6980
6981 * tips.texi (Coding Conventions): Clarify.
6982 Put all the major mode key reservations together.
6983 Mention the Mouse-1 => Mouse-2 conventions.
6984
6985 * syntax.texi (Syntax Class Table): Clarify.
6986 (Syntax Table Functions): syntax-after moved from here.
6987 (Syntax Table Internals): syntax-after moved to here.
6988 (Parsing Expressions): Update info on number of values
6989 and what's meaningful in the STATE argument.
6990 (Categories): Fix typo.
6991
6992 * sequences.texi (Arrays): Cleanup.
6993 (Char-Tables): Clarify.
6994
6995 * processes.texi (Deleting Processes): Cleanups, add xref.
6996 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6997 (Process Information): set-process-coding-system, some args optional.
6998 (Input to Processes): Explain various types for PROCESS args.
6999 Rename them from PROCESS-NAME to PROCESS.
7000 (Signals to Processes): Likewise.
7001 (Decoding Output): Cleanup.
7002 (Query Before Exit): Clarify.
7003
7004 * os.texi (Startup Summary): Correct the options; add missing ones.
7005 (Terminal Output, Batch Mode): Clarify.
7006 (Flow Control): Node deleted.
7007
7008 * markers.texi (The Mark): Clarify.
7009
7010 * macros.texi (Expansion): Cleanup.
7011 (Indenting Macros): indent-spec allows ints, not floats.
7012
7013 * keymaps.texi (Keymaps): Clarify.
7014 (Format of Keymaps): Update lisp-mode-map example.
7015 (Active Keymaps, Key Lookup): Clarify.
7016 (Changing Key Bindings): Add xref to `kbd'.
7017 (Key Binding Commands, Simple Menu Items): Clarify.
7018 (Mouse Menus, Menu Bar): Clarify.
7019 (Menu Example): Replace print example with menu-bar-replace-menu.
7020
7021 * help.texi (Documentation Basics): Add function-documentation prop.
7022
7023 * elisp.texi (Top): Don't refer to Flow Control node.
7024
7025 * commands.texi (Command Overview): Improve xrefs.
7026 (Adjusting Point): Adjusting point applies to intangible and invis.
7027 (Key Sequence Input): Doc extra read-key-sequence args.
7028 Likewise for read-key-sequence-vector.
7029
7030 * backups.texi (Rename or Copy): Minor fix.
7031 (Numbered Backups): For version-control, say the default.
7032 (Auto-Saving): make-auto-save-file-name example is simplified.
7033
7034 * advice.texi (Advising Functions): Don't imply one part of Emacs
7035 should advise another part. Markup changes.
7036 (Defining Advice): Move transitional para.
7037 (Activation of Advice): Cleanup.
7038 Explain if COMPILE is nil or negative.
7039
7040 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
7041
70422005-02-24 Lute Kamstra <lute@gnu.org>
7043
7044 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
7045 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
7046
70472005-02-23 Lute Kamstra <lute@gnu.org>
7048
7049 * modes.texi (Defining Minor Modes): define-minor-mode can be used
7050 to define global minor modes as well.
7051
7052 * display.texi (Managing Overlays): overlay-buffer returns nil for
7053 deleted overlays.
7054
70552005-02-22 Kim F. Storm <storm@cua.dk>
7056
7057 * minibuf.texi (Basic Completion): Allow symbols in addition to
7058 strings in try-completion and all-completions.
7059
70602005-02-14 Lute Kamstra <lute@gnu.org>
7061
7062 * elisp.texi (Top): Remove reference to deleted node.
7063
7064 * lists.texi (Lists): Remove reference to deleted node.
7065 (Cons Cells): Fix typo.
7066
7067 * loading.texi (Where Defined): Fix typo.
7068
70692005-02-14 Richard M. Stallman <rms@gnu.org>
7070
7071 * variables.texi (Creating Buffer-Local): change-major-mode-hook
7072 is useful for discarding some minor modes.
7073
7074 * symbols.texi (Symbol Components): Reorder examples.
7075
7076 * streams.texi (Input Functions): State standard-input default.
7077 (Output Variables): State standard-output default.
7078
7079 * objects.texi (Printed Representation): Clarify read syntax vs print.
7080 (Floating Point Type): Explain meaning better.
7081 (Symbol Type): Explain uniqueness better.
7082 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
7083 List examples sooner.
7084 (Box Diagrams): New subnode broken out.
7085 Some examples moved from old Lists as Boxes node.
7086 (Dotted Pair Notation): Clarify intro.
7087 (Array Type): Clarify.
7088 (Type Predicates): Add hash-table-p.
7089
7090 * numbers.texi (Integer Basics): Clarify radix explanation.
7091 (Predicates on Numbers): Minor clarification.
7092 (Comparison of Numbers): Minor clarification. Clarify eql.
7093 Typos in min, max.
7094 (Math Functions): Clarify overflow in expt.
7095
7096 * minibuf.texi (Text from Minibuffer): Minor clarification.
7097 Mention arrow keys.
7098
7099 * loading.texi (Autoload): defun's doc string overrides autoload's
7100 doc string.
7101 (Repeated Loading): Modernize "add to list" examples.
7102 (Where Defined): Finish updating table of load-history elts.
7103
7104 * lists.texi (List-related Predicates): Minor wording improvement.
7105 (Lists as Boxes): Node deleted.
7106 (Building Lists): Explain trivial cases of number-sequence.
7107
7108 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 7109 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
7110 (Hash Access): Any object can be a key.
7111 State value of maphash.
7112
7113 * functions.texi (What Is a Function): Wording cleanup.
7114 (Function Documentation): Minor cleanup.
7115 Explain purpose of calling convention at end of doc string.
7116 (Function Names): Wording cleanup.
7117 (Calling Functions): Wording cleanup.
7118 Explain better how funcall calls the function.
7119 (Function Cells): Delete example of saving and redefining function.
7120
7121 * control.texi (Combining Conditions): Wording cleanup.
7122 (Iteration): dolist and dotimes bind VAR locally.
7123 (Cleanups): Xref to Atomic Changes.
7124
7125 * compile.texi (Byte Compilation): Delete 19.29 info.
7126 (Compilation Functions): Macros' difficulties don't affect defsubst.
7127 (Docs and Compilation): Delete 19.29 info.
7128
71292005-02-10 Richard M. Stallman <rms@gnu.org>
7130
7131 * objects.texi (Symbol Type): Minor correction.
7132
71332005-02-06 Lute Kamstra <lute@gnu.org>
7134
7135 * modes.texi (Example Major Modes): Fix typos.
7136
71372005-02-06 Richard M. Stallman <rms@gnu.org>
7138
7139 * text.texi (Margins): fill-nobreak-predicate can be one function.
7140
7141 * strings.texi (Modifying Strings): clear-string can make unibyte.
7142 (Formatting Strings): format gives error if values missing.
7143
7144 * positions.texi (Character Motion): Mention default arg
7145 for forward-char. backward-char refers to forward-char.
7146 (Word Motion): Mention default arg for forward-word.
7147 (Buffer End Motion): Mention default arg for beginning-of-buffer.
7148 Simplify end-of-buffer.
7149 (Text Lines): Mention default arg for forward-line.
7150 (List Motion): Mention default arg for beginning/end-of-defun.
7151 (Skipping Characters): Minor fixes in explaining character-set.
7152
7153 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
7154 Mode inheritance applies only when default-major-mode is nil.
7155 Clarifications.
7156 (Example Major Modes): Update Text mode and Lisp mode examples.
7157 (Minor Mode Conventions): Mention define-minor-mode at top.
7158 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
7159 (Mode Line Format): Update mode line face display info.
7160 (Properties in Mode): Mention effect of risky vars.
7161 (Imenu): Define imenu-add-to-menubar.
7162 (Font Lock Mode): Add descriptions to menu lines.
7163 (Faces for Font Lock): Add font-lock-doc-face.
7164
71652005-02-05 Lute Kamstra <lute@gnu.org>
7166
7167 * text.texi (Maintaining Undo): Remove obsolete function.
7168
71692005-02-05 Eli Zaretskii <eliz@gnu.org>
7170
7171 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 7172 color specifications. Improve indexing.
b8d4c8d0
GM
7173 (Text Terminal Colors): Replace the description of RGB values by
7174 an xref to "Color Names".
7175
71762005-02-03 Richard M. Stallman <rms@gnu.org>
7177
7178 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
7179 Clarify.
7180 (Selecting Windows): Clarify save-selected-window.
7181 (Cyclic Window Ordering): Clarify walk-windows.
7182 (Window Point): Clarify.
7183 (Window Start): Add comment to example.
7184 (Resizing Windows): Add `interactive' specs in examples.
7185 Document fit-window-to-buffer.
7186
7187 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
7188 (Undo, Maintaining Undo): Clarify last change.
7189 (Sorting): In sort-numeric-fields, explain about octal and hex.
7190 Mention sort-numeric-base.
7191 (Format Properties): Add xref for hard newlines.
7192
7193 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
7194 (Pop-Up Menus): Fix typo.
7195 (Color Names): Explain all types of color names.
7196 Explain color-values on B&W terminal.
7197 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
7198
7199 * files.texi (File Locks): Not supported on MS systems.
7200 (Testing Accessibility): Clarify.
7201
7202 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
7203 (Coverage Testing): Fix typo.
7204
7205 * commands.texi (Misc Events): Remove stray space.
7206
7207 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
7208 (Modification Time): Clarify when visited-file-modtime returns 0.
7209 (The Buffer List): Clarify bury-buffer.
7210 (Killing Buffers): Clarify.
7211 (Indirect Buffers): Add clone-indirect-buffer.
7212
72132005-02-02 Matt Hodges <MPHodges@member.fsf.org>
7214
7215 * edebug.texi (Printing in Edebug): Fix default value of
7216 edebug-print-circle.
7217 (Coverage Testing): Fix displayed frequency count data.
7218
72192005-02-02 Luc Teirlinck <teirllm@auburn.edu>
7220
7221 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
7222
72232005-02-02 Kim F. Storm <storm@cua.dk>
7224
7225 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
7226
72272005-01-29 Eli Zaretskii <eliz@gnu.org>
7228
7229 * commands.texi (Misc Events): Describe the help-echo event.
7230
7231 * text.texi (Special Properties) <help-echo>: Use `pos'
7232 consistently in description of the help-echo property.
7233 Use @code{nil} instead of @var{nil}.
7234
7235 * display.texi (Overlay Properties): Fix the index entry for
7236 help-echo overlay property.
7237
7238 * customize.texi (Type Keywords): Uncomment the xref to the
7239 help-echo property documentation.
7240
72412005-01-23 Kim F. Storm <storm@cua.dk>
7242
7243 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
7244 return value. Third element FULLY replaced by PARTIAL which
7245 specifies number of invisible pixels if row is only partially visible.
7246 (Textual Scrolling): Mention auto-window-vscroll.
7247 (Vertical Scrolling): New defvar auto-window-vscroll.
7248
72492005-01-16 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
7252 command remapping.
7253
72542005-01-15 Richard M. Stallman <rms@gnu.org>
7255
7256 * display.texi (Defining Images): Mention DATA-P arg of create-image.
7257
72582005-01-14 Kim F. Storm <storm@cua.dk>
7259
7260 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
7261
7262 * text.texi (Links and Mouse-1): Fix string and vector item.
7263
72642005-01-13 Richard M. Stallman <rms@gnu.org>
7265
7266 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
7267 descriptions of overriding-local-map and overriding-terminal-local-map.
7268
7269 * text.texi (Links and Mouse-1): Clarify text.
7270
72712005-01-13 Kim F. Storm <storm@cua.dk>
7272
7273 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
7274
72752005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
7276
7277 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
7278
72792005-01-12 Kim F. Storm <storm@cua.dk>
7280
7281 * text.texi (Links and Mouse-1): Rename section from Enabling
7282 Mouse-1 to Following Links. Change xrefs.
7283 Add examples for define-button-type and define-widget.
7284
7285 * display.texi (Button Properties, Button Buffer Commands):
7286 Clarify mouse-1 and follow-link functionality.
7287
72882005-01-12 Richard M. Stallman <rms@gnu.org>
7289
7290 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
7291
7292 * display.texi (Beeping): Fix Texinfo usage.
7293
7294 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
7295
72962005-01-11 Kim F. Storm <storm@cua.dk>
7297
7298 * display.texi (Button Properties, Button Buffer Commands):
7299 Mention mouse-1 binding. Add follow-link keyword.
7300
7301 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
7302 (Enabling Mouse-1 to Follow Links): New subsection.
7303
73042005-01-06 Richard M. Stallman <rms@gnu.org>
7305
7306 * text.texi (Special Properties): Minor change.
7307
7308 * os.texi (Timers): Clarify previous change.
7309
7310 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
7311
73122005-01-01 Luc Teirlinck <teirllm@auburn.edu>
7313
7314 * display.texi (Face Attributes): Correct xref to renamed node.
7315
73162005-01-01 Richard M. Stallman <rms@gnu.org>
7317
7318 * display.texi (Face Attributes): Describe hex color specs.
7319
73202004-12-31 Richard M. Stallman <rms@gnu.org>
7321
7322 * os.texi (Timers): Update previous change.
7323
73242004-12-30 Kim F. Storm <storm@cua.dk>
7325
7326 * display.texi (Line Height): Total line-height is now specified
7327 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
7328 in cons cells. (nil . RATIO) is relative to actual line height.
7329 Use line-height `t' instead of `0' to get minimum height.
7330
73312004-12-29 Richard M. Stallman <rms@gnu.org>
7332
7333 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
7334
73352004-12-28 Richard M. Stallman <rms@gnu.org>
7336
7337 * commands.texi (Quitting): Clarify value of with-local-quit.
7338
7339 * elisp.texi (Top): Fix previous change.
7340
7341 * loading.texi (Loading): Fix previous change.
7342
73432004-12-27 Richard M. Stallman <rms@gnu.org>
7344
7345 * Makefile.in (MAKEINFO): Specify --force.
7346
7347 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
7348
7349 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
7350
7351 * display.texi (Line Height): Further clarify.
7352
7353 * elisp.texi (Top): Update Loading submenu.
7354
7355 * loading.texi (Where Defined): New node.
7356 (Unloading): load-history moved to Where Defined.
7357
73582004-12-21 Richard M. Stallman <rms@gnu.org>
7359
7360 * commands.texi (Event Input Misc): Add while-no-input.
7361
73622004-12-11 Richard M. Stallman <rms@gnu.org>
7363
7364 * display.texi (Line Height): Rewrite text for clarity.
7365
73662004-12-11 Kim F. Storm <storm@cua.dk>
7367
7368 * display.texi (Display): Add node "Line Height" to menu.
7369 (Line Height): New node. Move full description of line-spacing
7370 and line-height text properties here from text.texi.
7371 (Scroll Bars): Add vertical-scroll-bar variable.
7372
7373 * frames.texi (Window Frame Parameters): Remove line-height defvar.
7374
7375 * locals.texi (Standard Buffer-Local Variables): Fix xref for
7376 line-spacing and vertical-scroll-bar.
7377
7378 * text.texi (Special Properties): Just mention line-spacing and
7379 line-height here, add xref to new "Line Height" node.
7380
73812004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
7382
7383 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
7384
7385 * locals.texi (Standard Buffer-Local Variables):
7386 Add @xref for `line-spacing'.
7387
73882004-12-05 Richard M. Stallman <rms@gnu.org>
7389
7390 * Makefile.in (maintainer-clean): Remove the info files
7391 in $(infodir) where they are created.
7392
73932004-12-03 Richard M. Stallman <rms@gnu.org>
7394
7395 * windows.texi (Selecting Windows): get-lru-window and
7396 get-largest-window don't consider dedicated windows.
7397
7398 * text.texi (Undo): Document undo-in-progress.
7399
74002004-11-26 Richard M. Stallman <rms@gnu.org>
7401
7402 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
7403 Remove a few vars that are not always buffer-local.
7404
74052004-11-24 Luc Teirlinck <teirllm@auburn.edu>
7406
7407 * locals.texi (Standard Buffer-Local Variables): Comment out
7408 xref's to non-existent node `Yet to be written'.
7409
74102004-11-24 Richard M. Stallman <rms@gnu.org>
7411
7412 * processes.texi (Synchronous Processes): Grammar fix.
7413
7414 * numbers.texi (Comparison of Numbers): Add eql.
7415
7416 * locals.texi (Standard Buffer-Local Variables): Add many vars.
7417
7418 * intro.texi (Printing Notation): Fix previous change.
7419
7420 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
7421 and default-indicate-buffer-boundaries from here.
7422 (Usual Display): To here.
7423 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
7424 (Usual Display): Move tab-width up.
7425
5dcb4c4e
SM
7426 * customize.texi (Variable Definitions):
7427 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
7428 (Simple Types, Composite Types, Defining New Types):
7429 Minor cleanups.
7430
74312004-11-21 Jesper Harder <harder@ifa.au.dk>
7432
7433 * processes.texi (Synchronous Processes, Output from Processes):
7434 Markup fix.
7435
74362004-11-20 Richard M. Stallman <rms@gnu.org>
7437
7438 * positions.texi (Skipping Characters): skip-chars-forward
7439 now handles char classes.
7440
7441 * intro.texi (Printing Notation): Avoid confusion of `print'
7442 when explaining @print.
7443
7444 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
7445
7446 * display.texi (Display Table Format): Minor fix.
7447
7448 * streams.texi (Output Functions): Fix print example.
7449
7450 * Makefile.in (elisp): New target.
7451 (dist): Depend on $(infodir)/elisp, not elisp.
7452 Copy the info files from $(infodir).
7453
7454 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
7455 read-from-minibuffer.
7456
7457 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
7458
74592004-11-19 Richard M. Stallman <rms@gnu.org>
7460
7461 * searching.texi (Regexp Search): Add search-whitespace-regexp.
7462
74632004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
7464
7465 * tips.texi (Coding Conventions): Fix typo.
7466
74672004-11-16 Richard M. Stallman <rms@gnu.org>
7468
7469 * tips.texi (Coding Conventions): Separate defvar and require
7470 methods to avoid warnings. Use require only when there are many
7471 functions and variables from that package.
7472
7473 * minibuf.texi (Minibuffer Completion): When ignoring case,
7474 predicate must not be case-sensitive.
7475
7476 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
7477 (Test Coverage): Don't talk about "splotches". Clarified.
7478
74792004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
7480
7481 * frames.texi (Window Frame Parameters): Fix typo.
7482
74832004-11-15 Kim F. Storm <storm@cua.dk>
7484
7485 * symbols.texi (Other Plists): Note that plist-get may signal error.
7486 Add safe-plist-get.
7487
74882004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
7489
7490 * modes.texi (Font Lock Basics): Fix typo.
7491
74922004-11-08 Richard M. Stallman <rms@gnu.org>
7493
7494 * syntax.texi (Syntax Table Functions): Add syntax-after.
7495
74962004-11-06 Lars Brinkhoff <lars@nocrew.org>
7497
7498 * os.texi (Processor Run Time): New section documenting
7499 get-internal-run-time.
7500
75012004-11-06 Eli Zaretskii <eliz@gnu.org>
7502
7503 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
7504 it nukes elisp-cover.texi.
7505 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
7506 elisp-0 etc.
7507
75082004-11-05 Luc Teirlinck <teirllm@auburn.edu>
7509
7510 * commands.texi (Keyboard Macros): Document `append' return value
7511 of `defining-kbd-macro'.
7512
75132004-11-01 Richard M. Stallman <rms@gnu.org>
7514
7515 * commands.texi (Interactive Call): Add called-interactively-p.
7516
75172004-10-29 Simon Josefsson <jas@extundo.com>
7518
7519 * minibuf.texi (Reading a Password): Revert.
7520
75212004-10-28 Richard M. Stallman <rms@gnu.org>
7522
7523 * frames.texi (Display Feature Testing): Explain about "vendor".
7524
75252004-10-27 Richard M. Stallman <rms@gnu.org>
7526
7527 * commands.texi (Interactive Codes): `N' uses numeric prefix,
7528 not raw. Clarify `n'.
7529 (Interactive Call): Rewrite interactive-p, focusing on when
7530 and how to use it.
7531 (Misc Events): Clarify previous change.
7532
7533 * advice.texi (Simple Advice): Clarify what job the example does.
7534 (Around-Advice): Clarify ad-do-it.
7535 (Activation of Advice): An option of ad-default-compilation-action
7536 is `never', not `nil'.
7537
75382004-10-26 Kim F. Storm <storm@cua.dk>
7539
7540 * commands.texi (Interactive Codes): Add U code letter.
7541
75422004-10-25 Simon Josefsson <jas@extundo.com>
7543
7544 * minibuf.texi (Reading a Password): Add.
7545
75462004-10-24 Jason Rumney <jasonr@gnu.org>
7547
7548 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
7549 and wheel-down.
7550
75512004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7552
7553 * processes.texi (Synchronous Processes): Document process-file.
7554
75552004-10-22 Kenichi Handa <handa@m17n.org>
7556
7557 * text.texi (translate-region): Document that it accepts also a
7558 char-table.
7559
75602004-10-22 David Ponce <david@dponce.com>
7561
7562 * windows.texi (Resizing Windows): Document the `preserve-before'
7563 argument of the functions `enlarge-window' and `shrink-window'.
7564
75652004-10-19 Jason Rumney <jasonr@gnu.org>
7566
7567 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
7568
75692004-10-09 Luc Teirlinck <teirllm@auburn.edu>
7570
7571 * text.texi (Filling): Add anchor for definition of
7572 `sentence-end-double-space'.
7573
7574 * searching.texi (Regexp Example): Update description of how
7575 Emacs currently recognizes the end of a sentence.
7576 (Standard Regexps): Update definition of the variable
7577 `sentence-end'. Add definition of the function `sentence-end'.
7578
75792004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
7580
7581 * display.texi (Progress): New node.
7582
75832004-10-05 Kim F. Storm <storm@cua.dk>
7584
7585 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
7586
75872004-09-29 Kim F. Storm <storm@cua.dk>
7588
7589 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
7590 to identify bitmaps. Remove -fringe-bitmap suffix for standard
7591 fringe bitmap symbols, as they now have their own namespace.
7592 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
7593 vs. pixels. Signal error if no free bitmap slots.
7594 (Pixel Specification): Change IMAGE to @var{image}.
7595
75962004-09-28 Richard M. Stallman <rms@gnu.org>
7597
7598 * text.texi (Special Properties): Clarify line-spacing and line-height.
7599
7600 * searching.texi (Regexp Search): Add looking-back.
7601
76022004-09-25 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * display.texi: Correct typos.
7605 (Image Descriptors): Correct xref's.
7606
76072004-09-25 Richard M. Stallman <rms@gnu.org>
7608
7609 * text.texi (Special Properties): Cleanups in `cursor'.
7610 Rewrites in `line-height' and `line-spacing'; exchange them.
7611
7612 * display.texi (Fringes): Rewrite previous change.
7613 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7614 (Display Fringe Bitmaps): Node deleted, text moved.
7615 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7616 (Scroll Bars): Clarify set-window-scroll-bars.
7617 (Pointer Shape): Rewrite.
7618 (Specified Space): Clarify :align-to, etc.
7619 (Pixel Specification): Use @var. Clarify new text.
7620 (Other Display Specs): Clarify `slice'.
7621 (Image Descriptors): Cleanups.
7622 (Showing Images): Cleanups.
7623
76242004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7625
7626 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7627
7628 * modes.texi: Various minor changes in addition to:
7629 (Major Mode Conventions): Final call to `run-mode-hooks' should
7630 not be inside the `delay-mode-hooks' form.
7631 (Mode Hooks): New node.
7632 (Hooks): Delete obsolete example.
7633 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7634 node "Mode Hooks".
7635
76362004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7637
7638 * display.texi: Correct various typos.
7639 (Display): Rename node "Pointer Shapes" to "Pointer
7640 Shape". (There is already a node called "Pointer Shapes" in
7641 frames.texi.)
7642 (Images): Remove non-existent node "Image Slices" from menu.
7643
76442004-09-23 Kim F. Storm <storm@cua.dk>
7645
7646 * text.texi (Special Properties): Add `cursor', `pointer',
7647 `line-height', and `line-spacing' properties.
7648
7649 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7650 Shapes' to menu.
7651 (Standard Faces): Doc fix for fringe face.
7652 (Fringes): Add `overflow-newline-into-fringe' and
7653 'indicate-buffer-boundaries'.
7654 (Fringe Bitmaps, Pointer Shapes): New nodes.
7655 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7656 Bitmaps' to menu.
7657 (Specified Space): Describe pixel width and height.
7658 (Pixel Specification): New node.
7659 (Other Display Specs): Add `slice' property.
7660 (Display Fringe Bitmaps): New node.
7661 (Images): Add 'Image Slices' to menu.
7662 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7663 (Showing Images): Add slice arg to `insert-image'.
7664 Add 'insert-sliced-image'.
b8d4c8d0
GM
7665
76662004-09-20 Richard M. Stallman <rms@gnu.org>
7667
7668 * commands.texi (Key Sequence Input):
7669 Clarify downcasing in read-key-sequence.
7670
76712004-09-08 Juri Linkov <juri@jurta.org>
7672
7673 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7674
76752004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7676
5dcb4c4e
SM
7677 * locals.texi (Standard Buffer-Local Variables):
7678 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7679 * internals.texi (Buffer Internals): Describe new
7680 auto_save_file_format field of the buffer structure.
7681 * files.texi (Format Conversion): `auto-save-file-format' has been
7682 renamed `buffer-auto-save-file-format'.
7683
76842004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7685
7686 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7687 an integer or a marker.
7688 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7689
76902004-08-22 Richard M. Stallman <rms@gnu.org>
7691
7692 * modes.texi (Major Mode Conventions): Discuss rebinding of
7693 standard key bindings.
7694
76952004-08-18 Kim F. Storm <storm@cua.dk>
7696
7697 * processes.texi (Accepting Output): Add `just-this-one' arg to
7698 `accept-process-output'.
7699 (Output from Processes): New var `process-adaptive-read-buffering'.
7700
77012004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7702
7703 * keymaps.texi: Various changes in addition to:
7704 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7705 Give more varied examples for `kbd'.
7706 (Creating Keymaps): Char tables have slots for all characters
7707 without modifiers.
7708 (Active Keymaps): `overriding-local-map' and
7709 `overriding-terminal-local-map' also override text property and
7710 overlay keymaps.
7711 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7712 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7713 to denote a prefix of no events.
7714 `map-keymap' includes parent's bindings _recursively_.
7715 Clarify and correct description of `where-is-internal'.
7716 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7717 (Menu Example): For menus intended for use with the keyboard, the
7718 menu items should be bound to characters or real function keys.
7719
77202004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7721
7722 * objects.texi (Character Type): Reposition `@anchor' to prevent
7723 double space inside sentence in Info.
7724
7725 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7726 renamed to `disabled-command-function'.
7727 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7728 (Command Loop Info): Replace reference to it.
7729 (Disabling Commands): `disabled-command-hook' has been renamed to
7730 `disabled-command-function'.
7731
77322004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7733
7734 * os.texi (Translating Input): Only non-prefix bindings in
7735 `key-translation-map' override actual key bindings. Warn about
7736 possible indirect effect of actual key bindings on non-prefix
7737 bindings in `key-translation-map'.
7738
77392004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7740
7741 * minibuf.texi (High-Level Completion): Add anchor for definition
7742 of `read-variable'.
7743
7744 * commands.texi: Various changes in addition to:
7745 (Using Interactive): Clarify description of `interactive-form'.
7746 (Interactive Call): Mention default for KEYS argument to
7747 `call-interactively'.
7748 (Command Loop Info): Clarify description of `this-command-keys'.
7749 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7750 Value of `last-event-frame' can be `macro'.
7751 (Repeat Events): `double-click-fuzz' is also used to distinguish
7752 clicks and drags.
7753 (Classifying Events): Clarify descriptions of `event-modifiers'
7754 `event-basic-type' and `event-convert-list'.
7755 (Accessing Events): `posn-timestamp' takes POSITION argument.
7756 (Quoted Character Input): Clarify description of
7757 `read-quoted-char' and fix example.
7758 (Quitting): Add `with-local-quit'.
7759 (Disabling Commands): Correct and clarify descriptions of
7760 `enable-command' and `disable-command'.
7761 Mention what happens if `disabled-command-hook' is nil.
7762 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7763 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7764
77652004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7766
7767 * frames.texi: Various changes in addition to:
7768 (Creating Frames): Expand and clarify description of `make-frame'.
7769 (Window Frame Parameters): Either none or both of the `icon-left'
7770 and `icon-top' parameters must be specified. Put descriptions of
7771 `menu-bar-lines' and `toolbar-lines' closer together and change
7772 them accordingly.
7773 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7774 except while processing `frame-title-format' or `icon-title-format'.
7775 (Deleting Frames): Correct description of `delete-frame'.
7776 Non-nil return values of `frame-live-p' are like those of `framep'.
7777 (Frames and Windows): Mention return value of
7778 `set-frame-selected-window'.
7779 (Visibility of Frames): Mention `force' argument to
7780 `make-frame-invisible'. `frame-visible-p' returns t for all
7781 frames on text-only terminals.
7782 (Frame Configurations): Restoring a frame configuration does not
7783 restore deleted frames.
7784 (Window System Selections): `x-set-selection' returns DATA.
7785 (Resources): Add example.
7786 (Display Feature Testing): Clarify descriptions of
7787 `display-pixel-height', `display-pixel-width', `x-server-version'
7788 and `x-server-vendor'.
7789
7790 * windows.texi (Choosing Window): Add anchor.
7791 * minibuf.texi (Minibuffer Misc): Add anchor.
7792
77932004-07-23 John Paul Wallington <jpw@gnu.org>
7794
7795 * macros.texi (Defining Macros): Declaration keyword for setting
7796 Edebug spec is `debug' not `edebug'.
7797
77982004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7799
7800 * windows.texi: Various small changes in addition to:
7801 (Window Point): Mention return value of `set-window-point'.
7802 (Window Start): `pos-visible-in-window-p' disregards horizontal
7803 scrolling. Explain return value if PARTIALLY is non-nil.
7804 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7805 and `set-window-vscroll'.
7806 (Size of Window): The argument WINDOW to `window-inside-edges',
7807 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7808 (Resizing Windows): Explain return value of
7809 `shrink-window-if-larger-than-buffer'.
7810 `window-size-fixed' automatically becomes buffer local when set.
7811 (Window Configurations): Explain return value of
7812 `set-window-configuration'.
7813
7814 * minibuf.texi (Minibuffer Misc): Add anchor for
7815 `minibuffer-scroll-window'.
7816
7817 * positions.texi (Text Lines): Add anchor for `count-lines'.
7818
78192004-07-17 Richard M. Stallman <rms@gnu.org>
7820
7821 * display.texi (Overlay Properties): Adding `evaporate' prop
7822 deletes empty overlay immediately.
7823
7824 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7825 fix example.
7826
78272004-07-16 Jim Blandy <jimb@redhat.com>
7828
7829 * searching.texi (Regexp Backslash): Document new \_< and \_>
7830 operators.
7831
78322004-07-16 Juanma Barranquero <lektu@terra.es>
7833
7834 * display.texi (Images): Fix Texinfo usage.
7835
78362004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7837
7838 * buffers.texi (Modification Time): `visited-file-modtime' now
7839 returns a list of two integers, instead of a cons.
7840
78412004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7842
7843 * windows.texi: Various changes in addition to:
7844 (Splitting Windows): Add `split-window-keep-point'.
7845
78462004-07-09 Richard M. Stallman <rms@gnu.org>
7847
7848 * frames.texi (Input Focus): Minor fix.
7849
78502004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7851
7852 * frames.texi (Input Focus): Clarify descriptions of
7853 `select-frame-set-input-focus' and `select-frame'.
7854
78552004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7856
7857 * os.texi: Various small changes in addition to:
7858 (Killing Emacs): Expand and clarify description of
7859 `kill-emacs-query-functions' and `kill-emacs-hook'.
7860 (System Environment): Expand and clarify description of `getenv'
7861 and `setenv'.
7862 (Timers): Clarify description of `run-at-time'.
7863 (Translating Input): Correct description of
7864 `extra-keyboard-modifiers'.
7865 (Flow Control): Correct description of `enable-flow-control'.
7866
78672004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7868
7869 * os.texi: Update copyright.
7870 (Session Management): Grammar fix.
7871 Clarify which Emacs does the restarting.
7872 Use @samp for *scratch* buffer.
7873
78742004-07-04 Alan Mackenzie <acm@muc.de>
7875
7876 * frames.texi (Input Focus): Add documentation for
7877 `select-frame-set-input-focus'. Replace refs to non-existent
7878 `switch-frame' with `select-frame'. Minor corrections and tidying
7879 up of text-only terminal stuff.
7880
78812004-07-02 Richard M. Stallman <rms@gnu.org>
7882
7883 * files.texi (Saving Buffers): Cleanup write-contents-function.
7884 (Magic File Names): Cleanup file-remote-p.
7885
b344d29d 78862004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7887
7888 * files.texi (Magic File Names): `file-remote-p' returns an
7889 identifier of the remote system, not just t.
7890
78912004-07-02 David Kastrup <dak@gnu.org>
7892
7893 * searching.texi (Entire Match Data): Add explanation about new
7894 match-data behavior when @var{integers} is non-nil.
7895
78962004-06-24 Richard M. Stallman <rms@gnu.org>
7897
7898 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7899
7900 * customize.texi (Variable Definitions): Note about doc strings
7901 and :set.
7902
7903 * keymaps.texi (Keymap Terminology): Document `kbd'.
7904 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7905
7906 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7907 makes it buffer-local.
7908
7909 * files.texi (Saving Buffers): Correct previous change.
7910
7911 * commands.texi (Accessing Events):
7912 Clarify posn-col-row and posn-actual-col-row.
7913
79142004-06-24 David Ponce <david.ponce@wanadoo.fr>
7915
7916 * commands.texi (Accessing Events): New functions
7917 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7918
79192004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7920
7921 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7922 * frames.texi, buffers.texi, backups.texi, variables.texi:
7923 * loading.texi, eval.texi, functions.texi, control.texi:
7924 * symbols.texi, minibuf.texi: Reposition @anchor's.
7925
7926 * help.texi: Various small changes in addition to the following.
7927 (Describing Characters): Describe PREFIX argument to
7928 `key-description'. Correct and clarify definition of
7929 `text-char-description'. Describe NEED-VECTOR argument to
7930 `read-kbd-macro'.
7931 (Help Functions): Clarify definition of `apropos'.
7932
79332004-06-23 Lars Hansen <larsh@math.ku.dk>
7934
7935 * files.texi (Saving Buffers): Correct description of
7936 `write-contents-functions'.
7937
79382004-06-21 Juanma Barranquero <lektu@terra.es>
7939
7940 * display.texi (Images): Remove redundant @vindex directives.
7941 Rewrite `image-library-alist' doc in active voice.
7942
79432004-06-14 Juanma Barranquero <lektu@terra.es>
7944
7945 * display.texi (Images): Document new delayed library loading,
7946 variable `image-library-alist' and (existing but undocumented)
7947 function `image-type-available-p'.
7948
79492004-06-05 Richard M. Stallman <rms@gnu.org>
7950
7951 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7952 refer the user to the Initial Input node.
7953 (Text from Minibuffer): Likewise.
7954 (Initial Input): New node. Document this feature
7955 and say it is mostly deprecated.
7956
79572004-05-30 Richard M. Stallman <rms@gnu.org>
7958
7959 * loading.texi (Named Features): Clarify return value
7960 and meaning of NOERROR.
7961
7962 * variables.texi (File Local Variables): Minor cleanup.
7963
79642004-05-30 Michael Albinus <michael.albinus@gmx.de>
7965
7966 * files.texi (Magic File Names): Add `file-remote-p' as operation
7967 of file name handlers.
7968
79692004-05-29 Richard M. Stallman <rms@gnu.org>
7970
7971 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7972 as arg to a minor mode command.
7973
79742004-05-22 Richard M. Stallman <rms@gnu.org>
7975
7976 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7977
7978 * streams.texi (Output Variables): Doc float-output-format.
7979
7980 * searching.texi (Regexp Special): Nested repetition can be infloop.
7981
7982 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7983 real stack overflow.
7984
7985 * compile.texi: Minor cleanups.
7986
79872004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7988
7989 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7990 circular lists.
7991 (List Elements): Explain handling of circular and dotted lists.
7992
79932004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7994
7995 * modes.texi (Search-based Fontification): Fix typo.
7996
79972004-05-10 Juanma Barranquero <lektu@terra.es>
7998
7999 * modes.texi (Mode Line Variables): Fix description of
8000 global-mode-string, which is now after which-func-mode, not the
8001 buffer name.
8002
80032004-05-07 Lars Hansen <larsh@math.ku.dk>
8004
8005 * modes.texi (Desktop Save Mode): Add.
8006 (Modes): Add menu entry Desktop Save Mode.
8007
8008 * hooks.texi: Add desktop-after-read-hook,
8009 desktop-no-desktop-file-hook and desktop-save-hook.
8010
8011 * locals.texi: Add desktop-save-buffer.
8012
80132004-04-30 Jesper Harder <harder@ifa.au.dk>
8014
8015 * display.texi: emacs -> Emacs.
8016
80172004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
8018
8019 * files.texi (Changing Files): Document set-file-times.
8020
80212004-04-23 Juanma Barranquero <lektu@terra.es>
8022
8023 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
8024
80252004-04-18 Jesper Harder <harder@ifa.au.dk>
8026
8027 * tips.texi (Coding Conventions): defopt -> defcustom.
8028
80292004-04-16 Luc Teirlinck <teirllm@auburn.edu>
8030
8031 * sequences.texi: Various clarifications.
8032
80332004-04-14 Luc Teirlinck <teirllm@auburn.edu>
8034
8035 * buffers.texi (Read Only Buffers): Mention optional ARG to
8036 `toggle-read-only'.
8037
80382004-04-14 Nick Roberts <nick@nick.uklinux.net>
8039
8040 * windows.texi (Selecting Windows): Note that get-lru-window
8041 returns a full-width window if possible.
8042
80432004-04-13 Luc Teirlinck <teirllm@auburn.edu>
8044
8045 * buffers.texi: Various changes in addition to:
8046 (Buffer File Name): Add `find-buffer-visiting'.
8047 (Buffer Modification): Mention optional ARG to `not-modified'.
8048 (Indirect Buffers): Mention optional CLONE argument to
8049 `make-indirect-buffer'.
8050
8051 * files.texi: Various changes in addition to:
8052 (Visiting Functions): `find-file-hook' is now a normal hook.
8053 (File Name Expansion): Explain difference between the way that
8054 `expand-file-name' and `file-truename' treat `..'.
8055 (Contents of Directories): Mention optional ID-FORMAT argument to
8056 `directory-files-and-attributes'.
8057 (Format Conversion): Mention new optional CONFIRM argument to
8058 `format-write-file'.
8059
80602004-04-12 Miles Bader <miles@gnu.org>
8061
8062 * macros.texi (Expansion): Add description of `macroexpand-all'.
8063
80642004-04-05 Jesper Harder <harder@ifa.au.dk>
8065
5dcb4c4e
SM
8066 * variables.texi (Variable Aliases):
8067 Mention cyclic-variable-indirection.
b8d4c8d0
GM
8068
8069 * errors.texi (Standard Errors): Ditto.
8070
80712004-04-04 Luc Teirlinck <teirllm@auburn.edu>
8072
8073 * backups.texi: Various small changes in addition to:
8074 (Making Backups): Mention return value of `backup-buffer'.
8075 (Auto-Saving): Mention optional FORCE argument to
8076 `delete-auto-save-file-if-necessary'.
8077 (Reverting): Mention optional PRESERVE-MODES argument to
8078 `revert-buffer'. Correct description of `revert-buffer-function'.
8079
80802004-03-22 Juri Linkov <juri@jurta.org>
8081
8082 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
8083 with `Vector Functions'.
8084
8085 * text.texi (Sorting): Add missing quote.
8086
80872004-03-14 Luc Teirlinck <teirllm@auburn.edu>
8088
8089 * intro.texi (Lisp History): Replace xref to `cl' manual with
8090 inforef.
8091
80922004-03-12 Richard M. Stallman <rms@gnu.org>
8093
8094 * intro.texi (Version Info): Add arg to emacs-version.
8095 (Lisp History): Change xref to CL manual.
8096
80972004-03-09 Luc Teirlinck <teirllm@auburn.edu>
8098
8099 * minibuf.texi (Completion Commands): Add xref to Emacs manual
8100 for Partial Completion mode.
8101
81022004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
8103
8104 * customize.texi: Fix typo. Remove eol whitespace.
8105
81062004-03-04 Richard M. Stallman <rms@gnu.org>
8107
8108 * processes.texi: Fix typos.
8109
8110 * lists.texi (Building Lists): Minor clarification.
8111
8112 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
8113 in make-hash-table.
8114
81152004-02-29 Juanma Barranquero <lektu@terra.es>
8116
8117 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
8118 rm, and ignore exit code.
8119
81202004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
8121
8122 * display.texi (Defining Faces): Add description for min-colors.
8123 Update example.
8124
81252004-02-23 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * abbrevs.texi: Various corrections and clarifications in addition
8128 to the following:
8129 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
8130
81312004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8132
8133 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
8134
81352004-02-21 Luc Teirlinck <teirllm@auburn.edu>
8136
8137 * text.texi: Various small changes in addition to the following:
8138 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
8139 to delete-horizontal-space.
8140 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
8141 description of yank-handler text property at various places.
8142
8143 * frames.texi (Window System Selections): Add anchor.
8144
8145 * syntax.texi (Syntax Table Functions): Clarify and correct
8146 descriptions of make-syntax-table and copy-syntax-table.
8147 (Motion and Syntax): Clarify SYNTAXES argument to
8148 skip-syntax-forward.
8149 (Parsing Expressions): Mention that the return value of
8150 parse-partial-sexp is currently a list of ten rather than nine
8151 elements.
8152 (Categories): Various corrections and clarifications.
8153
81542004-02-17 Luc Teirlinck <teirllm@auburn.edu>
8155
8156 * markers.texi (Marker Insertion Types): Minor change.
8157
8158 * locals.texi (Standard Buffer-Local Variables):
8159 * commands.texi (Interactive Codes, Using Interactive):
8160 * functions.texi (Related Topics): Fix xrefs.
8161
81622004-02-16 Luc Teirlinck <teirllm@auburn.edu>
8163
8164 * lists.texi (Sets And Lists): Update description of delete-dups.
8165
81662004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8167
8168 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
8169
c8763fb6 81702004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8171
8172 * frames.texi (Parameter Access): frame-parameters arg is optional.
8173 modify-frame-parameters handles nil for FRAME.
8174 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
8175 are all-or-nothing for certain toolkits.
8176 Mention parameter wait-for-wm.
8177 (Frames and Windows): In frame-first-window and frame-selected-window
8178 the arg is optional.
8179 (Input Focus): In redirect-frame-focus the second arg is optional.
8180 (Window System Selections): Mention selection type CLIPBOARD.
8181 Mention data-type UTF8_STRING.
8182 Mention numbering of cut buffers.
8183 (Resources): Describe x-resource-name.
8184
81852004-02-16 Richard M. Stallman <rms@gnu.org>
8186
8187 * windows.texi (Buffers and Windows): Delete false table
8188 about all-frames.
8189
8190 * syntax.texi (Parsing Expressions): Delete old caveat
8191 about parse-sexp-ignore-comments.
8192
8193 * streams.texi (Output Variables): Add print-quoted.
8194
8195 * lists.texi (Building Lists): Minor cleanup.
8196
8197 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
8198
8199 * display.texi (Overlays): Explain overlays use markers.
8200 (Managing Overlays): Explain front-advance and rear-advance
8201 in more detail.
8202
8203 * loading.texi (Unloading): Document unload-feature-special-hooks.
8204 Get rid of fns-NNN.el file.
8205
82062004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
8207
8208 * help.texi (Describing Characters): Fix text-char-description
8209 example output.
8210
8211 * edebug.texi (Using Edebug): Fix example.
8212
8213 * debugging.texi (Internals of Debugger): Fix return value.
8214
8215 * files.texi (Changing Files): Fix argname.
8216
8217 * calendar.texi: Fix parens, and default values.
8218
8219 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
8220 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 8221 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
8222
8223 * positions.texi (Text Lines): Don't add -1 in current-line.
8224
82252004-02-16 Richard M. Stallman <rms@gnu.org>
8226
8227 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
8228
82292004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
8230
8231 * processes.texi (Low-Level Network): Fix a typo.
8232
82332004-02-12 Kim F. Storm <storm@cua.dk>
8234
8235 * display.texi (Fringes): Use consistent wording.
8236 Note that window-fringe's window arg is optional.
8237 (Scroll Bars): Use consistent wording.
8238
82392004-02-11 Luc Teirlinck <teirllm@auburn.edu>
8240
8241 * tips.texi (Comment Tips): Document the new conventions for
8242 commenting out code.
8243
c8763fb6 82442004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 8245
5dcb4c4e 8246 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
8247
82482004-02-07 Kim F. Storm <storm@cua.dk>
8249
8250 * positions.texi (Text Lines): Add line-number-at-pos.
8251
82522004-02-06 John Paul Wallington <jpw@gnu.org>
8253
8254 * display.texi (Button Properties, Button Buffer Commands):
8255 mouse-2 invokes button, not down-mouse-1.
8256
82572004-02-04 Jason Rumney <jasonr@gnu.org>
8258
8259 * makefile.w32-in: Sync with Makefile.in changes.
8260
82612004-02-03 Luc Teirlinck <teirllm@auburn.edu>
8262
8263 * minibuf.texi (Text from Minibuffer): Various corrections and
8264 clarifications.
8265 (Object from Minibuffer): Correct Lisp description of
8266 read-minibuffer.
8267 (Minibuffer History): Clarify description of cons values for
8268 HISTORY arguments.
5dcb4c4e
SM
8269 (Basic Completion): Various corrections and clarifications.
8270 Add completion-regexp-list.
b8d4c8d0
GM
8271 (Minibuffer Completion): Correct and clarify description of
8272 completing-read.
5dcb4c4e
SM
8273 (Completion Commands): Mention Partial Completion mode.
8274 Various other minor changes.
b8d4c8d0
GM
8275 (High-Level Completion): Various corrections and clarifications.
8276 (Reading File Names): Ditto.
8277 (Minibuffer Misc): Ditto.
8278
82792004-01-26 Luc Teirlinck <teirllm@auburn.edu>
8280
8281 * strings.texi (Text Comparison): assoc-string also matches
8282 elements of alists that are strings instead of conses.
8283 (Formatting Strings): Standardize Texinfo usage. Update index
8284 entries.
8285
82862004-01-20 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * lists.texi (Sets And Lists): Add delete-dups.
8289
82902004-01-15 Luc Teirlinck <teirllm@auburn.edu>
8291
8292 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
8293 special form.
8294 * macros.texi (Defining Macros): Update description of `declare',
8295 which now is a macro.
8296 (Wrong Time): Fix typos.
8297
82982004-01-14 Luc Teirlinck <teirllm@auburn.edu>
8299
8300 * compile.texi (Compilation Functions): Expand descriptions of
8301 `compile-defun', `byte-compile-file', `byte-recompile-directory'
8302 and `batch-byte-compile'. In particular, mention and describe
8303 all optional arguments.
8304 (Disassembly): Correct and clarify the description of `disassemble'.
8305
83062004-01-11 Luc Teirlinck <teirllm@auburn.edu>
8307
8308 * searching.texi: Various small changes in addition to the
8309 following.
8310 (Regexp Example): Adapt to new value of `sentence-end'.
8311 (Regexp Functions): The PAREN argument to `regexp-opt' can be
8312 `words'.
8313 (Search and Replace): Add usage note for `perform-replace'.
8314 (Entire Match Data): Mention INTEGERS and REUSE arguments to
8315 `match-data'.
8316 (Standard Regexps): Update for new values of `paragraph-start'
8317 and `sentence-end'.
8318
83192004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8320
8321 * files.texi (Saving Buffers): Clarify descriptions of
8322 `write-contents-functions' and `before-save-hook'.
8323 Make the defvar's for `before-save-hook' and `after-save-hook'
8324 into defopt's.
8325
83262004-01-07 Kim F. Storm <storm@cua.dk>
8327
8328 * commands.texi (Click Events): Describe new image and
8329 width/height elements of click events.
8330 (Accessing Events): Add posn-string, posn-image, and
8331 posn-object-width-height. Change posn-object to return either
8332 image or string object.
8333
83342004-01-01 Simon Josefsson <jas@extundo.com>
8335
8336 * hooks.texi (Standard Hooks): Add before-save-hook.
8337 * files.texi (Saving Buffers): Likewise.
8338
83392004-01-03 Richard M. Stallman <rms@gnu.org>
8340
8341 * frames.texi (Frames and Windows): Delete frame-root-window.
8342
83432004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8344
8345 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
8346
8347 * functions.texi: Various small changes in addition to the
8348 following.
5dcb4c4e
SM
8349 (What Is a Function): `functionp' returns nil for macros.
8350 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
8351 (Function Documentation): Add `\' in front of (fn @var{arglist})
8352 and explain why.
8353 (Defining Functions): Mention DOCSTRING argument to `defalias'.
8354 Add anchor.
8355 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
8356
83572004-01-01 Miles Bader <miles@gnu.org>
8358
8359 * display.texi (Buttons): New section.
8360
83612003-12-31 Andreas Schwab <schwab@suse.de>
8362
8363 * numbers.texi (Math Functions): sqrt reports a domain-error
8364 error.
8365 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
8366
83672003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8368
8369 * tips.texi (Documentation Tips): Update item on hyperlinks in
8370 documentation strings.
8371
8372 * errors.texi (Standard Errors): Various small corrections and
8373 additions.
8374
8375 * control.texi: Various small changes in addition to the
8376 following.
8377 (Signaling Errors): Provide some more details on how `signal'
8378 constructs the error message. Add anchor to the definition of
8379 `signal'.
8380 (Error Symbols): Describe special treatment of `quit'.
8381 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
8382 to emphasize that it has to be a single form.
8383
8384 * buffers.texi: Add anchor.
8385
83862003-12-29 Richard M. Stallman <rms@gnu.org>
8387
8388 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
8389 (Window Configurations): Add window-configuration-frame.
8390
8391 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
8392
8393 * text.texi (Examining Properties): Add get-char-property-and-overlay.
8394 Change arg name in get-char-property.
8395 (Special Properties): Update handling of keymap property.
8396
8397 * strings.texi (Modifying Strings): Add clear-string.
8398 (Text Comparison): Add assoc-string and remove
8399 assoc-ignore-case, assoc-ignore-representation.
8400
8401 * os.texi (Time of Day): Add set-time-zone-rule.
8402
8403 * numbers.texi (Math Functions): asin, acos, log, log10
8404 report domain-error errors.
8405
8406 * nonascii.texi (Converting Representations):
8407 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
8408 (Encoding and I/O): Add file-name-coding-system.
8409
8410 * modes.texi (Search-based Fontification): Explain that
8411 face specs are symbols with face names as values.
8412
8413 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
8414
8415 * lists.texi (Building Lists): remq moved elsewhere.
8416 (Sets And Lists): remq moved here.
8417 (Association Lists): Refer to assoc-string.
8418
8419 * internals.texi (Garbage Collection): Add memory-use-counts.
8420
8421 * frames.texi (Frames and Windows): Add set-frame-selected-window
8422 and frame-root-window.
8423
8424 * files.texi (Contents of Directories):
8425 Add directory-files-and-attributes.
8426
8427 * display.texi (Refresh Screen): Add force-window-update.
8428 (Invisible Text): Explain about moving point out of invis text.
8429 (Overlay Properties): Add overlay-properties.
8430 (Managing Overlays): Add overlayp.
8431 (GIF Images): Invalid image number displays a hollow box.
8432
8433 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
8434 (Killing Buffers): Add buffer-live-p.
8435
84362003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8437
8438 * display.texi (Fringes): Fix typo "set-buffer-window".
8439
84402003-12-24 Luc Teirlinck <teirllm@auburn.edu>
8441
8442 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
8443 * nonascii.texi, processes.texi, tips.texi, variables.texi:
8444 Add or change various xrefs and anchors.
8445
8446 * commands.texi: Replace all occurrences of @acronym{CAR} with
8447 @sc{car}, for consistency with the rest of the Elisp manual.
8448 `car' and `cdr' are historically acronyms, but are no longer
8449 widely thought of as such.
8450
8451 * internals.texi (Pure Storage): Mention that `purecopy' does not
8452 copy text properties.
8453 (Object Internals): Now 29 bits are used (in most implementations)
8454 to address Lisp objects.
8455
8456 * variables.texi (Variables with Restricted Values): New node.
8457
8458 * objects.texi (Lisp Data Types): Mention that certain variables
8459 can only take on a restricted set of values and add an xref to
8460 the new node "Variables with Restricted Values".
8461
8462 * eval.texi (Function Indirection): Describe the errors that
8463 `indirect-function' can signal.
8464 (Eval): Clarify the descriptions of `eval-region' and `values'.
8465 Describe `eval-buffer' instead of `eval-current-buffer' and
8466 mention `eval-current-buffer' as an alias for `current-buffer'.
8467 Correct the description and mention all optional arguments.
8468
8469 * nonascii.texi: Various small changes in addition to the
8470 following.
8471 (Converting Representations): Clarify behavior of
8472 `string-make-multibyte' and `string-to-multibyte' for unibyte all
8473 ASCII arguments.
8474 (Character Sets): Document the variable `charset-list' and adapt
8475 the definition of the function `charset-list' accordingly.
8476 (Translation of Characters): Clarify use of generic characters in
8477 `make-translation-table'. Clarify and correct the description of
8478 the use of translation tables in encoding and decoding.
8479 (User-Chosen Coding Systems): Correct and clarify the description
8480 of `select-safe-coding-system'.
8481 (Default Coding Systems): Clarify description of
8482 `file-coding-system-alist'.
8483
84842003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8485
8486 * strings.texi (Text Comparison): Correctly describe when two
8487 strings are `equal'. Combine and clarify descriptions of
8488 `assoc-ignore-case' and `assoc-ignore-representation'.
8489
8490 * objects.texi (Non-ASCII in Strings): Clarify description of
8491 when a string is unibyte or multibyte.
8492 (Bool-Vector Type): Update examples.
8493 (Equality Predicates): Correctly describe when two strings are
8494 `equal'.
8495
84962003-11-29 Luc Teirlinck <teirllm@auburn.edu>
8497
8498 * lists.texi (Building Lists): `append' no longer accepts integer
8499 arguments. Update the description of `number-sequence' to reflect
8500 recent changes.
8501 (Sets And Lists): Describe `member-ignore-case' after `member'.
8502
85032003-11-27 Kim F. Storm <storm@cua.dk>
8504
8505 * commands.texi (Click Events): Click object may be an images.
8506 Describe (dx . dy) element of click positions.
8507 (Accessing Events): Remove duplicate posn-timestamp.
8508 New functions posn-object and posn-object-x-y.
8509
85102003-11-23 Kim F. Storm <storm@cua.dk>
8511
8512 * commands.texi (Click Events): Describe enhancements to event
8513 position lists, including new text-pos and (col . row) items.
8514 Mention left-fringe and right-fringe area events.
8515 (Accessing Events): New functions posn-area and
8516 posn-actual-col-row. Mention posn-timestamp. Mention that
8517 posn-point in non-text area still returns buffer position.
8518 Clarify posn-col-row.
8519
85202003-11-21 Lars Hansen <larsh@math.ku.dk>
8521
8522 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
8523 * anti.texi (File Attributes): Describe removed parameter
8524 ID-FORMAT.
8525
85262003-11-20 Luc Teirlinck <teirllm@auburn.edu>
8527
8528 * positions.texi (Positions): Mention that, if a marker is used as
8529 a position, its buffer is ignored.
8530
8531 * markers.texi (Overview of Markers): Mention it here too.
8532
85332003-11-12 Luc Teirlinck <teirllm@auburn.edu>
8534
8535 * numbers.texi (Numeric Conversions): Not just `floor', but also
8536 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
8537
85382003-11-10 Luc Teirlinck <teirllm@auburn.edu>
8539
8540 * markers.texi (Creating Markers): Specify insertion type of
8541 created markers. Add xref to `Marker Insertion Types'.
8542 Second argument to `copy-marker' is optional.
8543 (Marker Insertion Types): Mention that most markers are created
8544 with insertion type nil.
8545 (The Mark): Correctly describe when `mark' signals an error.
8546 (The Region): Correctly describe when `region-beginning' and
8547 `region-end' signal an error.
8548
85492003-11-08 Luc Teirlinck <teirllm@auburn.edu>
8550
8551 * hash.texi (Creating Hash): Clarify description of `eql'.
8552 `makehash' is obsolete.
8553 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
8554
8555 * positions.texi (Point): Change description of `buffer-end', so
8556 that it is also correct for floating point arguments.
8557 (List Motion): Correct argument lists of `beginning-of-defun' and
8558 `end-of-defun'.
8559 (Excursions): Add xref to `Marker Insertion Types'.
8560 (Narrowing): Argument to `narrow-to-page' is optional.
8561
85622003-11-06 Luc Teirlinck <teirllm@auburn.edu>
8563
8564 * streams.texi (Output Streams): Clarify behavior of point for
8565 marker output streams.
8566
85672003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * variables.texi (Defining Variables): Second argument to
8570 `defconst' is not optional.
8571 (Setting Variables): Mention optional argument APPEND to
8572 `add-to-list'.
8573 (Creating Buffer-Local): Expand description of
8574 `make-variable-buffer-local'.
8575 (Frame-Local Variables): Expand description of
8576 `make-variable-frame-local'.
8577 (Variable Aliases): Correct description of optional argument
8578 DOCSTRING to `defvaralias'. Mention return value of
8579 `defvaralias'.
8580 (File Local Variables): Add xref to `File variables' in Emacs
8581 Manual. Correct description of `hack-local-variables'. Mention
8582 `safe-local-variable' property. Mention optional second argument
8583 to `risky-local-variable-p'.
8584
85852003-11-03 Luc Teirlinck <teirllm@auburn.edu>
8586
8587 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
8588
85892003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
8590
8591 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
8592 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
8593 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
8594 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
8595 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
8596 lispref/processes.texi, lispref/searching.texi,
8597 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
8598 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
8599 @acronym{FOO}.
8600
86012003-10-27 Luc Teirlinck <teirllm@auburn.edu>
8602
8603 * strings.texi (Creating Strings): Argument START to `substring'
8604 can not be `nil'. Expand description of
8605 `substring-no-properties'. Correct description of `split-string',
8606 especially with respect to empty matches. Prevent very bad line
8607 break in definition of `split-string-default-separators'.
8608 (Text Comparison): `string=' and `string<' also accept symbols as
8609 arguments.
8610 (String Conversion): More completely describe argument BASE in
8611 `string-to-number'.
8612 (Formatting Strings): `%s' and `%S' in `format' do require
8613 corresponding object. Clarify behavior of numeric prefix after
8614 `%' in `format'.
8615 (Case Conversion): The argument to `upcase-initials' can be a
8616 character.
8617
86182003-10-27 Kenichi Handa <handa@m17n.org>
8619
8620 * display.texi (Fontsets): Fix texinfo usage.
8621
86222003-10-25 Kenichi Handa <handa@m17n.org>
8623
8624 * display.texi (Fontsets): Add description of the function
8625 set-fontset-font.
8626
86272003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8628
8629 * display.texi (Temporary Displays): Add xref to `Documentation
8630 Tips'.
8631
8632 * functions.texi (Function Safety): Use inforef instead of pxref
8633 for SES.
8634
86352003-10-23 Andreas Schwab <schwab@suse.de>
8636
8637 * Makefile.in (TEX, texinputdir): Don't define.
8638 (TEXI2DVI): Define.
8639 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8640 add $(srcdir)/index.texi.
8641 ($(infodir)/elisp): Remove index.texi dependency.
8642 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8643 (index.texi): Remove target.
8644 (dist): Don't link $(srcdir)/permute-index.
8645 (clean): Don't remove index.texi.
8646
8647 * permute-index, index.perm: Remove.
8648 * index.texi: Rename from index.unperm.
8649
86502003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8651
8652 * tips.texi (Documentation Tips): Document new behavior for face
8653 and variable hyperlinks in Help mode.
8654
86552003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8656
8657 * objects.texi (Integer Type): Update for extra bit of integer range.
8658 (Character Type): Ditto.
8659
86602003-10-16 Eli Zaretskii <eliz@gnu.org>
8661
8662 * numbers.texi (Integer Basics): Add index entries for reading
8663 numbers in hex, octal, and binary.
8664
86652003-10-16 Lute Kamstra <lute@gnu.org>
8666
8667 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8668 argument.
8669
86702003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8671
8672 * windows.texi (Choosing Window): Fix typo.
8673 * edebug.texi (Edebug Execution Modes): Fix typo.
8674
86752003-10-13 Richard M. Stallman <rms@gnu.org>
8676
8677 * windows.texi (Basic Windows): A window has fringe settings,
8678 display margins and scroll-bar settings.
8679 (Splitting Windows): Doc split-window return value.
8680 Clean up one-window-p.
8681 (Selecting Windows): Fix typo.
8682 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8683 (Buffers and Windows): In set-window-buffer, explain effect
8684 on fringe settings and scroll bar settings.
8685 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8686 (Choosing Window): Use defopt for pop-up-frame-function.
8687 For special-display-buffer-names, explain same-window and same-frame.
8688 Clarify window-dedicated-p return value.
8689 (Textual Scrolling): scroll-up and scroll-down can get an error.
8690 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8691 Clarify set-window-hscroll.
8692 (Size of Window): Don't mention tool bar in window-height.
8693 (Coordinates and Windows): Explain what coordinates-in-window-p
8694 returns for fringes and display margins.
8695 (Window Configurations): Explain saving fringes, etc.
8696
8697 * tips.texi (Library Headers): Clean up Documentation.
8698
8699 * syntax.texi (Parsing Expressions): Clean up forward-comment
8700 and parse-sexp-lookup-properties.
8701
8702 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8703
8704 * os.texi (System Environment): Clean up text for load-average errors.
8705
8706 * modes.texi (Hooks): Don't explain local hook details at front.
8707 Clarify run-hooks and run-hook-with-args a little.
8708 Clean up add-hook and remove-hook.
8709
8710 * edebug.texi (Edebug Execution Modes): Clarify t.
8711 Document edebug-sit-for-seconds.
8712 (Coverage Testing): Document C-x X = and =.
8713 (Instrumenting Macro Calls): Fix typo.
8714 (Specification List): Don't index the specification keywords.
8715
87162003-10-10 Kim F. Storm <storm@cua.dk>
8717
8718 * processes.texi (Network): Introduce make-network-process.
8719
87202003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8721
8722 * tips.texi (Library Headers): Fix typo.
8723
87242003-10-07 Juri Linkov <juri@jurta.org>
8725
8726 * modes.texi (Imenu): Mention imenu-create-index-function's
8727 default value. Explain submenus better.
8728
87292003-10-07 Lute Kamstra <lute@gnu.org>
8730
8731 * modes.texi (Faces for Font Lock): Fix typo.
8732 (Hooks): Explain how buffer-local hook variables can refer to
8733 global hook variables.
8734 Various minor clarifications.
8735
87362003-10-06 Lute Kamstra <lute@gnu.org>
8737
8738 * tips.texi (Coding Conventions): Mention naming conventions for
8739 hooks.
8740
87412003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8742
8743 * loading.texi (Library Search): Correct default value of
8744 load-suffixes.
8745 (Named Features): Fix typo.
8746
87472003-10-05 Richard M. Stallman <rms@gnu.org>
8748
8749 * loading.texi (Named Features): In `provide',
8750 say how to test for subfeatures.
8751 (Unloading): In unload-feature, use new var name
8752 unload-feature-special-hooks.
8753
87542003-10-03 Lute Kamstra <lute@gnu.org>
8755
8756 * modes.texi (Major Mode Conventions): Mention third way to set up
8757 Imenu.
8758 (Imenu): A number of small fixes.
8759 Delete documentation of internal variable imenu--index-alist.
8760 Document the return value format of imenu-create-index-function
8761 functions.
8762
87632003-09-30 Richard M. Stallman <rms@gnu.org>
8764
8765 * processes.texi (Network): Say what stopped datagram connections do.
8766
8767 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8768
8769 * display.texi (Overlay Properties): Clarify `evaporate' property.
8770
87712003-09-29 Lute Kamstra <lute@gnu.org>
8772
8773 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8774 constructs should be marked as risky.
8775 Change cons cell into proper list.
8776 (Mode Line Variables): Change cons cell into proper list.
8777
87782003-09-26 Lute Kamstra <lute@gnu.org>
8779
8780 * modes.texi (Mode Line Data): Document the :propertize construct.
8781 (Mode Line Variables): Reorder the descriptions of the variables
8782 to match their order in the default mode-line-format.
8783 Describe the new variables mode-line-position and mode-line-modes.
8784 Update the default values of mode-line-frame-identification,
8785 minor-mode-alist, and default-mode-line-format.
8786 (Properties in Mode): Mention the :propertize construct.
8787
87882003-09-26 Richard M. Stallman <rms@gnu.org>
8789
8790 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8791 * loading.texi, minibuf.texi, text.texi, variables.texi:
8792 Avoid @strong{Note:}.
8793
87942003-09-26 Richard M. Stallman <rms@gnu.org>
8795
8796 * keymaps.texi (Remapping Commands): Fix typo.
8797
87982003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8799
8800 * processes.texi (Low-Level Network): Fix typo.
8801
88022003-09-23 Kim F. Storm <storm@cua.dk>
8803
8804 * processes.texi (Network, Network Servers): Fix typos.
8805 (Low-Level Network): Add timeout value for :server keyword.
8806 Add new option keywords to make-network-process.
8807 Add set-network-process-options.
8808 Explain how to test availability of network options.
8809
88102003-09-19 Richard M. Stallman <rms@gnu.org>
8811
8812 * text.texi (Motion by Indent): Arg to
8813 backward-to-indentation and forward-to-indentation is optional.
8814
8815 * strings.texi (Creating Strings): Add substring-no-properties.
8816
8817 * processes.texi
8818 (Process Information): Add list-processes arg QUERY-ONLY.
8819 Delete process-contact from here.
8820 Add new status values for process-status.
8821 Add process-get, process-put, process-plist, set-process-plist.
8822 (Synchronous Processes): Add call-process-shell-command.
8823 (Signals to Processes): signal-process allows process objects.
8824 (Network): Complete rewrite.
8825 (Network Servers, Datagrams, Low-Level Network): New nodes.
8826
8827 * positions.texi (Word Motion): forward-word, backward-word
8828 arg is optional. Reword.
8829
8830 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8831
8832 * variables.texi (Creating Buffer-Local):
8833 Delete duplicate definition of buffer-local-value.
8834 (File Local Variables): Explain about discarding text props.
8835
88362003-09-11 Richard M. Stallman <rms@gnu.org>
8837
8838 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8839 changes variables that record input events.
8840 (Minibuffer Misc): Add minibuffer-selected-window.
8841
8842 * lists.texi (Building Lists): Add copy-tree.
8843
8844 * display.texi (Fontsets): Add char-displayable-p.
8845 (Scroll Bars): New node.
8846
88472003-09-08 Lute Kamstra <lute@gnu.org>
8848
8849 * modes.texi (%-Constructs): Document new `%i' and `%I'
8850 constructs.
8851
88522003-09-03 Peter Runestig <peter@runestig.com>
8853
8854 * makefile.w32-in: New file.
8855
88562003-08-29 Richard M. Stallman <rms@gnu.org>
8857
8858 * display.texi (Overlay Properties): Clarify how priorities
8859 affect use of the properties.
8860
88612003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8862
8863 * customize.texi (Type Keywords): Correct the description of
8864 `:help-echo' in the case where `motion-doc' is a function.
8865
88662003-08-14 John Paul Wallington <jpw@gnu.org>
8867
8868 * modes.texi (Emulating Mode Line): Subsection, not section.
8869
88702003-08-13 Richard M. Stallman <rms@gnu.org>
8871
8872 * elisp.texi (Top): Update subnode lists in menu.
8873
8874 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8875 (Kill Functions): kill-region has new arg yank-handler.
8876 (Yanking): New node.
8877 (Yank Commands): Add yank-undo-function.
8878 (Low-Level Kill Ring):
8879 kill-new and kill-append have new arg yank-handler.
8880 (Changing Properties): Add remove-list-of-text-properties.
8881 (Atomic Changes): New node.
8882
8883 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8884
8885 * streams.texi (Output Variables): Add eval-expression-print-length
8886 and eval-expression-print-level.
8887
8888 * os.texi (Time Conversion): For encode-time, explain limits on year.
8889
8890 * objects.texi (Character Type): Define anchor "modifier bits".
8891
8892 * modes.texi (Emulating Mode Line): New node.
8893 (Search-based Fontification): Font Lock uses font-lock-face property.
8894 (Other Font Lock Variables): Likewise.
8895
8896 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8897 not vectors.
8898 (Active Keymaps): Add emulation-mode-map-alists.
8899 (Functions for Key Lookup): key-binding has new arg no-remap.
8900 (Remapping Commands): New node.
8901 (Scanning Keymaps): where-is-internal has new arg no-remap.
8902 (Tool Bar): Add tool-bar-local-item-from-menu.
8903 Clarify when to use tool-bar-add-item-from-menu.
8904
8905 * commands.texi (Interactive Call): commandp has new arg.
8906 (Command Loop Info): Add this-original-command.
8907
89082003-08-06 John Paul Wallington <jpw@gnu.org>
8909
8910 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8911
8912 * display.texi (Warning Basics): Fix typo.
8913 (Fringes): Add closing curly bracket and fix typo.
8914
8915 * elisp.texi (Top): Fix typo.
8916
89172003-08-05 Richard M. Stallman <rms@gnu.org>
8918
8919 * elisp.texi: Update lists of subnodes.
8920
8921 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8922
8923 * variables.texi (Local Variables): Use lc for example variable names.
8924
8925 * tips.texi (Library Headers): Explain where to put -*-.
8926
8927 * strings.texi (Creating Strings): Fix xref for vconcat.
8928
8929 * sequences.texi (Vector Functions):
8930 vconcat no longer allows integer args.
8931
8932 * minibuf.texi (Reading File Names): read-file-name has new
8933 arg PREDICATE. New function read-directory-name.
8934
c4cc8b9a 8935 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8936 (Indenting Macros): New node.
8937
8938 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8939 (Window Frame Parameters): Make separate table of parameters
8940 that are coupled with specific face attributes.
8941 (Deleting Frames): delete-frame-hooks renamed to
8942 delete-frame-functions.
8943
8944 * files.texi (Magic File Names): Add file-remote-p.
8945 Clarify file-local-copy.
8946
8947 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8948 here; instead xref Defining Macros.
8949
8950 * display.texi (Warnings): New node, and subnodes.
8951 (Fringes): New node.
8952
8953 * debugging.texi (Test Coverage): New node.
8954
8955 * compile.texi (Compiler Errors): Explain with-no-warnings
8956 and other ways to suppress warnings.
8957
8958 * commands.texi (Interactive Call): Minor clarification.
8959
8960 * buffers.texi (Buffer File Name): set-visited-file-name
8961 renames the buffer too.
8962
8963 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8964
89652003-07-24 Markus Rost <rost@math.ohio-state.edu>
8966
8967 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8968
89692003-07-22 Markus Rost <rost@math.ohio-state.edu>
8970
8971 * internals.texi (Garbage Collection): Fix previous change.
8972
89732003-07-22 Richard M. Stallman <rms@gnu.org>
8974
8975 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8976
8977 * display.texi (Width): Use \s syntax in example.
8978 (Font Selection): Add face-font-rescale-alist.
8979
8980 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8981 Remove spurious indent in example.
8982
8983 * lists.texi (Building Lists): Add number-sequence.
8984
8985 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8986
8987 * functions.texi (Function Documentation): Explain how to
8988 show calling convention explicitly in the doc string.
8989
8990 * windows.texi (Selecting Windows): save-selected-window saves
8991 selected window of each frame.
8992 (Window Configurations): Minor change.
8993
8994 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8995
8996 * streams.texi (Output Variables): Add print-continuous-numbering
8997 and print-number-table.
8998
8999 * processes.texi (Decoding Output): New node.
9000
9001 * os.texi (Time Conversion): decode-time arg is optional.
9002
9003 * objects.texi (Character Type): Don't use space as example for \.
9004 Make list of char names and \-sequences correspond.
9005 Explain that \s is not used in strings. `\ ' needs space after.
9006
9007 * nonascii.texi (Converting Representations): Add string-to-multibyte.
9008 (Translation of Characters): Add translation-table-for-input.
9009 (Default Coding Systems): Add auto-coding-functions.
9010 (Explicit Encoding): Add decode-coding-inserted-region.
9011 (Locales): Add locale-info.
9012
9013 * minibuf.texi (Basic Completion): Describe test-completion.
9014 Collections can be lists of strings.
9015 Clean up lazy-completion-table.
9016 (Programmed Completion): Mention test-completion.
9017 Clarify why lambda expressions are not accepted.
9018 (Minibuffer Misc): Describe minibufferp.
9019
90202003-07-14 Richard M. Stallman <rms@gnu.org>
9021
9022 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
9023
9024 * windows.texi (Selecting Windows): New arg to select-window.
9025 (Selecting Windows): Add with-selected-window.
9026 (Size of Window): Add window-inside-edges, etc.
9027
9028 * internals.texi (Garbage Collection): Add post-gc-hook.
9029
9030 * processes.texi (Subprocess Creation): Add exec-suffixes.
9031
9032 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
9033 (Scanning Keymaps): Add map-keymaps.
9034 (Defining Menus): Add keymap-prompt.
9035
9036 * numbers.texi (Integer Basics): Add most-positive-fixnum,
9037 most-negative-fixnum.
9038
c4cc8b9a 9039 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
9040 (Compiler Errors): New node.
9041
9042 * os.texi (User Identification): user-uid, user-real-uid
9043 can return float.
9044
9045 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
9046 and about derived modes.
9047 (Minor Modes): Add minor-mode-list.
9048 (Defining Minor Modes): Keyword args for define-minor-mode.
9049 (Search-based Fontification): Explain managing other properties.
9050 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 9051 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
9052 (Hooks): Add run-mode-hooks and delay-mode-hooks.
9053
9054 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
9055 (Variable Aliases): Clarify defvaralias.
9056
9057 * loading.texi (Library Search): Add load-suffixes.
9058
9059 * minibuf.texi (Basic Completion): Add lazy-completion-table.
9060 (Programmed Completion): Add dynamic-completion-table.
9061
9062 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
9063 (Magic File Names): Specify precedence order of handlers.
9064
9065 * commands.texi (Command Overview): Emacs server runs pre-command-hook
9066 and post-command-hook.
9067 (Waiting): New calling convention for sit-for.
9068
9069 * text.texi (Special Properties): local-map and keymap properties
9070 apply based on their stickiness.
9071
90722003-07-07 Richard M. Stallman <rms@gnu.org>
9073
9074 * modes.texi (Minor Mode Conventions): Specify only some kinds
9075 of list values as args to minor modes.
9076
9077 * files.texi (File Name Expansion): Warn about iterative use
9078 of substitute-in-file-name.
9079
9080 * advice.texi (Activation of Advice): Clean up previous change.
9081
90822003-07-06 Markus Rost <rost@math.ohio-state.edu>
9083
9084 * advice.texi (Activation of Advice): Note that ad-start-advice is
9085 turned on by default.
9086
90872003-06-30 Richard M. Stallman <rms@gnu.org>
9088
9089 * text.texi (Buffer Contents): Document current-word.
9090 (Change Hooks): Not called for *Messages*.
9091
9092 * functions.texi (Defining Functions): Explain about redefining
9093 primitives.
9094 (Function Safety): Renamed. Minor changes.
9095 Comment out the detailed criteria for what is safe.
9096
90972003-06-22 Andreas Schwab <schwab@suse.de>
9098
9099 * objects.texi (Symbol Type): Fix description of examples.
9100
91012003-06-16 Andreas Schwab <schwab@suse.de>
9102
9103 * hash.texi (Creating Hash): Fix description of :weakness.
9104
c8763fb6 91052003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
9106
9107 * files.texi (Changing Files): copy-file copies file modes, too.
9108
91092003-05-28 Richard M. Stallman <rms@gnu.org>
9110
9111 * strings.texi (Creating Strings): Clarify split-string.
9112
91132003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
9114
9115 * strings.texi (Creating Strings): Update split-string specification
9116 and examples.
9117
91182003-05-19 Richard M. Stallman <rms@gnu.org>
9119
9120 * elisp.texi: Correct invariant section names.
9121
91222003-04-20 Richard M. Stallman <rms@gnu.org>
9123
9124 * os.texi (Timers): Explain about timers and quitting.
9125
91262003-04-19 Richard M. Stallman <rms@gnu.org>
9127
9128 * internals.texi (Writing Emacs Primitives): Strings are
9129 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
9130 Explain GCPRO convention for varargs function args.
9131
91322003-04-16 Richard M. Stallman <rms@gnu.org>
9133
9134 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
9135
91362003-04-08 Richard M. Stallman <rms@gnu.org>
9137
9138 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
9139
91402003-02-13 Kim F. Storm <storm@cua.dk>
9141
9142 * objects.texi (Character Type): New \s escape for space.
9143
91442003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9145
5dcb4c4e 9146 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
9147
91482003-01-25 Richard M. Stallman <rms@gnu.org>
9149
9150 * keymaps.texi: Document that a symbol can act as a keymap.
9151
91522003-01-13 Richard M. Stallman <rms@gnu.org>
9153
9154 * text.texi (Changing Properties): Say string indices are origin-0.
9155
9156 * positions.texi (Screen Lines) <compute-motion>:
9157 Correct order of elts in return value.
9158
9159 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
9160 how to define a default binding.
9161
91622002-12-07 Markus Rost <rost@math.ohio-state.edu>
9163
9164 * loading.texi (Unloading): Fix recent change for load-history.
9165
9166 * customize.texi (Simple Types): Clarify description of custom
9167 type 'number. Describe new custom type 'float.
9168
91692002-12-04 Markus Rost <rost@math.ohio-state.edu>
9170
9171 * variables.texi (File Local Variables): Fix typo.
9172
c8763fb6 91732002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
9174
9175 From Michael Albinus <Michael.Albinus@alcatel.de>.
9176
9177 * README: Target for Info file is `make info'.
9178
5dcb4c4e 9179 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
9180 `file-name-sans-extension'.
9181 (Magic File Names): Complete list of operations for magic file
9182 name handlers.
9183
91842002-09-16 Jonathan Yavner <jyavner@engineer.com>
9185
9186 * variables.texi (File Local Variables): New function
9187 risky-local-variable-p.
9188
91892002-09-15 Jonathan Yavner <jyavner@engineer.com>
9190
9191 * functions.texi (Function safety): New node about unsafep.
9192
91932002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
9194
5dcb4c4e 9195 * customize.texi (Splicing into Lists): Fix example.
a86cd395 9196 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
9197
91982002-06-17 Juanma Barranquero <lektu@terra.es>
9199
9200 * frames.texi (Display Feature Testing): Fix typo.
9201
92022002-06-12 Andreas Schwab <schwab@suse.de>
9203
9204 * frames.texi (Initial Parameters, Resources): Fix references to
9205 the Emacs manual.
9206
92072002-05-13 Kim F. Storm <storm@cua.dk>
9208
9209 * variables.texi (Intro to Buffer-Local): Updated warning and
9210 example relating to changing buffer inside let.
9211
c8763fb6 92122002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
9213
9214 * os.texi (Session Management): New node about X Session management.
9215
92162002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
9217
9218 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
9219 to which the manual corresponds, and the copyright years.
9220
9221 * Makefile.in (VERSION): Set to 2.9.
9222
92232001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
9224
9225 * elisp.texi: Change the category in @dircategory to "Emacs", to
9226 make it consistent with info/dir.
9227
92282001-11-25 Miles Bader <miles@gnu.org>
9229
9230 * text.texi (Fields): Describe new `limit' arg in
9231 field-beginning/field-end.
9232
92332001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
9234
5dcb4c4e
SM
9235 * permute-index: Don't depend on csh-specific features.
9236 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
9237
9238 * two-volume-cross-refs.txt: New file.
9239 * two.el: New file.
9240 * spellfile: New file.
9241
92422001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
9243
9244 * permute-index: New file.
9245
9246 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
9247 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
9248 8+3 restricted namespace.
9249
9250 * Makefile.in (infodir): Define relative to $(srcdir).
9251 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
9252 include directories list via -I switch to makeinfo.
9253 (index.texi): Use cp if both hard and symbolic links fail.
9254
92552001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
9256
9257 * Makefile.in (distclean): Add.
9258
9259 The following changes make ELisp manual part of the Emacs
9260 distribution:
9261
9262 * Makefile.in: Add Copyright notice.
9263 (prefix): Remove.
9264 (infodir): Change value to "../info".
9265 (VPATH): New variable.
9266 (MAKE): Don't define.
9267 (texmacrodir): Don't define.
9268 (texinputdir): Append the existing value of TEXINPUTS.
9269 ($(infodir)/elisp): Instead of just "elisp". Reformat the
9270 command to be compatible with man/Makefile.in, and to put the
9271 output into ../info.
9272 (info): Add target.
9273 (installall): Target removed.
9274
c8763fb6 92752001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
9276
9277 * tips.texi (Coding Conventions): Fix typo.
9278
92792001-10-23 Gerd Moellmann <gerd@gnu.org>
9280
9281 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
9282
92832001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
9284
9285 * files.texi (File Name Components): Update the description of
9286 file-name-sans-extension and file-name-extension, as they now
9287 ignore leading dots.
9288
92892001-10-20 Gerd Moellmann <gerd@gnu.org>
9290
9291 * (Version 21.1 released.)
9292
92932001-10-19 Miles Bader <miles@gnu.org>
9294
9295 * positions.texi (Text Lines): Describe behavior of
9296 `beginning-of-line'/`end-of-line' in the presence of field properties.
9297
92982001-10-17 Gerd Moellmann <gerd@gnu.org>
9299
9300 * Makefile.in (VERSION): Set to 2.8.
9301 (manual): Use `manual-21'.
9302
9303 * elisp.texi (VERSION): Add and use it where the version
9304 number was used. Set it to 2.8.
9305
9306 * intro.texi: Likewise.
9307
93082001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9309
9310 * files.texi (File Name Completion): Document the significance of
9311 a trailing slash in elements of completion-ignored-extensions.
9312
93132001-10-06 Miles Bader <miles@gnu.org>
9314
9315 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
9316
93172001-10-04 Gerd Moellmann <gerd@gnu.org>
9318
9319 * variables.texi (Variable Aliases): New node.
9320
93212001-10-04 Gerd Moellmann <gerd@gnu.org>
9322
9323 * Branch for 21.1.
9324
93252001-10-02 Miles Bader <miles@gnu.org>
9326
9327 * minibuf.texi (Minibuffer Misc): Add entries for
9328 `minibuffer-contents', `minibuffer-contents-no-properties', and
9329 `delete-minibuffer-contents'.
9330 Correct description for `minibuffer-prompt-end'.
9331
9332 * text.texi (Property Search): Correct descriptions of
9333 `next-char-property-change' and `previous-char-property-change'.
9334 Add entries for `next-single-char-property-change' and
9335 `previous-single-char-property-change'.
9336 Make operand names a bit more consistent.
9337
93382001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
9339
9340 * frames.texi (Finding All Frames): Document that next-frame and
9341 previous-frame are local to current terminal.
9342
93432001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
9344
9345 * keymaps.texi (Creating Keymaps): Fix the description of the
9346 result of make-keymap.
9347
93482001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * display.texi (Font Lookup, Attribute Functions)
9351 (Image Descriptors): Add cross-references to the definition of
9352 selected frame.
9353
9354 * buffers.texi (The Buffer List): Add cross-references to the
9355 definition of selected frame.
9356
9357 * frames.texi (Input Focus): Clarify which frame is _the_ selected
9358 frame at any given time.
9359 (Multiple Displays, Size and Position): Add a cross-reference to
9360 the definition of the selected frame.
9361
93622001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9363
9364 * strings.texi (String Conversion) <string-to-number>: Document
9365 that a float is returned for integers that are too large.
9366
9367 * frames.texi (Mouse Position): Document mouse-position-function.
9368 (Display Feature Testing): Document display-images-p.
9369 (Window Frame Parameters): Document the cursor-type variable.
9370
9371 * numbers.texi (Integer Basics): Document CL style read syntax for
9372 integers in bases other than 10.
9373
5dcb4c4e
SM
9374 * positions.texi (List Motion):
9375 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
9376
9377 * lists.texi (Sets And Lists): Document member-ignore-case.
9378
9379 * internals.texi (Garbage Collection): Document the used and free
9380 strings report.
9381 (Memory Usage): Document strings-consed.
9382
9383 * os.texi (Time of Day): Document float-time.
9384 (Recording Input): Document that clear-this-command-keys clears
9385 the vector to be returned by recent-keys.
9386
9387 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
9388 argument keymap can be a list.
9389
9390 * nonascii.texi (User-Chosen Coding Systems)
9391 <select-safe-coding-system>: Document the new argument
9392 accept-default-p and the variable
9393 select-safe-coding-system-accept-default-p. Tell what happens if
9394 buffer-file-coding-system is undecided.
9395 (Default Coding Systems): Document auto-coding-regexp-alist.
9396
9397 * display.texi (The Echo Area) <message>: Document
9398 message-truncate-lines.
9399 (Glyphs): Document that the glyph table is unused on windowed
9400 displays.
9401
9402 * help.texi (Describing Characters) <single-key-description>:
9403 Document the new argument no-angles.
9404 (Accessing Documentation) <documentation-property>: Document that
9405 a non-string property is evaluated.
9406 <documentation>: Document that the function-documentation property
9407 is looked for.
9408
9409 * windows.texi (Selecting Windows): Document some-window.
9410
9411 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
9412
9413 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
9414 apropos-mode-hook.
9415
9416 * commands.texi (Using Interactive): Document interactive-form.
9417 (Keyboard Macros): Document kbd-macro-termination-hook.
9418 (Command Loop Info): Document that clear-this-command-keys clears
9419 the vector to be returned by recent-keys.
9420
94212001-09-04 Werner LEMBERG <wl@gnu.org>
9422
9423 * Makefile.in (srcdir, texinputdir): New variables.
9424 (srcs, index.texi, install): Use $(srcdir).
9425 (.PHONY): Remove elisp.dvi.
9426 (elisp): Use -I switch for makeinfo.
9427 (elisp.dvi): Use $(srcdir) and $(texinputdir).
9428 (installall, dist): Use $(srcdir).
9429 Fix path to texinfo.tex.
9430 (maintainer-clean): Add elisp.dvi and elisp.oaux.
9431
94322001-08-30 Gerd Moellmann <gerd@gnu.org>
9433
9434 * display.texi (Conditional Display): Adjust to API change.
9435
9436 * configure: New file.
9437
94382001-07-30 Gerd Moellmann <gerd@gnu.org>
9439
9440 * commands.texi (Repeat Events): Add description of
9441 double-click-fuzz.
9442
94432001-05-08 Stefan Monnier <monnier@cs.yale.edu>
9444
9445 * syntax.texi (Syntax Class Table): Add the missing designator for
9446 comment and string fences.
9447 (Syntax Properties): Add a xref to syntax table internals.
9448 (Syntax Table Internals): Document string-to-syntax.
9449
94502001-05-07 Gerd Moellmann <gerd@gnu.org>
9451
9452 * Makefile.in (install): Use install-info command line options
9453 like in Emacs' Makefile.in.
9454
94552000-12-09 Miles Bader <miles@gnu.org>
9456
9457 * windows.texi (Window Start): Update documentation for
9458 `pos-visible-in-window-p'.
9459
94602000-11-12 Stefan Monnier <monnier@cs.yale.edu>
9461
9462 * lists.texi (Building Lists): Add footnote to explain how to add
9463 to the end of a list.
9464
94652000-10-25 Gerd Moellmann <gerd@gnu.org>
9466
9467 * files.texi (Visiting Functions): Typos.
9468
94692000-10-25 Kenichi Handa <handa@etl.go.jp>
9470
9471 * files.texi (Visiting Functions): Return value of
9472 find-file-noselect may be a list of buffers if wildcards are used.
9473
94742000-10-24 Miles Bader <miles@lsi.nec.co.jp>
9475
9476 * display.texi (Defining Faces): Document `graphic' display type
9477 in face specs.
9478
b344d29d 94792000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
9480
9481 * hooks.texi (Standard Hooks): Replace obsolete
9482 `after-make-frame-hook' with `after-make-frame-functions'.
9483
9484 * frames.texi (Creating Frames): Ditto.
9485
9486 * variables.texi (Future Local Variables): Ditto.
9487
94882000-10-16 Gerd Moellmann <gerd@gnu.org>
9489
9490 * display.texi (Other Image Types): Add description of :foreground
9491 and :background properties of mono PBM images.
9492
94932000-08-17 Werner LEMBERG <wl@gnu.org>
9494
9495 * .cvsignore: New file.
9496
94972000-01-05 Gerd Moellmann <gerd@gnu.org>
9498
9499 * tindex.pl: New script.
9500
95011999-12-03 Dave Love <fx@gnu.org>
9502
9503 * Makefile.in (MAKEINFO): New parameter.
9504
95051999-09-17 Richard Stallman <rms@gnu.org>
9506
9507 * Makefile.in (srcs): Add hash.texi.
9508 (VERSION): Update to 20.6.
9509
95101999-09-13 Richard Stallman <rms@gnu.org>
9511
9512 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
9513
95141998-08-29 Karl Heuer <kwzh@gnu.org>
9515
9516 * configure.in: New file.
9517 * Makefile.in: Renamed from Makefile.
9518 (prefix, infodir): Use value obtained from configure.
9519 (emacslibdir): Obsolete variable deleted.
9520 (dist): Distribute configure.in, configure, Makefile.in.
9521
95221998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
9523
9524 * Makefile (INSTALL_INFO): New variable.
9525 (install): Run install-info.
9526
95271998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
9528
9529 * Makefile (elisp.dvi): Add missing backslash.
9530
95311998-05-02 Richard Stallman <rms@psilocin.gnu.org>
9532
9533 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
9534 Run texindex without `./'. Always run texindex on elisp.tp.
9535 (elisp.tps): Target deleted.
9536
95371998-04-05 Richard Stallman <rms@psilocin.gnu.org>
9538
9539 * Makefile (srcs): Add nonascii.texi and customize.texi.
9540 (dist): Start by deleting `temp'.
9541
95421998-02-17 Richard Stallman <rms@psilocin.gnu.org>
9543
9544 * Makefile (makeinfo, texindex): Targets deleted.
9545 (makeinfo.o, texindex.o): Targets deleted.
9546 (clean, dist): Don't do anything with them or with getopt*.
9547
95481998-01-30 Richard Stallman <rms@psilocin.gnu.org>
9549
9550 * Makefile (SHELL): Defined.
9551
95521998-01-27 Richard Stallman <rms@psilocin.gnu.org>
9553
9554 * Makefile (elisp.tps): New target.
9555 (elisp.dvi): Depend on elisp.tps.
9556
c5602427 95571996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
9558
9559 * README: Update phone number.
9560
9561 * Makefile (elisp): Make this be the default target.
9562 Depend on makeinfo.c instead of makeinfo.
9563 (install): Don't depend on elisp.dvi, since we don't install that.
9564 Use mkinstalldirs.
9565 (dist): Add mkinstalldirs.
9566
c5602427 95671995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
9568
9569 * Makefile (VERSION): Update version number.
5dcb4c4e 9570 (maintainer-clean): Rename from realclean.
b8d4c8d0 9571
c5602427 95721995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
9573
9574 * Makefile (realclean): New target.
9575 (elisp): Remove any old elisp-* files first.
9576
c5602427 95771993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
9578
9579 * Makefile (VERSION): New variable.
9580 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
9581 Compressed file suffix should be `.gz', not `.z'.
9582
ce058493 95831993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9584
9585 * Makefile (elisp): Depend on makeinfo.
9586
c5602427 95871993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
9588
9589 * Makefile (srcs): Add anti.texi.
9590
c5602427 95911993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9592
9593 * Makefile (infodir, prefix): New vars.
9594 (install): Use infodir.
9595 (emacsinfodir): Deleted.
9596
c5602427 95971993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9598
9599 * Makefile (srcs): Add calendar.texi.
9600
9601 * Makefile (dist): Copy texindex.c and makeinfo.c.
9602 Limit elisp-* files to those with one or two digits.
9603
c5602427 96041993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9605
9606 * Makefile (dist): Changed to use Gzip instead of compress.
9607
c5602427 96081993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9609
9610 * loading.texi (Unloading): define-function changed back to
9611 defalias. It may not stay this way, but at least it's
9612 consistent with the known-good version of the code patch.
9613
c5602427 96141993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9615
9616 * modes.texi (Hooks): Document new optional arg of add-hook.
9617
c5602427 96181993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9619
9620 * variables.texi: Document nil initial value of buffer-local variables.
9621
9622 * tips.texi: Add new section on standard library headers.
9623
c5602427 96241993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9625
9626 * Makefile (srcs): Add frame.texi to the list of sources.
9627
c5602427 96281993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9629
9630 * Makefile (dist): Don't bother excluding autosave files; they'll
9631 never make it into the temp directory anyway, and the hash marks
9632 in the name are problematic for make and the Bourne shell.
9633 (srcs):
9634
c5602427 96351993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9636
9637 * Makefile (dist): Don't include backup files or autosave files in
9638 the distribution tar file.
9639
c5602427 96401991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9641
5dcb4c4e 9642 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9643 (elisp.dvi): Remove erroneous shell comment.
9644 Expect output of permute-index in permuted.fns.
9645 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9646 (clean): Add index.texi to be deleted.
b8d4c8d0 9647
c5602427 96481990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9649
9650 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9651
c5602427 96521990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9653
9654 * files.texi: Noted that completion-ignored-extensions is ignored
9655 when making *Completions*.
9656
3e868ee3 96571990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9658
9659 * Makefile make dist now depends on elisp.dvi, since it tries
9660 to include it in the dist file.
9661
c5602427 96621990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9663
c5602427 9664 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9665
c5602427 96661989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9667
9668 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9669 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9670
c5602427 96711989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9672
9673 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9674 and @error{} are the terms now being used. The files in the
9675 directory have been changed to reflect this.
9676
9677 * All instances of @indentedresultt{} have been changed to
9678 ` @result{}', using 5 spaces at the begining of the line.
9679
c5602427 96801989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9681
9682 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9683 experimental @indentedresult{}, @indentedexpandsto{} are part of
9684 the texinfo.tex in this directory. These TeX macros are not
9685 stable yet.
9686
c5602427 96871989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9688
9689 * texinfo.tex: Temporarily added
9690 \let\result=\dblarrow
9691 \def\error{{\it ERROR} \longdblarrow}
9692 We need to do this better soon.
9693
c5602427 96941989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9695
9696 * Applied Karl Berry's patches to *.texinfo files, but not to
9697 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9698 new title page format is also not applied, since it requires
9699 texinfo.tex changes.)
9700
9701 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9702 for the Project GNU development environment.
9703
9704;; Local Variables:
c8763fb6 9705;; coding: utf-8
b8d4c8d0
GM
9706;; End:
9707
73b0cd50 9708 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9709
9710 This file is part of GNU Emacs.
9711
352c8b4a 9712 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9713 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9714 the Free Software Foundation, either version 3 of the License, or
9715 (at your option) any later version.
b8d4c8d0
GM
9716
9717 GNU Emacs is distributed in the hope that it will be useful,
9718 but WITHOUT ANY WARRANTY; without even the implied warranty of
9719 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9720 GNU General Public License for more details.
9721
9722 You should have received a copy of the GNU General Public License
352c8b4a 9723 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.