* src/process.c: Export default filters and sentinels to Elisp.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
b02b5481
GM
12013-04-23 Glenn Morris <rgm@gnu.org>
2
3 * internals.texi (Writing Emacs Primitives): Remove obvious example.
4 Tweak other to avoid overly long line.
5
f8152bcb
XF
62013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7
84ebefe9
XF
8 * internals.texi (Writing Emacs Primitives): Remove unnecessary
9 references to the sources. (Bug#13800)
10
f8152bcb
XF
11 * searching.texi (Regexp Backslash): Doc fix for backslash
12 constructs in regular expressions.
13
8fa2654e
CS
142013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
15
16 * tips.texi (Coding Conventions): Mention separation of package
17 descriptor and name of internal symbols by two hyphens.
18
0aa3616e
SB
192013-04-13 Stephen Berman <stephen.berman@gmx.net>
20
21 * windows.texi (Splitting Windows): Change category of
22 split-window from a command to a function.
23
cd542620
CY
242013-04-06 Chong Yidong <cyd@gnu.org>
25
26 * display.texi (Faces): Minor clarifications.
27 (Defining Faces): Clarify default vs custom face specs. Document
28 face-spec-set.
29
30 * display.texi (Overlay Properties):
31 * text.texi (Special Properties): Use the "anonymous face"
32 terminology. Describe foreground-color and background-color forms
33 as compatibility-only.
34
8d0c20ae
EZ
352013-03-24 Eli Zaretskii <eliz@gnu.org>
36
37 * compile.texi (Byte-Code Objects): Add index entry.
38 (Disassembly): Add cross-references.
39
45f1d362
EZ
402013-03-23 Eli Zaretskii <eliz@gnu.org>
41
42 * frames.texi (Size Parameters): More accurate description of the
43 difference between 'fullboth' and 'maximized'. (Bug#13935)
44
5784e319
CS
452013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
46
47 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
48
78be8b64 492013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
50
51 * elisp.texi: Add some stuff specific to www.gnu.org.
52
b388e7ad
TZ
532013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
54
55 * control.texi (Pattern matching case statement): Fix typo.
56
681ebc33
PE
572013-03-04 Paul Eggert <eggert@cs.ucla.edu>
58
59 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
60
9bed73f3
GM
612013-03-03 Glenn Morris <rgm@gnu.org>
62
63 * objects.texi (Symbol Type): Fix typo.
64
929aeac6 652013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
66
67 * variables.texi (File Local Variables): Fix reference.
68
1abfd3e8 692013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
70
71 * files.texi (Magic File Names): Improve wording and indexing.
72
f0c954fa
GM
732013-02-21 Glenn Morris <rgm@gnu.org>
74
75 * display.texi (Multi-Frame Images): Minor rephrasing.
76
1e56f8ef
GM
772013-02-20 Glenn Morris <rgm@gnu.org>
78
79 * display.texi (GIF Images, TIFF Images): Delete these nodes.
80 (ImageMagick Images): For :index, use an xref rather than duplicating.
81 (Other Image Types): Add GIF, adjust formatting.
82 (Multi-Frame Images): Rename from Animated Images. Expand section.
83 * elisp.texi (Top): Update menu for these changes.
84
93c2fa46
GM
852013-02-19 Glenn Morris <rgm@gnu.org>
86
87 * text.texi (Change Hooks): Fix typo.
88
d64d97e5 892013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
90
91 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
92
b5ca9d53
GM
932013-02-13 Glenn Morris <rgm@gnu.org>
94
b6c3e4b1
GM
95 * objects.texi (Char-Table Type): Add footnote about #^^.
96
b5ca9d53
GM
97 * modes.texi (Minor Mode Conventions): Fix typo.
98
85adc63f
GM
99 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
100 meta characters; this changed in 22.1. (Bug#13684)
101
662abcc1
GM
102 * objects.texi (Char-Table Type): Add cindex.
103
9d6c9dd1
GM
104 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
105
490a9458 1062013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
107
108 * keymaps.texi (Creating Keymaps): Update make-keymap result.
109
8549f9e8
EZ
1102013-02-09 Eli Zaretskii <eliz@gnu.org>
111
112 * modes.texi (%-Constructs): Remove the description of %t.
113
114 * nonascii.texi (MS-DOS File Types): Delete node.
115
7bd00724
GM
1162013-02-08 Glenn Morris <rgm@gnu.org>
117
118 * keymaps.texi (Active Keymaps, Searching Keymaps):
119 Remove confusing mention of "symbolic prefix". (Bug#13643)
120
795e7a5b 1212013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
122
123 * macros.texi (Indenting Macros): Fix order of an indent
124 symbol's arguments. (Bug#13450)
125
b3fbb395
PE
1262013-01-19 Paul Eggert <eggert@cs.ucla.edu>
127
128 Allow floating-point file offsets.
129 * files.texi (Reading from Files, Writing to Files):
130 Say that file offsets can be numbers, not just integers.
131
45a7e57c
GM
1322013-01-09 Glenn Morris <rgm@gnu.org>
133
134 * commands.texi (Interactive Codes):
135 Whitespace does not terminate interactive "S". (Bug#13393)
136
04c48b14
CY
1372013-01-06 Chong Yidong <cyd@gnu.org>
138
139 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
140
1f1c405d
GM
1412013-01-05 Glenn Morris <rgm@gnu.org>
142
143 * display.texi (Overlay Properties): Mention field. (Bug#13364)
144
5d7c18a8
EZ
1452013-01-05 Eli Zaretskii <eliz@gnu.org>
146
147 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
148 directive in a group of items.
149
89cb305e 1502013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
151
152 * keymaps.texi (Key Sequences): Remove obsolete sentence
153 (Bug#13356).
154
0f668a4d 1552013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
156
157 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
158
553081a5
SM
1592013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * files.texi (File Attributes): Undocument return format of file-acl.
162
1cbb9ed6
GM
1632013-01-03 Glenn Morris <rgm@gnu.org>
164
75e78d1e
GM
165 * processes.texi (System Processes):
166 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
167
5f1a9647
GM
168 * searching.texi (Replacing Match): Fix xref.
169
1cbb9ed6
GM
170 * elisp.texi (DATE): Bump to Jan 2013.
171
9539d465 1722013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 173
22ff2cb8
GM
174 * customize.texi (Common Keywords, Type Keywords):
175 Replace "active field" with "button". (Bug#13310)
176
9800c5b0
GM
177 * customize.texi (Common Keywords): Add xref. (Bug#13311)
178 * tips.texi (Library Headers): Add cindex.
179
d5e5e7b4 1802012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
181
182 * functions.texi (Declare Form):
183 * intro.texi (A Sample Function Description):
184 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
185 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
186 in @def.. commands. (Bug#13292)
187
ccad023b
EZ
1882012-12-29 Eli Zaretskii <eliz@gnu.org>
189
190 * files.texi (Changing Files): Document the return values of
191 set-file-selinux-context and set-file-acl.
192
1ab0c851
GM
1932012-12-27 Glenn Morris <rgm@gnu.org>
194
195 * files.texi (File Names): Mention Cygwin conversion functions.
196
94900bfe
MR
1972012-12-22 Martin Rudalics <rudalics@gmx.at>
198
199 * windows.texi (Selecting Windows): Reword description of
200 select-window (Bug#13248).
201
04d9b71a
EZ
2022012-12-22 Eli Zaretskii <eliz@gnu.org>
203
204 * files.texi (File Attributes, Changing Files): Remove the details
205 about the text returned by file-acl. Instead, just document that
206 it is an opaque string meant to be used by set-file-acl.
207
6e55f03e
CY
2082012-12-21 Chong Yidong <cyd@gnu.org>
209
07b9c0be
CY
210 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
211
6e55f03e
CY
212 * customize.texi (Simple Types): Document key-sequence type
213 (Bug#13048).
214
5bec25eb
CY
215 * strings.texi (Text Comparison): Doc fix for compare-strings.
216
15ccf05e
MA
2172012-12-19 Michael Albinus <michael.albinus@gmx.de>
218
219 * files.texi (Magic File Names): Add `file-acl',
220 `file-selinux-context', `set-file-acl' and
221 `set-file-selinux-context'. Make the list consistent.
222
ee3c0aec
JB
2232012-12-19 Jonas Bernoulli <jonas@bernoul.li>
224
225 * tips.texi (Library Headers): New header keyword `Homepage'.
226 Make continuation lines syntax more precise.
227
66447e07
EZ
2282012-12-17 Eli Zaretskii <eliz@gnu.org>
229
230 * files.texi (File Attributes, Changing Files): Update to include
231 MS-Windows support for ACLs.
232
7c3d167f
RF
2332012-12-16 Romain Francoise <romain@orebokech.com>
234
235 * files.texi (File Attributes): Document ACL support and new
236 `file-acl' function.
237 (Changing Files): Mention argument name change of `copy-file' and
238 document new function `set-file-acl'.
239
97976f9f
PE
2402012-12-14 Paul Eggert <eggert@cs.ucla.edu>
241
242 Fix permissions bugs with setgid directories etc. (Bug#13125)
243 * files.texi (Testing Accessibility): Document GROUP arg
244 of file-ownership-preserved-p.
245 (File Attributes): Document that 9th element is now
246 just a placeholder.
247 * os.texi (User Identification): Document new functions group-gid,
248 group-real-gid.
249
d92d9c95
PE
2502012-12-11 Paul Eggert <eggert@cs.ucla.edu>
251
252 * internals.texi (C Integer Types): New section.
253 This follows up and records an email in
254 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
255
265c2fbf 2562012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 257
4a0e1924 258 * control.texi (Pattern matching case statement): New node.
f433306a 259
1cbae532
SM
260 * customize.texi (Variable Definitions): Mention the default :group
261 for defcustoms (bug#13093).
262
c6c08d3f
GM
2632012-12-09 Glenn Morris <rgm@gnu.org>
264
265 * customize.texi (Variable Definitions): Mention eval-defun
266 on a defcustom calls the :set function when appropriate.
267
4288142b
PE
2682012-12-06 Paul Eggert <eggert@cs.ucla.edu>
269
270 * doclicense.texi, gpl.texi: Update to latest version from FSF.
271 These are just minor editorial changes.
272
d8ad4d3f 2732012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
274
275 * lists.texi (Plist Access): Move put example to Symbol Plists.
276
277 * symbols.texi (Standard Properties): Fix typo.
278
c5bc2d1d 2792012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 280
f02f19bd
CY
281 * symbols.texi (Symbol Properties): New node.
282 (Symbol Plists): Make it a subsection under Symbol Properties.
283 (Standard Properties): New node.
284
285 * lists.texi (Property Lists): Move here from symbols.texi.
286 (Plist Access): Rename from Other Plists.
287
288 * customize.texi (Variable Definitions):
289 * display.texi (Defining Faces):
290 * sequences.texi (Char-Tables): Fix xref.
291
1cbae532 292 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 293
f02f19bd
CY
294 * commands.texi (Using Interactive): Fix index entry.
295
cb6f5650
PE
2962012-11-24 Paul Eggert <eggert@cs.ucla.edu>
297
c07a6ded
PE
298 * doclicense.texi: Update to latest version from FSF.
299 These are just minor editorial changes.
300 * elisp.texi (GNU Free Documentation License)
301 (GNU General Public Licens):
302 Provide sectioning, since doclicense.texi no longer does that.
303
cb6f5650
PE
304 * loading.texi (Named Features): @ -> @@ to fix typo.
305
d125ca15 3062012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
307
308 * windows.texi (Basic Windows): Fix typo.
309 (Windows and Frames): Fix example. Move description of
310 window-in-direction here.
311 (Recombining Windows): Fix example.
1cbae532 312 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
313 (Switching Buffers): Reword.
314 (Display Action Functions): Minor adjustments.
315 (Choosing Window Options): Minor fixes.
316 (Window History): Minor rewording.
317 (Dedicated Windows): Correct and reword part describing how
318 dedicatedness affects functions removing buffers or windows.
1cbae532 319 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 320
d125ca15 3212012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
322
323 * modes.texi (%-Constructs): Fix statement about mode construct
324 padding (Bug#12866).
325
d125ca15 3262012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
327
328 * debugging.texi (Profiling): Make it more clear
329 that --enable-profiling is about profiling the C code.
330
38a2f917
GM
3312012-11-21 Glenn Morris <rgm@gnu.org>
332
3ca2f1bf
GM
333 * display.texi (Attribute Functions):
334 Update for set-face-* name changes.
1bf335cf
GM
335 Add new "inherit" argument for face-bold-p etc.
336 Move description of this argument to a common section, like "frame".
3ca2f1bf 337
6ef2e5ef 338 * debugging.texi (Profiling): New section.
b6729a18 339 (Debugging): Mention profiling in the introduction.
5b776637
GM
340 * tips.texi (Compilation Tips): Move profiling to separate section.
341 * elisp.texi: Add Profiling to detailed menu.
342
6ef2e5ef 3432012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
344
345 * windows.texi (Display Action Functions): Fix recently added
346 example. Suggested by Michael Heerdegen.
347
6ef2e5ef 3482012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
349
350 Minor cleanup for times as lists of four integers.
351 * os.texi (Time Parsing): Time values can now be four integers.
352
7351b73d
GM
3532012-11-18 Glenn Morris <rgm@gnu.org>
354
355 * loading.texi (How Programs Do Loading): Add eager macro expansion.
356 * macros.texi (Expansion): Mention eager macro expansion.
357
a045a167
GM
358 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
359
2ac9538d 3602012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
361
362 * minibuf.texi (Programmed Completion): Doc fix for metadata
363 request (Bug#12850).
364
2ac9538d 3652012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 366
7fe37cfc
GM
367 * display.texi (Temporary Displays): Document with-temp-buffer-window.
368
6439ae19
GM
369 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
370 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
371 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 372 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 373
0ff7851c
MR
3742012-11-16 Martin Rudalics <rudalics@gmx.at>
375
376 * windows.texi (Choosing Window): Rewrite description of
377 display-buffer-alist (Bug#12167).
1cbae532
SM
378 (Display Action Functions): Mention inhibit-switch-frame.
379 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
380 Add example (Bug#12848).
381
96e05507 3822012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
383
384 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
385 (Attribute Functions): Update for set-face-underline rename.
386 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 387
e4e9830b
GM
388 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
389 so they align better in info.
921c067f
GM
390 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
391 Document set-temporary-overlay-map.
e4e9830b 392
c8915b67
SM
3932012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
396 with normal keymaps".
397
74934dcc
DA
3982012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
399
400 * internals.texi (Garbage Collection): Update descriptions
401 of vectorlike_header, garbage-collect and gc-cons-threshold.
402 (Object Internals): Explain Lisp_Object layout and the basics
403 of an internal type system.
404 (Buffer Internals): Update description of struct buffer.
405
f78ee6af 4062012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
407
408 * variables.texi (Adding Generalized Variables):
409 At least mention gv-define-expander and gv-letplace.
410
164f28b5 411 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 412 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 413
38868ad7
GM
414 * control.texi (Signaling Errors):
415 * debugging.texi (Error Debugging):
416 * errors.texi (Standard Errors): Add user-error.
417
6efddf78
GM
418 * variables.texi (Adding Generalized Variables):
419 Use standard formatting for common lisp note about setf functions.
420
6baf66d5 4212012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
422
423 * elisp.texi (Top): Add Recombining Windows to menu.
424 * windows.texi (Recombining Windows): New subsection.
425 (Splitting Windows): Rewrite text on handling of window
426 combinations and move it to new subsection.
427
6baf66d5 4282012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 429
8a3afaf9
CY
430 * searching.texi (Replacing Match): Document \? in replace-match.
431
7c08f8ba
CY
432 * variables.texi (Creating Buffer-Local): Document setq-local and
433 defvar-local.
434 (Setting Generalized Variables): Arrange table alphabetically.
435
436 * lists.texi (List Elements, List Variables): Clarify descriptions
437 of push and pop for generalized variables.
438
439 * edebug.texi (Specification List): setf is no longer CL-only.
440
6baf66d5 4412012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
442
443 * variables.texi (Adding Generalized Variables):
444 Update description of FIX-RETURN expansion.
445
ebdbfb95
GM
446 * variables.texi (Setting Generalized Variables):
447 Split most of previous contents into this subsection.
448 (Adding Generalized Variables): New subsection.
651af8c6
GM
449 Move note on lack of setf functions here from misc/cl.texi.
450
ebdbfb95
GM
451 * elisp.texi: Add Generalized Variables subsections to detailed menu.
452
6baf66d5 4532012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
454
455 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
456
a43d02f0
MA
4572012-11-08 Michael Albinus <michael.albinus@gmx.de>
458
459 * os.texi (Notifications): Update descriptions of
460 notifications-notify, notifications-close-notification and
461 notifications-get-capabilities according to latest code changes.
462 Add notifications-get-server-information.
463
2395ab64
CY
4642012-11-03 Chong Yidong <cyd@gnu.org>
465
466 * objects.texi (General Escape Syntax): Clarify the explanation of
467 escape sequences.
468 (Non-ASCII in Strings): Clarify when a string is unibyte vs
469 multibyte. Hex escapes do not automatically make a string
470 multibyte.
471
43bcfda6
MR
4722012-11-03 Martin Rudalics <rudalics@gmx.at>
473
474 * windows.texi (Switching Buffers): Document option
475 switch-to-buffer-preserve-window-point.
476 (Display Action Functions): Document window-height and
477 window-width alist entries.
1cbae532
SM
478 (Display Action Functions):
479 Document display-buffer-below-selected and
43bcfda6 480 display-buffer-in-previous-window.
1cbae532
SM
481 (Quitting Windows): Document quit-restore-window.
482 Rewrite section.
43bcfda6
MR
483 (Window Configurations): In window-state-get mention that
484 argument window must be valid.
485 (Window Parameters): Document quit-restore window parameter
486 (Bug#12158).
487
89b2c8a1
GM
4882012-10-31 Glenn Morris <rgm@gnu.org>
489
88390adf
GM
490 * control.texi (Catch and Throw): Add xref to cl.texi.
491
aec5e6f9
GM
492 * lists.texi (Sets And Lists): Point xref to better location.
493
0d8e94e9
GM
494 * errors.texi (Standard Errors):
495 * loading.texi (Autoload): Update for cl-lib namespace changes.
496
5241598a
GM
497 * modes.texi (Defining Minor Modes): "Generalized Variables"
498 section is now in this manual rather than cl.texi.
499
89b2c8a1
GM
500 * eval.texi (Special Forms): No longer special forms: defmacro,
501 defun, save-window-excursion, with-output-to-temp-buffer.
502 * functions.texi (Defining Functions): Defun is now a macro.
503 Defalias is a function.
504
516e1a08
GM
5052012-10-30 Glenn Morris <rgm@gnu.org>
506
507 * variables.texi (Generalized Variables): Fix typo.
508
e29e39c9
CY
5092012-10-30 Chong Yidong <cyd@gnu.org>
510
511 * symbols.texi (Symbol Plists): Document function-get.
512
513 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
514
515 * frames.texi (Visibility of Frames): Document tty-top-frame.
516
70edffb1
SM
5172012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * keymaps.texi (Format of Keymaps): Document the multiple
520 inheritance format.
521
3a51f0eb
MR
5222012-10-28 Martin Rudalics <rudalics@gmx.at>
523
524 * windows.texi (Basic Windows): Reformulate description of live,
525 internal and valid windows.
526 (Cyclic Window Ordering): Describe new argument of
527 get-lru-window and get-largest-window. Add description of
528 window-in-direction.
529
5b6887ad
GM
5302012-10-27 Glenn Morris <rgm@gnu.org>
531
5887564d
GM
532 * variables.texi (Generalized Variables): New section,
533 adapted from misc/cl.texi.
534 * elisp.texi (Top): Add Generalized Variables to menu.
535 * lists.texi (List Elements, List Variables):
536 Mention generalized variables.
537
5b6887ad
GM
538 * lists.texi (List Elements): Typo fix.
539
05b621a6
CY
5402012-10-27 Chong Yidong <cyd@gnu.org>
541
542 * minibuf.texi (High-Level Completion): Don't mention removed
543 function iswitchb-read-buffer.
544
545 * commands.texi (Event Input Misc): Remove last-input-char.
546 (Command Loop Info): Remove last-command-char.
547
548 * frames.texi (Initial Parameters): Don't mention the obsolete
549 special-display feature.
550
551 * windows.texi (Choosing Window): Don't mention the obsolete
552 special display feature.
553 (Choosing Window Options): Remove obsolete special-display
554 variables, and the functions special-display-p and
555 special-display-popup-frame.
556
557 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
558
559 * hooks.texi (Standard Hooks): Remove obsolete hooks.
560
561 * markers.texi (Information from Markers): Remove obsolete
562 function buffer-has-markers-at.
563
564 * text.texi (Yanking): Document yank-handled-properties.
565
72ec96fb
PE
5662012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
567
568 Update manual for new time stamp format (Bug#12706).
569 * buffers.texi (Modification Time):
570 * files.texi (Testing Accessibility, File Attributes):
571 * intro.texi (Version Info):
572 * os.texi (Time of Day):
573 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
574 These instances were missed the first time around.
575 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
576
75e8f9d2
CY
5772012-10-24 Chong Yidong <cyd@gnu.org>
578
cd996018
CY
579 * minibuf.texi (Text from Minibuffer): Document read-regexp
580 changes.
581
1cbae532
SM
582 * nonascii.texi (Selecting a Representation):
583 Document set-buffer-multibyte changes.
cd996018 584
75e8f9d2
CY
585 * keymaps.texi (Toolkit Differences): Node deleted.
586 (Easy Menu): New node.
587
d1069532
SM
5882012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
591
c4132fd4
PE
5922012-10-23 Paul Eggert <eggert@cs.ucla.edu>
593
594 Fix outdated timestamp documentation in Elisp manual (bug#12706).
595 * files.texi (File Attributes):
596 * text.texi (Undo):
597 Time stamp resolution is now 1 picosecond, not 1 second.
598
1fb3aa3f
CY
5992012-10-23 Chong Yidong <cyd@gnu.org>
600
49238e7f
CY
601 * display.texi (Font Lookup): Remove font-list-limit.
602
1fb3aa3f
CY
603 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
604 (Bug#12529).
605
5fb904b0
GM
6062012-10-22 Glenn Morris <rgm@gnu.org>
607
f961c7d8
GM
608 * os.texi (Recording Input): Tiny fix.
609
4ee87740
GM
610 * intro.texi (Lisp History):
611 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
612 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
613
d18a0d24
CY
6142012-10-15 Chong Yidong <cyd@gnu.org>
615
616 * macros.texi (Defining Macros): defmacro is now a macro.
617 Explicitly list the docstring and declare arguments.
618
619 * functions.texi (Anonymous Functions): Explicitly list the
620 docstring, declare, and interactive arguments to lambda.
621 (Defining Functions): Likewise for defun.
622 (Inline Functions): Likewise for defsubst.
623 (Declare Form): Tweak description.
624
73f2b4ab
CY
6252012-10-13 Chong Yidong <cyd@gnu.org>
626
627 * display.texi (ImageMagick Images): ImageMagick enabled by default.
628
379acb95
CY
6292012-10-05 Chong Yidong <cyd@gnu.org>
630
631 * minibuf.texi (Basic Completion): Clarify list form of completion
632 table (Bug#12564).
633
e8757f09 6342012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
635
636 * functions.texi (Function Safety): Copyedit. (Bug#12562)
637
86ec63ba
PE
6382012-10-01 Paul Eggert <eggert@cs.ucla.edu>
639
640 Revert the FOLLOW-SYMLINKS change for file-attributes.
641 * files.texi (File Attributes, Magic File Names): Undo last change.
642
e7a2937b
PE
6432012-09-30 Paul Eggert <eggert@cs.ucla.edu>
644
645 file-attributes has a new optional arg FOLLOW-SYMLINKS.
646 * files.texi (File Attributes): Describe it.
647 (Magic File Names): Use it.
648
48de8b12
CY
6492012-09-30 Chong Yidong <cyd@gnu.org>
650
651 * commands.texi (Click Events): Define "mouse position list".
652 Remove mention of unimplemented horizontal scroll bars.
653 (Drag Events, Motion Events): Refer to "mouse position list".
654 (Accessing Mouse): Document posnp.
655
656 * errors.texi (Standard Errors): Tweak arith-error description.
657 Tweak markup. Remove domain-error and friends, which seem to be
658 unused after the floating-point code revamp.
659
660 * functions.texi (Obsolete Functions): Obsolescence also affects
661 documentation commands. Various clarifications.
662 (Declare Form): New node.
663
664 * strings.texi (String Basics): Copyedits.
665
666 * os.texi (Idle Timers): Minor clarifications.
667 (User Identification): Add system-users and system-groups.
668
669 * macros.texi (Defining Macros): Move description of `declare' to
670 Declare Form node.
671
672 * loading.texi (Autoload):
673 * help.texi (Documentation Basics): The special sequences can
674 trigger autoloading.
675
676 * numbers.texi (Integer Basics): Copyedits.
677 (Float Basics): Consider IEEE floating point always available.
678 (Random Numbers): Document actual limits.
679 (Arithmetic Operations): Clarify division by zero. Don't mention
680 the machine-independence of negative division since it does not
681 happen in practice.
682
6832012-09-28 Chong Yidong <cyd@gnu.org>
684
685 * os.texi (Startup Summary): Document leim-list.el change.
686
6872012-09-25 Chong Yidong <cyd@gnu.org>
688
689 * functions.texi (Defining Functions): defun is now a macro.
690
e61d39cd 6912012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
692
693 * files.texi (Files): Fix typo.
694
e109c4a6
CY
6952012-09-23 Chong Yidong <cyd@gnu.org>
696
697 * buffers.texi (Read Only Buffers): Document read-only-mode.
698
699 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
700 read-only-mode.
701
702 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
703 calling conventions.
704
c88b867f
CY
7052012-09-22 Chong Yidong <cyd@gnu.org>
706
707 * searching.texi (Replacing Match): Minor clarification.
708
df9685f3
EZ
7092012-09-22 Eli Zaretskii <eliz@gnu.org>
710
287d7455
EZ
711 * edebug.texi (Instrumenting): Improve indexing.
712
df9685f3
EZ
713 * os.texi (Idle Timers): Warn against reinvoking an idle timer
714 from within its own timer action. (Bug#12447)
715
47133380
CY
7162012-09-22 Chong Yidong <cyd@gnu.org>
717
718 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
719
ab199df2 7202012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
721
722 * debugging.texi (Using Debugger): Fix typo.
723
ed1f0bd3
CY
7242012-09-18 Chong Yidong <cyd@gnu.org>
725
726 * display.texi (Faces): Discuss anonymous faces.
727 (Face Attributes): Tweak intro.
728 (Defining Faces): Move after the Face Attributes node. Copyedits.
729 (Displaying Faces): Describe role of inheritance.
730
731 * customize.texi (Customization): Define customization more
732 carefully (Bug#11440).
733 (Common Keywords): Add xref to Constant Variables.
734
735 * variables.texi (Defining Variables): Link to defcustom's node
736 instead of the higher-level Customization chapter.
737
c990426a
PE
7382012-09-11 Paul Eggert <eggert@cs.ucla.edu>
739
740 Simplify, document, and port floating-point (Bug#12381).
741 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
742 Document that / and mod (with floating point arguments), along
743 with asin, acos, log, log10, expt and sqrt, return special values
744 instead of signaling exceptions.
745 (Float Basics): Document that logb operates on the absolute value
746 of its argument.
747 (Math Functions): Document that (log ARG BASE) also returns NaN if
748 BASE is negative. Document that (expt X Y) returns NaN if X is a
749 finite negative number and Y a finite non-integer.
750
011474aa
CY
7512012-09-09 Chong Yidong <cyd@gnu.org>
752
bb6b0efc
CY
753 * lists.texi (Sets And Lists): Explain that the return value for
754 delete should be used, like for delq.
755
011474aa
CY
756 * minibuf.texi (Yes-or-No Queries): Document recentering and
757 scrolling in y-or-n-p. Remove gratuitous example.
758
759 * searching.texi (Search and Replace): Document window scrolling
760 entries in query-replace-map.
761
6dcef6ec
CY
7622012-09-08 Chong Yidong <cyd@gnu.org>
763
764 * syntax.texi (Syntax Table Internals): Define "raw syntax
765 descriptor" terminology (Bug#12383).
766 (Syntax Descriptors): Mention raw syntax descriptors.
767
52404181
CY
7682012-09-07 Chong Yidong <cyd@gnu.org>
769
1a5432bc
CY
770 * variables.texi (Creating Buffer-Local): Fix description of
771 local-variable-if-set-p (Bug#10713).
772
0a6bdaa1
CY
773 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
774
14ba4cf3
CY
775 * windows.texi (Display Action Functions)
776 (Choosing Window Options): Remove obsolete variable
777 display-buffer-reuse-frames.
cee2e90d 778 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 779
e5c2edf7
CY
780 * positions.texi (Narrowing): Document buffer-narrowed-p.
781
52404181
CY
782 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
783
784 * syntax.texi (Low-Level Parsing): Add xref to Parser State
785 (Bug#12269).
786
7f7e0167
LI
7872012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
788
789 * debugging.texi (Explicit Debug): Document `debug-on-message'.
790
6a787d9a
CY
7912012-09-02 Chong Yidong <cyd@gnu.org>
792
793 * windows.texi (Window Configurations): Recommend against using
794 save-window-excursion (Bug#12075).
795
796 * control.texi (Catch and Throw):
797 * positions.texi (Excursions): Don't mention it.
798
0e23ef9d
PE
7992012-09-01 Paul Eggert <eggert@cs.ucla.edu>
800
801 Better seed support for (random).
802 * numbers.texi (Random Numbers): Document new behavior of
803 the calls (random) and (random STRING).
804
342dac71
MR
8052012-08-21 Martin Rudalics <rudalics@gmx.at>
806
807 * windows.texi (Window Point): Document recent changes in
808 window-point and set-window-point.
809 (Selecting Windows): Document recent change in select-window.
810
a08eadfe
EZ
8112012-08-06 Eli Zaretskii <eliz@gnu.org>
812
813 * functions.texi (Closures): Put the main index entry for
814 "closures" here. (Bug#12138)
815
816 * variables.texi (Lexical Binding): Disambiguate the index entry
817 for "closures".
818
35b6586e
CY
8192012-08-05 Chong Yidong <cyd@gnu.org>
820
821 * display.texi (Defining Faces): Move documentation of
822 frame-background-mode to the Emacs manual (Bug#7774).
823
02676e5d
CY
8242012-08-04 Chong Yidong <cyd@gnu.org>
825
826 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
827 Fix description of syntax table inheritance.
828 (Syntax Table Functions): Don't refer to internal contents of
829 syntax table, since that is not explained yet. Copyedits.
830 (Standard Syntax Tables): Node deleted.
831 (Syntax Table Internals): Misc clarifications. Improve table
832 formatting.
833
834 * keymaps.texi (Inheritance and Keymaps):
835 * text.texi (Sticky Properties): Tweak index entry.
836
73e0cbc0
EZ
8372012-07-28 Eli Zaretskii <eliz@gnu.org>
838
839 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
840
09ae5da1
PE
8412012-07-25 Paul Eggert <eggert@cs.ucla.edu>
842
843 Prefer typical American spelling for "acknowledgment".
844 * intro.texi (Acknowledgments): Rename from Acknowledgements.
845
1ada2e55
EZ
8462012-07-21 Eli Zaretskii <eliz@gnu.org>
847
848 * commands.texi (Special Events): Mention language-change event.
849 (Input Events, Interactive Codes):
850 * keymaps.texi (Key Sequences): Mention events that are
851 non-keyboard but also non-mouse events.
852
9ea10cc3
CY
8532012-07-17 Chong Yidong <cyd@gnu.org>
854
855 * text.texi (Insertion): Document insert-char changes.
856
2e2d2a13
LL
8572012-07-15 Leo Liu <sdl.web@gmail.com>
858
859 * display.texi (Fringe Bitmaps): Add exclamation-mark.
860
b68b3337
CY
8612012-07-13 Chong Yidong <cyd@gnu.org>
862
863 * buffers.texi (Read Only Buffers): Document toggle-read-only
864 changes. Reword to account for the fact that read-only is
865 currently not supported in overlay properties.
866
ab4c47d3
CY
8672012-07-07 Chong Yidong <cyd@gnu.org>
868
869 * loading.texi (Library Search): Index site-lisp directories.
870
d4913798
CY
8712012-07-06 Chong Yidong <cyd@gnu.org>
872
873 * intro.texi (A Sample Function Description): Fix incorrect
874 markup, undoing previous change.
875 (A Sample Variable Description): Minor clarifications and markup
876 improvements.
877
878 * elisp.texi (Top):
879 * text.texi (Text): Fix menu order.
880
251736f4
RS
8812012-07-06 Richard Stallman <rms@gnu.org>
882
883 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 884 (A Sample Variable Description): Improve/undo previous changes.
251736f4 885
e8d71283
GM
8862012-07-05 Glenn Morris <rgm@gnu.org>
887
888 * intro.texi (A Sample Function Description): Fix cross-refs.
889
47187200
MW
8902012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
891
892 * intro.texi (Evaluation Notation, A Sample Function Description)
893 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
894
a2eb421b
CY
8952012-06-27 Chong Yidong <cyd@gnu.org>
896
897 * processes.texi (Asynchronous Processes, Input to Processes):
898 * internals.texi (Process Internals): Don't capitalize "pty".
899
6d41a41d
TTN
9002012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
901
902 * processes.texi (Asynchronous Processes): Make the pty vs pipe
903 discussion more prominent.
904
0bd8297f
EZ
9052012-06-23 Eli Zaretskii <eliz@gnu.org>
906
907 * commands.texi (Misc Events): Document the language-change event.
908
d35af63c
PE
9092012-06-22 Paul Eggert <eggert@cs.ucla.edu>
910
911 Support higher-resolution time stamps (Bug#9000).
912 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
913 * processes.texi (System Processes):
914 Time stamp resolution is now picosecond, not microsecond.
915
ac1a0ce1 9162012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
917
918 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
919
1053a871
SM
9202012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
921
922 * functions.texi (Defining Functions):
923 * macros.texi (Defining Macros): Un-define the return value of `defun',
924 `defmacro' and `defalias'.
925
41b7f8bc
CY
9262012-06-17 Chong Yidong <cyd@gnu.org>
927
928 * elisp.texi: Remove urlcolor setting.
929
82a25657
GM
9302012-06-17 Glenn Morris <rgm@gnu.org>
931
932 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
933 Overlining no longer behaves exactly like underlining.
934
8da9479c
GM
9352012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
936
937 * display.texi (Face Attributes):
938 Document wave-style underline face attribute.
939
1b9b4cf4
CY
9402012-06-11 Chong Yidong <cyd@gnu.org>
941
942 * display.texi (ImageMagick Images): ImageMagick now supports the
943 :background property.
944
dbab98c7
DA
9452012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
946
947 * internals.texi (Garbage Collection): Typo fix.
948
6175e34b
CY
9492012-06-09 Chong Yidong <cyd@gnu.org>
950
951 * text.texi (Special Properties): Clarify the meaning of a list of
952 faces in the `face' property.
953
954 * display.texi (Face Remapping): Minor clarification.
955
4b56d0fe
CY
9562012-06-08 Chong Yidong <cyd@gnu.org>
957
958 * display.texi (Face Attributes): Font family does not accept
959 wildcards. De-document obsolete :bold and :italic attributes.
960 (Defining Faces): Use new-style face spec format.
961
f3372c87
DA
9622012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
963
8d7c7eed 964 * internals.texi (Garbage Collection): Document new
f3372c87
DA
965 vector management code and vectorlike_header structure.
966
5f2c76c6
CY
9672012-06-03 Chong Yidong <cyd@gnu.org>
968
969 * modes.texi (Mode Line Data): Use "mode line construct"
970 terminology for consistency.
971
ecc6530d
GM
9722012-05-27 Glenn Morris <rgm@gnu.org>
973
974 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
975 * buffers.texi, commands.texi, compile.texi, control.texi:
976 * customize.texi, debugging.texi, display.texi, doclicense.texi:
977 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
978 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
979 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
980 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
981 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
982 * objects.texi, os.texi, package.texi, positions.texi:
983 * processes.texi, searching.texi, sequences.texi, streams.texi:
984 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
985 * variables.texi, windows.texi: Nuke hand-written node pointers.
986
33017faf 9872012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 988
33017faf
GM
989 * functions.texi (Obsolete Functions):
990 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
991
992 * modes.texi (Mode Help): Fix describe-mode.
993
994 * display.texi (Face Functions): Fix define-obsolete-face-alias.
995
996 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
997
33017faf 9982012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 999
33017faf 1000 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
1001
1002 * compile.texi (Docs and Compilation):
1003 byte-compile-dynamic-docstrings is an option.
1004
1005 * debugging.texi (Invoking the Debugger): debug is a command.
1006
1007 * display.texi (Progress): progress-reporter-update and
1008 progress-reporter-force-update have VALUE argument optional.
1009 (Animated Images): Use non-@code{nil} instead of non-nil.
1010
33017faf
GM
1011 * files.texi (Format Conversion Round-Trip):
1012 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1013
1014 * frames.texi (Creating Frames): make-frame is a command.
1015 (Input Focus): select-frame is a command.
1016 (Pointer Shape): void-text-area-pointer is an option.
1017
33017faf 1018 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
1019 (Help Functions): describe-prefix-bindings is a command.
1020
1021 * markers.texi (Creating Markers): Both arguments of copy-marker
1022 are optional.
1023
1024 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1025
1026 * modes.texi (Mode Line Variables): mode-line-remote and
1027 mode-line-client are not options.
1028 (Imenu): imenu-add-to-menubar is a command.
33017faf 1029 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1030
1031 * os.texi (Sound Output): play-sound-file is a command.
1032
33017faf 1033 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 1034
33017faf
GM
1035 * processes.texi (Signals to Processes):
1036 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
1037 (Signals to Processes): signal-process is a command.
1038
33017faf 1039 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
1040 (Base 64): base64-encode-string is not a command while
1041 base64-decode-region is.
1042
1043 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1044
3fe7cdc8
GM
10452012-05-12 Glenn Morris <rgm@gnu.org>
1046
1047 * Makefile.in (MKDIR_P): New, set by configure.
1048 (mkinfodir): Use $MKDIR_P.
1049
dc0f75c8
GM
10502012-05-10 Glenn Morris <rgm@gnu.org>
1051
b8a82b69
GM
1052 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1053 with "coding: raw-text".
51b1e059 1054 Concept of multibyte sessions no longer exists.
b8a82b69 1055
dc0f75c8
GM
1056 * files.texi (File Locks): Mention create-lockfiles option.
1057
666b903b 10582012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 1059
5b6eebcf
GM
1060 * vol1.texi, vol2.texi: Remove files.
1061 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1062 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1063
0a454caf 1064 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 1065
143d9dd8
GM
1066 * two-volume.make (emacsdir): New.
1067 (tex): Add directory with emacsver.texi to TEXINPUTS.
1068
e68b393e
GM
1069 * minibuf.texi (Minibuffer History, Basic Completion):
1070 Tweak page breaks.
1071
9658dc2a
GM
1072 * internals.texi (Garbage Collection, Memory Usage)
1073 (Writing Emacs Primitives): Tweak page breaks.
1074
161c2a25
GM
1075 * streams.texi (Output Variables): Improve page break.
1076
1077 * edebug.texi (Edebug Display Update): Improve page break.
1078
51d58083
GM
1079 * compile.texi (Disassembly): Condense the examples.
1080
ddff3351
GM
1081 * eval.texi, functions.texi, loading.texi, macros.texi:
1082 Where possible, use example rather than smallexample.
1083
1084 * symbols.texi: Where possible, use example rather than smallexample.
1085 (Symbol Components): Fix typo.
1086 (Other Plists): Tweak page break.
1087
1088 * sequences.texi (Arrays): Tweak page breaks.
1089
1090 * customize.texi: Where possible, use example rather than smallexample.
1091 (Common Keywords, Variable Definitions, Applying Customizations)
1092 (Custom Themes): Tweak page breaks.
1093
1094 * control.texi: Where possible, use example rather than smallexample.
1095 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1096 Tweak page breaks.
1097
ca4b98fa
GM
10982012-05-08 Glenn Morris <rgm@gnu.org>
1099
5122804a
GM
1100 * two.el: Remove; unused since creation of two-volume.make.
1101
ca4b98fa
GM
1102 * vol1.texi, vol2.texi: No need to keep menus in these files.
1103
eceeb5fc
CY
11042012-05-05 Glenn Morris <rgm@gnu.org>
1105
1106 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1107
1108 * intro.texi (Caveats): Copyedit.
1109 (Lisp History): Convert inforef to xref.
1110 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1111
1112 * text.texi (Auto Filling): Don't mention Emacs 19.
1113
1114 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1115 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1116
1117 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1118
eceeb5fc
CY
1119 * lists.texi (List-related Predicates, List Variables):
1120 Tweak page-breaks.
1121 (Sets And Lists): Convert inforef to xref.
1122
8045b906
GM
11232012-05-04 Glenn Morris <rgm@gnu.org>
1124
1125 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1126 (info, infoclean): Use $INFO_EXT.
1127 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1128 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1129 (info, maintainer-clean): Use $INFO_EXT.
1130 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1131
78f3273a
CY
11322012-05-04 Chong Yidong <cyd@gnu.org>
1133
1134 * os.texi (Timers): Use defopt for timer-max-repeats.
1135
ab0fa4e4
PE
11362012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1137
1138 * os.texi (Time of Day): Do not limit current-time-string
1139 to years 1000..9999.
1140
2bc356d7
CY
11412012-05-02 Chong Yidong <cyd@gnu.org>
1142
1143 * display.texi (Font Lookup):
1144 * frames.texi (Pointer Shape):
1145 * processes.texi (Subprocess Creation): Use defopt for options.
1146
90207a15 11472012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1148
1149 * elisp.texi (@copying):
1150 * intro.texi (Introduction): Only print VERSION in the TeX version.
1151
90207a15 11522012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
1153
1154 * text.texi (Change Hooks): Minor fix for after-change-functions.
1155
90207a15 11562012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
1157
1158 * package.texi (Packaging Basics):
1159 * loading.texi (Autoload):
1160 * files.texi (Magic File Names):
1161 Reword to remove/reduce some overly long/short lines.
1162
a8e7d6d7 11632012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
1164
1165 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1166 * modes.texi (Major Modes, Auto-Indentation):
1167 * buffers.texi (Buffers): Some fixes for menu descriptions.
1168
a8e7d6d7 11692012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
1170 * functions.texi (Simple Lambda, Argument List):
1171 * eval.texi (Function Indirection): Avoid deprecated form.
1172
a8e7d6d7 11732012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 1174
1a72be46
GM
1175 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1176 Add "et al." to authors.
1177
16152b76
GM
1178 * buffers.texi, commands.texi, compile.texi, control.texi:
1179 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1180 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1181 * modes.texi, numbers.texi, objects.texi, streams.texi:
1182 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1183 Use Texinfo recommended convention for quotes+punctuation.
1184
a8e7d6d7 11852012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
1186
1187 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1188 to where-is-internal (Bug#10872).
1189
a8e7d6d7 11902012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 1191
a2715669
GM
1192 * macros.texi (Indenting Macros): Fix typo.
1193
0b27932b
GM
1194 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1195 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
1196 (Choosing Window Options, Horizontal Scrolling)
1197 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
1198 (Quitting Windows, Window Configurations, Textual Scrolling):
1199 (Coordinates and Windows, Window Configurations)
1200 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
1201 (Splitting Windows, Deleting Windows):
1202 Fix ignore-window-parameters logic.
1203 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
1204 (Window Start and End): Remove pointless example.
1205 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
1206 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1207 and recenter-positions. Remove recenter example.
0b27932b 1208
0dc91072
GM
1209 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1210
9c51bbaa
GM
1211 * minibuf.texi (Intro to Minibuffers):
1212 Tweak discussion of resizing minibuffer window.
1213
674ea9c6
GM
12142012-04-26 Glenn Morris <rgm@gnu.org>
1215
8a4ca8e3 1216 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 1217
562e638f
GM
1218 * tindex.pl: Remove file.
1219
674ea9c6
GM
1220 * makefile.w32-in (srcs):
1221 * Makefile.in (srcs): Remove back.texi (which is unused).
1222
b613912b
MA
12232012-04-24 Michael Albinus <michael.albinus@gmx.de>
1224
e43042fe
MA
1225 * os.texi (Notifications): Extend possible notification hints.
1226 Add notifications-get-capabilities.
b613912b 1227
f30d612a
CY
12282012-04-20 Chong Yidong <cyd@gnu.org>
1229
1230 * processes.texi (Asynchronous Processes): Mention nil argument to
1231 start-process.
1232
b58b1df8
GM
12332012-04-20 Glenn Morris <rgm@gnu.org>
1234
1235 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1236 Don't mention obsolete `nospace' argument of all-completions.
1237 (Minibuffer Completion, Completion Commands, Reading File Names)
1238 (Completion Variables): Copyedits.
1239 (Completion Commands): Mention parent keymaps.
1240 Remove obsolete minibuffer-local-filename-must-match-map.
1241 (High-Level Completion): Remove read-variable's almost
1242 word-for-word duplication of read-command.
1243 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1244 Update "High-Level Completion" description.
1245
c0ea08d2
GM
1246 * minibuf.texi (Minibuffers):
1247 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1248
9d2754f5
GM
1249 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1250 Use Texinfo-recommended form of quote+punctuation.
1251 (Intro to Minibuffers): First minibuffer is #1, not #0.
1252 Mention minibuffer-inactive-mode.
1253 (Text from Minibuffer): Copyedits.
1254 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
1255 (Object from Minibuffer): Remove overly pedantic para.
1256 (Minibuffer History): Copyedits. Add face-name-history.
1257 (Initial Input, Yes-or-No Queries, Multiple Queries)
1258 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1259 (Yes-or-No Queries): Tweak example.
1260 (Minibuffer Commands): Add next-complete-history-element.
1261 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1262 minibuffer-inactive-mode.
9d2754f5 1263
4373fd43
GM
1264 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1265 (Bindat Functions): Copyedits.
1266
61bb069e 12672012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
1268
1269 * files.texi (Saving Buffers): Document `visit and `visit-save'
1270 values of require-final-newline.
1271
61bb069e 12722012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1273
1274 * processes.texi (Output from Processes, Filter Functions):
1275 Mention waiting-for-user-input-p.
1276 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1277 (Network Servers, Datagrams, Network Processes, Network Options)
1278 (Network Feature Testing, Serial Ports): Copyedits.
1279 (Network): Add encrypted network overview paragraph.
1280 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1281
61bb069e 12822012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
1283
1284 * help.texi (Keys in Documentation): Mention :advertised-binding.
1285
1286 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1287 description to help.texi.
1288
61bb069e 12892012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
1290
1291 * processes.texi (Process Information, Input to Processes)
1292 (Signals to Processes, Output from Processes, Process Buffers)
1293 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 1294 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 1295
e153c136
GM
12962012-04-15 Glenn Morris <rgm@gnu.org>
1297
1298 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
1299 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1300 Copyedits.
e153c136 1301 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
1302 (Synchronous Processes, Asynchronous Processes):
1303 Update some example output.
e153c136
GM
1304 (Process Information): Fix typo.
1305 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1306
e6fd457e 13072012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
1308
1309 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1310 open-network-stream does exist in Emacs 23, but is simpler.
1311
e6fd457e 13122012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
1313
1314 * customize.texi (Custom Themes): Also document load-theme etc.
1315
35dc09a1 13162012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1317
1318 * customize.texi (Applying Customizations):
1319 (Custom Themes): New nodes.
1320
1321 * display.texi (Defining Faces): Reference custom-set-faces.
1322
1323 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1324 * os.texi (Startup Summary): Copyedits.
1325
35dc09a1 13262012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1327
1328 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1329
9fce7eda
GM
1330 * strings.texi (Case Tables):
1331 * objects.texi (General Escape Syntax):
1332 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1333
2bb0eca1
GM
1334 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1335 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1336 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1337 * text.texi: Use @file for buffers, per the Texinfo manual.
1338
62200c14
GM
1339 * compile.texi (Compiler Errors): Add missing space in buffer name.
1340
35dc09a1 13412012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
1342
1343 * processes.texi (Query Before Exit): Remove obsolete function
1344 process-kill-without-query (Bug#11190).
1345
35dc09a1 13462012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
1347
1348 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1349 Use @env for environment variables.
1350
f48a9cb4
GM
1351 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1352
0a6dd5e2
JA
13532012-04-12 Jari Aalto <jari.aalto@cante.net>
1354
1cbae532
SM
1355 * processes.texi (Synchronous Processes):
1356 Mention `default-directory' (bug#7515).
0a6dd5e2 1357
b4d3bc10
CY
13582012-04-09 Chong Yidong <cyd@gnu.org>
1359
1360 * customize.texi (Variable Definitions): Remove user-variable-p.
1361
1362 * commands.texi (Interactive Codes):
1363 * help.texi (Accessing Documentation):
1364 * minibuf.texi (High-Level Completion): Callers changed.
1365
ea0ff314
CY
13662012-04-06 Chong Yidong <cyd@gnu.org>
1367
1368 * minibuf.texi (Programmed Completion): Document metadata method.
1369 (Completion Variables): Document completion-category-overrides.
1370
91b65361
CY
13712012-04-05 Chong Yidong <cyd@gnu.org>
1372
1373 * anti.texi (Antinews): Rewrite for Emacs 23.
1374
3d439cd1
CY
13752012-04-04 Chong Yidong <cyd@gnu.org>
1376
321cc491
CY
1377 * minibuf.texi (Programmed Completion): Remove obsolete variable
1378 completion-annotate-function.
1cbae532
SM
1379 (Completion Variables): Rename from Completion Styles.
1380 Document completion-extra-properties. Document completion-styles-alist
321cc491 1381 change.
245d176b
CY
1382 (Reading File Names): minibuffer-local-filename-must-match-map is
1383 not used anymore.
1384 (Minibuffer Completion): Document completing-read-function.
1385 (Completion in Buffers): completion-at-point-functions can return
1386 properties recognized in completion-extra-properties.
321cc491 1387
3d439cd1
CY
1388 * display.texi (Delayed Warnings): New node.
1389
a7972adf
CY
1390 * os.texi (Notifications): Copyedits.
1391
97f4a299
GM
13922012-04-04 Glenn Morris <rgm@gnu.org>
1393
1394 * os.texi (Notifications): Copyedits.
1395
9ff687e1
MA
13962012-04-03 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * os.texi (Terminal-Specific): Fix typo.
1399 (Notifications): New section.
1400
1401 * elisp.texi (Top):
1402 * vol1.texi (Top):
1403 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1404 menu entries.
1405
42ee526b
CY
14062012-04-01 Chong Yidong <cyd@gnu.org>
1407
1408 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1409 file-in-directory-p.
1410
0b021094
GM
14112012-03-31 Glenn Morris <rgm@gnu.org>
1412
1413 * edebug.texi (Instrumenting Macro Calls):
1414 Mention defining macros at instrumentation time.
1415 (Edebug Options): Mention edebug-unwrap-results.
1416
50fe197c
EZ
14172012-03-31 Eli Zaretskii <eliz@gnu.org>
1418
1419 * text.texi (Special Properties): Clarify the description of the
1420 effect of integer values of the 'cursor' property on cursor
1421 position. See the discussions in bug#11068 for more details and
1422 context.
1423
650b6d0b
GM
14242012-03-31 Glenn Morris <rgm@gnu.org>
1425
1426 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1427 Copyedits.
1428
5319014e
CY
14292012-03-30 Chong Yidong <cyd@gnu.org>
1430
1431 * display.texi (Image Formats): Add imagemagick type.
1432 (Image Descriptors): Mention how they are used.
1433 (ImageMagick Images): Clarify role of imagemagick-register-types.
1434 (Character Display): Don't mention glyph tables.
1435 (Display Tables): Use make-glyph-code in example.
1436 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1437 tables are semi-obsolete. De-document create-glyph.
1438 (Glyphless Chars): Note that display tables override this.
1439 (Bidirectional Display): Copyedits. Introduce "bidirectional
1440 reordering" terminology, and use it.
1441
f1224267
GM
14422012-03-30 Glenn Morris <rgm@gnu.org>
1443
1444 * edebug.texi (Jumping): Give name of `i' binding.
1445
d14daa28
GM
14462012-03-28 Glenn Morris <rgm@gnu.org>
1447
1448 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1449 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1450 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1451 (Regexp Special): Mention collation.
1452 Clarify char classes with an example.
fee88ca0
GM
1453 (Regexp Functions): Mention regexp-opt is not guaranteed.
1454 Mention regexp-opt-charset.
1455 (Regexp Search): Recommend against looking-back.
1456 (Search and Replace): Use Texinfo recommended quote convention.
1457 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1458
dcb6e7b3
MR
14592012-03-27 Martin Rudalics <rudalics@gmx.at>
1460
1461 * windows.texi (Window History): Describe new option
1462 switch-to-visible-buffer.
1463
cf0495f2
GM
14642012-03-27 Glenn Morris <rgm@gnu.org>
1465
4fb9a543
GM
1466 * searching.texi (String Search): Add xref to Emacs manual.
1467 Copyedits. Mention the function word-search-regexp.
1468 (Searching and Case): Add xref to Emacs manual. Copyedits.
1469
9364727b
GM
1470 * processes.texi (Network Servers): Standardize apostrophe usage.
1471
cf0495f2
GM
1472 * os.texi (System Environment): Copyedits. Remove some examples
1473 that do not seem useful. Mention setenv third arg.
1474 tty-erase-char does not seem to be nil under a window-system.
1475 (User Identification): Copyedits.
1476 Remove some examples that do not seem useful.
1477
33da7b16
GM
14782012-03-26 Glenn Morris <rgm@gnu.org>
1479
1480 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1481 (Init File): Copyedits.
1482 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1483 (Killing Emacs): Copyedits.
1484 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1485 Shorten the example, use more standard shell prompts.
33da7b16 1486
9a69676a
CY
14872012-03-25 Chong Yidong <cyd@gnu.org>
1488
1489 * display.texi (Fringes): Note that fringes are shown on graphical
1490 displays only.
1491 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1492 (Replacing Specs): Clarify example.
1493 (Manipulating Buttons): Note that button-at can return a marker.
1494 (Buttons): Minor rewrite.
1495 (Character Display): New node. Consolidate all character display
1496 related nodes into its subsections.
1497 (Usual Display): Character 127 is also affected by ctl-arrow.
1498 (Display Tables): Improve example.
1499
c8f6ec5c
GM
15002012-03-22 Glenn Morris <rgm@gnu.org>
1501
1502 * strings.texi (Text Comparison): Mention string-prefix-p.
1503
fb5b8aca
CY
15042012-03-21 Chong Yidong <cyd@gnu.org>
1505
1506 * display.texi (The Echo Area): Add xref to Output Streams.
1507 (Displaying Messages): Improve doc of message.
1508 (Echo Area Customization, Invisible Text): Copyedits.
1509 (Invisible Text): Mention that spec comparison is done with eq.
1510 (Width): Improve doc of char-width.
1511 (Faces): Recommend using symbol instead of string for face name.
1512 Minor clarifications.
1513 (Defining Faces): Copyedits. Update face example.
1514 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
1515 (Face Remapping): Mention text-scale-adjust.
1516 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
1517 (Face Functions): Don't document make-face or copy-face.
1518
025de85b
CY
15192012-03-20 Chong Yidong <cyd@gnu.org>
1520
1521 * display.texi (Forcing Redisplay): Various rewrites to reflect
1522 new value of redisplay-dont-pause.
1523 (Truncation): Copyedits.
1524
a5656eae
GM
15252012-03-20 Glenn Morris <rgm@gnu.org>
1526
1527 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1528 Add summary table of some relevant command-line options.
1529
d15aac68
CY
15302012-03-18 Chong Yidong <cyd@gnu.org>
1531
1532 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1533 (Writing Emacs Primitives): Re-organize discussion of functions
1534 with variable Lisp arguments are handled. Delete an obsolete
1535 remark, previously tagged as FIXME.
1536
1537 * os.texi (Idle Timers): Minor clarification.
1538 (Idle Timers): Link to Time of Day for description of time list.
1539
b59af549
GM
15402012-03-18 Glenn Morris <rgm@gnu.org>
1541
1542 * os.texi (System Interface): Flow control was removed.
1543 (Startup Summary): General update.
1544 (Init File): Don't mention compiling it.
1545
986bd52a
CY
15462012-03-17 Chong Yidong <cyd@gnu.org>
1547
1548 * os.texi (Startup Summary): Mention package loading.
1549 (Init File): Don't refer to .emacs in section title. Copyedits.
1550 (Terminal-Specific): Give a realistic example.
1551 (Command-Line Arguments): Reference Entering Emacs instead of
1552 repeating the spiel about not restarting Emacs.
1553 (Time of Day): Discuss time representation at beginning of node.
1554 (Sound Output): Copyedits.
1555
1556 * package.texi (Packaging Basics): Document package-initialize.
1557
f761251a
EZ
15582012-03-17 Eli Zaretskii <eliz@gnu.org>
1559
1560 * frames.texi (Initial Parameters): Add an index entry for
1561 minibuffer-only frame.
1562
da986230
GM
15632012-03-16 Glenn Morris <rgm@gnu.org>
1564
1565 * modes.texi (Major Mode Conventions): Mention the strange
1566 relationship between View mode and special modes. (Bug#10650)
1567
2cc775f9
CY
15682012-03-11 Chong Yidong <cyd@gnu.org>
1569
1570 * windows.texi (Window Configurations): save-window-excursion is
1571 now a macro.
1572
1573 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1574 now a macro.
1575
66c5eebd
CY
1576 * text.texi (Fields): Minor copyedit.
1577
310a820f
EZ
15782012-03-10 Eli Zaretskii <eliz@gnu.org>
1579
83a96c08
EZ
1580 * strings.texi (String Basics):
1581 * sequences.texi (Sequence Functions): Mention that `length' is
1582 not appropriate for computing the string width on display; add a
1583 cross-reference to the description of `string-width'. (Bug#10978)
1584
310a820f
EZ
1585 * eval.texi (Autoloading): Minor change of wording.
1586
83ef8187
CY
15872012-03-10 Chong Yidong <cyd@gnu.org>
1588
bc44be50
CY
1589 * loading.texi (Autoload): Explicitly state which forms are
1590 processed specially (Bug#7783).
1591
83ef8187
CY
1592 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1593 non-default situation. Describe one-submenu exception (Bug#7695).
1594
1595 * nonascii.texi (Character Properties): Copyedits.
1596
483ab230
CY
15972012-03-08 Chong Yidong <cyd@gnu.org>
1598
1599 * text.texi (Mode-Specific Indent): Document new behavior of
1600 indent-for-tab-command. Document tab-always-indent.
1601 (Special Properties): Copyedits.
1602 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1603 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1604 libxml-parse-html-region.
1605
00e84de0
GM
16062012-03-07 Glenn Morris <rgm@gnu.org>
1607
eaa6bc3c
GM
1608 * markers.texi (The Region): Briefly mention use-empty-active-region
1609 and region-active-p.
a9685db7 1610 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1611 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1612
67cd45a2
CY
16132012-03-07 Chong Yidong <cyd@gnu.org>
1614
1615 * text.texi (Buffer Contents): Don't duplicate explanation of
1616 region arguments from Text node. Put doc of obsolete var
1617 buffer-substring-filters back, since it is referred to.
1618 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1619 selection by default.
1620
1621 * markers.texi (The Mark): Fix typo.
1622 (The Region): Copyedits.
1623
2ad80941
GM
16242012-03-07 Glenn Morris <rgm@gnu.org>
1625
1626 * markers.texi (Overview of Markers): Copyedits.
1627 (Creating Markers): Update approximate example buffer size.
1628 (The Mark): Don't mention uninteresting return values.
1629
ef959d3a
CY
16302012-03-05 Chong Yidong <cyd@gnu.org>
1631
1632 * positions.texi (Text Lines): Document count-words.
1633
a08a07e3
CY
16342012-03-04 Chong Yidong <cyd@gnu.org>
1635
1636 * frames.texi (Frames): Remove little-used "terminal frame" and
1637 "window frame" terminology.
1638 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1639 (Size and Position, Visibility of Frames): Callers changed.
1640 (Frames): Clarify which terminals in framep are graphical.
1641 (Initial Parameters): --geometry is not the only option which adds
1642 to initial-frame-alist.
1643 (Position Parameters): Note that icon-left and icon-top are for
1644 old window managers only.
1645 (Size Parameters): Sizes are in characters even on graphical
1646 displays.
1647 (Management Parameters): Note that window-id and outer-window-id
1648 can't really be changed, and that auto-raise isn't always obeyed.
1649 (Cursor Parameters): Document cursor-type explicitly.
1650 (Size and Position): The aliases set-screen-height and
1651 set-screen-width have been deleted.
1652 (Visibility of Frames): Mention "minimization".
1653
1654 * os.texi (Startup Summary): Minor clarifications.
1655 (Startup Summary, Suspending Emacs): Standardize on "text
1656 terminal" terminology.
1657
1658 * windows.texi (Basic Windows, Coordinates and Windows)
1659 (Coordinates and Windows):
1660 * display.texi (Refresh Screen, Line Height, Face Attributes)
1661 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1662
ea16568d
GM
16632012-03-04 Glenn Morris <rgm@gnu.org>
1664
1665 * abbrevs.texi: Small copyedits throughout.
1666 (Abbrev Mode): Remove this section, folding it into the top-level.
1667 (Abbrev Tables): Don't mention irrelevant return values.
1668 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1669 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1670 (Abbrev Table Properties): Update nil :regexp description.
1671
b3134b95
GM
16722012-03-03 Glenn Morris <rgm@gnu.org>
1673
520f2425
GM
1674 * internals.texi: Change @appendix section commands to @section.
1675 (Building Emacs): Say less about CANNOT_DUMP platforms.
1676 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1677 (Pure Storage): Small changes.
01a6dcc8 1678 (Memory Usage): Copyedit.
7d2d7cc0
GM
1679 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1680 example definitions. Give examples of things with non-nil
1681 interactive args. Mention eval_sub. Remove old info about
1682 strings and GCPRO. Mention cus-start.el.
1683 (Buffer Internals, Window Internals, Process Internals):
1684 Misc small updates and fixes for fields.
520f2425 1685
b3134b95
GM
1686 * tips.texi: Copyedits.
1687 (Coding Conventions): Mention autoloads.
1688 Combine partially duplicated macro items. Fix xref.
1689 Refer to Library Headers for copyright notice.
1690 (Programming Tips): edit-options is long-obsolete.
1691 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1692 (Warning Tips): Mention declare-function.
1693 (Documentation Tips): Remove old info.
1694 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1695 (Library Headers): General update.
1696
2064cc6a
GM
16972012-03-02 Glenn Morris <rgm@gnu.org>
1698
6945faa6
GM
1699 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1700 and relocate entry. Mention buffer-stale-function.
1701
4186e877
GM
1702 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1703
2064cc6a
GM
1704 * hooks.texi (Standard Hooks): General update.
1705 Put related hooks together. Add and remove items.
1706 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1707 * modes.texi (Hooks): Tweak cross-ref description.
1708
7272fbf3
MA
17092012-03-01 Michael Albinus <michael.albinus@gmx.de>
1710
1711 * files.texi (Kinds of Files): The return value of file-equal-p is
1712 unspecified, if FILE1 or FILE2 does not exist.
1713
53a1239b
GM
17142012-03-01 Glenn Morris <rgm@gnu.org>
1715
90db9af9
GM
1716 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1717
53a1239b
GM
1718 * maps.texi (Standard Keymaps): General update.
1719 Remove mode-specific maps, talk about the more general keymaps.
1720 * help.texi (Help Functions): Add vindex for Helper-help-map.
1721 * keymaps.texi (Active Keymaps): Minor rephrasing.
1722
775b55af
GM
17232012-02-29 Glenn Morris <rgm@gnu.org>
1724
1725 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1726
96b49301 17272012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1728
7272fbf3 1729 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1730 Update changed behavior of file-subdir-of-p.
96b49301 1731
1383d930
GM
17322012-02-28 Glenn Morris <rgm@gnu.org>
1733
44e97401
GM
1734 * advice.texi, anti.texi, display.texi, elisp.texi:
1735 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1736 Standardize possessive apostrophe usage.
1737
e3c73f1e
GM
1738 * locals.texi: Remove file.
1739 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1740 Remove menu entry.
1741 * errors.texi, maps.texi: Adjust node pointers.
1742 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1743 * makefile.w32-in (srcs):
e3c73f1e
GM
1744 * Makefile.in (srcs): Remove locals.texi.
1745
1383d930
GM
1746 * frames.texi (Mouse Position): Fix cross-ref.
1747
431ee44b
CY
17482012-02-27 Chong Yidong <cyd@gnu.org>
1749
1750 * buffers.texi (Creating Buffers): Clarify that
1751 generate-new-buffer uses generate-new-buffer-names.
1752 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1753
1754 * files.texi (Directory Names): Index entry for file name abbreviations.
1755 (Relative File Names, File Name Expansion): Refer to it.
1756 (Locating Files): Move locate-user-emacs-file documentation to
1757 Standard File Names.
1758 (Standard File Names): Add locate-user-emacs-file; update examples.
1759
6a11ec9d
MA
17602012-02-26 Michael Albinus <michael.albinus@gmx.de>
1761
1762 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1763
9a4888c0
CY
17642012-02-26 Chong Yidong <cyd@gnu.org>
1765
1766 * files.texi (Kinds of Files): Improve documentation of
1767 files-equal-p and file-subdir-of-p.
1768
f0e751b9
GM
17692012-02-26 Glenn Morris <rgm@gnu.org>
1770
1771 * intro.texi (Acknowledgements): Small changes.
1772
7e05b1ec
GM
17732012-02-25 Glenn Morris <rgm@gnu.org>
1774
1775 * errors.texi: Don't try to list _all_ the error symbols.
1776 Add circular-list, cl-assertion-failed, compression-error.
1777 * elisp.texi, vol1.texi, vol2.texi:
1778 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1779
23453255 17802012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1781
1782 * files.texi (files-equal-p, file-subdir-of-p): New,
1783 add initial documentation.
1784
4963495d
CY
17852012-02-25 Chong Yidong <cyd@gnu.org>
1786
fa74b241
CY
1787 * files.texi (File Attributes): Document file-selinux-context.
1788 (Changing Files): Link to it.
1789 (Changing Files): Document set-file-selinux-context.
1790
1791 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1792 changed. Mention default value of backup-directory-alist.
1793 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1794 (Auto-Saving): New minor mode behavior for auto-save-mode.
1795 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1796
4963495d
CY
1797 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1798
4bb82fa8
GM
17992012-02-24 Glenn Morris <rgm@gnu.org>
1800
1801 * errors.texi (Standard Errors): Mention dbus-error.
1802 For arith-error sub-classes, just use one cross-ref.
1803
2cb228f7
AM
18042012-02-23 Alan Mackenzie <acm@muc.de>
1805
1806 * modes.texi (Defining Minor Modes): Document the new keyword
1807 :after-hook.
1808
a59225b1
CY
18092012-02-21 Chong Yidong <cyd@gnu.org>
1810
1811 * files.texi (Files): Mention magic file names as arguments.
1812 (Reading from Files): Copyedits.
1813 (File Attributes): Mention how to change file modes.
1814 (Changing Files): Use standard "file permissions" terminology.
1815 Add xref to File Attributes node.
1816 (Locating Files): Document locate-user-emacs-file.
1817 (Unique File Names): Recommend against using make-temp-name.
1818
8376d7c2
CY
18192012-02-19 Chong Yidong <cyd@gnu.org>
1820
1821 * help.texi (Documentation, Documentation Basics, Help Functions):
1822 Minor clarifications.
1823 (Accessing Documentation): Clarify what documentation-property is
1824 for. Add xref to Keys in Documentation.
1825
1826 * tips.texi (Documentation Tips): Don't recommend using * in
1827 docstrings.
1828
1829 * macros.texi (Defining Macros):
1830 * modes.texi (Derived Modes): Say "documentation string" instead
1831 of docstring.
1832
82233bea
CY
18332012-02-18 Chong Yidong <cyd@gnu.org>
1834
1835 * modes.texi (Tabulated List Mode): New node.
1836 (Basic Major Modes): Add xref to it.
1837
1838 * processes.texi (Process Information): Mention Process Menu mode.
1839
7b926f3f
CY
18402012-02-17 Chong Yidong <cyd@gnu.org>
1841
1842 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1843
0fd2c9a3
GM
18442012-02-17 Glenn Morris <rgm@gnu.org>
1845
1846 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1847
f700caa3
CY
18482012-02-16 Chong Yidong <cyd@gnu.org>
1849
4230351b
CY
1850 * syntax.texi (Syntax Tables, Syntax Descriptors)
1851 (Syntax Table Functions): Copyedits.
1852 (Syntax Basics): Don't repeat the material in the preceding node.
1853 (Syntax Class Table): Use a table.
1854 (Syntax Properties): Document syntax-propertize-function and
1855 syntax-propertize-extend-region-functions.
1856 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
1857 (Parser State): Update for the new "c" comment style.
1858 Fix description of item 7 (comment style).
4230351b 1859
f700caa3
CY
1860 * modes.texi (Minor Modes): Update how mode commands should treat
1861 arguments now.
1862 (Mode Line Basics): Clarify force-mode-line-update.
1863 (Mode Line Top): Note that the example is not realistic.
1864 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
1865 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
1866 "mode line construct" instead of "mode line specification".
1867 (Syntactic Font Lock): Remove mention of obsolete variable
1868 font-lock-syntactic-keywords.
1869 (Setting Syntax Properties): Node deleted.
1870 (Font Lock Mode): Note that Font Lock mode is a minor mode.
1871 (Font Lock Basics): Note that syntactic fontification falls back
1872 on `syntax-table'.
1873 (Search-based Fontification): Emphasize that font-lock-keywords
1874 should not be set directly.
1875 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
1876 (Syntactic Font Lock): Minor clarifications. Add xref to
1877 Syntactic Font Lock node.
f700caa3 1878
60236b0d
CY
18792012-02-15 Chong Yidong <cyd@gnu.org>
1880
1881 * minibuf.texi (Basic Completion): Define "completion table".
1882 Move completion-in-region to Completion in Buffers node.
1883 (Completion Commands): Use "completion table" terminology.
1884 (Completion in Buffers): New node.
1885
1886 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
1887 (Setting Hooks): Update minor mode usage example.
1888 (Major Mode Conventions): Note that completion-at-point-functions
1889 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
1890 Remove duplicate tip about auto-mode-alist.
1891 (Minor Modes): Rewrite introduction.
1892 (Minor Mode Conventions): Copyedits. Don't recommend
1893 variable-only minor modes since few minor modes are like that.
60236b0d 1894
d7dbb11a
GM
18952012-02-15 Glenn Morris <rgm@gnu.org>
1896
1897 * processes.texi (Network): Document open-network-stream :parameters.
1898
3d8badf4
CY
18992012-02-14 Chong Yidong <cyd@gnu.org>
1900
1901 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
1902 was removed on 2009-09-10. Update lisp-mode-map example.
1903 (Inheritance and Keymaps): Minor clarification.
1904 (Searching Keymaps): Remove out-of-place enumeration.
1905 (Key Lookup): Remove unnecessary example (one was already given in
1906 Format of Keymaps).
1907 (Changing Key Bindings): Update suppress-keymap example.
1908 (Menu Bar, Tool Bar): Copyedits.
1909 (Tool Bar): Update tool-bar-map example.
1910
faccede1
CY
19112012-02-12 Chong Yidong <cyd@gnu.org>
1912
1913 * debugging.texi (Debugger Commands): Continuing is now allowed
1914 for errors.
1915
355cabc6
CY
19162012-02-11 Chong Yidong <cyd@gnu.org>
1917
d860baa0
CY
1918 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
1919 Move the list of standard bitmaps there.
1920 (Fringe Cursors): Rewrite for clarity.
1921 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
1922
34106abe
CY
1923 * commands.texi (Command Overview): Mention read-key.
1924 (Using Interactive, Interactive Call): Minor clarifications.
1925 (Function Keys, Click Events): Avoid "input stream" terminology.
1926 (Click Events): Add xref to Window Sizes and Accessing Mouse.
1927 Clarify column and row components.
1928 (Accessing Mouse): Add xref to Click Events. Minor fixes.
1929 (Special Events): Copyedits.
1930
1931 * streams.texi (Input Streams): De-document get-file-char.
1932 (Output Variables): Don't refer to old backquote syntax.
1933
355cabc6
CY
1934 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
1935 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
1936 values of debug-on-error too. Add xref to Signaling Errors.
1937 Note that debug-on-signal is not customizable.
1938 Mention condition-case-unless-debug.
355cabc6
CY
1939 (Compilation Errors): Node deleted.
1940
1941 * compile.texi (Compiler Errors): Move a paragraph here from
1942 deleted node Compilation Errors.
1943
1be3ca5a
LL
19442012-02-10 Leo Liu <sdl.web@gmail.com>
1945
1946 * control.texi (Handling Errors): Change condition-case-no-debug
1947 to condition-case-unless-debug.
1948
25dec365
CY
19492012-02-10 Chong Yidong <cyd@gnu.org>
1950
1951 * advice.texi (Defining Advice): Clarify ad-unadvise.
1952 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
1953 is not abnormal.
1954 (Advising Primitives): Node deleted; ad-define-subr-args has been
1955 removed.
1956
1957 * compile.texi (Speed of Byte-Code): Use float-time in example.
1958 (Compilation Functions): Note that the log uses Compilation mode.
1959 Don't discuss the contents of byte-code function object here.
1960 (Compilation Functions): De-document internal function byte-code.
1961 (Docs and Compilation): Minor clarifications.
1962
1963 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
1964 Objects.
1965
5f5e4ea1
GM
19662012-02-10 Glenn Morris <rgm@gnu.org>
1967
1968 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
1969 Mention secure-hash.
1970 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
1971
6c1e4b46
CY
19722012-02-10 Chong Yidong <cyd@gnu.org>
1973
1974 * loading.texi (Loading): Don't emphasize "library" terminology.
1975 (Library Search): load-path is not a user option. Mention role of
1976 -L option and packages. Improve examples.
1977 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
1978 obsolete.
1979 (Autoload): Minor clarifications.
1980
72ca698c
GM
19812012-02-10 Glenn Morris <rgm@gnu.org>
1982
b011fbfe
GM
1983 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
1984
72ca698c
GM
1985 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
1986
14a1f380
GM
19872012-02-08 Glenn Morris <rgm@gnu.org>
1988
1989 * loading.texi (Named Features): Update the require example.
1990
60d47423
GM
19912012-02-07 Glenn Morris <rgm@gnu.org>
1992
1993 * modes.texi (Defining Minor Modes):
1994 Expand on args of defined minor modes.
1995
0992bd9c
CY
19962012-02-07 Chong Yidong <cyd@gnu.org>
1997
1998 * variables.texi (Creating Buffer-Local): Minor clarification
1999 to buffer-local-variables doc (Bug#10715).
2000
af008560
GM
20012012-02-07 Glenn Morris <rgm@gnu.org>
2002
e80e1825 2003 * display.texi (ImageMagick Images): General update.
af008560
GM
2004 Move most details of imagemagick-render-type to the variable's doc.
2005
866c1d22
GM
20062012-02-06 Glenn Morris <rgm@gnu.org>
2007
f7c9199f 2008 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
2009 (Inheritance and Keymaps):
2010 Mention make-composed-keymap and multiple inheritance.
f7c9199f 2011
e7bc51d0
GM
2012 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2013
866c1d22
GM
2014 * control.texi (Handling Errors):
2015 Mention condition-case-no-debug and with-demoted-errors.
2016
03988c98
CY
20172012-02-05 Chong Yidong <cyd@gnu.org>
2018
2019 * customize.texi (Common Keywords): Minor clarifications.
2020 Document custom-unlispify-remove-prefixes.
2021 (Variable Definitions): Backquotes in defcustom seem to work fine
2022 now. Various other copyedits.
e1161b06
CY
2023 (Simple Types): Copyedits. Document color selector.
2024 (Composite Types): Copyedits.
2025 (Splicing into Lists): Clarifications.
03988c98
CY
2026
2027 * eval.texi (Backquote): Move from macros.texi.
2028
2029 * macros.texi (Expansion): Minor clarification.
2030 (Backquote): Move node to eval.texi.
2031 (Defining Macros): Move an example from Backquote node.
2032 (Argument Evaluation): No need to mention Pascal.
2033 (Indenting Macros): Add xref to Defining Macros.
2034
649f602c
GM
20352012-02-05 Glenn Morris <rgm@gnu.org>
2036
2037 * debugging.texi (Error Debugging): Mention debug-on-event default.
2038
34c99998
GM
20392012-02-04 Glenn Morris <rgm@gnu.org>
2040
8f05da42
GM
2041 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2042
7aa5aad8
GM
2043 * debugging.texi (Error Debugging): Mention debug-on-event.
2044 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2045
c7291ad9
GM
2046 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2047
34c99998
GM
2048 * text.texi (Buffer Contents):
2049 Update filter-buffer-substring description.
2050
735cc5ca
CY
20512012-02-04 Chong Yidong <cyd@gnu.org>
2052
2053 * functions.texi (What Is a Function): Add closures. Mention
1cbae532
SM
2054 "return value" terminology. Add xref for command-execute.
2055 Remove unused "keystroke command" terminology.
735cc5ca
CY
2056 (Lambda Expressions): Give a different example than in the
2057 following subsection. Add xref to Anonymous Functions.
2058 (Function Documentation): Remove gratuitous markup.
2059 (Function Names): Move introductory text to `What Is a Function'.
2060 (Defining Functions): Fix defun argument spec.
1cbae532
SM
2061 (Anonymous Functions): Document lambda macro explicitly.
2062 Mention effects on lexical binding.
735cc5ca
CY
2063 (Function Cells): Downplay direct usage of fset.
2064 (Closures): New node.
2065 (Inline Functions): Remove "open-code" terminology.
2066 (Declaring Functions): Minor tweak; .m is not C code.
2067
2068 * variables.texi (Variables): Don't refer to "global value".
2069 (Local Variables, Void Variables): Copyedits.
2070 (Lexical Binding): Minor clarification of example.
2071 (File Local Variables): Mention :safe and :risky defcustom args.
2072 (Lexical Binding): Add xref to Closures node.
2073
94bc7984
GM
20742012-02-04 Glenn Morris <rgm@gnu.org>
2075
2076 * minibuf.texi (High-Level Completion): Updates for read-color.
2077
4f5a10ef
GM
20782012-02-03 Glenn Morris <rgm@gnu.org>
2079
eea14f31
GM
2080 * display.texi (GIF Images): Mention animation.
2081 Remove commented-out old example of animation.
2082 (Animated Images): New subsection.
2083 * elisp.texi (Top):
2084 * vol1.texi (Top):
2085 * vol2.texi (Top): Add Animated Images menu entry.
2086
4f5a10ef
GM
2087 * display.texi (Image Formats): Remove oddly specific information
2088 on versions of image libraries.
204e728d 2089 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 2090
12f381b7
GM
20912012-02-02 Glenn Morris <rgm@gnu.org>
2092
1b9f60cc
GM
2093 * processes.texi (Synchronous Processes):
2094 Mention call-process's :file gets overwritten.
2095
7e2734bc
GM
2096 * commands.texi (Reading One Event):
2097 * help.texi (Help Functions): Document read-char-choice.
2098
f58b9822
GM
2099 * hooks.texi (Standard Hooks):
2100 * modes.texi (Keymaps and Minor Modes):
2101 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2102
2103 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2104
12f381b7
GM
2105 * hooks.texi (Standard Hooks):
2106 * modes.texi (Major Mode Conventions, Mode Hooks):
2107 Document change-major-mode-after-body-hook.
2108
7a9a2fc6
GM
21092012-02-01 Glenn Morris <rgm@gnu.org>
2110
2111 * modes.texi (Defining Minor Modes):
2112 Mention disabling global minor modes on a per-major-mode basis.
2113
a037c171
CY
21142012-01-31 Chong Yidong <cyd@gnu.org>
2115
2116 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2117 (Parser State): Remove unnecessary statement (Bug#10661).
2118
2119 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2120
56afad3a
GM
21212012-01-31 Glenn Morris <rgm@gnu.org>
2122
2123 * modes.texi (Defining Minor Modes):
2124 Document define-minor-mode's new :variable keyword.
2125
0f29fa41
CY
21262012-01-29 Chong Yidong <cyd@gnu.org>
2127
837a390a
CY
2128 * syntax.texi (Syntax Class Table): Tweak description of newline
2129 char syntax (Bug#9619).
2130
0f29fa41
CY
2131 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2132 description (Bug#10189).
2133
182148ee
GM
21342012-01-29 Glenn Morris <rgm@gnu.org>
2135
a49ca6b9
GM
2136 * files.texi (Changing Files): Document SELinux support.
2137
182148ee
GM
2138 * windows.texi (Window Sizes): Fix typo.
2139
9962192e
CY
21402012-01-28 Chong Yidong <cyd@gnu.org>
2141
8c6e1920
CY
2142 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2143 doc (Bug#8568).
2144
9583ec59
CY
2145 * frames.texi (Input Focus): Add NORECORD arg to
2146 select-frame-set-input-focus. Clarify its role in select-frame.
2147
10256988
CY
2148 * text.texi (Transposition): We don't use transpose-region as an
2149 internal subroutine (Bug#3249).
2150
9962192e
CY
2151 * modes.texi (Example Major Modes): Update Lisp example code to
2152 current sources. Delete the old non-derived-major-mode example,
2153 which has diverged badly from current sources.
2154
2aa43abb
GM
21552012-01-27 Glenn Morris <rgm@gnu.org>
2156
2157 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2158 (VERSION, manual): Remove, unused.
2159
9f40220d
CY
21602012-01-27 Chong Yidong <cyd@gnu.org>
2161
2162 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2163
acc28cb9
CY
21642012-01-26 Chong Yidong <cyd@gnu.org>
2165
2166 * searching.texi (String Search): Document negative repeat count
2167 (Bug#10507).
2168
48da7392
GM
21692012-01-26 Glenn Morris <rgm@gnu.org>
2170
2171 * variables.texi (Using Lexical Binding):
2172 Mention that lexical-binding should be set in the first line.
2173
69b0acb9
LI
21742012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2175
2176 * macros.texi (Defining Macros): Don't claim that `declare' only
2177 affects Edebug and indentation.
2178
543757a8
LI
21792012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2180
2181 * macros.texi (Defining Macros): Slight `declare' fixup.
2182
450e3cae
GM
21832012-01-25 Glenn Morris <rgm@gnu.org>
2184
24189ce0 2185 * makefile.w32-in (texinputdir):
450e3cae
GM
2186 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2187
1021c761
CY
21882012-01-24 Chong Yidong <cyd@gnu.org>
2189
2190 * variables.texi (Variables, Local Variables, Void Variables):
2191 Edit to make the descriptions less specific to dynamic binding.
2192 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
2193 (Defining Variables): Edits for lexical scoping.
2194 Delete information about starting docstrings with *. De-document
1021c761
CY
2195 user-variable-p.
2196 (Tips for Defining): Remove an unimportant discussion of quitting
2197 in the middle of a load.
2198 (Accessing Variables, Setting Variables): Discuss lexical binding.
2199 (Variable Scoping): Rewrite.
2200 (Scope, Extent, Impl of Scope): Nodes deleted.
2201 (Dynamic Binding): New node, with material from Scope, Extent, and
2202 Impl of Scope nodes.
2203 (Dynamic Binding Tips): Rename from Using Scoping.
2204 (Lexical Binding): Rewrite.
2205 (Using Lexical Binding): Rename from Converting to Lexical
2206 Binding. Convert to subsection.
2207
2208 * customize.texi (Variable Definitions): Add custom-variable-p.
2209 Move user-variable-p documentation here.
2210
31cbea1d
CY
22112012-01-23 Chong Yidong <cyd@gnu.org>
2212
2213 * strings.texi (Text Comparison): Minor qualification.
2214
2215 * lists.texi (Cons Cells): Copyedits.
2216 (List Elements): Mention push.
2217 (List Variables): Mention pop.
2218 (Rings): Move to sequences.texi.
2219
2220 * sequences.texi (Sequence Functions): Don't repeat the
2221 introduction already given in the parent.
2222 (Vectors): Copyedits.
2223 (Rings): Move from lists.texi. Note that this is specific to the
2224 ring package.
2225
2226 * symbols.texi (Definitions, Symbol Components): Mention variable
2227 scoping issues.
2228 (Plists and Alists): Copyedits.
2229
2230 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2231 correctness with lexical scoping.
2232 (Eval): Copyedits.
2233
fead402d
CY
22342012-01-21 Chong Yidong <cyd@gnu.org>
2235
2236 * intro.texi (A Sample Function Description): Special notation
2237 used for macros too.
2238
2239 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2240 (Symbol Type): Add xref for keyword symbols.
2241 (Sequence Type): Clarify differences between sequence types.
2242 (Cons Cell Type): Add "linked list" index entry.
2243 (Non-ASCII in Strings): Copyedits.
2244 (Equality Predicates): Symbols with same name need not be eq.
2245
2246 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2247 ldexp. Move float-e and float-pi to Math Functions node.
2248
61086eb6
GM
22492012-01-21 Glenn Morris <rgm@gnu.org>
2250
2251 * modes.texi (Auto Major Mode):
2252 * variables.texi (File Local Variables):
2253 Mention inhibit-local-variables-regexps.
2254
34a02f46
MR
22552012-01-19 Martin Rudalics <rudalics@gmx.at>
2256
2257 * windows.texi (Window Configurations): Rewrite references to
2258 persistent window parameters.
2259 (Window Parameters): Fix description of persistent window
2260 parameters.
2261
f5064cae
JB
22622012-01-16 Juanma Barranquero <lekktu@gmail.com>
2263
2264 * windows.texi (Window Parameters): Use @pxref.
2265
6a6ee00d
MR
22662012-01-16 Martin Rudalics <rudalics@gmx.at>
2267
2268 * windows.texi (Window Configurations, Window Parameters):
2269 Describe persistent window parameters.
2270
9ca4c014
SM
22712011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * variables.texi (Creating Buffer-Local): Warn against misuses of
2274 make-variable-buffer-local (bug#10258).
2275
d027f83d
LMI
22762012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2277
2278 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2279
89bd9ccd
CY
22802012-01-06 Chong Yidong <cyd@gnu.org>
2281
1cbae532
SM
2282 * variables.texi (Directory Local Variables):
2283 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 2284
c869783d
GM
22852012-01-06 Glenn Morris <rgm@gnu.org>
2286
2287 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2288 rather than by keybinding.
2289
2cae5ba4
JB
22902011-12-29 Juanma Barranquero <lekktu@gmail.com>
2291
2292 * frames.texi (Font and Color Parameters): Add @pxref.
2293
43da4d08
DC
22942011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2295
2296 * frames.texi (Font and Color Parameters):
2297 Document w32 font backends (bug#10399).
2298
8d80ef01
PE
22992011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2300
2301 * files.texi (File Attributes, Changing Files):
2302 Use a more-natural notation for octal numbers.
2303
9022ae07
JB
23042011-12-23 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * variables.texi (Variables with Restricted Values):
2307 Change reference to variable (bug#10354).
2308
454592a6
MR
23092011-12-13 Martin Rudalics <rudalics@gmx.at>
2310
2311 * windows.texi (Splitting Windows): Use t instead of non-nil
2312 when describing window-combination-resize.
2313
a7cdbfce
SM
23142011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * text.texi (Special Properties): Warn against `intangible' properties
2317 (bug#10222).
2318
a3dcc84e
EZ
23192011-11-26 Eli Zaretskii <eliz@gnu.org>
2320
579ebf8f
EZ
2321 * display.texi (Truncation):
2322 * text.texi (Special Properties): Describe what a stretch-glyph is
2323 instead of using that term without explanation. Make the
2324 cross-references more accurate.
2325
a3dcc84e
EZ
2326 * display.texi (Usual Display): Update the description,
2327 cross-references, and indexing related to display of control
2328 characters and raw bytes.
2329
94af99a4
MR
23302011-11-25 Martin Rudalics <rudalics@gmx.at>
2331
2332 * windows.texi (Splitting Windows): Fix description of
2333 window-combination-limit. Suggested by Eli Zaretskii.
2334
1c3d7a13
CY
23352011-11-23 Chong Yidong <cyd@gnu.org>
2336
2337 * windows.texi (Window Sizes): Move window-top-line,
2338 window-left-column, and window-*-pixel-edges to Coordinates and
2339 Windows node.
2340 (Coordinates and Windows): Restore window-edges doc.
2341
90151a1e
MR
23422011-11-21 Martin Rudalics <rudalics@gmx.at>
2343
a7cdbfce
SM
2344 * windows.texi (Windows and Frames, Splitting Windows):
2345 Fix typos.
90151a1e 2346
a9b9b7f5
CY
23472011-11-21 Chong Yidong <cyd@gnu.org>
2348
2349 * windows.texi (Splitting Windows): Fix error in documentation of
2350 window-combination-limit.
2351 (Cyclic Window Ordering): Minor fixes to next-window,
2352 one-window-p, and get-lru-window docs. Don't document
2353 window-list-1.
2354 (Buffers and Windows): Copyedits.
2355 (Choosing Window): Document special handling of special-display-*.
2356 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
2357 Don't document even-window-heights, which is going away.
2358 Clarify which options are obeyed by which action functions.
a9b9b7f5 2359
f4e90db0
SM
23602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2363
d2999b1a
MR
23642011-11-20 Martin Rudalics <rudalics@gmx.at>
2365
f4e90db0
SM
2366 * windows.texi (Resizing Windows, Splitting Windows):
2367 Remove term "status" when talking about combination limits.
d2999b1a 2368
cd1181db
JB
23692011-11-20 Juanma Barranquero <lekktu@gmail.com>
2370
2371 * compile.texi (Compiler Errors):
2372 * help.texi (Help Functions): Fix typos.
2373
7bf54975
CY
23742011-11-19 Chong Yidong <cyd@gnu.org>
2375
2376 * windows.texi (Splitting Windows): Clarify role of window
2377 parameters in split-window. Shorten the example.
f4e90db0
SM
2378 (Deleting Windows): Rewrite intro to handle internal windows.
2379 Fix delete-windows-on doc.
7bf54975
CY
2380 (Selecting Windows): Copyedits.
2381
a0c2d0ae
MR
23822011-11-17 Martin Rudalics <rudalics@gmx.at>
2383
2384 * windows.texi (Resizing Windows, Splitting Windows)
2385 (Deleting Windows): Use term window-combination-resize instead
2386 of window-splits.
2387
b6f67890
MR
23882011-11-16 Martin Rudalics <rudalics@gmx.at>
2389
f4e90db0
SM
2390 * windows.texi (Resizing Windows, Splitting Windows):
2391 Rename occurrences of window-nest to window-combination-limit.
b6f67890 2392
0b381c7e
JB
23932011-11-14 Juanma Barranquero <lekktu@gmail.com>
2394
2395 * intro.texi (Lisp History): Fix typo.
2396
89d61221
MR
23972011-11-12 Martin Rudalics <rudalics@gmx.at>
2398
f4e90db0
SM
2399 * windows.texi (Splitting Windows, Deleting Windows):
2400 Remove references to splits status of windows.
89d61221 2401
b2621720
GM
24022011-11-10 Glenn Morris <rgm@gnu.org>
2403
2404 * buffers.texi (Read Only Buffers): Expand a bit on why
2405 toggle-read-only should only be used interactively. (Bug#7292)
2406
d2ad7ee1
CY
24072011-11-09 Chong Yidong <cyd@gnu.org>
2408
2409 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 2410 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
2411 window-inside-absolute-pixel-edges.
2412 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2413 non-full-width windows.
2414
2cffd681
MR
24152011-11-09 Martin Rudalics <rudalics@gmx.at>
2416
2417 * windows.texi (Resizing Windows): Rewrite documentation of
2418 window-resizable.
2419
f6f6d7e7
CY
24202011-11-09 Chong Yidong <cyd@gnu.org>
2421
2422 * windows.texi (Splitting Windows): Simplify example.
2423
a79db6e0
CY
24242011-11-08 Chong Yidong <cyd@gnu.org>
2425
2426 * windows.texi (Window Sizes): Copyedits. Document
2427 window-text-height. Remove window-min-height and window-min-width
2428 discussion, referring instead to Emacs manual.
2429 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2430 (Resizing Windows): Simplify introduction. Don't document
2431 enlarge-window, shrink-window, enlarge-window-horizontally, and
2432 shrink-window-horizontally; they are no longer preferred for
2433 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2434
441950c7
GM
24352011-11-07 Glenn Morris <rgm@gnu.org>
2436
2437 * windows.texi (Choosing Window): Fix keybinding typo.
2438
be7f5545
MR
24392011-11-07 Martin Rudalics <rudalics@gmx.at>
2440
2441 * windows.texi (Resizing Windows, Splitting Windows)
2442 (Window Configurations): Use "child window" instead of
2443 "subwindow".
2444
291d142b
CY
24452011-11-06 Chong Yidong <cyd@gnu.org>
2446
2447 * windows.texi (Basic Windows): Clarify various definitions.
2448 Treat window-normalize-* as internal; don't document them.
2449 (Windows and Frames): Various clarifications, e.g. non-live
2450 windows also belong to frames. Fix window-list description.
2451 Simplify window nesting example.
f4e90db0
SM
2452 (Splitting Windows, Window Configurations):
2453 Use split-window-below.
291d142b 2454
89bd5ee1
EZ
24552011-11-04 Eli Zaretskii <eliz@gnu.org>
2456
2457 * windows.texi (Window Sizes): Mention in the doc string that the
2458 return values of `window-body-height' and `window-body-width' are
2459 in frame's canonical units. (Bug#9949)
2460
3d8daefe
MR
24612011-10-30 Martin Rudalics <rudalics@gmx.at>
2462
2463 * windows.texi (Windows and Frames): Remove "iso-" infix from
2464 documentation of window-iso-combined-p.
2465
60754666
CY
24662011-10-26 Chong Yidong <cyd@gnu.org>
2467
2468 * modes.texi (Running Hooks): Document with-wrapper-hook.
2469
d366bd53
CY
24702011-10-18 Chong Yidong <cyd@gnu.org>
2471
2472 * display.texi (Glyphless Chars): New node.
2473
50b063c3
CY
24742011-10-13 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * text.texi (Yanking): Document yank-excluded-properties.
2477
2478 * package.texi (Packaging Basics): The commentary should say how
2479 to begin using the package.
2480
c72063fa
MR
24812011-10-11 Martin Rudalics <rudalics@gmx.at>
2482
2483 * windows.texi (Deleting Windows): Mention which window gets
2484 selected when deleting the selected window.
2485
d83dc65b
MR
24862011-10-09 Martin Rudalics <rudalics@gmx.at>
2487
2488 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2489 with the selected window.
2490 * windows.texi (Buffers and Windows): Reformulate text on how
2491 replace-buffer-in-windows deals with a window.
2492 (Quitting Windows): Describe how quit-window deals with a
2493 standalone frame. Describe new option frame-auto-hide-function.
2494
c599682c
GM
24952011-10-08 Glenn Morris <rgm@gnu.org>
2496
48bca619
GM
2497 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2498
c599682c
GM
2499 * positions.texi (Excursions): Update warning message.
2500
969aa734
CY
25012011-10-05 Chong Yidong <cyd@stupidchicken.com>
2502
f4e90db0
SM
2503 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2504 Fix Emacs manual xref (Bug#9675).
969aa734 2505
550f41cd
CY
25062011-10-01 Chong Yidong <cyd@stupidchicken.com>
2507
2508 * windows.texi (Textual Scrolling): Document scroll-up-command,
2509 scroll-down-command, scroll-error-top-bottom, and the
2510 scroll-command symbol property.
717a1362
CY
2511 (Display Action Functions): Fix description of
2512 display-buffer-pop-up-window.
550f41cd 2513
a239d4e9
JB
25142011-09-28 Juanma Barranquero <lekktu@gmail.com>
2515
2516 * windows.texi (Splitting Windows): Fix typos.
2517
590c056d
MR
25182011-09-25 Martin Rudalics <rudalics@gmx.at>
2519
2520 * windows.texi (Windows and Frames, Display Action Functions)
2521 (Switching Buffers): Fix some typos.
2522 (Buffers and Windows): Remove reference to window-auto-delete.
2523 Reword description of replace-buffer-in-windows.
2524 (Window History): Fix some typos and refer to frame local buffer
2525 list.
c419f5cb
MR
2526 (Quitting Windows): New node.
2527 (Window Configurations): Add descriptions of window-state-get
2528 and window-state-put.
2529 (Window Parameters): Describe variable ignore-window-parameters.
2530 Sketch some window parameters currently in use.
2531 * elisp.texi (Top): Update node listing.
590c056d 2532
9ec20d36
CY
25332011-09-25 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * windows.texi (Display Action Functions)
2536 (Choosing Window Options): New nodes.
2537
0e406a72
CY
25382011-09-24 Chong Yidong <cyd@stupidchicken.com>
2539
2540 * windows.texi (Window History): New node. Move text here from
2541 Buffers and Windows.
2542 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2543 don't document display-buffer here; callers changed.
2544 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2545 switch-to-buffer-other-frame. Delete duplicate
2546 replace-buffer-in-windows doc.
2547 (Choosing Window): Document display actions.
2548
6bf7006f
EZ
25492011-09-24 Eli Zaretskii <eliz@gnu.org>
2550
2551 * display.texi (Forcing Redisplay): Update the description of
2552 redisplay-dont-pause due to change in the default value.
2553
b33b68a3
MR
25542011-09-23 Martin Rudalics <rudalics@gmx.at>
2555
2556 * frames.texi (Frames and Windows): Move section and rename to
2557 Windows and Frames in windows.texi.
2558 * windows.texi (Windows): Restructure.
2559 (Basic Windows): Rewrite. Explain live and internal windows and
2560 normalization functions.
2561 (Windows and Frames): Move section here from frames.texi.
2562 Describe subwindows, window combinations, window tree, and
2563 corresponding functions including window-list here.
2564 (Window Sizes): Rename section from Size of Window and move it
2565 up in chapter. Describe total and body sizes and the
2566 corresponding functions. Explain new semantics of
2567 window-min-height/-width.
2568 (Resizing Windows): Move section up in chapter. Describe new
2569 resize functions.
2570 (Splitting Windows): Describe new behavior of split-window,
2571 split-window-above-each-other and split-window-side-by-side.
2572 Provide examples. Describe window-nest and window-splits
2573 options.
2574 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2575 (Selecting Windows): Minor rewrite.
2576 Describe frame-selected-window and set-frame-selected-window here.
2577 (Cyclic Window Ordering): Minor rewrite.
2578 Describe window-list-1.
b33b68a3
MR
2579 (Buffers and Windows): Rewrite. Explain a window's previous and
2580 next buffers and the corresponding functions.
c4682d18 2581 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2582 * elisp.texi (Top): Update node listings for frames and windows
2583 sections.
2584
4d3786ac
SM
25852011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2586
2587 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2588
713df35b
LMI
25892011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2590
2591 * errors.texi (Standard Errors): Remove apparent placeholder text
2592 (bug#9491).
2593
33ed493b
CY
25942011-09-18 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * frames.texi (Management Parameters): Fix description of
2597 icon-type parameter.
2598
b8f0a954
CY
25992011-09-17 Chong Yidong <cyd@stupidchicken.com>
2600
2601 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2602 ending in C-g. Suggested by Edward O'Connor.
2603
eddf142c
EZ
26042011-09-17 Eli Zaretskii <eliz@gnu.org>
2605
2606 * numbers.texi (Integer Basics): Add indexing for
2607 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2608
d8e213eb 26092011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2610
2611 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2612
cec2eab8
JB
26132011-09-11 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * processes.texi (Network Servers): Clarify what the process
2616 buffer is used for (bug#9233).
2617
d8e213eb 26182011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2619
2620 * lists.texi (Building Lists): Fix typo.
2621
35137ed3
CY
26222011-08-30 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * display.texi (Basic Faces): New node. Document new faces.
2625
2626 * modes.texi (Major Mode Conventions): Move some text there.
2627 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2628
3fd50d5c
CY
26292011-08-29 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * modes.texi (Basic Major Modes): New node. Callers updated.
2632 (Major Modes): Document fundamental-mode and major-mode.
2633 (Major Mode Basics): Node deleted; text moved to Major Modes.
2634 (Derived Modes): Document derived-mode-p.
2635
ddb54206
CY
26362011-08-28 Chong Yidong <cyd@stupidchicken.com>
2637
a6326082
CY
2638 * files.texi (Changing Files, Create/Delete Dirs): Document new
2639 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2640 (Visiting Functions): Remove view-file; it is documented in the
2641 Emacs manual.
04e2ce72 2642
ddb54206
CY
2643 * frames.texi (Layout Parameters): The defaults for the
2644 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2645
2646 * display.texi (Progress): Document spinner functionality.
2647
2648 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2649 operating system signals. Refer to save-buffers-kill-terminal
2650 instead of save-buffers-kill-emacs.
2651
2652 * objects.texi (Symbol Type): Document ## print representation.
2653
0c95fcf7
EZ
26542011-08-25 Eli Zaretskii <eliz@gnu.org>
2655
2656 * display.texi (Specified Space): Mention that `space' specs
2657 influence bidi reordering.
2658 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2659 separating fields with bidirectional content.
2660
5980d4c6
EZ
26612011-08-24 Eli Zaretskii <eliz@gnu.org>
2662
2663 * display.texi (Bidirectional Display): Document return value in
2664 buffers that are not bidi-reordered for display, and in unibyte
2665 buffers.
2666
bca633fb
EZ
26672011-08-23 Eli Zaretskii <eliz@gnu.org>
2668
2669 * nonascii.texi (Character Properties): Document the values for
2670 unassigned codepoints.
2671
c094bb0c
EZ
26722011-08-18 Eli Zaretskii <eliz@gnu.org>
2673
2674 * nonascii.texi (Character Properties): Document use of
2675 `bidi-class' and `mirroring' properties as part of reordering.
2676 Provide cross-references to "Bidirectional Display".
2677
2678 * display.texi (Bidirectional Display): Document the pitfalls of
2679 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2680 solutions. Document bidi-string-mark-left-to-right.
2681 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2682 Document use of `bidi-class' and `mirroring' properties as part of
2683 reordering.
c094bb0c 2684
1ea897d5
EZ
26852011-08-16 Eli Zaretskii <eliz@gnu.org>
2686
9adfcd0b
EZ
2687 * modes.texi (Major Mode Conventions): Improve the documentation
2688 of `mode-class' `special' modes.
2689
10862873
EZ
2690 * nonascii.texi (Character Properties): Document the `mirroring'
2691 property. Add index entries.
2692
1ea897d5
EZ
2693 * syntax.texi (Categories): Add an example of defining a new
2694 category and category table.
2695
2696 * searching.texi (Regexp Backslash): Document how to display
2697 existing categories. Mention the possibility of adding
2698 categories, and add an xref to where this is described. Add an
2699 index entry.
2700
ebb552ed
CY
27012011-08-09 Chong Yidong <cyd@stupidchicken.com>
2702
2703 * text.texi (Special Properties):
2704 * display.texi (Overlay Properties): Note that mouse-face cannot
2705 change the text size (Bug#8530).
2706
51a714e1
CY
27072011-08-08 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2710 using setenv instead.
2711
4cc60b9b
EZ
27122011-07-28 Eli Zaretskii <eliz@gnu.org>
2713
2714 * display.texi (Bidirectional Display): Document the fact that
2715 bidi-display-reordering is t by default.
2716
5deb92fd
EZ
27172011-07-23 Eli Zaretskii <eliz@gnu.org>
2718
2719 * display.texi (Bidirectional Display): New section.
2720
011b0ad6 27212011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2722 Tim Cross <theophilusx@gmail.com> (tiny change)
2723 Glenn Morris <rgm@gnu.org>
011b0ad6 2724
67f9b9f8 2725 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2726
4baf28e6
AS
27272011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 * help.texi (Keys in Documentation): Revert last change.
2730
66249842
LMI
27312011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2732
f863868c
LMI
2733 * help.texi (Keys in Documentation): Clarify that \= only quotes
2734 the next character, and doesn't affect longer sequences in
2735 particular (bug#8935).
2736
f4e90db0
SM
2737 * debugging.texi (Using Debugger):
2738 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2739
0bb23927 27402011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2741
2742 * display.texi (Other Display Specs): Document that `left-fringe'
2743 and `right-fringe' display specifications are of the "replacing"
2744 kind.
2745
f2027cdf
LMI
27462011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2747
2748 * help.texi (Documentation Basics): Add a link to the Function
2749 Documentation node (bug#6580).
2750
f987fde4
LMI
27512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2752
0bc59b25
LMI
2753 * keymaps.texi (Menu Bar): Mention :visible and :enable
2754 (bug#6344). Text by Drew Adams.
2755
63d55f1f
LMI
2756 * modes.texi (Running Hooks): Mention buffer-local hook variables
2757 (bug#6218).
2758
f987fde4
LMI
2759 * objects.texi (General Escape Syntax): "a with grave accent" is
2760 ?xe0, not ?x8e0 (bug#5259).
2761
b7527639
CY
27622011-07-12 Chong Yidong <cyd@stupidchicken.com>
2763
2764 * display.texi (Face Attributes, Font Selection): Add references
2765 to the Fonts node in the Emacs manual (Bug#4178).
2766
c830e5ae
CY
27672011-07-12 Chong Yidong <cyd@stupidchicken.com>
2768
2769 * display.texi (Window Systems): `window-system' is
2770 terminal-local.
2771
2772 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2773 frame-local variables.
2774
2775 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2776 frame-local variables.
2777 (Frame-Local Variables): Node deleted.
2778
2779 * elisp.texi (Top): Update node listing.
2780
91223e54
LMI
27812011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2782
2783 * elisp.texi: Change "inferiors" to "subnodes" in three places
2784 (bug#3523).
2785
963578d3
CY
27862011-07-11 Chong Yidong <cyd@stupidchicken.com>
2787
2788 * frames.texi (Window System Selections): Discussion of
2789 x-select-enable-clipboard moved to Emacs manual.
2790
07151e49
DD
27912011-07-11 Deniz Dogan <deniz@dogan.se>
2792
2793 * commands.texi (Prefix Command Arguments): Remove excessive
2794 apostrophe.
2795
7261e1cf
LMI
27962011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2797
ad21a12a
LMI
2798 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2799 description is a string (bug#3313).
2800
7261e1cf
LMI
2801 * frames.texi (Display Feature Testing): Try to explain what all
2802 the visual classes mean (bug#3042).
2803
568f7b79
LMI
28042011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805
18d59e29
LMI
2806 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2807 and `mode-line-client' (bug#2974).
2808
568f7b79
LMI
2809 * text.texi (Insertion): Clarify marker movements (bug#1651).
2810 Text from Drew Adams.
2811
54e10184
LMI
28122011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
d94d85e9
LMI
2814 * text.texi (Special Properties): Clarify the format of `face'
2815 (bug#1375).
2816
54e10184
LMI
2817 * commands.texi (Interactive Call): Add a `call-interactively'
2818 example (bug#1010).
2819
413c488d
LMI
28202011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2821
2822 * functions.texi (Calling Functions): Link to the "Interactive
2823 Call" node (bug#1001).
2824
322b7dab 28252011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2826
3deead93
CY
2827 * customize.texi (Composite Types): Move alist and plist to here
2828 from Simple Types (Bug#7545).
2829
2830 * elisp.texi (Top): Update menu description.
2831
b00d8c1a
CY
2832 * display.texi (Face Attributes): Document negative line widths
2833 (Bug#6113).
2834
d2a6c43b
TR
28352011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2836
2837 * searching.texi (Match Data): Note that match data can be
2838 overwritten by most functions (bug#2499).
2839
c7844a27
LMI
28402011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2841
a9ab721e
LMI
2842 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2843 flags mean (bug#6659).
2844
c7844a27
LMI
2845 * functions.texi (What Is a Function): Document the autoload
2846 object (bug#6496).
2847
f68d76d0
LMI
28482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2849
8a20ca4c
LMI
2850 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2851 is only used in the Customize user interface (bug#6089).
2852
f68d76d0 2853 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 2854 images (bug#7836).
f68d76d0 2855
7018dbe7
EZ
28562011-07-02 Eli Zaretskii <eliz@gnu.org>
2857
2858 * variables.texi (Defining Variables, Void Variables)
2859 (Constant Variables): Fix incorrect usage of @kindex.
2860
36cb87a1
LMI
28612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2862
28ee97c7
LMI
2863 * variables.texi (Defining Variables): Add an index entry for
2864 `set-variable' (bug#7262).
8d4294e9 2865 (Defining Variables): Use @findex for functions.
28ee97c7 2866
8862ffd5
LMI
2867 * frames.texi (Basic Parameters): Document the `explicit-name'
2868 parameter (bug#6951).
2869
0ec389b9
LMI
2870 * customize.texi (Type Keywords): Clarify that :value provides a
2871 default value for all types (bug#7386).
2872
36cb87a1
LMI
2873 * streams.texi (Output Functions): Document `pp'.
2874
11fdef7d 28752011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
2876
2877 * keymaps.texi (Searching Keymaps):
2878 * display.texi (Overlay Properties): Fix errors in 2011-05-29
2879 change. Suggested by Johan Bockgård.
2880
eeafcea7
CY
28812011-06-15 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * text.texi (Special Properties): Clarify role of font-lock-face.
2884
b96e6cde
LMI
28852011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2886
f4e90db0 2887 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
2888 to `process-live-p' for consistency with other `-live-p' functions.
2889
be14b9ab
PE
28902011-06-03 Paul Eggert <eggert@cs.ucla.edu>
2891
2892 Document wide integers better.
2893 * files.texi (File Attributes): Document ino_t values better.
2d365993 2894 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
2895 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
2896 (Bitwise Operations):
001903b5
PE
2897 * objects.texi (Integer Type): Use a binary notation that is a bit easier
2898 to read, and that will port better if 62-bits becomes the default.
2899 Fix or remove incorrect examples.
be14b9ab
PE
2900 * os.texi (Time Conversion): Document time_t values better.
2901
bcd54f83
LMI
29022011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2903
f4e90db0
SM
2904 * processes.texi (Process Information):
2905 Document `process-alive-p'.
bcd54f83 2906
049bcbcb
CY
29072011-05-29 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * help.texi (Accessing Documentation):
2910 * display.texi (Pixel Specification):
2911 * processes.texi (Serial Ports, Serial Ports):
2912 * nonascii.texi (Character Properties, Default Coding Systems):
2913 * text.texi (Changing Properties, Special Properties):
2914 * windows.texi (Window Start and End):
2915 * modes.texi (SMIE Indentation Example, SMIE Tricks):
2916 * keymaps.texi (Searching Keymaps, Tool Bar):
2917 * minibuf.texi (Basic Completion):
2918 * compile.texi (Eval During Compile):
2919 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
2920 7x9 paper in printed manual.
2921
2922 * lists.texi (Sets And Lists): Fix misplaced text.
2923
58539c63
CY
29242011-05-29 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * keymaps.texi (Remapping Commands): Emphasize that the keymap
2927 needs to be active (Bug#8350).
2928
6b5681bf
CY
29292011-05-28 Chong Yidong <cyd@stupidchicken.com>
2930
b4d52acc
CY
2931 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
2932
6b5681bf
CY
2933 * tips.texi (Coding Conventions): Remove antediluvian filename
2934 limit recommendation (Bug#8538).
2935
e145f188
GM
29362011-05-27 Glenn Morris <rgm@gnu.org>
2937
2938 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
2939
eafed945
GM
29402011-05-26 Glenn Morris <rgm@gnu.org>
2941
2942 * variables.texi (File Local Variables):
2943 Update hack-local-variables `mode-only' return value.
2d3ba9e7 2944 Add some more details on what this function does in the other case.
eafed945 2945
bc8410af
GM
29462011-05-19 Glenn Morris <rgm@gnu.org>
2947
2948 * lists.texi (Sets And Lists): Mention cl provides union etc.
2949
35a30759
N
29502011-05-19 Nix <nix@esperi.org.uk>
2951
2952 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
2953
2954 * text.texi (Parsing HTML): Update for function name changes.
2955
2956 * syntax.texi (Syntax Flags): Small fix.
2957
2958 * keymaps.texi (Active Keymaps): Typo fix.
2959 (Changing Key Bindings): Grammar fix.
2960
2961 * frames.texi (Minibuffers and Frames): Grammar fix.
2962 (Window System Selections): x-select-enable-clipboard now defaults to t.
2963
2964 * customize.texi (Common Keywords):
2965 * display.texi (Abstract Display):
2966 * modes.texi (Auto-Indentation):
2967 * nonascii.texi (Converting Representations): Typo fixes.
2968
2969 * control.texi (Examples of Catch): Call it "goto" not "go to".
2970
e3934a8a
EZ
29712011-05-14 Eli Zaretskii <eliz@gnu.org>
2972
bc039a3b
EZ
2973 * nonascii.texi (Character Properties): Fix inconsistencies with
2974 implementation.
2975
e3934a8a
EZ
2976 * text.texi (Special Properties): Move @defvar's out of the
2977 @table. (Bug#8652)
2978
e2c94218
GM
29792011-05-12 Glenn Morris <rgm@gnu.org>
2980
2981 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
2982
d2fc7e3d 29832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
2984
2985 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
2986 (Multiline Font Lock):
2987 * vol2.texi (Top):
2988 * vol1.texi (Top):
2989 * elisp.texi (Top): Update menu accordingly.
2990
d2fc7e3d 29912011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
2992
2993 * modes.texi (Region to Fontify): Fix typo.
2994
79b70037
GM
29952011-05-10 Jim Meyering <meyering@redhat.com>
2996
2997 * minibuf.texi: Fix typo "in in -> in".
2998
b08a63cc 29992011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
3000
3001 * numbers.texi (Integer Basics): Large integers are treated as floats.
3002
1ef14cb4
LMI
30032011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3004
3005 * processes.texi (Synchronous Processes): Document the (:file
3006 "/file-name") syntax for `call-process'.
3007
4ffd0d6b 30082011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
3009
3010 * windows.texi (Choosing Window): Fix typo.
3011
4ffd0d6b 30122011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
3013
3014 * frames.texi (Layout Parameters): Note the difference between
3015 querying and setting parameters for left-fringe and right-fringe
3016 (Bug#6930).
3017
fd5a8ae8
SM
30182011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * minibuf.texi (Basic Completion): Be a bit more precise about the
3021 valid kinds of completion tables.
3022 (Programmed Completion): Remove obsolete text about lambda expressions
3023 not being valid completion tables.
3024
c1bcd0d5
CY
30252011-03-19 Chong Yidong <cyd@stupidchicken.com>
3026
3027 * positions.texi (Excursions): Explain the "save-excursion
3028 defeated by set-buffer" warning.
3029
3030 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3031 save-excursion. Suggested by Uday S Reddy.
3032
03408648 30332011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 3034
03408648
SM
3035 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3036 (Lexical Binding): New sub-section.
ba83908c 3037
03408648
SM
3038 * eval.texi (Eval): Discourage the use of `eval'.
3039 Document its new `lexical' argument.
6c075cd7 3040
f6d62986
SM
30412011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3042
03408648 3043 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
3044 nil any more.
3045
84ea5558 30462011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
3047
3048 * strings.texi (String Conversion): Don't mention
3049 string-make-(uni|multi)byte (bug#8262).
3050 * nonascii.texi (Converting Representations): Fix up range.
3051 * keymaps.texi (Key Binding Commands): Update code point, avoid
3052 "unibyte character" and remove mention of unibyte bindings.
3053
62d94509
EZ
30542011-03-10 Eli Zaretskii <eliz@gnu.org>
3055
3056 * modes.texi (Operator Precedence Grammars): Don't use characters
3057 outside ISO-8859-1.
3058
63a329f8
EZ
30592011-03-09 Eli Zaretskii <eliz@gnu.org>
3060
3061 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3062
3063 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3064
6446548e
GM
30652011-03-08 Glenn Morris <rgm@gnu.org>
3066
3067 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3068 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 3069 * elisp.texi: Set documentencoding.
6446548e 3070
33383987
JB
30712011-03-07 Chong Yidong <cyd@stupidchicken.com>
3072
3073 * Version 23.3 released.
3074
0b3ceceb
CY
30752011-03-06 Chong Yidong <cyd@stupidchicken.com>
3076
3077 * package.texi: Update index keywords.
3078 (Package Archives): New node contents. Document package-x.el.
3079
78f5433f
JB
30802011-03-06 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * makefile.w32-in (srcs): Add package.texi.
3083
555e9b5c
CY
30842011-03-06 Chong Yidong <cyd@stupidchicken.com>
3085
120d9389
CY
3086 * package.texi (Packaging, Packaging Basics, Simple Packages)
3087 (Multi-file Packages): Expand and clarify.
3088 (Package Archives): Temporary placeholder node.
3089
3090 * elisp.texi (Top): Update node listing.
3091
555e9b5c
CY
3092 * Makefile.in (srcs): Add package.texi.
3093
b59a4335
CY
30942011-03-05 Chong Yidong <cyd@stupidchicken.com>
3095
3096 * processes.texi (Synchronous Processes): Minor clarification
3097 (Bug#8149).
3098
06083aa1
GM
30992011-03-03 Glenn Morris <rgm@gnu.org>
3100
3101 * files.texi (Truenames): Minor clarification. (Bug#2341)
3102
6640b281
GM
31032011-03-01 Glenn Morris <rgm@gnu.org>
3104
3105 * variables.texi (Directory Local Variables):
3106 Mention `(subdirs . nil)' alist element.
3107
2b0c7330 31082011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
3109
3110 * variables.texi (Directory Local Variables): Mention the optional
3111 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3112
b923f7a9
CY
31132011-02-27 Chong Yidong <cyd@stupidchicken.com>
3114
3115 * minibuf.texi (Minibuffer History): Clarify discussion of
3116 minibuffer history lists (Bug#8085).
3117
67ab0163 31182011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 3119
e979a521
EZ
3120 * elisp.texi: Sync @dircategory with ../../info/dir.
3121
e03b2fd4
EZ
3122 * files.texi (Visiting Functions): Document find-file-literally,
3123 both the command and the variable.
3124
86ec878a
EZ
3125 * variables.texi (Creating Buffer-Local): Explain the meaning of
3126 permanent local variables.
3127
67ab0163
GM
3128 * files.texi (Visiting Functions): Document find-file-literally,
3129 both the command and the variable.
3130
3131 * variables.texi (Creating Buffer-Local): Explain the meaning of
3132 permanent local variables.
3133
31342011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
3135
3136 * keymaps.texi (Remapping Commands): Mention how to undo it.
3137
bfcb151a
RT
31382011-02-09 Reuben Thomas <rrt@sc3d.org>
3139
3140 * loading.texi (Hooks for Loading): Remove unnecessary advice
3141 about eval-after-load (Bug#7986).
3142
a41c8660
CY
31432011-02-05 Chong Yidong <cyd@stupidchicken.com>
3144
3145 * commands.texi (Accessing Mouse): Note that a header line is not
3146 included in the row of posn-col-row.
3147
e0dd6837
CY
31482011-02-02 Chong Yidong <cyd@stupidchicken.com>
3149
3150 * modes.texi (Major Mode Conventions): Add face guidelines.
3151 (Faces for Font Lock): List faces in order of prominence.
3152
a4180391
PE
31532011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3154
3155 format-time-string now supports subsecond time stamp resolution
3156 * os.texi (Time Parsing): Document %N.
3157
7427eb97
CY
31582011-01-28 Chong Yidong <cyd@stupidchicken.com>
3159
61db307f
CY
3160 * vol1.texi (Top):
3161 * vol2.texi (Top):
3162 * elisp.texi (Top):
3163 * display.texi (Display Property): Shorten the menu description of
3164 the "Other Display Specs" node (Bug#7816).
3165
7427eb97
CY
3166 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3167 menu item" concept index entries (Bug#7805).
3168
bf3dae7e
EZ
31692011-01-29 Eli Zaretskii <eliz@gnu.org>
3170
3171 * makefile.w32-in (texinfodir): New variable.
3172 (usermanualdir): Remove as redundant with $(emacsdir).
3173 (MAKEINFO): Remove options, leave only program name.
3174 (MAKEINFO_OPTS): New variable.
3175 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3176
06d8ace5 31772011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
3178 Richard Kim <emacs18@gmail.com>
3179
3180 * loading.texi (Library Search): Document list-load-path-shadows
3181 (Bug#7757).
3182
06d8ace5 31832011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
3184
3185 * searching.texi (Regexp Special): Remove outdated discussion of
3186 character sets (Bug#7780).
3187
28a88153
CY
3188 * frames.texi (Pop-Up Menus): Document where menu title comes
3189 from (Bug#7684).
3190
06d8ace5 31912011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
3192
3193 * display.texi (Making Buttons): Mention limitation of text buttons.
3194
a8e1e9ee
WL
31952011-01-23 Werner Lemberg <wl@gnu.org>
3196
3197 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3198 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3199 (ENVADD): New variable to control texi2dvi and texi2pdf.
3200
362b9d48
GM
32012011-01-15 Chong Yidong <cyd@stupidchicken.com>
3202
3203 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3204 Emacs manual.
3205
32062011-01-15 Eli Zaretskii <eliz@gnu.org>
3207
3208 * files.texi (Directory Names): Explain why FROM in
3209 directory-abbrev-alist should begin with \`. (Bug#7777)
3210
3fa173b4
SM
32112011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3214
7c420169 32152011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
3216
3217 * modes.texi (Emulating Mode Line): Fix last change.
3218
7c420169 32192011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
3220
3221 * modes.texi (Emulating Mode Line): Update documentation of
3222 format-mode-line according to changes that fixed bug #7587.
3223
80b33766
SM
32242010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * modes.texi (Derived Modes): Mention prog-mode.
3227
3228 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3229 of the key-binding-data cache since we don't use it any more.
3230
f49d1f52 32312010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 3232
4bb49a92
EZ
3233 * processes.texi (Shell Arguments):
3234 * strings.texi (Creating Strings): Don't mention "shell commands";
3235 make it explicit that `split-string-and-unquote' and
3236 `combine-and-quote-strings' are mainly for working with arguments
3237 to call-process and start-process.
3238
3c73e30e
EZ
3239 * processes.texi (Shell Arguments): Fix documentation of
3240 `split-string-and-unquote'. Add indexing. (Bug#7563)
3241
f49d1f52 32422010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
3243
3244 * modes.texi (Auto-Indentation): New section to document SMIE.
3245 (Major Mode Conventions):
3246 * text.texi (Mode-Specific Indent): Refer to it.
3247
f49d1f52 32482010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
3249
3250 * display.texi (Other Display Specs): Document left-fringe and
3251 right-fringe display specs.
3252
f49d1f52 32532010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
3254
3255 * backups.texi (Making Backups):
3256 * modes.texi (Example Major Modes): Use recommended coding style.
3257 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3258 define-derived-mode. Mention completion-at-point-functions.
3259
f49d1f52 32602010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3261
5dcb4c4e
SM
3262 * nonascii.texi (Converting Representations):
3263 Document byte-to-string.
e1115396 3264
ec1b9b17
GM
32652010-12-08 Glenn Morris <rgm@gnu.org>
3266
3267 * buffers.texi (Modification Time):
3268 verify-visited-file-modtime now defaults to the current buffer.
3269
07976ae3 32702010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3271
ec1b9b17 3272 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
3273
3274 * strings.texi (Creating Strings): Don't mention semi-obsolete
3275 function char-to-string.
3276 (String Conversion): Shorten discussion of semi-obsolete function
3277 string-to-char. Link to Converting Representations.
3278
3279 * objects.texi (Symbol Type):
3280 * text.texi (Near Point):
3281 * help.texi (Help Functions):
3282 * functions.texi (Mapping Functions): Use string instead of
3283 char-to-string in examples.
3284
07976ae3 32852010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
3286
3287 * text.texi (Kill Functions, Kill Functions)
3288 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3289 YANK-HANDLER args.
3290
3291 * symbols.texi (Creating Symbols): Using unintern without an
3292 obarray arg is now obsolete.
3293
3294 * numbers.texi (Float Basics): Document float-e and float-pi.
3295
3296 * variables.texi (Defining Variables): Change "pi" example to
3297 "float-pi".
3298
8547874a
EZ
32992010-11-26 Eli Zaretskii <eliz@gnu.org>
3300
3301 * commands.texi (Click Events): Document the values of X, Y and
3302 COL, ROW in the event's position, when the click is on the header
3303 or mode line, on the fringes, or in the margins.
3304
4a47c275 33052010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 3306
5b05d75b
EZ
3307 * customize.texi (Composite Types): Lower-case index entry.
3308
5dcb4c4e
SM
3309 * loading.texi (How Programs Do Loading):
3310 Document load-file-name. (Bug#7346)
c7926fe2 3311
4a47c275 33122010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
3313
3314 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3315
0eb025fb
EZ
33162010-11-13 Eli Zaretskii <eliz@gnu.org>
3317
3318 * display.texi (Usual Display): Characters with no fonts are not
3319 necessarily displayed as empty boxes.
3320
2699a554 33212010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
3322
3323 * maps.texi (Standard Keymaps): Update File menu description.
3324
8289f37b
GM
33252010-10-28 Glenn Morris <rgm@gnu.org>
3326
3327 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3328
5793a7bc 33292010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
3330
3331 * display.texi (Window Systems): Deprecate use of window-system as
3332 a predicate.
3333
17284e30
GM
33342010-10-23 Glenn Morris <rgm@gnu.org>
3335
3336 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3337 sorted-doc.
3338
00f113eb
JB
33392010-10-15 Eli Zaretskii <eliz@gnu.org>
3340
3341 * os.texi (Dynamic Libraries): New node, with slightly modified
3342 text deleted from "Image Formats".
3343 (System Interface): Add @menu entry for "Dynamic Libraries".
3344
3345 * display.texi (Image Formats): Remove description of
3346 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3347
07277eb8
GM
33482010-10-12 Glenn Morris <rgm@gnu.org>
3349
3350 * book-spine.texinfo: Rename to book-spine.texi.
3351
c12e4a81
GM
33522010-10-11 Glenn Morris <rgm@gnu.org>
3353
df187c62
GM
3354 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3355
c12e4a81 3356 * Makefile.in (DVIPS): New variable.
234db610
GM
3357 (.PHONY): Add html, ps.
3358 (html, elisp.html, ps, elisp.ps): New targets.
3359 (clean): Delete html, ps files.
3360 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 3361
6513b232
EZ
33622010-10-09 Eli Zaretskii <eliz@gnu.org>
3363
3364 * makefile.w32-in (emacsdir): New variable.
3365 (srcs): Add emacsver.texi.
3366 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3367
abd40fb4
GM
33682010-10-09 Glenn Morris <rgm@gnu.org>
3369
c1dc72b3
GM
3370 * Makefile.in (VPATH): Remove.
3371 (infodir): Make it absolute.
3372 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3373
4393405b
GM
3374 * Makefile.in (dist): Anchor regexps.
3375
eef3ab94
GM
3376 * Makefile.in (srcs): Put elisp.texi first.
3377 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3378
aa9db089
GM
3379 * Makefile.in (infoclean): Remove harmless, long-standing error.
3380
abd40fb4
GM
3381 * Makefile.in ($(infodir)): Delete rule.
3382 (mkinfodir): New.
3383 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3384
68db69ed 3385 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 3386 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 3387
ea274122
GM
33882010-10-09 Glenn Morris <rgm@gnu.org>
3389
f7a31f11
GM
3390 * Makefile.in (emacsdir): New variable.
3391 (MAKEINFO): Add -I $emacsdir.
3392 (dist): Copy emacsver.texi.
b13254e7
GM
3393 (srcs): Add emacsver.texi.
3394
f7a31f11
GM
3395 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3396 Set EMACSVER by including emacsver.texi.
3397
ea274122
GM
3398 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3399
17ca7950
GM
34002010-10-07 Glenn Morris <rgm@gnu.org>
3401
3402 * Makefile.in (version): New, set by configure.
3403 (clean): Delete dist tar file.
3404 (dist): Use version in tar name.
3405
4c83f6e1
GM
34062010-10-06 Glenn Morris <rgm@gnu.org>
3407
3408 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3409 (INSTALL_INFO): Remove unused variable.
3410 (mostlyclean, infoclean, dist): New rules.
3411 (clean): Delete dvi and pdf files.
3412 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 3413 ($(infodir)): Add parallel build workaround.
4c83f6e1 3414
0264072d
GM
34152010-10-04 Glenn Morris <rgm@gnu.org>
3416
3417 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3418 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 3419 Fix -I typo.
0264072d
GM
3420 (clean): No 'make.out' or 'core' files.
3421 (.PHONY): Declare clean rules.
3422 (maintainer-clean): Delete pdf file. Guard against cd failures.
3423
77f38949
GM
34242010-10-03 Glenn Morris <rgm@gnu.org>
3425
3426 * files.texi (File Name Components): Remove ignored section about
3427 deleted variable directory-sep-char.
3428
178fdd41
MA
34292010-10-03 Michael Albinus <michael.albinus@gmx.de>
3430
3431 * files.texi (Magic File Names): New defopt
3432 remote-file-name-inhibit-cache.
3433
9c524fcb
GM
34342010-10-02 Glenn Morris <rgm@gnu.org>
3435
3436 * os.texi (Killing Emacs): Hook now runs in batch mode.
3437
f816790b
SM
34382010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3439
3440 * text.texi (Special Properties): Clarify when modification-hooks run.
3441
7cf78aac
SM
34422010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * syntax.texi (Syntax Flags): Document new `c' flag.
3445
ca0d44e4
GM
34462010-09-09 Glenn Morris <rgm@gnu.org>
3447
3448 * display.texi (ImageMagick Images): General cleanup.
3449
10999305 34502010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3451
3452 * files.texi (Directory Names): Use \` rather than ^.
3453
45240125
JD
34542010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3455
3456 * text.texi (Low-Level Kill Ring):
3457 * frames.texi (Window System Selections): Remove cut buffer
3458 documentation.
3459
4abe5bf6
EZ
34602010-08-28 Eli Zaretskii <eliz@gnu.org>
3461
3462 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3463 Parameters", where the default fringe width is described.
3464
3465 * frames.texi (Window Frame Parameters, Basic Parameters)
3466 (Position Parameters, Layout Parameters, Management Parameters)
3467 (Cursor Parameters, Font and Color Parameters): Add indexing for
3468 frame parameters. (Bug#6929)
3469
fdc76236
TT
34702010-08-25 Tom Tromey <tromey@redhat.com>
3471
3472 * vol2.texi (Top): Update.
3473 * vol1.texi (Top): Update.
3474 * tips.texi (Library Headers): Mention Package-Version and
3475 Package-Requires.
3476 * package.texi: New file.
3477 * os.texi (System Interface): Update pointers.
3478 * elisp.texi (Top): Link to new nodes. Include package.texi.
3479 * anti.texi (Antinews): Update pointers.
3480
1e5c1c80
EZ
34812010-08-25 Eli Zaretskii <eliz@gnu.org>
3482
3483 * processes.texi (Filter Functions): Fix last change.
3484
78e33835
CY
34852010-08-24 Markus Triska <triska@gmx.at>
3486
3487 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3488 of `buffer-name' in the main text as well as in the example
3489 (Bug#3098).
3490
198a7a97
CY
34912010-08-22 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * nonascii.texi (Text Representations):
3494 * loading.texi (Loading Non-ASCII):
3495 * compile.texi (Byte Compilation): Don't mention obsolete
3496 --unibyte command-line argument.
3497
bc7d7ea6
CY
34982010-08-22 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3501
b0126eac 35022010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3503
3504 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3505
e8a6cc19
EZ
35062010-08-20 Eli Zaretskii <eliz@gnu.org>
3507
3508 * commands.texi (Misc Events): Add cross-references to where
3509 POSITION of a mouse event is described in detail.
3510
c4e7c63a 35112010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3512
c4e7c63a 3513 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3514
7815fe19 35152010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3516
3517 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3518 Suggested by Štěpán Němec <stepnem@gmail.com>.
3519
7815fe19 35202010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3521
3522 * minibuf.texi (High-Level Completion): Document args of
3523 `read-buffer-function' (bug#5625).
3524
8b2dd508
JD
35252010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3526
3527 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3528
bace45fe
MA
35292010-07-29 Michael Albinus <michael.albinus@gmx.de>
3530
3531 * processes.texi (Process Information): Explain process property
3532 `remote-tty'.
3533
4ce5a4cc
JB
35342010-07-27 Juanma Barranquero <lekktu@gmail.com>
3535
3536 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3537 instead of "\C-\^?" (bug#6334).
3538
1c84bc7a
JB
3539 * text.texi (Special Properties): Fix typo.
3540
b88746ba
EZ
35412010-07-09 Eli Zaretskii <eliz@gnu.org>
3542
3543 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3544 calling sequences, which are now the standard.
3545
51422d6d
CY
35462010-06-24 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3549
3550 * commands.texi (Command Overview): Mention undo-boundary call.
3551
d24880de
GM
35522010-06-23 Glenn Morris <rgm@gnu.org>
3553
3554 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3555 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3556 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3557 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3558 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3559 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3560 Untabify Texinfo files.
3561
0fc76035
CY
35622010-06-20 Chong Yidong <cyd@stupidchicken.com>
3563
3564 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3565
5338dc0b
CY
35662010-06-19 Chong Yidong <cyd@stupidchicken.com>
3567
a628ad9d 3568 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3569
2c3a3c1d
CY
35702010-06-02 Chong Yidong <cyd@stupidchicken.com>
3571
ba3bf1d9
CY
3572 * searching.texi (Regexp Special): Remove obsolete information
3573 about matching non-ASCII characters, and suggest using char
3574 classes (Bug#6283).
2c3a3c1d 3575
7f4b4249
JB
35762010-05-30 Juanma Barranquero <lekktu@gmail.com>
3577
3578 * minibuf.texi (Basic Completion): Add missing "@end defun".
3579
637821cd
SM
35802010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * minibuf.texi (Basic Completion): Document completion-boundaries.
3583 (Programmed Completion): Document the new fourth method for boundaries.
3584
e13051c3
CY
35852010-05-22 Chong Yidong <cyd@stupidchicken.com>
3586
a628ad9d 3587 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3588
0235128c 35892010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3590
3591 * windows.texi (Textual Scrolling):
3592 * tips.texi (Coding Conventions):
3593 * minibuf.texi (Minibuffer History):
3594 * maps.texi (Standard Keymaps):
3595 * loading.texi (Where Defined):
3596 * edebug.texi (Instrumenting): Fix typos.
3597
0235128c 35982010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3599
c7c32279
CY
3600 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3601
0235128c
SM
3602 * functions.texi (Obsolete Functions):
3603 Document set-advertised-calling-convention.
eb5ed549
CY
3604
3605 * minibuf.texi (Basic Completion): Document completion-in-region.
3606 (Programmed Completion): Document completion-annotate-function.
3607
3608 * commands.texi (Reading One Event): Document read-key.
3609 (Distinguish Interactive): Document KIND arg to
3610 called-interactively-p. Delete obsolete interactive-p.
3611
3612 * elisp.texi (Top): Update node description.
3613
f8848423
EZ
36142010-05-08 Eli Zaretskii <eliz@gnu.org>
3615
0235128c
SM
3616 * nonascii.texi (Character Properties):
3617 Document unicode-category-table. Add an index entry for Unicode
3618 general category.
3619
36202010-05-07 Chong Yidong <cyd@stupidchicken.com>
3621
3622 * Version 23.2 released.
f8848423 3623
938efb77
JB
36242010-04-20 Juanma Barranquero <lekktu@gmail.com>
3625
3626 * locals.texi (Standard Buffer-Local Variables):
3627 Remove @ignore'd reference to `direction-reversed'.
3628
5854c267
JL
36292010-04-14 Juri Linkov <juri@jurta.org>
3630
3631 Fix @deffn without category.
3632
3633 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3634 for `abbrev-insert'.
3635
3636 * buffers.texi (Indirect Buffers): Add category `Command'
3637 to @deffn of `clone-indirect-buffer'.
3638
3639 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3640 for `next-window' and `previous-window'. Add category `Command'
3641 to @deffn of `pop-to-buffer'.
3642
8a14dec7
CY
36432010-04-01 Chong Yidong <cyd@stupidchicken.com>
3644
3645 * nonascii.texi (Text Representations): Don't mark
3646 enable-multibyte-characters as a user option.
3647
7a1831cf
EZ
36482010-03-31 Eli Zaretskii <eliz@gnu.org>
3649
3650 * control.texi (Handling Errors): How to re-throw a signal caught
3651 by condition-case.
3652
c3863713
CY
36532010-03-26 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * loading.texi (Hooks for Loading): Document after-load-functions.
3656 Copyedits.
3657
c333f279
AM
36582010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3659
3660 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3661
e867cb5d 36622010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3663
3664 * processes.texi (Network Processes): Document seqpacket type.
3665
605f35cd
DN
36662010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3667
3668 * os.texi (System Environment): Do not mention lynxos.
3669
288f9fc0
CY
36702010-03-10 Chong Yidong <cyd@stupidchicken.com>
3671
3672 * Branch for 23.2.
3673
eed5c93a
CY
36742010-03-06 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * objects.texi (Integer Type): Take note of the read syntax
3677 exception for numbers that cannot fit in the integer type.
3678
1ddd6622
GM
36792010-03-03 Glenn Morris <rgm@gnu.org>
3680
3681 * numbers.texi (Integer Basics, Bitwise Operations):
3682 * objects.texi (Integer Type): Update for integers now being 30-bit.
3683
a908c79a
CY
36842010-02-27 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * display.texi (Low-Level Font): Document :otf font-spec property.
3687
cd61af01
SM
36882010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * display.texi (Line Height): Avoid obsolete special default variables
3691 like default-major-mode.
3692
c02f8fe2
AM
36932010-01-28 Alan Mackenzie <acm@muc.de>
3694
3695 * display.texi (Auto Faces): Say fontification-functions is called
3696 whether or not Font Lock is enabled. Tidy up the wording a bit.
3697
d738d18b
CY
36982010-01-17 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * elisp.texi: Remove duplicate edition information (Bug#5407).
3701
4963739e
JB
37022010-01-17 Juanma Barranquero <lekktu@gmail.com>
3703
3704 * two.el (volume-header-toc-markup): Fix typos in docstring.
3705
c57008f6
SM
37062010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 Avoid dubious uses of save-excursions.
3709 * positions.texi (Excursions): Recommend the use of
3710 save-current-buffer if applicable.
3711 * text.texi (Clickable Text): Fix the example code which used
3712 save-excursion in a naive way which sometimes preserves point and
3713 sometimes not.
3714 * variables.texi (Creating Buffer-Local):
3715 * os.texi (Session Management):
3716 * display.texi (GIF Images):
3717 * control.texi (Cleanups): Use (save|with)-current-buffer.
3718
2f3725cd
EZ
37192010-01-02 Eli Zaretskii <eliz@gnu.org>
3720
3721 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3722
85eeac93
CY
37232010-01-02 Chong Yidong <cyd@stupidchicken.com>
3724
3725 * nonascii.texi (Text Representations, Character Codes)
3726 (Converting Representations, Explicit Encoding)
3727 (Translation of Characters): Use hex notation consistently.
3728 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3729
4801c5fa
CY
37302010-01-01 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * loading.texi (Where Defined): Make it clearer that these are
3733 loaded files (Bug#5068).
3734
26e533e2
CY
37352009-12-29 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * minibuf.texi (Completion Styles): Document `initials' style.
3738
16d1ff5f
CY
37392009-12-25 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * frames.texi (Resources): Describe inhibit-x-resources.
3742 (Size Parameters): Copyedit.
3743
3744 * hash.texi (Creating Hash):
3745 * objects.texi (Hash Table Type): Document the new hash table
3746 printed representation.
3747
3748 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3749 obsolete.
3750
5dcb4c4e
SM
3751 * processes.texi (Process Buffers):
3752 Document process-kill-buffer-query-function.
16d1ff5f 3753
9a5de3d9
GM
37542009-12-05 Glenn Morris <rgm@gnu.org>
3755
3756 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3757 diary-display-function, and no longer recommended to be a hook.
3758 Update for changes in the names of calendar and diary hooks.
3759 diary-print-entries-hook has changed section.
3760
b640eb52
EZ
37612009-11-28 Eli Zaretskii <eliz@gnu.org>
3762
3763 * text.texi (Special Properties): More accurate description of
3764 what the `cursor' property does.
3765
be1674ab
KR
37662009-11-26 Kevin Ryde <user42@zip.com.au>
3767
3768 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3769 mouse-wheel-down-event, the closest thing to a definition for them.
3770 * os.texi (Startup Summary): vindex inhibit-startup-message and
3771 inhibit-splash-screen.
3772 (Command-Line Arguments): vindex argv.
3773 (Suspending Emacs): vindex suspend-tty-functions and
3774 resume-tty-functions. Don't want to index every hook, but having
3775 the programming ones is helpful.
3776
603f5979
CY
37772009-11-14 Chong Yidong <cyd@stupidchicken.com>
3778
3779 * commands.texi (Motion Events): Fix typo (Bug#4907).
3780
4359a806
CY
37812009-11-08 Chong Yidong <cyd@stupidchicken.com>
3782
3783 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3784 are affected by case-fold-search (Bug#4483).
3785
0f063651
CY
37862009-11-02 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * minibuf.texi (Reading File Names): Note that read-file-name may
3789 use a graphical file dialog.
3790
9bd79893
GM
37912009-10-31 Glenn Morris <rgm@gnu.org>
3792
3793 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3794
ebe479ec
KR
37952009-10-16 Kevin Ryde <user42@zip.com.au>
3796
3797 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3798 in particular so `info-lookup-symbol' can find its docs.
3799
2640fa86
CY
38002009-10-16 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * variables.texi (Constant Variables): Distinguish from defconst
3803 variables.
3804 (Defining Variables): Add cindex.
3805
edd6a733
CY
38062009-10-15 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * os.texi (Time of Day): Clarify that the microsecond part is
3809 ignored (Bug#4637).
3810
5feb0b73
GM
38112009-10-11 Glenn Morris <rgm@gnu.org>
3812
3813 * frames.texi (Size and Position): Clarify what is included in the frame
3814 height. (Bug#4535)
3815
0c5413c8
GM
38162009-10-10 Glenn Morris <rgm@gnu.org>
3817
3818 * windows.texi (Size of Window): The relationship between window and
3819 frame heights is not so simple. (Bug#4535)
3820 Mention window-full-height-p.
3821
7f8b600a
SM
38222009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3825 used from Lisp.
3826
6185de1c
EZ
38272009-10-07 Eli Zaretskii <eliz@gnu.org>
3828
7f8b600a
SM
3829 * files.texi (Directory Names) <abbreviate-file-name>:
3830 Document that root home directories are not replaced with "~".
6185de1c 3831
9972911f
EZ
38322009-10-06 Eli Zaretskii <eliz@gnu.org>
3833
3834 * text.texi (Special Properties): Document the meaning of the
3835 `cursor' text property whose value is an integer.
3836
2a3f19ef
MA
38372009-10-05 Michael Albinus <michael.albinus@gmx.de>
3838
3839 * files.texi (Magic File Names): Add `copy-directory'.
3840
804543b5
EZ
38412009-10-05 Eli Zaretskii <eliz@gnu.org>
3842
3843 * files.texi (File Attributes): Fix description of file
3844 attributes. (Bug#4638) Update attributes of files.texi example to
3845 be more representative.
3846
461bf92b
MA
38472009-10-05 Michael Albinus <michael.albinus@gmx.de>
3848
3849 * files.texi (Create/Delete Dirs): New command copy-directory.
3850
a86cd395
JB
38512009-10-04 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * anti.texi (Antinews):
3854 * macros.texi (Indenting Macros):
3855 * strings.texi (Creating Strings, Case Conversion):
3856 Remove duplicate words.
3857
d3080264
MA
38582009-10-01 Michael Albinus <michael.albinus@gmx.de>
3859
3860 * files.texi (Create/Delete Dirs): delete-directory has an
3861 optional parameter RECURSIVE.
3862
85d14563
SM
38632009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * buffers.texi (Swapping Text): Minor clarification.
3866
3d9842c6
GM
38672009-10-01 Glenn Morris <rgm@gnu.org>
3868
3869 * functions.texi (Declaring Functions): Mention that we also search for
3870 ".m" files in the src/ directory.
3871
78427304
CY
38722009-09-25 David Engster <deng@randomsample.de>
3873
3d9842c6 3874 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 3875
b578c9cc
GM
38762009-09-22 Glenn Morris <rgm@gnu.org>
3877
3878 * internals.texi (Building Emacs): Mention preloaded-file-list.
3879
beee5da7
AM
38802009-09-14 Alan Mackenzie <acm@muc.de>
3881
3882 * os.texi (Terminal Output): Put "@code{}" around "stdout".
3883
5d6ab672
CY
38842009-09-13 Chong Yidong <cyd@stupidchicken.com>
3885
3886 * functions.texi (Anonymous Functions): Rearrange discussion,
3887 giving usage of unquoted lambda forms first. Mention that
3888 `function' and `#'' are no longer required (Bug#4290).
3889
59375eeb
AM
38902009-09-11 Alan Mackenzie <acm@muc.de>
3891
a86cd395 3892 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
3893 batch mode.
3894
e7e2f529
GM
38952009-09-01 Glenn Morris <rgm@gnu.org>
3896
3897 * display.texi (Face Functions): Mention define-obsolete-face-alias.
3898
eae47088
GM
38992009-08-26 Ulrich Mueller <ulm@gentoo.org>
3900
3901 * nonascii.texi (Character Codes): Fix typos.
3902
3691a0a6
MA
39032009-08-25 Michael Albinus <michael.albinus@gmx.de>
3904
3905 * processes.texi (Synchronous Processes): New defvar
3906 process-file-side-effects.
3907
664d56b8
GM
39082009-08-25 Glenn Morris <rgm@gnu.org>
3909
3910 * display.texi (Fontsets): Fix typo.
3911
0706c025
GM
3912 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
3913
03a74b84
SM
39142009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * processes.texi (Asynchronous Processes): Adjust arglist of
3917 start-process-shell-command and start-file-process-shell-command.
3918
f6de8a37
CY
39192009-08-15 Chong Yidong <cyd@stupidchicken.com>
3920
4b1ed1bb
CY
3921 * advice.texi (Argument Access in Advice): Note that argument
3922 positions are zero-based (Bug#3932).
3923
89a9e058
CY
3924 * commands.texi (Distinguish Interactive): Minor copyedit.
3925
23696fd7
CY
3926 * display.texi (Face Attributes): Add xref to Displaying Faces for
3927 explanation of "underlying face".
3928
f6de8a37
CY
3929 * customize.texi (Common Keywords): Add xref to Loading.
3930
3931 * loading.texi (How Programs Do Loading): Add xref to Lisp
3932 Libraries node in the Emacs manual.
3933
417f77e6
CY
39342009-08-13 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
3937
0999039c
CY
39382009-07-18 Chong Yidong <cyd@stupidchicken.com>
3939
3940 * processes.texi (Shell Arguments): Copyedits.
3941
9af167bc
GM
39422009-07-18 Glenn Morris <rgm@gnu.org>
3943
3944 * loading.texi (Repeated Loading): Fix typo.
3945
137987ab
RS
39462009-07-16 Richard Stallman <rms@gnu.org>
3947
3948 * buffers.texi (Swapping Text): Recommend setting
3949 write-region-annotate-functions and buffer-saved-size.
3950
3951 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
3952
622fa380
GM
39532009-07-15 Glenn Morris <rgm@gnu.org>
3954
3955 * edebug.texi: Minor re-phrasings throughout.
3956 (Edebug Execution Modes): Sit-for affects continue mode too.
3957 (Jumping): Use `forward-sexp' rather than its keybinding.
3958 (Edebug Misc): Fix Q binding.
3959 (Edebug Eval): Remove cl version.
3960 (Printing in Edebug): Clarify print-length etc.
3961 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
3962 (Specification List): Remove edebug-unwrap findex entry.
3963 (Specification Examples): defmacro is actually not the same as defun.
3964 Escape "`" in example.
3965
6bbd4600
CY
39662009-07-15 Chong Yidong <cyd@stupidchicken.com>
3967
3968 * markers.texi (The Mark): Document optional arg to
3969 deactivate-mark.
3970
e538d479
GM
39712009-07-11 Kevin Ryde <user42@zip.com.au>
3972
3973 * hooks.texi (Standard Hooks): Fix cross-references.
3974
4c98b9ed
GM
3975 * loading.texi (Named Features): Refer to eval-after-load.
3976
5300838c
GM
39772009-07-11 Glenn Morris <rgm@gnu.org>
3978
64fbeb16
GM
3979 * Makefile.in (TEXI2PDF): New.
3980 (elisp.pdf): New target.
3981
4c98b9ed
GM
3982 * searching.texi (Regexp Backslash): Fix typo.
3983
3984 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 3985
51d9979c
GM
39862009-07-10 Glenn Morris <rgm@gnu.org>
3987
561c0216
GM
3988 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
3989
5b594a58
GM
3990 * customize.texi (Customization Types):
3991 * display.texi (Abstract Display):
0cc8c85a 3992 * objects.texi (Character Type, String Type):
5b594a58 3993 Merge in some menu descriptions from elisp.texi.
51d9979c 3994
c3cbbb40
GM
3995 * hash.texi (Hash Tables):
3996 * modes.texi (Multiline Font Lock):
3997 End menu description with period.
fe42c16a 3998
28528402
GM
39992009-07-09 Glenn Morris <rgm@gnu.org>
4000
4001 * back.texi: Don't hard-code texinfo location.
4002
4003 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4004 (tex): Add texinfodir to TEXINPUTS.
4005 (elisp1med-init, elisp2med-init): Use texinfodir.
4006
4007 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4008 (clean): Add two-volume.make intermediate files.
4009
4010 * elisp.texi, vol1.texi, vol2.texi:
4011 Use a DATE variable with the publication date, and update it.
4012 Fix antinews menu description.
4013
4014 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4015 Update the detailed node listing to match elisp.texi.
4016
4017 * README: Update edition to match elisp.texi.
4018
4019 * objects.texi (General Escape Syntax):
4020 * nonascii.texi (Character Sets):
4021 Use consistent case for "Unicode Standard".
4022
4023 * anti.texi (Antinews):
4024 * customize.texi (Variable Definitions):
4025 * functions.texi (Declaring Functions):
4026 * nonascii.texi (Character Properties):
4027 * processes.texi (Serial Ports):
4028 * text.texi (Special Properties):
4029 * tips.texi (Coding Conventions):
4030 Minor rearrangements to improve TeX line-filling.
4031
4032 * commands.texi (Using Interactive): Fix cross-reference.
4033
17db8e10
JD
40342009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4035
4036 * frames.texi (Management Parameters): Mention sticky.
4037
77c7e2e1
AS
40382009-07-01 Andreas Schwab <aschwab@redhat.com>
4039
4040 * help.texi (Help Functions): Fix description of help-buffer and
4041 help-setup-xref to use @defun instead of @deffn.
4042
3f1c6666
JD
40432009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4044
4045 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4046
ca27c21b
CY
40472009-06-24 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * display.texi (Window Systems): Add ns to the list.
4050
70243478
CY
40512009-06-21 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * Branch for 23.1.
4054
df006536
MR
40552009-06-17 Martin Rudalics <rudalics@gmx.at>
4056
4057 * windows.texi (Dedicated Windows): Fix typo.
4058 (Resizing Windows): Replace @defun by @deffn.
4059
d259fc4b
GM
40602009-06-17 Glenn Morris <rgm@gnu.org>
4061
4062 * variables.texi (Directory Local Variables):
4063 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4064
30781db6
KH
40652009-06-09 Kenichi Handa <handa@m17n.org>
4066
4067 * nonascii.texi (Character Sets): State clearly that FROM and TO
4068 are codepoints of CHARSET.
4069
62e8099c
CY
40702009-06-07 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * minibuf.texi (Reading File Names): Fix introductory text.
4073 Suggested by stan@derbycityprints.com.
4074 (High-Level Completion): Fix typo.
4075
ee1b1917
CY
40762009-05-28 Chong Yidong <cyd@stupidchicken.com>
4077
4078 * frames.texi (Text Terminal Colors): Multi-tty is already
4079 implemented, but tty-local colors are not.
4080
5df647e8
CY
40812009-05-27 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * hooks.texi (Standard Hooks): Remove mention of obsolete
4084 redisplay-end-trigger-functions.
4085
4086 * internals.texi (Window Internals): Remove mention of obsolete
4087 redisplay-end-trigger-functions.
4088
01f17ae2
MR
40892009-05-21 Martin Rudalics <rudalics@gmx.at>
4090
4091 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4092
4093 * backups.texi (Making Backups): backup-directory-alist and
4094 make-backup-file-name-function are options.
4095 (Auto-Saving): auto-save-list-file-prefix is an option.
4096
4097 * buffers.texi (Killing Buffers): buffer-offer-save is an
4098 option.
4099
4100 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4101 option.
4102 (Echo Area Customization): echo-keystrokes is an option.
4103 (Selective Display): selective-display-ellipses is an option.
4104 (Temporary Displays): temp-buffer-show-function is an option.
4105 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4106 are options.
4107 (Font Selection): face-font-family-alternatives,
4108 face-font-selection-order, face-font-registry-alternatives, and
4109 scalable-fonts-allowed are options.
4110 (Fringe Indicators): indicate-buffer-boundaries is an option.
4111 (Fringe Cursors): overflow-newline-into-fringe is an option.
4112 (Scroll Bars): scroll-bar-mode is an option.
4113
4114 * eval.texi (Eval): max-lisp-eval-depth is an option.
4115
4116 * files.texi (Visiting Functions): find-file-hook is an option.
4117 (Directory Names): directory-abbrev-alist is an option.
4118 (Unique File Names): temporary-file-directory and
4119 small-temporary-file-directory are options.
4120
4121 * frames.texi (Initial Parameters): initial-frame-alist,
4122 minibuffer-frame-alist and default-frame-alist are options.
4123 (Cursor Parameters): blink-cursor-alist and
4124 cursor-in-non-selected-windows ar options.
4125 (Window System Selections): selection-coding-system is an
4126 option.
4127 (Display Feature Testing): display-mm-dimensions-alist is an
4128 option.
4129
4130 * help.texi (Help Functions): help-char and help-event-list are
4131 options.
4132
4133 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4134 an option.
4135
4136 * minibuf.texi (Minibuffer History): history-length and
4137 history-delete-duplicates are options.
4138 (High-Level Completion): read-buffer-function and
4139 read-buffer-completion-ignore-case are options.
4140 (Reading File Names): read-file-name-completion-ignore-case is
4141 an option.
4142
4143 * modes.texi (Mode Line Top): mode-line-format is an option.
4144 (Mode Line Variables): mode-line-position and mode-line-modes
4145 are options.
4146
4147 * nonascii.texi (Text Representations):
4148 enable-multibyte-characters is an option.
4149 (Default Coding Systems): auto-coding-regexp-alist,
4150 file-coding-system-alist, auto-coding-alist and
4151 auto-coding-functions are options.
4152 (Specifying Coding Systems): inhibit-eol-conversion is an
4153 option.
4154
4155 * os.texi (Init File): site-run-file is an option.
4156 (System Environment): mail-host-address is an option.
4157 (User Identification): user-mail-address is an option.
4158 (Terminal Output): baud-rate is an option.
4159
4160 * positions.texi (Word Motion): words-include-escapes is an
4161 option.
4162
4163 * searching.texi (Standard Regexps): page-delimiter,
4164 paragraph-separate, paragraph-separate and sentence-end are
4165 options.
4166
4167 * text.texi (Margins): left-margin and fill-nobreak-predicate
4168 are options.
4169
4170 * variables.texi (Local Variables): max-specpdl-size is an
4171 option.
4172
4173 * windows.texi (Choosing Window):
4174 split-window-preferred-function, special-display-function and
4175 display-buffer-function are options.
4176
106e6894
CY
41772009-05-20 Chong Yidong <cyd@stupidchicken.com>
4178
4a83454d
CY
4179 Fix errors spotted by Martin Rudalics.
4180
106e6894
CY
4181 * syntax.texi (Position Parse): Document rationale for ignored
4182 arguments to syntax-ppss-flush-cache.
4183
4184 * processes.texi (Input to Processes): Mark PROCESS arg to
4185 process-running-child-p as optional.
4186 (Network Options): Document NO-ERROR arg to
4187 set-network-process-option.
4188
4189 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4190 command.
4191
4192 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4193 posix-search-backward as commands.
4194
4195 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4196 (Suspending Emacs): Mark suspend-emacs as a command.
4197 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4198 commands.
5dcb4c4e
SM
4199 (Terminal Output): Remove obsolete function baud-rate.
4200 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
4201
4202 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4203 terminal-coding-system and set-terminal-coding-system.
4204 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4205 as optional.
4206 (Character Sets): Document RESTRICTION arg of char-charset.
4207 (Character Codes): Mark POS argument to get-byte as optional.
4208
4209 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4210 minibuffer-message.
4211
4212 * files.texi (Create/Delete Dirs): Mark make-directory and
4213 delete-directory as commands.
4214
4215 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4216
4217 * text.texi (Base 64): Mark base64-decode-string and
4218 base64-encode-string as commands.
4219 (Columns): Mark move-to-column as a command.
4220 (Mode-Specific Indent): Document RIGID arg to
4221 indent-for-tab-command.
4222 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4223 Mark indent-code-rigidly as a command.
4224 (Substitution): Mark translate-region as a command.
4225
4226 * frames.texi (Size and Position): Remove obsolete functions
4227 screen-height and screen-width.
4228
04173931
CY
42292009-05-19 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4232 (Displaying Buffers, Resizing Windows): Correct mistakes;
4233 next-window, previous-window, and pop-to-buffer are not commands,
4234 and fit-window-to-buffer" is a command. (Pointed out by Martin
4235 Rudalics.)
4236
eae7d8f8
RS
42372009-05-17 Richard M Stallman <rms@gnu.org>
4238
4239 * modes.texi (Precalculated Fontification): Clarify text.
4240
b8766179
MR
42412009-05-17 Martin Rudalics <rudalics@gmx.at>
4242
4243 * windows.texi (Selecting Windows): Clarify descriptions of
4244 with-selected-window and get-lru-window.
4245 (Cyclic Window Ordering): Refer to particular frame when talking
4246 about how splitting affects the ordering.
4247 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4248 switch-to-buffer-other-window. Explain how setting of
4249 display-buffer-reuse-frames affects pop-to-buffer.
4250 (Choosing Window): Clarify some details in descriptions of
4251 display-buffer-reuse-frames, pop-up-frames, and
4252 pop-up-frame-function.
4253 (Dedicated Windows): Clarify some details.
4254 (Textual Scrolling): Replace term vscroll by term vertical
4255 scroll position.
4256 (Vertical Scrolling): Fix typo.
4257 (Window Hooks): Relate text on jit-lock-register to window
4258 scrolling and size changes.
4259
734b5e3b
CY
42602009-05-14 Chong Yidong <cyd@stupidchicken.com>
4261
0a65633e
CY
4262 * frames.texi (Initial Parameters): Clarify what the initial
4263 minibuffer frame is.
05be46d7
CY
4264 (Buffer Parameters): Note that the minibuffer parameter can not be
4265 altered.
0a65633e 4266
734b5e3b
CY
4267 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4268 Document display-buffer changes.
4269
925672cd
CY
42702009-05-13 Chong Yidong <cyd@stupidchicken.com>
4271
17ecd7af
CY
4272 * anti.texi (Antinews): Rewrite for Emacs 22.
4273
925672cd
CY
4274 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4275 obarrays are first mentioned. Define "system abbrev" more
4276 prominently, and add it to the index.
4277 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4278 Copyedits.
4279 (Abbrev Expansion): Document abbrev-insert.
4280
80be4dd7
CY
42812009-05-12 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * frames.texi (Font and Color Parameters): Rename from Color
4284 Parameters. Document font-backend parameter.
4285
4286 * vol2.texi (Top): Update node listing.
4287 * vol1.texi (Top): Update node listing.
4288 * elisp.texi (Top): Update node listing.
4289
372a93ac
MR
42902009-05-11 Martin Rudalics <rudalics@gmx.at>
4291
4292 * windows.texi (Choosing Window): Don't explicitly refer to
4293 split-window-sensibly's window argument in descriptions of
4294 split-height-threshold and split-width-threshold.
4295
714c3541
MR
42962009-05-10 Martin Rudalics <rudalics@gmx.at>
4297
4298 * windows.texi (Choosing Window): Fix rewrite of window
4299 splitting section.
4300
0e90e7be
EZ
43012009-05-09 Eli Zaretskii <eliz@gnu.org>
4302
f4e90db0
SM
4303 * nonascii.texi (Default Coding Systems):
4304 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 4305 Add indexing.
0e90e7be
EZ
4306 (Lisp and Coding Systems): Add index entries.
4307
d3c0c321
MR
43082009-05-09 Martin Rudalics <rudalics@gmx.at>
4309
4310 * windows.texi (Choosing Window): Describe split-window-sensibly
4311 and rewrite section on window splitting accordingly.
4312 (Textual Scrolling): Replace `...' by @code{...}.
4313
c773345a
CY
43142009-05-04 Chong Yidong <cyd@stupidchicken.com>
4315
ee2d5b5e
CY
4316 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4317 Remove obsoleted pre-abbrev-expand-hook.
4318
4319 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4320 entries.
4321
c773345a
CY
4322 * internals.texi (Object Internals): Don't assume 32-bit machines
4323 are the norm.
4324 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
4325 (Window Internals): Synch field names to window.h.
4326 (Process Internals): Synch field names to process.h.
c773345a 4327
dd449674
CY
43282009-04-29 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * variables.texi (File Local Variables): Note that read-circle is
4331 bound to nil when reading file-local variables.
4332
4333 * streams.texi (Input Functions): Document read-circle.
4334 (Output Variables): Add xref to Circular Objects.
4335
4f1e25e2
CY
43362009-04-25 Chong Yidong <cyd@stupidchicken.com>
4337
4338 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4339 Features and Coding System Basics. Node that "p" stands for
4340 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4341 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4342 mouse-appearance-menu.
4343 (Programming Tips): Add xref to Progress.
4344
dca019f8
CY
43452009-04-22 Chong Yidong <cyd@stupidchicken.com>
4346
5dcb4c4e
SM
4347 * os.texi (Command-Line Arguments):
4348 Document command-line-args-left.
dca019f8
CY
4349 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4350 terminal objects for tty arguments.
4351 (Startup Summary): Add xref to Session Management.
4352 (Session Management): Mention emacs-session-restore. Copyedits.
4353
02a89103
CY
43542009-04-20 Chong Yidong <cyd@stupidchicken.com>
4355
4356 * os.texi (Startup Summary): Copyedits. The init file is not
4357 necessarily named .emacs now. Document initial-buffer-choice and
4358 initial-scratch-message. Note where Emacs exits in batch mode.
4359 Document inhibit-splash-screen as an alias.
4360 (Init File): Be neutral about which init file name to use.
4361
43622009-04-16 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * os.texi (System Interface): Fix Texinfo usage.
4365
0c1cfe01
CY
43662009-04-15 Chong Yidong <cyd@stupidchicken.com>
4367
80d7cdca
CY
4368 * searching.texi (Regexp Backslash): Also refer to shy groups as
4369 non-capturing or unnumbered groups.
4370 (Regexp Functions): Add cross-reference to Regexp Backslash.
4371
0c1cfe01
CY
4372 * display.texi (Truncation): Overlays can use line-prefix and
4373 wrap-prefix too.
4374 (Overlay Properties): Document wrap-prefix and line-prefix.
4375 (Face Attributes): Document underline-minimum-offset.
4376 (Face Remapping): Copyedits.
4377 (Low-Level Font): Copyedits.
4378 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
4379 (Line Height): Emphasize that line-spacing only takes effect on
4380 graphical terminals.
0c1cfe01 4381
c4adeee0
CY
43822009-04-13 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * display.texi (Refresh Screen): Note that a passage about screen
4385 refreshing is text terminal only.
4386 (Forcing Redisplay): Delete misleading comment---sit-for calls
4387 redisplay, not the other way around.
4388 (Truncation): Note new values of truncate-partial-width-windows.
4389 Copyedits.
4390 (Invisible Text): Document invisible-p.
4391
b20ecfa1
EZ
43922009-04-11 Eli Zaretskii <eliz@gnu.org>
4393
4394 * display.texi (Overlays): Overlays don't scale well. See
4395 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4396
97d8273f
CY
43972009-04-10 Chong Yidong <cyd@stupidchicken.com>
4398
f147ff75
CY
4399 * syntax.texi (Syntax Table Functions): Document cons cell
4400 argument for modify-syntax-entry.
4401 (Categories): Document cons cell argument for
4402 modify-category-entry.
4403
fca4ec76
CY
4404 * searching.texi (String Search): Document word-search-forward-lax
4405 and word-search-backward-lax.
4406 (Searching and Case): Describe isearch behavior more precisely.
4407
9c283d5b
CY
4408 * keymaps.texi (Tool Bar): Mention that some platforms do not
4409 support multi-line toolbars. Suggested by Stephen Eglen.
4410
4411 * frames.texi (Layout Parameters): Mention that Nextstep also
4412 allows only one tool-bar line. Suggested by Stephen Eglen.
4413
97d8273f
CY
4414 * nonascii.texi (Text Representations): Copyedits.
4415 (Coding System Basics): Also mention utf-8-emacs.
4416 (Converting Representations, Selecting a Representation)
4417 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4418 Copyedits.
4419 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4420
2bad3299
CY
44212009-04-09 Chong Yidong <cyd@stupidchicken.com>
4422
4423 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
4424 (Filling): Clarify REGION argument of fill-paragraph.
4425 Document fill-forward-paragraph-function.
2bad3299
CY
4426 (Special Properties): Remove "new in Emacs 22" declaration.
4427 (Clickable Text): Merge with Links and Mouse-1 node.
4428
5dcb4c4e
SM
4429 * display.texi (Button Properties, Button Buffer Commands):
4430 Change xref to Clickable Text.
2bad3299
CY
4431
4432 * tips.texi (Key Binding Conventions): Change xref to Clickable
4433 Text.
4434
4435 * elisp.texi (Top): Update node listing.
4436
ea30ce4f
CY
44372009-04-05 Chong Yidong <cyd@stupidchicken.com>
4438
47af2f4b
CY
4439 * markers.texi (The Mark): Copyedits. Improve description of
4440 handle-shift-selection.
4441 (The Region): Move use-region-p here from The Mark.
4442
ea30ce4f
CY
4443 * positions.texi (Screen Lines): Document (cols . lines) argument
4444 for vertical-motion.
4445
2aa8ea6e
CY
44462009-04-04 Chong Yidong <cyd@stupidchicken.com>
4447
3ec61d4e
CY
4448 * frames.texi (Frames): Clean up introduction. Document `ns'
4449 return value for framep.
4450 (Creating Frames): Note how the terminal is chosen.
4451 (Multiple Terminals, Multiple Displays): Merge into a single node.
4452 (Color Parameters): Fix typo.
4453
4454 * variables.texi (Local Variables, Buffer-Local Variables)
4455 (Creating Buffer-Local): Change link to Multiple Terminals.
4456
4457 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4458
4459 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4460 Terminals.
4461
4462 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4463 to Multiple Terminals.
4464
4465 * elisp.texi (Top): Update node listing.
4466 * vol2.texi (Top): Update node listing.
4467 * vol1.texi (Top): Update node listing.
4468
9257072f
CY
4469 * buffers.texi (Current Buffer): Note that the append-to-buffer
4470 example is no longer in synch with the latest code. Tie the two
4471 examples together.
4472
2aa8ea6e
CY
4473 * files.texi (File Attributes): Move note about MS-DOS from
4474 Changing Files to File Attributes.
4475 (Create/Delete Dirs): Note that mkdir is an alias for this.
4476
22e74b17
CY
44772009-04-01 Markus Triska <triska@gmx.at>
4478
4479 * processes.texi (Filter Functions): Suggest how to handle output
4480 batches.
4481
4bbe48ec
CY
44822009-03-30 Chong Yidong <cyd@stupidchicken.com>
4483
4484 * help.texi (Accessing Documentation): Update example to use
4485 help-setup-xref and with-help-window.
4486 (Help Functions): Remove print-help-return-message, which is
4487 semi-obsolete due to with-help-window. Document help-buffer and
4488 help-setup-xref.
4489
b9723f39
CY
44902009-03-29 Chong Yidong <cyd@stupidchicken.com>
4491
5dcb4c4e
SM
4492 * help.texi (Accessing Documentation, Help Functions):
4493 Remove information about long-obsolete Emacs versions.
9eb52e90 4494
b9723f39
CY
4495 * modes.texi (Mode Line Variables): The default values of the mode
4496 line variables are now more complicated.
4497
b0cc32db
CY
44982009-03-28 Chong Yidong <cyd@stupidchicken.com>
4499
3c25a5a9
CY
4500 * modes.texi (Major Mode Conventions): Note that specialness is
4501 inherited.
31c9eebb
CY
4502 (Derived Modes): Note that define-derive-mode sets the mode-class
4503 property.
3c25a5a9 4504
b0cc32db
CY
4505 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4506 goto-map. Add search-map to the list.
4507
c5e0006d
EZ
45082009-03-27 Eli Zaretskii <eliz@gnu.org>
4509
1213465a
EZ
4510 * os.texi (System Environment): Update the list of system-type
4511 values.
4512
c5e0006d
EZ
4513 * markers.texi (The Mark) <handle-shift-selection>: Update for
4514 removal of the optional argument DEACTIVATE.
4515
48bab3d6
CY
45162009-03-25 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * commands.texi (Focus Events): Most X window managers don't use
4519 focus-follows-mouse nowadays.
4520
6e4ff1b6
CY
45212009-03-24 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * commands.texi (Defining Commands): Clarify introduction.
4524 (Using Interactive): Not that interactive can be put in a symbol
4525 property.
4526 (Interactive Call): Note that a symbol with a non-nil
4527 interactive-form property satisfies commandp.
4528
11625308
JB
45292009-03-23 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * minibuf.texi (Intro to Minibuffers): Fix typos.
4532
7b34420d
CY
45332009-03-23 Chong Yidong <cyd@stupidchicken.com>
4534
4535 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4536 about minibuffers in old Emacs versions. Copyedits.
4537 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4538 (Text from Minibuffer): Simplify introduction.
4539
f9257eed
AM
45402009-03-22 Alan Mackenzie <acm@muc.de>
4541
4542 * commands.texi (Using Interactive): Clarify string argument to
4543 `interactive' - even promptless elements need \n separators.
4544
f639ba70
CY
45452009-03-18 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * minibuf.texi (Completion Styles): New node.
4548
4549 * elisp.texi (Top): Update node listing.
4550
d897e8ee
CY
45512009-03-17 Chong Yidong <cyd@stupidchicken.com>
4552
4553 * minibuf.texi (Basic Completion): Note that
4554 read-file-name-completion-ignore-case and
4555 read-buffer-completion-ignore-case can override
4556 completion-ignore-case.
4557 (Minibuffer Completion): Document completing-read changes.
4558 (Completion Commands): Avoid mentioning partial completion mode.
4559 Document minibuffer-completion-confirm changes, and
4560 minibuffer-confirm-exit-commands.
4561 (High-Level Completion): Document new require-match behavior for
4562 read-buffer. Document read-buffer-completion-ignore-case.
4563 (Reading File Names): Document new require-match behavior for
4564 read-file-name.
4565
b1f23349
CY
45662009-03-14 Chong Yidong <cyd@stupidchicken.com>
4567
4568 * debugging.texi (Error Debugging): Don't mislead the reader into
4569 thinking that debug-on-error enters debugger for C-f at EOB.
4570 (Error Debugging): Setting debug-on-init within the init file
4571 works, and has for some time.
4572
d6eb4e25
KH
45732009-03-13 Kenichi Handa <handa@m17n.org>
4574
4575 * display.texi (Fontsets): Update the description.
4576
1cf53dc5
CY
45772009-03-13 Chong Yidong <cyd@stupidchicken.com>
4578
4579 * advice.texi (Advising Primitives): Link to What Is a Function.
4580
81f919fc
CY
45812009-03-12 Chong Yidong <cyd@stupidchicken.com>
4582
cf4229eb
CY
4583 * compile.texi (Speed of Byte-Code): Update example.
4584 (Disassembly): Update examples.
4585
81f919fc 4586 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4587
4588 * customize.texi (Common Keywords): It's not necessary to use :tag
4589 to remove hyphens, as custom-unlispify-tag-name does it
4590 automatically.
5dcb4c4e
SM
4591 (Variable Definitions): Link to File Local Variables.
4592 Document customized-value symbol property.
f2bbc08c
CY
4593 (Customization Types): Move menu to end of node.
4594
955964d7
CY
45952009-03-10 Chong Yidong <cyd@stupidchicken.com>
4596
4597 * macros.texi (Compiling Macros): Omit misleading sentence, which
4598 implied that macros can only be used in the same file they are
4599 defined.
4600 (Backquote): Remove obsolete information about Emacs 19.
4601
d25ed7db
GM
46022009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4603
4604 * display.texi (Display Margins): Fix paren typo.
4605
d55f6ca5
CY
46062009-02-27 Chong Yidong <cyd@stupidchicken.com>
4607
f0e57ed8
CY
4608 * elisp.texi (Top): Update node listing.
4609
4610 * variables.texi (Variables): Clarify introduction.
4611 (Global Variables): Mention that setq is a special form.
4612 (Local Variables): Use active voice.
4613 (Tips for Defining): Mention marking variables as safe.
4614 (Buffer-Local Variables): Mention terminal-local and frame-local
4615 variables together.
4616 (File Local Variables): Copyedits.
4617 (Frame-Local Variables): Note that they are not really useful.
4618 (Future Local Variables): Node deleted.
4619
d55f6ca5 4620 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4621 Unicode escape syntax.
d55f6ca5 4622
ca8f09a8
CY
46232009-02-23 Chong Yidong <cyd@stupidchicken.com>
4624
4625 * control.texi (Control Structures): Add cindex entry for "textual
4626 order".
4627
4628 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4629 instead of "expression" throughout.
4630 (Function Indirection): Copyedits. Use active voice.
4631 (Eval): The default value of max-lisp-eval-depth is now 400.
4632
a20878b6
MB
46332009-02-23 Miles Bader <miles@gnu.org>
4634
4635 * processes.texi (System Processes): Rename `system-process-attributes'
4636 to `process-attributes'.
4637
61f66044
CY
46382009-02-22 Chong Yidong <cyd@stupidchicken.com>
4639
1b80d1f3
CY
4640 * symbols.texi (Property Lists): Emphasize that property lists are
4641 not restricted to symbol cells.
4642 (Other Plists): Copyedit.
4643
61f66044
CY
4644 * sequences.texi (Sequences Arrays Vectors): Make introduction
4645 more concise.
4646 (Arrays): Mention char-tables and bool-vectors too.
4647 (Vectors): Don't repeat information given in Arrays node. Link to
4648 nodes that explain the vector usage examples.
4649 (Char-Tables): Note that char-table elements can have arbitrary
4650 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4651 Link to Property Lists node.
61f66044 4652
9403944b
CY
46532009-02-22 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4656 `append'.
4068c7b4 4657 (List Elements): Copyedits.
9403944b
CY
4658
4659 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4660 of `vconcat'.
4661
4662 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4663 Emacs 20 usage of `concat'.
4664 (Case Conversion): Copyedits.
4665
b87a185f
CY
46662009-02-21 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4669 Minor edits.
4670 (Frame Configuration Type): Emphasize that it is not primitive.
4671 (Font Type): New node.
4672 (Type Predicates): Add fontp; type-of now recognizes font object
4673 types.
4674
4675 * intro.texi (Version Info): Update version numbers in examples.
4676 (Acknowledgements): List more contributors.
4677
4678 * elisp.texi: Bump version number to 3.0.
4679 (Top): Link to Font Type node.
4680
867d4bb3
JB
46812009-02-20 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * modes.texi (Major Mode Conventions): Remove duplicate words.
4684 (Customizing Keywords): Fix typo.
4685
77730170
EZ
46862009-02-14 Eli Zaretskii <eliz@gnu.org>
4687
4688 * nonascii.texi (User-Chosen Coding Systems): Document that
4689 select-safe-coding-system suggests raw-text if there are raw bytes
4690 in the region.
4691 (Explicit Encoding): Warn not to use `undecided' when encoding.
4692
c8736212
GM
46932009-02-11 Glenn Morris <rgm@gnu.org>
4694
4695 * frames.texi (Visibility of Frames): Mention the effect multiple
4696 workspaces/desktops can have on visibility.
4697
ab992d66
EZ
46982009-02-07 Eli Zaretskii <eliz@gnu.org>
4699
c8736212
GM
4700 * text.texi (Commands for Insertion):
4701 * commands.texi (Event Mod):
4702 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4703 * nonascii.texi (Translation of Characters):
4704 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4705 (Explicit Encoding): Document the `charset' text property produced
4706 by decode-coding-region and decode-coding-string.
ab992d66 4707
e651a255
AM
47082009-01-27 Alan Mackenzie <acm@muc.de>
4709
4710 * modes.texi (Search-based Fontification): Correct a typo.
4711
bc5cde4b
JB
47122009-01-25 Juanma Barranquero <lekktu@gmail.com>
4713
4714 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4715 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4716
3533155b
EZ
47172009-01-24 Eli Zaretskii <eliz@gnu.org>
4718
f721deda
EZ
4719 * display.texi (Window Systems): Document the value of
4720 `initial-window-system' under --daemon.
4721
3533155b
EZ
4722 * os.texi (System Environment): Remove description of the
4723 `environment' function which has been deleted.
4724
f79b43b2
DN
47252009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4726
4727 * frames.texi (Multiple Displays): Remove documentation for
4728 removed function make-frame-on-tty.
4729
e3aa6669
CY
47302009-01-22 Chong Yidong <cyd@stupidchicken.com>
4731
4732 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4733 write-region-annotate-functions.
4734 Document write-region-post-annotation-function.
e3aa6669 4735
fb13a416
CY
47362009-01-19 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * display.texi (Font Lookup): Document WIDTH argument of
4739 x-list-fonts.
4740
02eccf6b
EZ
47412009-01-17 Eli Zaretskii <eliz@gnu.org>
4742
ead3f58d
EZ
4743 * maps.texi (Standard Keymaps): Rename function-key-map to
4744 local-function-key-map.
4745
4746 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4747 local-function-key-map.
4748
4749 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4750 and `set-keyboard-coding-system' now accept an optional terminal
4751 argument.
4752
4753 * commands.texi (Event Mod): `keyboard-translate-table' is now
4754 terminal-local.
4755 (Function Keys): Rename function-key-map to
4756 local-function-key-map.
4757
df05a163
EZ
4758 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4759 frames.texi.
4760
0ed8034e 4761 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4762 `delete-terminal-functions', `suspend-tty-functions' and
4763 `resume-tty-functions'.
0ed8034e
EZ
4764
4765 * frames.texi (Frames): Document `frame-terminal' and
4766 `terminal-live-p'.
4767 (Multiple Displays): Document `make-frame-on-tty'.
4768 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4769 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4770 (Terminal Parameters): Document `terminal-parameters',
4771 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4772
4773 * os.texi (System Environment): Document `environment' and
4774 `initial-environment'.
490f1197
EZ
4775 (Suspending Emacs): Update for multi-tty; document
4776 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4777
02eccf6b
EZ
4778 * nonascii.texi (Coding System Basics): More accurate description
4779 of `raw-text'.
4780
f19fea97
JB
47812009-01-12 Juanma Barranquero <lekktu@gmail.com>
4782
4783 * display.texi (Low-Level Font): Fix typo.
4784
16fa292f
CY
47852009-01-10 Chong Yidong <cyd@stupidchicken.com>
4786
4787 * elisp.texi (Top): Update node listing.
4788
4789 * display.texi (PostScript Images): Node deleted.
4790
0b4faef3
EZ
47912009-01-10 Eli Zaretskii <eliz@gnu.org>
4792
3355f04d
EZ
4793 * processes.texi (Decoding Output): Document that null bytes force
4794 no-conversion for reading process output.
4795
4796 * files.texi (Reading from Files): Document that null bytes force
4797 no-conversion when visiting files.
4798
11625308 4799 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4800
5dcb4c4e
SM
4801 * nonascii.texi (Lisp and Coding Systems):
4802 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4803 (Character Properties): Improve wording.
0b4faef3 4804
ce9cf065
CY
48052009-01-09 Chong Yidong <cyd@stupidchicken.com>
4806
4807 * display.texi (Font Lookup): Remove obsolete function
4808 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4809 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4810 (Font Selection): Reorder order of variable descriptions.
4811 Minor clarifications.
ce9cf065
CY
4812
4813 * elisp.texi (Top): Update node listing.
4814
ab756fb3
GM
48152009-01-09 Glenn Morris <rgm@gnu.org>
4816
4817 * commands.texi (Command Loop Info): Say that last-command-char and
4818 last-input-char are obsolete aliases.
4819
4820 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4821 last-input-char and last-command-char, since they are just aliases for
4822 last-input-event and last-command-event.
4823
4824 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4825 last-command-char.
4826
6b2b8ab1
CY
48272009-01-08 Chong Yidong <cyd@stupidchicken.com>
4828
4829 * elisp.texi: Update node listing.
4830
4831 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4832 (Face Attributes): Don't link to Font Lookup.
4833 Document font-family-list.
6b2b8ab1
CY
4834 (Fonts): New node.
4835
3568e767
JR
48362009-01-08 Jason Rumney <jasonr@gnu.org>
4837
4838 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4839 changing the standard pointer shapes. (Bug#1485)
3568e767 4840
6221c8db
CY
48412009-01-08 Chong Yidong <cyd@stupidchicken.com>
4842
4843 * display.texi (Attribute Functions): Note that a function value
4844 :height is relative, and that compatibility functions work by
4845 calling set-face-attribute.
4846 (Displaying Faces): Reorder list in order of increasing priority.
4847 (Face Remapping): New node. Content moved here from Displaying
4848 Faces.
4849 (Glyphs): Link to Face Functions.
4850
e3d3799a
CY
48512009-01-08 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * display.texi (Faces): Don't discuss face id here. facep does
4854 not return t.
4855 (Defining Faces): Minor clarification.
4856 (Face Attributes): Rearrange items to match docstring of
4857 set-face-attribute. Add :foundry attribute. Document new role of
4858 :font attribute. Texinfo usage fix.
4859 (Attribute Functions): Copyedits.
4860 (Face Functions): Note that face number is seldom used.
4861
638a2457
RS
48622009-01-05 Richard M Stallman <rms@gnu.org>
4863
4864 * strings.texi (Predicates for Strings): Minor clarification.
4865
4866 * functions.texi (Function Safety): Texinfo usage fix.
4867
39cb9e56 48682009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
4869
4870 * objects.texi (General Escape Syntax): Fix typo.
4871
9f822178
MR
48722009-01-03 Martin Rudalics <rudalics@gmx.at>
4873
4874 * windows.texi (Choosing Window): Say that pop-up-frame-alist
4875 works via the default value of pop-up-frame-function.
4876
af34ad36
EZ
48772009-01-02 Eli Zaretskii <eliz@gnu.org>
4878
4879 * processes.texi (System Processes): Document the `time' and
4880 `ctime' attributes of `system-process-attributes'.
4881
d31f6679
CY
48822009-01-01 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * display.texi (Face Attributes): Clarify :height attribute.
4885
174dc00c
MR
48862008-12-31 Martin Rudalics <rudalics@gmx.at>
4887
4888 * buffers.texi (The Buffer List): Clarify what moves a buffer to
4889 the front of the buffer list. Add entries for `last-buffer' and
4890 `unbury-buffer'.
4891
b8afe7e4
EZ
48922008-12-27 Eli Zaretskii <eliz@gnu.org>
4893
d14030f5
EZ
4894 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
4895 and its subsections.
4896
4897 * frames.texi (Multiple Terminals, Low-level Terminal)
4898 (Terminal Parameters, Frames on Other TTY devices): New sections.
4899 (Frames): Add an xref to "Multiple Terminals".
4900
765980a4
EZ
4901 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
4902
4903 * objects.texi (Terminal Type): New node.
4904 (Editing Types): Add it to the menu.
4905
47bd5577
EZ
4906 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
4907 Variables".
4908
eb22b78c 4909 * variables.texi (Directory Local Variables): New node.
47bd5577 4910 (Variables): Add a menu item for it.
eb22b78c 4911
b8afe7e4
EZ
4912 * loading.texi (Autoload): Document `generate-autoload-cookie' and
4913 `generated-autoload-file'.
4914
77bb0476
EZ
49152008-12-20 Eli Zaretskii <eliz@gnu.org>
4916
028e2c19
EZ
4917 * os.texi (Startup Summary): Add xref to documentation of
4918 `initial-window-system'.
4919
77bb0476
EZ
4920 * display.texi (Window Systems): Document `window-system' the
4921 function. The variable `window-system' is now frame-local.
028e2c19 4922 Document `initial-window-system'.
77bb0476 4923
dda87836
MR
49242008-12-19 Martin Rudalics <rudalics@gmx.at>
4925
4926 * windows.texi (Windows): Rewrite description of
4927 fit-window-to-buffer.
4928
caef3ed2
GM
49292008-12-13 Glenn Morris <rgm@gnu.org>
4930
4931 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
4932 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
4933
21c58e4d
GM
49342008-12-12 Glenn Morris <rgm@gnu.org>
4935
4936 * debugging.texi (Error Debugging): Refer forwards to
4937 eval-expression-debug-on-error.
4938
af38459f
EZ
49392008-12-05 Eli Zaretskii <eliz@gnu.org>
4940
5dedd9b5
EZ
4941 * strings.texi (String Basics): Only unibyte strings that
4942 represent key sequences hold 8-bit raw bytes.
4943
af38459f
EZ
4944 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
4945 paragraph to speak about `undecided'.
4946 (Character Properties): Don't explain the meaning of each
4947 property; instead, identify their Unicode Standard names.
b3f1f4a5 4948 (Character Sets): Document `map-charset-chars'.
af38459f 4949
fa047ae7
GM
49502008-12-02 Glenn Morris <rgm@gnu.org>
4951
4952 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
4953 section yet again.
4954
47dbc044
EZ
49552008-11-29 Eli Zaretskii <eliz@gnu.org>
4956
98d05998
EZ
4957 * nonascii.texi (Character Properties): New Section.
4958 (Specifying Coding Systems): Document
4959 `coding-system-priority-list', `set-coding-system-priority', and
4960 `with-coding-priority'.
4961 (Lisp and Coding Systems): Document `check-coding-systems-region'
4962 and `coding-system-charset-list'.
4963 (Coding System Basics): Document `coding-system-aliases'.
4964
4965 * elisp.texi (Top): Add a @detailmenu entry for "Character
4966 Properties".
4967
47dbc044
EZ
4968 * objects.texi (Character Type): Correct the range of Emacs
4969 characters. Add an @xref to "Character Codes".
4970
4971 * strings.texi (String Basics): Add an @xref to "Character Codes".
4972
4973 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
4974
4975 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
4976 (Character Codes): Document `max-char'.
4977
8b80cdf5
EZ
49782008-11-28 Eli Zaretskii <eliz@gnu.org>
4979
4980 * nonascii.texi (Text Representations, Converting Representations)
4981 (Character Sets, Scanning Charsets, Translation of Characters):
4982 Make text more accurate.
4983
a99dceba
GM
49842008-11-28 Glenn Morris <rgm@gnu.org>
4985
4986 * files.texi (Format Conversion Round-Trip): Improve previous change.
4987
f6dc3bed
CY
49882008-11-26 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * modes.texi (Auto Major Mode): Fix example.
4991
5da9413d
GM
49922008-11-25 Glenn Morris <rgm@gnu.org>
4993
4994 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
4995
4996 * files.texi (Format Conversion Round-Trip):
4997 Use active voice for previous change.
4998
fcca848c
CY
49992008-11-25 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * os.texi (Processor Run Time):
5002 * processes.texi (Transaction Queues):
5003 * markers.texi (The Mark):
5004 * windows.texi (Choosing Window, Selecting Windows):
5005 * files.texi (Changing Files, Magic File Names):
5006 * commands.texi (Key Sequence Input):
5007 * functions.texi (Declaring Functions):
5008 * strings.texi (Predicates for Strings):
5009 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5010
36c8dc54
CY
50112008-11-24 Chong Yidong <cyd@stupidchicken.com>
5012
5013 * help.texi (Accessing Documentation): Update example.
5014
5015 * variables.texi (Defining Variables): Note that `*' is not
5016 necessary if defcustom is used.
5017
2a79b242
EZ
50182008-11-22 Eli Zaretskii <eliz@gnu.org>
5019
5020 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5021 Characters" from @detailmenu.
5022
5023 * nonascii.texi (Character Codes, Character Sets)
5024 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5025 (Chars and Bytes, Splitting Characters): Sections removed.
5026
392f0d26
LK
50272008-11-22 Lute Kamstra <lute@gnu.org>
5028
5029 * positions.texi (Text Lines): Update goto-line documentation.
5030
af1a5cd5
MR
50312008-11-21 Martin Rudalics <rudalics@gmx.at>
5032
6a4cfb0c
MR
5033 * frames.texi (Frames): Fix typo, add cross references, reword.
5034 (Initial Parameters): Reword special-display-frame-alist text.
5035 (Frames and Windows): Reword. Describe argument norecord for
5036 set-frame-selected-window.
5037 (Input Focus): Describe argument norecord for select-frame.
5038 Remove comment on MS-Windows behavior for focus-follows-mouse.
5039 (Raising and Lowering): Mention windows-frames dichotomy in
5040 metaphor.
5041
af1a5cd5
MR
5042 * windows.texi (Displaying Buffers, Vertical Scrolling)
5043 (Horizontal Scrolling): Fix indenting and rewording issues
5044 introduced with 2008-11-07 change.
5045
c249fa9c
GM
50462008-11-20 Glenn Morris <rgm@gnu.org>
5047
5048 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5049 element of `format-alist'.
5050
204d4665
GM
50512008-11-19 Glenn Morris <rgm@gnu.org>
5052
5053 * doclicense.texi: Update to FDL 1.3.
5054 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5055
cc0910af
CY
50562008-11-18 Chong Yidong <cyd@stupidchicken.com>
5057
efe6e7c4
CY
5058 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5059 vars, which are obsolete. Mention jit-lock-register.
5060
5dcb4c4e
SM
5061 * modes.texi (Other Font Lock Variables):
5062 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 5063
cc0910af
CY
5064 * frames.texi (Color Parameters): Document alpha parameter.
5065
aeeedf76
MR
50662008-11-16 Martin Rudalics <rudalics@gmx.at>
5067
5068 * windows.texi (Splitting Windows, Deleting Windows)
5069 (Selecting Windows, Cyclic Window Ordering)
5070 (Buffers and Windows, Displaying Buffers, Choosing Window)
5071 (Dedicated Windows, Window Point, Window Start and End)
5072 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5073 (Size of Window, Resizing Windows, Window Configurations)
5074 (Window Parameters): Avoid @var at beginning of sentences and
5075 reword accordingly.
5076
4c565c5c
LK
50772008-11-11 Lute Kamstra <lute@gnu.org>
5078
5079 * files.texi (File Name Components): Fix file-name-extension
5080 documentation.
5081
25f494c9
JB
50822008-11-11 Juanma Barranquero <lekktu@gmail.com>
5083
5084 * frames.texi (Basic Parameters): Remove display-environment-variable
5085 and term-environment-variable.
5086
a1401ab1
EZ
50872008-11-08 Eli Zaretskii <eliz@gnu.org>
5088
5089 * windows.texi (Basic Windows, Splitting Windows)
5090 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5091 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
5092 (Resizing Windows, Window Configurations, Window Parameters):
5093 Fix wording and markup.
a1401ab1 5094
efafc282
MR
50952008-11-07 Martin Rudalics <rudalics@gmx.at>
5096
5097 * windows.texi (Windows): Update entries.
5098 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 5099 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
5100 (Selecting Windows, Cyclic Window Ordering): Reword with special
5101 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
5102 (Buffers and Windows, Choosing Window): Reword with special
5103 emphasis on dedicated windows.
5104 (Displaying Buffers): Reword. For switch-to-buffer mention that
5105 it may fall back on pop-to-buffer. For other-window try to
5106 explain how it treats the cyclic ordering of windows.
efafc282
MR
5107 (Dedicated Windows): New node and section discussing dedicated
5108 windows and associated functions.
86ab855a 5109 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
5110 (Window Start and End): Rename node and section title. Reword.
5111 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5112 Minor rewording.
5113 (Size of Window): Reword, in particular text on window-width.
5114 (Resizing Windows): Reword. Add text on balancing windows.
5115 (Window Configurations): Reword. Mention window parameters.
5116 (Window Parameters): New node and section on window parameters.
5117 (Window Hooks): Reword. Mention that
5118 window-configuration-change-hook is run "buffer-locally".
5119 * elisp.texi (Top): Update Windows entries in @detailmenu
5120 section.
5121
d60a8ab2
JB
51222008-11-04 Juanma Barranquero <lekktu@gmail.com>
5123
5124 * searching.texi (Regexp Search): Fix typo.
5125
01777627
CY
51262008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5127
5128 * searching.texi (Regexp Search): Document GREEDY arg.
5129 (Simple Match Data): Fix return value.
5130
c4526e93
EZ
51312008-11-01 Eli Zaretskii <eliz@gnu.org>
5132
5133 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
5134 with Emacs 23 internal representation of characters.
5135 Document `unibyte-string'.
c4526e93 5136
fe2ae8b5
CY
51372008-10-28 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * processes.texi (Process Information): Note that process-status
5140 does not accept buffer names.
5141
cc5a21e3
CY
51422008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5143
5144 * positions.texi (Skipping Characters): Correct return value of
5145 skip-chars-forward.
5146
09460d9a
MR
51472008-10-25 Martin Rudalics <rudalics@gmx.at>
5148
520b29e7
MR
5149 * windows.texi (Deleting Windows): Update documentation of
5150 delete-windows-on.
5151 (Buffers and Windows): Update documentations of
5152 get-buffer-window and get-buffer-window-list.
5153 (Displaying Buffers): Update documentation of
5154 replace-buffer-in-windows.
5155
09460d9a
MR
5156 * buffers.texi (Current Buffer): Reword set-buffer and
5157 with-current-buffer documentations.
5158 (Creating Buffers): Reword documentation of get-buffer-create.
5159
4d48fcdc
MR
51602008-10-23 Martin Rudalics <rudalics@gmx.at>
5161
5162 * buffers.texi (Current Buffer): Reword documentation of
5163 set-buffer.
5164 (Buffer Names): Reword documentation of buffer-name.
5165 (The Buffer List): For bury-buffer explain what happens with the
5166 buffer's window.
5167 (Creating Buffers): Say that get-buffer-create's arg is called
5168 buffer-or-name.
5169
f0143c43
CY
51702008-10-22 Chong Yidong <cyd@stupidchicken.com>
5171
3e5dbbd3
CY
5172 * advice.texi (Computed Advice): Explain what DEFINITION is.
5173
f0143c43
CY
5174 * nonascii.texi (Character Codes): Remove obsolete function
5175 char-valid-p, and document characterp instead.
5176
52a94b85
MR
51772008-10-22 Martin Rudalics <rudalics@gmx.at>
5178
5179 * windows.texi (Displaying Buffers): Reword documentation of
5180 pop-to-buffer.
5181 (Choosing Window): Rewrite documentation of display-buffer and
5182 its options.
5183
f76f8246
MR
5184 * buffers.texi (Killing Buffers): Update documentation of
5185 kill-buffer.
5186
acc8b598
EZ
51872008-10-21 Eli Zaretskii <eliz@gnu.org>
5188
80e6b6df
EZ
5189 * processes.texi (Serial Ports): Fix wording and improve markup.
5190
3645358a
EZ
5191 * searching.texi (Regexp Search): Document `string-match-p' and
5192 `looking-at-p'.
5193 (POSIX Regexps): Add an xref for "non-greedy".
5194 (Regexp Special): Add @cindex entry for "non-greedy".
5195
b3d50cff 5196 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 5197 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 5198
73b7530a
EZ
5199 * frames.texi (Color Names): Add an xref to `read-color'.
5200
5201 * minibuf.texi (High-Level Completion): Document `read-color'.
5202
acc8b598
EZ
5203 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5204
5205 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5206
5207 * buffers.texi (Swapping Text): New section, documents
5208 `buffer-swap-text'.
5209
10e187e8
MR
52102008-10-21 Martin Rudalics <rudalics@gmx.at>
5211
5212 * windows.texi (Resizing Windows): Minor wording fix.
5213
fd6f900c
EZ
52142008-10-20 Eli Zaretskii <eliz@gnu.org>
5215
5216 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5217 and `combine-and-quote-strings'.
5218
5219 * strings.texi (Creating Strings): Add xrefs for them.
5220
e4372165
EZ
52212008-10-19 Eli Zaretskii <eliz@gnu.org>
5222
d6328fba
EZ
5223 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5224 match the corresponding menu in minibuf.texi.
5225
e4372165
EZ
5226 * minibuf.texi (Reading File Names): Document `read-shell-command'
5227 and `minibuffer-local-shell-command-map'.
5228
5d8dda33
MR
52292008-10-19 Martin Rudalics <rudalics@gmx.at>
5230
5231 * windows.texi (Resizing Windows): Remove var{} around "window" in
5232 documentation of enlarge-window.
5233 Rewrite documentation of window-min-height and window-min-width.
5234
437706cd
EZ
52352008-10-19 Eli Zaretskii <eliz@gnu.org>
5236
80f85d7c
EZ
5237 * functions.texi (Calling Functions): Document `apply-partially'.
5238
291703b5
EZ
5239 * hooks.texi (Standard Hooks): Mention
5240 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5241
5242 * variables.texi (File Local Variables): Document
5243 `file-local-variables-alist', `before-hack-local-variables-hook'
5244 and `hack-local-variables-hook'.
5245
583d8b3c
EZ
5246 * processes.texi (Synchronous Processes): Document `process-lines'.
5247
5dcb4c4e
SM
5248 * customize.texi (Variable Definitions):
5249 Document `custom-reevaluate-setting'.
437706cd 5250
7e51d89b
MR
52512008-10-18 Martin Rudalics <rudalics@gmx.at>
5252
5253 * windows.texi (Choosing Window, Deleting Windows)
5254 (Displaying Buffers): Expand documentation of dedicated windows.
5255
43c59a3d
EZ
52562008-10-18 Eli Zaretskii <eliz@gnu.org>
5257
018a960d
EZ
5258 * files.texi (Changing Files): Document symbolic input of file
5259 modes to `set-file-modes'. Document `read-file-modes' and
5260 `file-modes-symbolic-to-number'.
5261
2c0b8144
EZ
5262 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5263 and `search-map'.
5264
5dcb4c4e
SM
5265 * searching.texi (Search and Replace):
5266 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 5267 Document `multi-query-replace-map'.
80120f13 5268
6d4913f0 5269 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
5270 (Completion Commands, Reading File Names):
5271 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
5272 `minibuffer-local-filename-must-match-map'.
5273 (Minibuffer Completion): The `require-match' argument to
5274 `completing-read' can now have the value `confirm-only'.
5275
43c59a3d
EZ
5276 * windows.texi (Displaying Buffers): Minor wording fix.
5277 (Choosing Window): `split-height-threshold' can now be nil.
5278 Document `split-width-threshold'. `pop-up-frames' can have the
5279 value `graphic-only'.
5280
f36acfd9
EZ
52812008-10-17 Eli Zaretskii <eliz@gnu.org>
5282
5283 * os.texi (Startup Summary): Document `before-init-time' and
5284 `after-init-time'. Document `initial-window-system' and
5285 `window-system-initialization-alist'. Document reading the
5286 abbrevs file. Document the call to `server-start' under --daemon.
5287 Rearrange a bit to be consistent with the code flow.
53728487
EZ
5288 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5289 (Time Parsing): Document `format-seconds'.
f36acfd9 5290
96995b89
MR
52912008-10-17 Martin Rudalics <rudalics@gmx.at>
5292
5293 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5294 and reword.
5295
2de17c73
EZ
52962008-10-16 Eli Zaretskii <eliz@gnu.org>
5297
5298 * markers.texi (The Mark): Document use-region-p.
5299
9cf52b11
EZ
53002008-10-15 Eli Zaretskii <eliz@gnu.org>
5301
c3aaf1d7
EZ
5302 * internals.texi (Writing Emacs Primitives): The interactive spec
5303 of a primitive can be a Lisp form.
5304
841a1743
EZ
5305 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5306 values of transient-mark-mode. Document handle-shift-selection.
5307
5308 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5309 (Interactive Examples): Show an example of `^'.
5310 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
5311 (Defining Commands, Using Interactive): The interactive-form of a
5312 function can be added via its symbol's property.
841a1743 5313
52441368
EZ
5314 * positions.texi (List Motion): beginning-of-defun-function can
5315 now accept an argument.
5316
8e8c1a72
EZ
5317 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5318 now return a list of strings.
5319
a33a1f2a
EZ
5320 * control.texi (Handling Errors): Document ignore-errors.
5321
4fb04348
EZ
5322 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5323 (Parameter Access): Document set-frame-parameter.
5324
ee666f84
EZ
5325 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5326 Hooks" for the effect of kill-all-local-variables on local hook
5327 functions.
5328
9cf52b11
EZ
5329 * modes.texi (Major Mode Conventions, Mode Line Variables):
5330 `mode-name' need not be a string. xref to "Mode Line Data" for
5331 details, and to "Emulating Mode Line" for computing a string
5332 value.
5333
22526bc4
EZ
53342008-10-14 Eli Zaretskii <eliz@gnu.org>
5335
a65f6a85
EZ
5336 * processes.texi (System Processes): New section.
5337 (Processes, Signals to Processes): Add xrefs to it.
5338
5339 * objects.texi (Editing Types): A `process' is a subprocess of
5340 Emacs, not just any process running on the OS.
5341
5342 * elisp.texi (Top): Adjust the @detailmenu for the above two
5343 changes.
5344
2724b26a
EZ
5345 * sequences.texi (Char-Tables): Remove documentation of
5346 set-char-table-default, which has no effect since Emacs 23.
5347 <char-table-range, set-char-table-range>: Don't mention generic
5348 characters and charsets. Add a cons cell as a possible argument.
5349
5350 * nonascii.texi (Splitting Characters)
5351 (Translation of Characters): Don't mention generic characters.
5352
5353 * display.texi (Fontsets): Don't mention generic characters.
5354
22526bc4 5355 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 5356 argument FUNCTION with a cons cell as KEY.
22526bc4 5357
eaf4b689
EZ
53582008-10-13 Eli Zaretskii <eliz@gnu.org>
5359
45e46036
EZ
5360 * objects.texi (Primitive Function Type): Move "@cindex special
5361 forms" from here...
5362
5363 * eval.texi (Special Forms): ...to here.
5364
5365 * functions.texi (What Is a Function): `functionp' returns nil for
5366 special forms. Add an xref.
5367
eaf4b689
EZ
5368 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5369 Variables".
5370
5371 * variables.texi (Frame-Local Variables): New section.
5372 (Buffer-Local Variables): Add an xref to it.
5373 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5374 have both frame-local and buffer-local binding.
5375
5376 * frames.texi (Frames): Mention multiple tty frames.
5377 (Frame Parameters, Parameter Access): Mention frame-local variable
5378 bindings.
5379
15688fce
GM
53802008-09-20 Glenn Morris <rgm@gnu.org>
5381
5382 * display.texi (Defining Faces): Recommend against face variables.
5383
35539065
JB
53842008-09-16 Juanma Barranquero <lekktu@gmail.com>
5385
5386 * display.texi (Echo Area Customization): Fix typo.
5387
6a57054b
JB
53882008-09-09 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * loading.texi (Where Defined): Add `defface' item.
5391
d632fb82
MR
53922008-09-06 Martin Rudalics <rudalics@gmx.at>
5393
5394 * loading.texi (Where Defined): Fix description of symbol-file.
5395
905a9adb
JR
53962008-08-26 Jason Rumney <jasonr@gnu.org>
5397
5398 * display.texi (TIFF Images): New section describing :index property.
5399
852e91b7
CY
54002008-08-23 Chong Yidong <cyd@stupidchicken.com>
5401
5402 * display.texi (Temporary Displays): Remove unnecessary comment
5403 about usage of temp-buffer-show-hook.
5404
6be001ee
CY
54052008-08-05 Chong Yidong <cyd@stupidchicken.com>
5406
5407 * symbols.texi (Other Plists): Fix incorrect example.
5408 Suggested by Florian Beck.
5409
58e3d8e8
JB
54102008-07-31 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * os.texi: Fix previous change.
5413
7c2fb837
DN
54142008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5415
5416 * os.texi:
5417 * intro.texi:
5418 * files.texi: Remove VMS support.
5419
9e2a2647
DN
54202008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5421
5422 * os.texi:
5423 * frames.texi:
5424 * display.texi: Remove mentions of Mac Carbon.
5425
c4f4682b
MB
54262008-07-01 Miles Bader <miles@gnu.org>
5427
5428 * text.texi (Special Properties):
5429 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5430
3696411e
JB
54312008-06-28 Johan Bockgård <bojohan@gnu.org>
5432
5433 * display.texi (Other Image Types): Fix copy/paste error; say
5434 "PBM", not "XBM".
5435
f2a77c3a
DN
54362008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5437
5438 * os.texi: Remove references to obsolete systems.
5439
6d52677d
EZ
54402008-06-20 Eli Zaretskii <eliz@gnu.org>
5441
5442 * makefile.w32-in (distclean): Remove makefile.
5443
1a87da4c
GM
54442008-06-17 Glenn Morris <rgm@gnu.org>
5445
5446 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5447 (elisp, dist): Remove rules and variables that are obsolete now
5448 the lisp manual is no longer distributed separately.
5449
fdda1c5d
GM
54502008-06-16 Glenn Morris <rgm@gnu.org>
5451
646692e9
GM
5452 * configure, configure.in, mkinstalldirs: Remove unused files.
5453
5454 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5455 * vol1.texi (EMACSVER):
6a57054b 5456 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5457
5458 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5459 as per maintain.info.
5460
611bee81
GM
54612008-06-15 Glenn Morris <rgm@gnu.org>
5462
a7bed3a0
GM
5463 * makefile.w32-in (manual): Use "23" rather than "21".
5464
5465 * Makefile.in (emacsver): New, set by configure.
5466 (manual): Use emacsver.
5467
d794edf2
GM
5468 * intro.texi: Report bugs using M-x report-emacs-bug.
5469
611bee81
GM
5470 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5471
c73e02fa
GM
54722008-06-13 Daniel Engeler <engeler@gmail.com>
5473
5474 * elisp.texi, internals.texi, processes.texi: Add documentation
5475 about serial port access.
5476
e40a85cd
MB
54772008-06-05 Miles Bader <miles@gnu.org>
5478
5479 * display.texi (Displaying Faces): Update to reflect function
5480 renamings in face-remap.el.
5481
7b753744
JB
54822008-06-05 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * display.texi (Fontsets): Fix typos.
5485
9d3d42fb
MB
54862008-06-03 Miles Bader <miles@gnu.org>
5487
7b753744
JB
5488 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5489 remove-relative-face-remapping, set-base-face-remapping,
5490 and set-default-base-face-remapping.
9d3d42fb 5491
f2cec7a9
MB
54922008-06-01 Miles Bader <miles@gnu.org>
5493
5494 * display.texi (Displaying Faces): Add face-remapping-alist.
5495
8f39c96d
SM
54962008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5499 variable names.
5500
1ef5eecc
ER
55012008-05-03 Eric S. Raymond <esr@golux>
5502
352c8b4a 5503 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5504 (current-global-map) return references, not copies.
5505
63b4387f
JL
55062008-05-02 Juri Linkov <juri@jurta.org>
5507
5508 * minibuf.texi (Text from Minibuffer): Document a list of
5509 default values for `read-from-minibuffer'.
5510
38a8b703
JB
55112008-04-24 Juanma Barranquero <lekktu@gmail.com>
5512
5513 * nonascii.texi (Translation of Characters): Fix previous change.
5514
7c42e639
CY
55152008-04-20 Chong Yidong <cyd@stupidchicken.com>
5516
5517 * display.texi (Overlay Properties): Clarify role of underlying
5518 textprop and overlay keymaps for display strings.
5519
5520 * keymaps.texi (Active Keymaps): Ditto.
5521
25c0d999
SM
55222008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * minibuf.texi (Programmed Completion):
5525 Replace dynamic-completion-table with the new completion-table-dynamic.
5526
e3af5968
CY
55272008-04-07 Chong Yidong <cyd@stupidchicken.com>
5528
5529 * intro.texi (Some Terms): Change "fonts in this manual" index
5530 entry to "typographic conventions".
5531
6bfc8698
EZ
55322008-04-05 Eli Zaretskii <eliz@gnu.org>
5533
5534 * objects.texi (Text Props and Strings): Add indexing for read
5535 syntax of text properties.
5536
4972c361
SM
55372008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * processes.texi (Decoding Output): Remove process-filter-multibyte
5540 functions.
5541
c70a68db
MR
55422008-03-15 Martin Rudalics <rudalics@gmx.at>
5543
5544 * display.texi (Finding Overlays): Say that empty overlays at
5545 the end of the buffer are reported too.
5546
1291fd36
GM
55472008-03-13 Glenn Morris <rgm@gnu.org>
5548
5549 * elisp.texi (EMACSVER): Set to 23.0.60.
5550
c6b0dfd5
CY
55512008-02-26 Chong Yidong <cyd@stupidchicken.com>
5552
38a8b703 5553 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5554
875fc30c
GM
55552008-02-22 Glenn Morris <rgm@gnu.org>
5556
5557 * frames.texi (Position Parameters): Clarify the description of
5558 `left' and `top', using information from "Geometry".
5559 (Geometry): Give a pointer to "Position Parameters", rather than
5560 repeating information.
5561
d8c8e45a
GM
55622008-02-11 Glenn Morris <rgm@gnu.org>
5563
5564 * objects.texi (Equality Predicates): No longer talk about "two"
5565 functions.
5566
38a8b703 55672008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5568
5569 * objects.texi (Equality Predicates): Add defun for
5570 equal-including-properties.
5571
bfffe0b1
GM
55722008-02-10 Glenn Morris <rgm@gnu.org>
5573
5574 * objects.texi (Equality Predicates):
5575 Mention equal-including-properties.
5576
431b78c9
RS
55772008-02-07 Richard Stallman <rms@gnu.org>
5578
5579 * windows.texi (Window Start): Mention the feature of moving
5580 window-start to start of line.
5581
c8763fb6 55822008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5583
5584 * keymaps.texi (Tool Bar): Document rtl property.
5585
1a256502
TTN
55862008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5587
5588 * display.texi (Button Types):
5589 For define-button-type, clarify type of NAME.
5590
569382c2
MR
55912008-01-19 Martin Rudalics <rudalics@gmx.at>
5592
5593 * buffers.texi (Buffer Modification): Fix typo.
5594
f3041af1
DN
55952008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5596
5597 * os.texi (System Environment): Remove references to OSes that are
5598 not supported anymore.
5599
d35e1cd7
DN
56002008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5601
5602 * os.texi (System Environment): Remove mention for Masscomp.
5603
23af7580
RS
56042008-01-04 Richard Stallman <rms@gnu.org>
5605
5606 * display.texi (Faces): Don't talk about internal face vector as arg
5607 to facep.
5608
5609 * customize.texi (Type Keywords): Fix previous change.
5610
5611 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5612 * elisp.texi (Top): Fix menu for commands.texi change.
5613
ec7d5b1e
RS
56142007-12-30 Richard Stallman <rms@gnu.org>
5615
5dcb4c4e 5616 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5617 (Accessing Scroll): New node broken out of Accessing Mouse.
5618
101a6cea
RS
56192007-12-28 Richard Stallman <rms@gnu.org>
5620
5621 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5622 (Basic Parameters): For `title', refer to title bar.
041817a4 5623 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5624
72b7e664
RS
56252007-12-23 Richard Stallman <rms@gnu.org>
5626
5627 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5628 Improve some of the commented-out keywords' text too.
5629
27a4f445
MR
56302007-12-14 Martin Rudalics <rudalics@gmx.at>
5631
e2e3f1d7
MR
5632 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5633 "visit the current buffer".
5634
27a4f445
MR
5635 * os.texi (System Interface): Fix typo.
5636
a2afc99d
RS
56372007-12-04 Richard Stallman <rms@gnu.org>
5638
5639 * objects.texi (Symbol Type): Fix typo.
5640
b694135c
RS
56412007-12-03 Richard Stallman <rms@gnu.org>
5642
5643 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5644
f99a19da
GM
56452007-12-01 Glenn Morris <rgm@gnu.org>
5646
5647 * functions.texi (Declaring Functions): Improve previous change.
5648
8f4b37d8
GM
56492007-11-30 Glenn Morris <rgm@gnu.org>
5650
5651 * functions.texi (Declaring Functions): Add optional fourth
5652 argument of declare-function, and setting third argument to `t'.
5653
61a2fe01
RS
56542007-11-29 Richard Stallman <rms@gnu.org>
5655
5656 * customize.texi (Composite Types): Document `group' type.
5657
cbfc5193
GM
56582007-11-29 Glenn Morris <rgm@gnu.org>
5659
5dcb4c4e
SM
5660 * functions.texi (Declaring Functions): Add findex.
5661 Mention `external' files.
cbfc5193 5662
8386283a
JB
56632007-11-26 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * functions.texi (Declaring Functions): Fix directive.
5666
a07c9a8b
RS
56672007-11-25 Richard Stallman <rms@gnu.org>
5668
5669 * help.texi (Help Functions): Clean up last change.
5670
5671 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5672
5673 * loading.texi (Named Features): Minor cleanup.
5674
5675 * macros.texi (Eval During Expansion): Minor cleanup.
5676
5677 * variables.texi (Variable Aliases): Minor cleanup.
5678
a0925923
RS
56792007-11-24 Richard Stallman <rms@gnu.org>
5680
5681 * functions.texi (Declaring Functions): Clarify previous change.
5682
5683 * compile.texi (Compiler Errors): Clarify previous change.
5684
20c63e44
RS
56852007-11-24 Richard Stallman <rms@gnu.org>
5686
e5e76c04 5687 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5688 Clarify the text and move items around.
5689
5bb0cda3
GM
56902007-11-24 Glenn Morris <rgm@gnu.org>
5691
5692 * functions.texi (Declaring Functions): New section.
5693 * compile.texi (Compiler Errors): Mention declaring functions,
5694 defvar with no initvalue, and byte-compile-warnings.
5695
af13c86a
MR
56962007-11-15 Martin Rudalics <rudalics@gmx.at>
5697
5698 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5699 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5700
a5373305
MR
57012007-11-13 Martin Rudalics <rudalics@gmx.at>
5702
5703 * help.texi (Help Functions): Document new macro `with-help-window'.
5704
fe284805
JL
57052007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5706
5707 * searching.texi (Replacing Match): Describe new
5708 `match-substitute-replacement'.
5709
2c3a09b1
RS
57102007-10-31 Richard Stallman <rms@gnu.org>
5711
5712 * strings.texi (Creating Strings): Null strings from concat not unique.
5713
f2b480f4
RS
57142007-10-26 Richard Stallman <rms@gnu.org>
5715
5716 * objects.texi (Equality Predicates): Null strings are uniquified.
5717
5718 * minibuf.texi: Minor clarifications in previous change.
5719
db21122c
GM
57202007-10-25 Glenn Morris <rgm@gnu.org>
5721
5722 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5723
2328cbb3
RS
57242007-10-24 Richard Stallman <rms@gnu.org>
5725
5726 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5727
5728 * variables.texi (Frame-Local Variables): Node deleted.
5729 (Variables): Delete Frame-Local Variables from menu.
5730 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5731 (Default Value): Don't mention frame-local vars.
5732
5733 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5734
5735 * loading.texi (Unloading): Document FEATURE-unload-function
5736 instead of FEATURE-unload-hook.
5737
2328cbb3
RS
5738 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5739
c066bafa
JL
57402007-10-22 Juri Linkov <juri@jurta.org>
5741
5742 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5743 (High-Level Completion): Document a list of default value strings
5744 in the DEFAULT argument, for which minibuffer functions return the
5745 first element.
5746
65ced25f
JL
57472007-10-17 Juri Linkov <juri@jurta.org>
5748
5749 * text.texi (Filling): Update arguments of fill-paragraph.
5750 fill-paragraph operates on the active region in Transient Mark mode.
5751 Remove fill-paragraph-or-region.
5752
ee46ec8e
KB
57532007-10-13 Karl Berry <karl@gnu.org>
5754
5755 * elisp.texi (@dircategory): Move to after @copying,
5756 since we want @copying as close as possible to the beginning of
5757 the output.
5758
61bbdbc6
RS
57592007-10-12 Richard Stallman <rms@gnu.org>
5760
5761 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5762
5763 * commands.texi (Distinguish Interactive): New node,
5764 broken out from Interactive Call and rewritten.
5765 (Command Loop): Put Distinguish Interactive in menu.
5766
af23e1e8
RS
57672007-10-09 Richard Stallman <rms@gnu.org>
5768
5769 * text.texi (Examining Properties): Mention overlay priority.
5770
5771 * display.texi (Display Margins): Correct the description
5772 of margin display specifications.
5773 (Replacing Specs): New subnode broken out of Display Property.
5774
e1965a69
JL
57752007-10-06 Juri Linkov <juri@jurta.org>
5776
5777 * text.texi (Filling): Document fill-paragraph-or-region.
5778
4638454b
JB
57792007-10-05 Juanma Barranquero <lekktu@gmail.com>
5780
5781 * display.texi (Auto Faces): Fix typo.
5782
7ed54cc5
RS
57832007-10-02 Richard Stallman <rms@gnu.org>
5784
5785 * display.texi (Display Property): Explain some display specs
5786 don't let you move point in.
5787
5dcb4c4e
SM
5788 * frames.texi (Cursor Parameters):
5789 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5790
5791 * windows.texi (Basic Windows): Don't describe
5792 cursor-in-non-selected-windows here.
5793
305a7ef2
EZ
57942007-10-01 Eli Zaretskii <eliz@gnu.org>
5795
5796 * processes.texi (Misc Network): Note that these functions are
5797 supported only on some systems.
5798
f7a7f4eb
RS
57992007-10-01 Richard Stallman <rms@gnu.org>
5800
5801 * display.texi (Overlay Properties): Explain nil as priority.
5802 Explain that conflicts are unpredictable if not resolved by
5803 priorities.
5804
780d7bb9
RS
58052007-09-23 Richard Stallman <rms@gnu.org>
5806
5807 * macros.texi (Backquote): Minor clarification.
5808
14b4fdfb
RS
58092007-09-19 Richard Stallman <rms@gnu.org>
5810
5811 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5812 Clarify when they work in parallel and when one overrides.
5813 Fix error in example.
14b4fdfb 5814
b8d4c8d0
GM
58152007-09-06 Glenn Morris <rgm@gnu.org>
5816
b3e755a9 5817 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5818 commands to use ../../info.
5819 * Makefile.in (infodir): Go up one more level.
4638454b 5820 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5821 (miscmanualdir): New.
5822 (dist): Use new variable miscmanualdir.
5823 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5824 (usermanualdir): Change from ../man to ../emacs.
5825
1bb1f7d3
MR
58262007-08-30 Martin Rudalics <rudalics@gmx.at>
5827
5828 * commands.texi (Command Loop Info): Advise against changing
5829 most variables described here. Explain new variable
5830 last-repeatable-command.
5831
b8d4c8d0
GM
58322007-08-29 Glenn Morris <rgm@gnu.org>
5833
5834 * elisp.texi (EMACSVER): Increase to 23.0.50.
5835
58362007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5837
5838 * frames.texi (Basic Parameters): Add display-environment-variable
5839 and term-environment-variable.
5840
58412007-08-28 Juri Linkov <juri@jurta.org>
5842
5843 * display.texi (Image Formats, Other Image Types): Add SVG.
5844
58452007-08-28 Juri Linkov <juri@jurta.org>
5846
5847 * display.texi (Images): Move formats-related text to new node
5848 "Image Formats".
5849 (Image Formats): New node.
5850
619fb9ee
RS
58512007-08-27 Richard Stallman <rms@gnu.org>
5852
5853 * windows.texi (Window Configurations): Clarify what
5854 a window configuration saves.
5855
b8d4c8d0
GM
58562007-08-25 Richard Stallman <rms@gnu.org>
5857
5858 * display.texi (Images): Delete redundant @findex.
5859
39f9da30
GM
58602007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * text.texi (Change Hooks): (after|before)-change-functions are no
5863 longer bound to nil while running; rather inhibit-modification-hooks
5864 is t.
5865
b8d4c8d0
GM
58662007-08-16 Richard Stallman <rms@gnu.org>
5867
5dcb4c4e
SM
5868 * processes.texi (Asynchronous Processes):
5869 Clarify doc of start-file-process.
b8d4c8d0
GM
5870
58712007-08-08 Martin Rudalics <rudalics@gmx.at>
5872
5873 * modes.texi (Example Major Modes): Fix typo.
5874
58752007-08-08 Glenn Morris <rgm@gnu.org>
5876
5877 * intro.texi (nil and t): Do not use `iff' in documentation.
5878
5879 * tips.texi (Documentation Tips): Recommend against `iff'.
5880
58812007-08-07 Chong Yidong <cyd@stupidchicken.com>
5882
5883 * display.texi (Image Cache): Document image-refresh.
5884
58852007-08-06 Martin Rudalics <rudalics@gmx.at>
5886
5887 * windows.texi (Size of Window): Document window-full-width-p.
5888
58892007-07-25 Glenn Morris <rgm@gnu.org>
5890
5891 * gpl.texi (GPL): Replace license with GPLv3.
5892
5893 * Relicense all FSF files to GPLv3 or later.
5894
58952007-07-24 Michael Albinus <michael.albinus@gmx.de>
5896
4638454b
JB
5897 * processes.texi (Synchronous Processes):
5898 Add `process-file-shell-command'.
b8d4c8d0
GM
5899 (Asynchronous Processes): Mention restricted use of
5900 `process-filter' and `process-sentinel' in
5901 `start-file-process'. Add `start-file-process-shell-command'.
5902
59032007-07-17 Michael Albinus <michael.albinus@gmx.de>
5904
5905 * files.texi (Magic File Names): Introduce optional parameter
5906 IDENTIFICATION for `file-remote-p'.
5907
59082007-07-16 Richard Stallman <rms@gnu.org>
5909
5910 * display.texi (Defining Faces): Fix previous change.
5911
59122007-07-14 Richard Stallman <rms@gnu.org>
5913
5914 * control.texi (Handling Errors): Document `debug' in handler list.
5915
59162007-07-10 Richard Stallman <rms@gnu.org>
5917
5918 * display.texi (Defining Faces): Explain C-M-x feature for defface.
5919
59202007-07-09 Richard Stallman <rms@gnu.org>
5921
5922 * files.texi (Magic File Names): Rewrite previous change.
5923
59242007-07-08 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * files.texi (Magic File Names): Introduce optional parameter
5927 CONNECTED for `file-remote-p'.
5928
59292007-07-07 Michael Albinus <michael.albinus@gmx.de>
5930
5931 * processes.texi (Asynchronous Processes):
5932 * files.texi (Magic File Names): Add `start-file-process'.
5933
59342007-06-27 Richard Stallman <rms@gnu.org>
5935
5dcb4c4e
SM
5936 * files.texi (Format Conversion Piecemeal):
5937 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
5938
59392007-06-27 Michael Albinus <michael.albinus@gmx.de>
5940
4638454b
JB
5941 * files.texi (Magic File Names): Remove `dired-call-process'.
5942 Add `process-file'.
b8d4c8d0
GM
5943
59442007-06-27 Kenichi Handa <handa@m17n.org>
5945
5946 * text.texi (Special Properties): Fix description about
4638454b 5947 `composition' property.
b8d4c8d0
GM
5948
59492007-06-26 Kenichi Handa <handa@m17n.org>
5950
5951 * nonascii.texi (Default Coding Systems): Document about the
5952 return value `undecided'.
5953
59542007-06-25 David Kastrup <dak@gnu.org>
5955
5956 * keymaps.texi (Active Keymaps): Document new POSITION argument of
5957 `current-active-maps'.
5958
59592007-06-24 Karl Berry <karl@gnu.org>
5960
4638454b 5961 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
5962
59632007-06-15 Juanma Barranquero <lekktu@gmail.com>
5964
5965 * display.texi (Overlay Arrow): Doc fix.
5966
59672007-06-14 Karl Berry <karl@tug.org>
5968
5969 * anti.texi (Antinews): Typo.
5970
59712007-06-14 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * display.texi (Image Cache): Document image-refresh.
5974
59752007-06-12 Karl Berry <karl@gnu.org>
5976
5977 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
5978 * two-volume.make: New file.
5979 * .cvsignore: Ignore two-volume files.
5980
59812007-06-12 Tom Tromey <tromey@redhat.com>
5982
5983 * os.texi (Init File): Document user-emacs-directory.
5984
59852007-06-03 Nick Roberts <nickrob@snap.net.nz>
5986
5987 * commands.texi (Click Events): Describe width and height when
5988 object is nil.
5989
59902007-05-30 Nick Roberts <nickrob@snap.net.nz>
5991
5dcb4c4e
SM
5992 * commands.texi (Click Events): Layout more logically.
5993 Describe width and height.
b8d4c8d0
GM
5994 (Drag Events, Motion Events): Update to new format for position.
5995
59962007-06-02 Richard Stallman <rms@gnu.org>
5997
5998 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
5999
60002007-06-02 Chong Yidong <cyd@stupidchicken.com>
6001
6002 * Version 22.1 released.
6003
60042007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * text.texi (Special Properties): Correct meaning of fontified face.
6007
60082007-05-30 Richard Stallman <rms@gnu.org>
6009
6010 * text.texi (Special Properties): Add link to Adjusting Point.
6011
60122007-05-12 Richard Stallman <rms@gnu.org>
6013
6014 * text.texi (Margins): indent-to-left-margin is not the default.
6015 (Mode-Specific Indent): For indent-line-function, the default
6016 is indent-relative.
6017
6018 * modes.texi (Example Major Modes): Explain last line of text-mode
6019 is redundant.
6020
60212007-05-10 Richard Stallman <rms@gnu.org>
6022
6023 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6024
6025 * help.texi (Keys in Documentation): Add reference to
6026 Documentation Tips.
6027
6028 * files.texi (Format Conversion): TO-FN gets three arguments.
6029
6030 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6031
60322007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6033
6034 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6035 * files.texi (Format Conversion): Expand intro; add menu.
6036 (Format Conversion Overview, Format Conversion Round-Trip)
6037 (Format Conversion Piecemeal): New nodes/subsections.
6038 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6039 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6040 (Saving Properties): Delete node/subsection.
6041
60422007-05-07 Karl Berry <karl@gnu.org>
6043
6044 * elisp.texi (EMACSVER): Back to 22.
6045
60462007-05-06 Richard Stallman <rms@gnu.org>
6047
6048 * processes.texi (Accepting Output): Revert most of previous change.
6049
60502007-05-05 Richard Stallman <rms@gnu.org>
6051
6052 * processes.texi (Accepting Output): accept-process-output
6053 uses microseconds, not milliseconds. But that arg is obsolete.
6054
60552007-05-04 Karl Berry <karl@tug.org>
6056
6057 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6058
60592007-05-04 Eli Zaretskii <eliz@gnu.org>
6060
6061 * tips.texi (Documentation Tips): Rearrange items to place the
6062 more important ones first. Add an index entry for hyperlinks.
6063
60642007-05-03 Karl Berry <karl@gnu.org>
6065
6066 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6067 (EMACSVER) [smallbook]: 22 for printed version.
6068
6069 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6070 so restore anchor to normal position after defun. Found by Kevin Ryde.
6071
60722007-04-26 Glenn Morris <rgm@gnu.org>
6073
6074 * elisp.texi (EMACSVER): Increase to 22.1.50.
6075
60762007-04-28 Karl Berry <karl@gnu.org>
6077
6078 * elisp.texi: Improve line breaks on copyright page,
6079 similar layout to emacs manual, 8.5x11 by default.
6080
60812007-04-24 Richard Stallman <rms@gnu.org>
6082
6083 * text.texi (Special Properties): Add xref to Overlay Properties.
6084
6085 * display.texi (Overlay Properties): Add xref to Special Properties.
6086
60872007-04-22 Richard Stallman <rms@gnu.org>
6088
6089 * keymaps.texi (Extended Menu Items): Move the info about
6090 format with cached keyboard binding.
6091
60922007-04-21 Richard Stallman <rms@gnu.org>
6093
6094 * text.texi (Special Properties): Clarify previous change.
6095
6096 * files.texi (File Name Expansion): Clarify previous change.
6097
6098 * display.texi (Attribute Functions): Fix example for
6099 face-attribute-relative-p.
6100
61012007-04-19 Kenichi Handa <handa@m17n.org>
6102
6103 * text.texi (Special Properties): Document composition property.
6104
61052007-04-19 Glenn Morris <rgm@gnu.org>
6106
6107 * files.texi (File Name Expansion): Mention "superroot".
6108
61092007-04-15 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6112 setups.
6113 (Display Feature Testing): Note that display refers to all
6114 physical monitors for multi-monitor setups.
6115
61162007-04-14 Richard Stallman <rms@gnu.org>
6117
6118 * lists.texi (Sets And Lists): Clarify `delete' examples.
6119 Remove spurious xref to same node.
6120 Clarify xref for add-to-list.
6121
61222007-04-12 Nick Roberts <nickrob@snap.net.nz>
6123
6124 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6125 value of lisp-mode-map.
6126
61272007-04-11 Karl Berry <karl@gnu.org>
6128
6129 * anti.texi (Antinews):
6130 * display.texi (Overlay Properties, Defining Images):
6131 * processes.texi (Synchronous Processes, Sentinels):
6132 * syntax.texi (Syntax Table Internals):
6133 * searching.texi (Regexp Special):
6134 * nonascii.texi (Default Coding Systems):
6135 * text.texi (Special Properties):
6136 * minibuf.texi (Basic Completion): Wording to improve breaks in
6137 8.5x11 format.
6138 * elisp.texi (smallbook): New @set to more easily switch between
6139 smallbook and 8.5x11.
6140
61412007-04-11 Richard Stallman <rms@gnu.org>
6142
6143 * text.texi (Lazy Properties): Minor fix.
6144
61452007-04-08 Karl Berry <karl@gnu.org>
6146
6147 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6148 * macros.texi (Backquote): Downcase Backquote in index entries for
6149 consistency.
6150
61512007-04-08 Richard Stallman <rms@gnu.org>
6152
6153 * text.texi (Adaptive Fill): Just describe default,
6154 don't show it (since it contains non-ASCII chars).
6155
61562007-04-07 Karl Berry <karl@gnu.org>
6157
6158 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6159 adaptive-fill-regexp's value, since they are not in the standard
6160 TeX fonts.
6161
61622007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6163
6164 * display.texi (Defining Faces): Fix example.
6165
61662007-04-07 Karl Berry <karl@gnu.org>
6167
6168 * display.texi (Button Buffer Commands): Improve page break.
6169
61702007-04-07 Richard Stallman <rms@gnu.org>
6171
6172 * advice.texi (Activation of Advice): Remove redundant index entry.
6173
6174 * backups.texi: Improve index entries. Remove redundant ones.
6175
6176 * compile.texi (Byte Compilation): Improve index entry.
6177
6178 * hash.texi (Creating Hash): Improve index entry.
6179
6180 * symbols.texi (Definitions): Improve index entry.
6181
6182 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6183
6184 * maps.texi (Standard Keymaps): Remove useless index entry.
6185
6186 * help.texi (Documentation Basics): Remove redundant index entries.
6187
6188 * customize.texi: Improve index entries.
6189 Remove redundant/useless ones.
6190
6191 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6192
6193 * streams.texi (Output Variables): Improve index entry.
6194
6195 * abbrevs.texi (Abbrevs): Remove useless index entry.
6196
6197 * macros.texi (Expansion): Remove useless index entry.
6198
6199 * text.texi: Improve index entries. Remove redundant/useless ones.
6200 (Text Properties, Examining Properties)
6201 (Special Properties): Use "property category" instead of "category"
6202 to refer to the `category' property.
6203
6204 * positions.texi: Improve index entries. Remove useless one.
6205
6206 * lists.texi: Improve index entries. Remove redundant/useless ones.
6207
6208 * os.texi: Improve index entries.
6209 (Timers): Fix previous change.
6210
6211 * buffers.texi: Improve index entries.
6212 (Modification Time): Get rid of term "obsolete buffer".
6213
6214 * debugging.texi: Improve index entries.
6215 (Test Coverage): Add xref to other test coverage ftr.
6216
6217 * eval.texi: Improve index entry. Remove redundant ones.
6218
6219 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6220
6221 * files.texi: Improve index entries. Remove redundant/useless ones.
6222
6223 * objects.texi: Improve index entries.
6224
6225 * processes.texi: Improve index entries.
6226
6227 * modes.texi: Improve index entry. Remove redundant one.
6228
6229 * nonascii.texi: Improve index entries.
6230
6231 * internals.texi: Improve index entries.
6232
6233 * syntax.texi: Improve index entries.
6234
6235 * keymaps.texi (Active Keymaps): Improve index entries.
6236
6237 * commands.texi: Improve index entries. Remove redundant/useless ones.
6238
6239 * frames.texi: Improve index entries. Remove redundant/useless ones.
6240
6241 * markers.texi: Improve index entries. Remove redundant ones.
6242
6243 * tips.texi: Improve index entries.
6244
6245 * loading.texi (Unloading): Improve index entry.
6246
6247 * variables.texi: Improve index entries. Remove redundant one.
6248
6249 * sequences.texi: Improve index entry.
6250
6251 * display.texi: Improve index entries. Remove redundant ones.
6252
6253 * windows.texi: Improve index entries.
6254
6255 * searching.texi: Improve index entries. Remove redundant one.
6256
6257 * strings.texi (Case Tables): Improve last change.
6258
62592007-04-04 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * strings.texi (Case Tables): Document with-case-table and
6262 ascii-case-table.
6263
62642007-04-03 Karl Berry <karl@gnu.org>
6265
6266 * processes.texi (Network): Reword to improve page break.
6267
62682007-04-03 Eli Zaretskii <eliz@gnu.org>
6269
6270 * functions.texi (Inline Functions): Describe more disadvantages
6271 of defsubst, and make advice against it stronger.
6272
62732007-04-02 Karl Berry <karl@gnu.org>
6274
6275 * backups.texi (Backup Names): Avoid widow words.
6276 * modes.texi (Example Major Modes): Align last comment.
6277
62782007-04-01 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * keymaps.texi (Remapping Commands): Document new arg to
6281 command-remapping.
6282
62832007-04-01 Karl Berry <karl@gnu.org>
6284
6285 * processes.texi (Low-Level Network): Typo.
6286 * loading.texi (Hooks for Loading): Avoid double "the".
6287 * keymaps.texi (Key Sequences): No double "and".
6288 (Changing Key Bindings): Shorten to improve line break.
6289
62902007-03-31 Glenn Morris <rgm@gnu.org>
6291
6292 * os.texi (Timers): Fix description of run-at-time TIME formats.
6293
62942007-03-31 Richard Stallman <rms@gnu.org>
6295
6296 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6297 regarding ellipsis.
6298
62992007-03-31 Eli Zaretskii <eliz@gnu.org>
6300
6301 * intro.texi (nil and t):
6302 * symbols.texi (Plists and Alists):
6303 * variables.texi (Variable Aliases, Constant Variables):
6304 * functions.texi (Defining Functions):
6305 * advice.texi (Advising Primitives):
6306 * debugging.texi (Syntax Errors, Compilation Errors):
6307 * minibuf.texi (Minibuffer Windows):
6308 * commands.texi (Adjusting Point):
6309 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6310 (Auto Major Mode, Major Mode Conventions):
6311 * help.texi (Describing Characters):
6312 * files.texi (Create/Delete Dirs, Information about Files)
6313 (File Locks, Writing to Files, Reading from Files)
6314 (Saving Buffers):
6315 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6316 * frames.texi (Finding All Frames):
6317 * positions.texi (Buffer End, Motion):
6318 * markers.texi (The Region):
6319 * text.texi (Deletion, Near Point):
6320 * display.texi (Displaying Messages, Truncation):
6321 * os.texi (Processor Run Time):
6322 * tips.texi (Key Binding Conventions, Programming Tips)
6323 (Warning Tips, Documentation Tips, Comment Tips):
6324 * internals.texi (Memory Usage): Improve indexing.
6325
6326 * variables.texi (Frame-Local Variables):
6327 * functions.texi (Argument List):
6328 * loading.texi (Library Search):
6329 * streams.texi (Output Variables):
6330 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6331 * searching.texi (Replacing Match, Search and Replace):
6332 * processes.texi (Byte Packing, Decoding Output)
6333 (Accepting Output, Network Servers, Shell Arguments):
6334 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6335 * windows.texi (Window Point, Window Start):
6336 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6337 * commands.texi (Reading Input, Keyboard Events):
6338 * minibuf.texi (Reading File Names, Minibuffer Completion)
6339 (Recursive Mini):
6340 * positions.texi (List Motion):
6341 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6342 * numbers.texi (Arithmetic Operations, Math Functions)
6343 (Predicates on Numbers, Comparison of Numbers):
6344 (Numeric Conversions):
6345 * locals.texi (Standard Buffer-Local Variables):
6346 * maps.texi (Standard Keymaps):
6347 * os.texi (User Identification, System Environment, Recording Input)
6348 (X11 Keysyms):
6349 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6350 * backups.texi (Backups and Auto-Saving):
6351 * customize.texi (Customization, Group Definitions)
6352 (Variable Definitions):
6353 * compile.texi (Byte Compilation): Improve index entries.
6354
63552007-03-31 Karl Berry <karl@gnu.org>
6356
6357 * macros.texi (Defining Macros): Avoid widow syllable.
6358
63592007-03-31 Eli Zaretskii <eliz@gnu.org>
6360
6361 * elisp.texi (Top): Postscript -> PostScript.
6362
6363 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6364
63652007-03-31 Markus Triska <markus.triska@gmx.at>
6366
6367 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6368
63692007-03-30 Karl Berry <karl@gnu.org>
6370
6371 * lists.texi (List-related Predicates): Remove spurious @need.
6372 (Setcdr): Use @smallexample to improve page break.
6373 (Association Lists) <assoc>: Reword to improve page break.
6374
6375 * strings.texi (String Conversion): Insert blank line to improve
6376 page break.
6377
6378 * numbers.texi (Random Numbers): Use @minus{}.
6379 (Math Functions): Use @minus{}.
6380
6381 * intro.texi (Acknowledgements): Avoid line breaks before middle
6382 initials.
6383
63842007-03-24 Eli Zaretskii <eliz@gnu.org>
6385
6386 * errors.texi (Standard Errors): Add an index entry.
6387
63882007-03-19 Richard Stallman <rms@gnu.org>
6389
6390 * os.texi (Recording Input): recent-keys now gives 300 keys.
6391
63922007-03-12 Glenn Morris <rgm@gnu.org>
6393
6394 * os.texi: Replace "daylight savings" with "daylight saving"
6395 throughout.
6396
63972007-03-05 Richard Stallman <rms@gnu.org>
6398
5dcb4c4e
SM
6399 * variables.texi (File Local Variables):
6400 Update enable-local-variables values.
b8d4c8d0
GM
6401
64022007-03-04 Richard Stallman <rms@gnu.org>
6403
6404 * syntax.texi (Control Parsing): Minor clarification.
6405
6406 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6407
6408 * sequences.texi (Sequence Functions): Move string-bytes away,
6409 add xref.
6410
6411 * nonascii.texi (Text Representations): Move string-bytes here.
6412
6413 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6414
6415 * minibuf.texi (Basic Completion): Minor clarification.
6416
6417 * markers.texi (The Mark): Clarify existence vs activation of mark.
6418 Other cleanup.
6419
6420 * display.texi (Finding Overlays): Write better example.
6421
6422 * compile.texi (Eval During Compile): Clarify putting macros
6423 in eval-when-compile.
6424
c5602427 64252007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
6426
6427 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6428 load-read-function definition doc.
b8d4c8d0
GM
6429
64302007-02-21 Kim F. Storm <storm@cua.dk>
6431
6432 * strings.texi (Text Comparison): Mention that assoc-string
6433 converts symbols to strings before testing.
6434
64352007-02-17 Kim F. Storm <storm@cua.dk>
6436
6437 * processes.texi (Bindat Spec): Vector types can have optional
6438 element type.
6439 (Bindat Examples): Fix example. Add vector with element type.
6440
64412007-02-16 Andreas Schwab <schwab@suse.de>
6442
6443 * strings.texi (Formatting Strings): Document '+' flag.
6444
64452007-02-15 Juanma Barranquero <lekktu@gmail.com>
6446
6447 * strings.texi (Modifying Strings): Clarify that `clear-string'
6448 always converts the string to unibyte.
6449
64502007-02-14 Kim F. Storm <storm@cua.dk>
6451
6452 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6453 Rewrite glyph code description to refer to these functions.
6454 Remove details of encoding face number and char into integer code.
6455
64562007-02-03 Alan Mackenzie <acm@muc.de>
6457
6458 * loading.texi (Hooks for Loading): Make the description of
6459 `eval-after-load' more detailed, and amend the description of
6460 after-load-alist, in accordance with changes from 2006-05.
6461
64622007-02-03 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * modes.texi (Defining Minor Modes): Document that a :require
6465 keyword or similar may be required to make saved customization
6466 variables work.
6467
64682007-02-03 Eli Zaretskii <eliz@gnu.org>
6469
6470 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6471 Texinfo guidelines and with what texnfo-upd.el expects.
6472 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6473 parts needed by `texinfo-multiple-files-update'.
6474
64752007-02-02 Eli Zaretskii <eliz@gnu.org>
6476
6477 * elisp.texi (Top): Update the top-level menus.
6478
6479 * syntax.texi (Categories): Add index entries.
6480
64812007-02-01 Juanma Barranquero <lekktu@gmail.com>
6482
6483 * display.texi (Attribute Functions): Fix name and description of
6484 the UNDERLINE arg of `set-face-underline-p'.
6485
64862007-01-29 Eli Zaretskii <eliz@gnu.org>
6487
6488 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6489 Variables", and "Standard Keymaps" to the detailed menu.
6490
6491 * variables.texi (Future Local Variables): Add index entry.
6492
64932007-01-28 Richard Stallman <rms@gnu.org>
6494
6495 * tips.texi (Coding Conventions): Clarify the tip about macros
6496 that define a function or a variable.
6497
6498 * files.texi (File Attributes): UID and GID can be floats.
6499 (Magic File Names): Explain why deferring all operations to
6500 the standard handler does not work.
6501
65022007-01-23 Martin Rudalics <rudalics@gmx.at>
6503
6504 * backups.texi (Reverting): Use "buffer" instead of "file"
6505 when talking about major and minor modes.
6506
65072007-01-21 Richard Stallman <rms@gnu.org>
6508
6509 * help.texi (Documentation): Add xref to Documentation Tips.
6510
65112007-01-14 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * tips.texi (Coding Conventions): Fix typos.
6514
65152007-01-05 Richard Stallman <rms@gnu.org>
6516
6517 * modes.texi (Defining Minor Modes): Fix previous change.
6518
65192007-01-03 Richard Stallman <rms@gnu.org>
6520
6521 * customize.texi (Variable Definitions, Customization Types):
6522 Don't use * in doc string for defcustom.
6523
65242007-01-02 Richard Stallman <rms@gnu.org>
6525
6526 * variables.texi (Variable Aliases): Clarify that aliases vars
6527 always have the same value.
6528
6529 * processes.texi (Bindat Spec): Fix Texinfo usage.
6530
6531 * modes.texi (Defining Minor Modes): Explain effect of command
6532 defined with define-global-minor-mode on new buffers.
6533
65342006-12-30 Kim F. Storm <storm@cua.dk>
6535
6536 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6537 `auto-resize-tool-bars'.
6538
65392006-12-30 Richard Stallman <rms@gnu.org>
6540
6541 * keymaps.texi (Active Keymaps): Fix previous change.
6542
65432006-12-30 Nick Roberts <nickrob@snap.net.nz>
6544
6545 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6546
65472006-12-30 Kim F. Storm <storm@cua.dk>
6548
6549 * processes.texi (Bindat Spec): Clarify using field names in
6550 length specifications.
6551
65522006-12-29 Kim F. Storm <storm@cua.dk>
6553
6554 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6555 Add count and index variables for eval forms in repeat blocks.
6556
65572006-12-24 Richard Stallman <rms@gnu.org>
6558
5dcb4c4e
SM
6559 * customize.texi (Variable Definitions):
6560 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6561
65622006-12-19 Kim F. Storm <storm@cua.dk>
6563
6564 * commands.texi (Misc Events): User signals now result in sigusr1
6565 and sigusr2 events which are handled through special-event-map.
6566 (Special Events): User signals and drag-n-drop are special.
6567
65682006-12-17 Richard Stallman <rms@gnu.org>
6569
6570 * loading.texi (Named Features): Explain subfeatures better.
6571
6572 * customize.texi: Use "option" only for user options.
6573 For the keyword values inside defcustom etc, say "keywords".
6574 For :options value's elements, say "elements".
6575 :group should not be omitted.
6576
6577 * syntax.texi (Parsing Expressions): Split up node.
6578 (Motion via Parsing, Position Parse, Parser State)
6579 (Low-Level Parsing, Control Parsing): New subnodes.
6580 (Parser State): Document syntax-ppss-toplevel-pos.
6581
6582 * positions.texi (List Motion): Punctuation fix.
6583
6584 * files.texi (File Name Completion): Document PREDICATE arg
6585 to file-name-completion.
6586
65872006-12-16 Eli Zaretskii <eliz@gnu.org>
6588
6589 * internals.texi (Building Emacs, Writing Emacs Primitives):
6590 Add index entries.
6591
65922006-12-11 Richard Stallman <rms@gnu.org>
6593
6594 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6595 affects face menu. Explain how to make it non-nil without enabling
6596 any fontification.
6597
65982006-12-10 Chong Yidong <cyd@stupidchicken.com>
6599
6600 * modes.texi (Font Lock Basics): Document nil value of
6601 font-lock-defaults.
6602
66032006-12-10 Glenn Morris <rgm@gnu.org>
6604
6605 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6606 value for system-flag argument. Abbrev tables may not be empty
6607 when major modes are loaded.
6608
66092006-12-08 Juanma Barranquero <lekktu@gmail.com>
6610
6611 * makefile.w32-in (maintainer-clean): Partially revert last
6612 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6613 to protect elisp-covers.texi.
6614
66152006-12-07 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6618 Don't remove elisp* info files; they are already deleted by the
6619 `clean' and `distclean' targets, and they are in the $(infodir)
6620 directory, not the current one.
6621
66222006-12-04 Kim F. Storm <storm@cua.dk>
6623
6624 * commands.texi (Misc Events): Update signal events.
6625 (Event Examples): Add signal example.
6626
66272006-11-29 Richard Stallman <rms@gnu.org>
6628
6629 * frames.texi (Visibility of Frames): Explain visible windows
6630 can be covered by others. Add xref for raise-frame.
6631
66322006-11-28 Richard Stallman <rms@gnu.org>
6633
6634 * searching.texi (Regexp Special): Update when ^ is special.
6635
66362006-11-27 Eli Zaretskii <eliz@gnu.org>
6637
6638 * customize.texi (Customization, Common Keywords)
6639 (Group Definitions, Variable Definitions, Composite Types)
6640 (Type Keywords, Customization Types): Add index entries for
6641 various customization keywords.
6642
66432006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6646
c8763fb6 66472006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6648
6649 * frames.texi (Window System Selections): Remove clipboard from
6650 description of selection-coding-system.
6651
66522006-11-06 Richard Stallman <rms@gnu.org>
6653
6654 * lists.texi (List Variables): Document COMPARE-FN.
6655
6656 * keymaps.texi: Avoid use of "binding" to mean a relation;
6657 use it only to refer to the meaning associated with a key.
6658 (Keymaps): Change menu node description.
6659
6660 * elisp.texi (Top): Change menu node description.
6661
6662 * display.texi (Managing Overlays): Document overlay-recenter.
6663
66642006-10-29 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * Makefile.in: Use relative paths to avoid advertising filesystem
6667 contents during compilation.
6668
66692006-10-23 Kim F. Storm <storm@cua.dk>
6670
6671 * commands.texi (Event Input Misc): Update unread-command-events.
6672
66732006-10-23 Nick Roberts <nickrob@snap.net.nz>
6674
6675 * lists.texi (Sets And Lists): Fix typos.
6676
66772006-10-18 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * control.texi (Processing of Errors): Use @var for an argument,
6680 not @code.
6681
66822006-10-16 Richard Stallman <rms@gnu.org>
6683
6684 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6685
6686 * keymaps.texi (Format of Keymaps): Show all the keymap element
6687 patterns that result from menu items.
6688 (Key Lookup): Minor cleanups.
6689
6690 * modes.texi (Precalculated Fontification): Don't say that
6691 not setting font-lock-defaults avoids loading font-lock.
6692
6693 * help.texi (Documentation): Move xref to Emacs Manual here.
6694 (Documentation Basics): From here.
6695 Also doc emacs-lisp-docstring-fill-column.
6696
6697 * elisp.texi: Update version and ISBN.
6698
6699 * commands.texi (Interactive Call): Clarify KEYS arg to
6700 call-interactively is a vector.
6701 (Command Loop Info): Delete anchor in this-command-keys.
6702 Add anchor in this-command-keys-vector.
6703 (Recursive Editing): Document how recursive-edit
6704 handles the current buffer.
6705
67062006-10-13 Chong Yidong <cyd@stupidchicken.com>
6707
6708 * frames.texi (Frame Titles): %c and %l are ignored in
6709 frame-title-format.
6710
67112006-10-11 Richard Stallman <rms@gnu.org>
6712
6713 * keymaps.texi (Key Sequences): Clarify use of kbd.
6714
67152006-10-10 Kim F. Storm <storm@cua.dk>
6716
6717 * lists.texi (Sets And Lists): Add memql.
6718
67192006-10-03 Richard Stallman <rms@gnu.org>
6720
6721 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6722 Clarify :ascii: and :nonascii:.
6723
67242006-09-29 Juri Linkov <juri@jurta.org>
6725
6726 * modes.texi (%-Constructs): Reorder coding systems in the
6727 documentation of %z to the real order displayed in the modeline.
6728
67292006-09-25 Richard Stallman <rms@gnu.org>
6730
6731 * os.texi (Timers): Describe timer-max-repeats.
6732
67332006-09-25 Chong Yidong <cyd@stupidchicken.com>
6734
6735 * os.texi (Timers): Mention with-local-quit.
6736
67372006-09-24 Richard Stallman <rms@gnu.org>
6738
6739 * searching.texi (Searching and Matching): Mention property search.
6740
6741 * commands.texi (Command Loop Info): Explain how read-event affects
6742 this-command-keys.
6743
67442006-09-20 Richard Stallman <rms@gnu.org>
6745
6746 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6747
6748 * windows.texi (Window Start): Minor cleanups.
6749
67502006-09-20 Kim F. Storm <storm@cua.dk>
6751
6752 * windows.texi (Window Start): pos-visible-in-window-p allows
6753 specifying t for position to mean "end of window".
6754 Add window-line-height.
6755
6756 * anti.texi (Antinews): Mention window-line-height.
6757
67582006-09-19 David Kastrup <dak@gnu.org>
6759
6760 * keymaps.texi (Searching Keymaps): Small clarification.
6761
67622006-09-18 Richard Stallman <rms@gnu.org>
6763
6764 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6765 cause keyboard menus.
6766 (Menu Keymaps): Likewise.
6767 (Defining Menus, Keyboard Menus): Clarify.
6768
6769 * text.texi (Fields): Clarify explanation of constrain-to-field.
6770
67712006-09-16 Eli Zaretskii <eliz@gnu.org>
6772
6773 * variables.texi (Tips for Defining): Fix a typo.
6774
67752006-09-15 Richard Stallman <rms@gnu.org>
6776
6777 * keymaps.texi (Remapping Commands, Searching Keymaps)
6778 (Active Keymaps): Clean up previous change.
6779
67802006-09-15 Jay Belanger <belanger@truman.edu>
6781
6782 * gpl.texi: Replace "Library Public License" by "Lesser Public
6783 License" throughout.
6784
67852006-09-15 David Kastrup <dak@gnu.org>
6786
6787 * keymaps.texi (Active Keymaps): Adapt description to use
6788 `get-char-property' instead `get-text-property'. Explain how
6789 mouse events change this. Explain the new optional argument of
6790 `key-binding' and its mouse-dependent lookup.
6791 (Searching Keymaps): Adapt description similarly.
6792 (Remapping Commands): Explain the new optional argument of
6793 `command-remapping'.
6794
67952006-09-14 Richard Stallman <rms@gnu.org>
6796
6797 * keymaps.texi (Searching Keymaps): Clarification.
6798 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6799
68002006-09-13 Richard Stallman <rms@gnu.org>
6801
6802 * objects.texi (Character Type): Node split.
6803 Add xref to Describing Characters.
6804 (Basic Char Syntax, General Escape Syntax)
6805 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6806
68072006-09-11 Richard Stallman <rms@gnu.org>
6808
6809 * display.texi (Display Table Format): Wording clarification.
6810 (Glyphs): Clarifications.
6811
68122006-09-10 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6815 local maps.
6816
68172006-09-10 Kim F. Storm <storm@cua.dk>
6818
6819 * display.texi (Forcing Redisplay): Document return value of
6820 function redisplay.
6821
68222006-09-09 Richard Stallman <rms@gnu.org>
6823
6824 * windows.texi (Window Hooks): Explain limits of
6825 window-scroll-functions.
6826
6827 * display.texi (Fringe Indicators): Update for last change in
6828 indicate-buffer-boundaries.
6829
68302006-09-08 Richard Stallman <rms@gnu.org>
6831
6832 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6833
68342006-09-06 Kim F. Storm <storm@cua.dk>
6835
6836 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6837
6838 * windows.texi (Window Start): Update pos-visible-in-window-p.
6839
68402006-09-04 Richard Stallman <rms@gnu.org>
6841
6842 * processes.texi (Accepting Output): Explain SECONDS=0 for
6843 accept-process-output.
6844
6845 * os.texi (Idle Timers): Explain why timer functions should not
6846 loop until (input-pending-p).
6847
68482006-09-02 Eli Zaretskii <eliz@gnu.org>
6849
6850 * makefile.w32-in (usermanualdir): New variable.
6851 (elisp.dvi): Use it.
6852
68532006-09-01 Eli Zaretskii <eliz@gnu.org>
6854
6855 * buffers.texi (Buffer Modification): Fix last change.
6856
68572006-09-01 Chong Yidong <cyd@stupidchicken.com>
6858
5dcb4c4e
SM
6859 * buffers.texi (Buffer Modification):
6860 Document buffer-chars-modified-tick.
b8d4c8d0
GM
6861
68622006-08-31 Richard Stallman <rms@gnu.org>
6863
6864 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
6865
68662006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
6867
6868 * modes.texi (Syntactic Font Lock):
6869 Mention font-lock-syntactic-face-function
6870 instead of specific faces.
6871
68722006-08-29 Chong Yidong <cyd@stupidchicken.com>
6873
6874 * display.texi (Images): Add xrref to display-images-p.
6875
68762006-08-28 Kenichi Handa <handa@m17n.org>
6877
6878 * nonascii.texi (Lisp and Coding Systems): Fix description of
6879 detect-coding-region.
6880
68812006-08-27 Michael Olson <mwolson@gnu.org>
6882
6883 * processes.texi (Transaction Queues): Remove stray quote
6884 character.
6885
68862006-08-25 Richard Stallman <rms@gnu.org>
6887
6888 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
6889 Add xref.
6890
68912006-08-24 Chong Yidong <cyd@stupidchicken.com>
6892
6893 * os.texi (Timers): Avoid waiting inside timers.
6894
68952006-08-21 Lute Kamstra <lute@gnu.org>
6896
6897 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
6898
68992006-08-20 Richard Stallman <rms@gnu.org>
6900
6901 * os.texi (Idle Timers): New node, split out from Timers.
6902 Document current-idle-time.
6903 * commands.texi (Reading One Event): Update xref.
6904 * elisp.texi (Top): Update subnode menu.
6905
69062006-08-16 Richard Stallman <rms@gnu.org>
6907
6908 * keymaps.texi (Extended Menu Items): Show format of cached
6909 bindings in extended menu items.
6910
6911 * customize.texi (Variable Definitions): Explain when the
6912 standard value expression is evaluated.
6913
69142006-08-15 Chong Yidong <cyd@stupidchicken.com>
6915
6916 * commands.texi (Reading One Event): Explain idleness in
6917 `read-event'.
6918
69192006-08-12 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 6922 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
6923 relevant for Lisp programming.
6924 (Yank Commands): Rewrite introduction.
6925 (Undo): Clarify.
6926 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
6927 (Filling): Remove redundant comment. Clarify return value of
6928 current-justification.
6929 (Margins): Minor clarifications.
6930 (Adaptive Fill): Update default value of adaptive-fill-regexp.
6931 (Sorting): Update definition of sort-lines.
6932 (Columns): Clarify behavior of sort-columns.
6933 (Indent Tabs): Link to Tab Stops in Emacs manual.
6934 (Special Properties): Clarify.
6935 (Clickable Text): Mention Buttons package.
6936
69372006-08-12 Kevin Ryde <user42@zip.com.au>
6938
6939 * os.texi (Time Parsing): Add %z to description of
6940 format-time-string, as per docstring. Add cross reference to
6941 glibc manual for strftime.
6942
69432006-08-08 Richard Stallman <rms@gnu.org>
6944
6945 * modes.texi: Clean up wording in previous change.
6946
69472006-08-07 Chong Yidong <cyd@stupidchicken.com>
6948
6949 * modes.texi (Hooks): Clarify.
6950 (Major Mode Basics): Mention define-derived-mode explicitly.
6951 (Major Mode Conventions): Rebinding RET is OK for some modes.
6952 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 6953 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
6954 (Mode Line Basics): Clarify.
6955 (Mode Line Data): Mention help-echo and local-map in strings.
6956 Explain reason for treatment of non-risky variables.
6957 (Properties in Mode): Clarify.
6958 (Faces for Font Lock): Add font-lock-negation-char-face.
6959
69602006-08-04 Eli Zaretskii <eliz@gnu.org>
6961
6962 * strings.texi (Formatting Strings): Warn against arbitrary
6963 strings as first arg to `format'.
6964
69652006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
6966
6967 * text.texi (Clickable Text): Mention `help-echo' text property.
6968 Update intro, examples and associated explanations.
6969
69702006-07-31 Richard Stallman <rms@gnu.org>
6971
6972 * commands.texi: Update xrefs.
6973 (Event Mod): New node, cut out from old Translating Input.
6974
6975 * maps.texi: Update xrefs.
6976
6977 * keymaps.texi (Translation Keymaps): New node.
6978 Update xrefs from Translating Input to Translation Keymaps.
6979
6980 * elisp.texi (Top): Update subnode menu.
6981
6982 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
6983
6984 * os.texi (System Interface): Fix menu descriptions of some nodes.
6985 (Translating Input): Node deleted.
6986
69872006-07-31 Nick Roberts <nickrob@snap.net.nz>
6988
6989 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
6990
6991 * lists.texi (Sets And Lists): Likewise.
6992
69932006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
6994
6995 * text.texi (Fields): Mention POS
6996 requirement when narrowing is in effect.
6997
69982006-07-28 Richard Stallman <rms@gnu.org>
6999
7000 * display.texi (Face Attributes): Simplify wording.
7001 (Attribute Functions): Clarify meaning of new-frame default
7002 attribute settings.
7003
7004 * customize.texi (Common Keywords): Document how to use
7005 :package-version in a package not in Emacs.
7006
70072006-07-28 Kim F. Storm <storm@cua.dk>
7008
7009 * commands.texi (Reading One Event): Fix last change.
7010
70112006-07-26 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * commands.texi (Reading One Event): Document SECONDS argument for
7014 read-event, read-char, and read-char-exclusive.
7015
70162006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7017
7018 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7019 to ensure correct identification.
7020
70212006-07-24 Richard Stallman <rms@gnu.org>
7022
7023 * text.texi (Clickable Text): Clarify.
7024
7025 * sequences.texi (Vector Functions): Delete duplicate xref.
7026
7027 * objects.texi (Function Type): Clarify.
7028
7029 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7030 modes.
7031
7032 * lists.texi (List Variables): New node.
7033 Material moved from other nodes.
7034
7035 * variables.texi (Setting Variables): add-to-list and
7036 add-to-ordered-list moved to List Variables node.
7037
70382006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * text.texi (Links and Mouse-1):
7041 For mouse-on-link-p, expand on arg POS.
7042
70432006-07-21 Kim F. Storm <storm@cua.dk>
7044
7045 * display.texi (Forcing Redisplay): Don't mention systems which
7046 don't support sub-second timers for redisplay-preemption-period.
7047
7048 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7049
70502006-07-21 Eli Zaretskii <eliz@gnu.org>
7051
7052 * frames.texi (Input Focus): Document that focus-follows-mouse has
7053 no effect on MS-Windows.
7054
70552006-07-18 Richard Stallman <rms@gnu.org>
7056
7057 * display.texi (Forcing Redisplay): Cleanups in previous change.
7058
7059 * processes.texi (Low-Level Network): Make menu more convenient.
7060
70612006-07-18 Kim F. Storm <storm@cua.dk>
7062
7063 * display.texi (Forcing Redisplay): redisplay-preemption-period
7064 only used on window systems. Add xref to Terminal Output.
7065
7066 * os.texi (Terminal Output): baud-rate only controls preemption on
7067 non-window systems. Add xref to Forcing Redisplay.
7068
7069 * processes.texi (Low-Level Network): Rename node "Make Network"
7070 to "Network Processes".
7071
70722006-07-18 Karl Berry <karl@gnu.org>
7073
7074 * variables.texi, functions.texi, customize.texi, loading.texi:
7075 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7076
70772006-07-17 Chong Yidong <cyd@stupidchicken.com>
7078
7079 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7080
70812006-07-17 Richard Stallman <rms@gnu.org>
7082
7083 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7084 Put period and comma inside quotes.
7085
7086 * loading.texi, markers.texi: Use real doublequote inside menus.
7087
7088 * windows.texi: Put point and comma inside quotes.
7089 (Textual Scrolling): Use @samp for error message.
7090
7091 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7092 * strings.texi, streams.texi, processes.texi, os.texi:
7093 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7094 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7095 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7096 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7097 Put point and comma inside quotes.
7098
7099 * control.texi (Processing of Errors): Add command-error-function.
7100
7101 * variables.texi (File Local Variables): Clarify that
7102 file local variables make buffer-local bindings.
7103
7104 * modes.texi (Syntactic Font Lock): Give default for
7105 font-lock-syntax-table.
7106
71072006-07-17 Nick Roberts <nickrob@snap.net.nz>
7108
7109 * text.texi (Special Properties): Clean up previous change.
7110
71112006-07-16 Karl Berry <karl@gnu.org>
7112
7113 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7114 * control.texi: Fix bad page breaks through chapter 10 (control).
7115
7116 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7117 underfull hbox.
7118
71192006-07-15 Nick Roberts <nickrob@snap.net.nz>
7120
7121 * text.texi (Special Properties): Describe fontified text property
7122 in relation to a character (not text).
7123
71242006-07-15 Kim F. Storm <storm@cua.dk>
7125
7126 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7127 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7128 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7129
7130 * anti.texi (Antinews): Mention redisplay function.
7131 The kbd macro existed, but was not documented, before 22.x.
7132 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7133
71342006-07-14 Nick Roberts <nickrob@snap.net.nz>
7135
7136 * display.texi (Displaying Messages): Add anchor.
7137
7138 * frames.texi (Dialog Boxes): Use it.
7139
71402006-07-12 Richard Stallman <rms@gnu.org>
7141
7142 * objects.texi (Frame Type): Explain nature of frames better.
7143
7144 * frames.texi (Frames): Explain nature of frames better.
7145
71462006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7147
7148 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7149
71502006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7151
7152 * frames.texi (Window System Selections): Mention scrap support for Mac.
7153 Default value of x-select-enable-clipboard is t on Mac.
7154
7155 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7156
71572006-07-11 Kim F. Storm <storm@cua.dk>
7158
7159 * display.texi (Forcing Redisplay): Add `redisplay' function.
7160 Don't mention (sit-for -1) -- use (redisplay t) instead.
7161
7162 * commands.texi (Waiting): (sit-for -1) is no longer special.
7163 (sit-for 0) is equivalent to (redisplay).
7164 Iconifying/deiconifying no longer makes sit-for return.
7165
71662006-07-10 Nick Roberts <nickrob@snap.net.nz>
7167
7168 * display.texi (Buttons): Fix typo.
7169
7170 * index.texi, elisp.texi (New Symbols): Comment node out.
7171
71722006-07-09 Richard Stallman <rms@gnu.org>
7173
7174 * display.texi (Truncation): Clean up previous change.
7175
71762006-07-08 Richard Stallman <rms@gnu.org>
7177
7178 * commands.texi (Interactive Call): Use 3 as prefix in example
7179 for execute-extended-command.
7180
7181 * display.texi (Attribute Functions): Move paragraph about
7182 compatibility with Emacs < 21.
7183
71842006-07-09 Kim F. Storm <storm@cua.dk>
7185
7186 * display.texi (Refresh Screen): Clarify force-window-update.
7187 (Truncation): "Normally" indicated by fringe arrows.
7188
71892006-07-08 Eli Zaretskii <eliz@gnu.org>
7190
7191 * windows.texi (Textual Scrolling, Resizing Windows):
7192 * variables.texi (Constant Variables):
7193 * text.texi (Buffer Contents, Deletion, Changing Properties)
7194 (Property Search, Special Properties, Sticky Properties)
7195 (Links and Mouse-1, Fields, Change Hooks):
7196 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7197 (Categories):
7198 * symbols.texi (Other Plists):
7199 * streams.texi (Output Variables):
7200 * processes.texi (Input to Processes, Query Before Exit):
7201 * positions.texi (Word Motion, Text Lines, List Motion):
7202 * os.texi (Init File, System Environment, Sound Output)
7203 (Session Management):
7204 * nonascii.texi (Text Representations, Character Sets)
7205 (Chars and Bytes, Locales):
7206 * modes.texi (Defining Minor Modes, Header Lines):
7207 * minibuf.texi (Minibuffer Contents):
7208 * markers.texi (Information from Markers):
7209 * lists.texi (List Elements, Building Lists, Association Lists):
7210 * keymaps.texi (Tool Bar):
7211 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7212 * functions.texi (What Is a Function, Mapping Functions):
7213 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7214 (Color Names, Text Terminal Colors, Display Feature Testing):
7215 * files.texi (Visiting Functions, File Name Components)
7216 (Unique File Names, Contents of Directories):
7217 * display.texi (Forcing Redisplay, Displaying Messages)
7218 (Temporary Displays, Font Selection, Auto Faces)
7219 (Font Lookup, Fringe Indicators, Display Margins)
7220 (Image Descriptors, Showing Images, Image Cache, Button Types)
7221 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7222 (Display Table Format, Glyphs):
7223 * control.texi (Iteration):
7224 * commands.texi (Command Loop Info, Adjusting Point):
7225 * backups.texi (Making Backups, Auto-Saving):
7226 Remove @tindex entries.
7227
72282006-07-07 Kim F. Storm <storm@cua.dk>
7229
7230 * display.texi (Fringe Cursors): Fix typo.
7231 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7232 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7233
72342006-07-05 Richard Stallman <rms@gnu.org>
7235
7236 * text.texi (Buffer Contents): Add example of text props
7237 in result of buffer-substring.
7238 (Text Properties): Explain better about use of specific property names.
7239 (Property Search): Some cleanups; reorder some functions.
7240
7241 * keymaps.texi (Changing Key Bindings): Cleanup.
7242 Add xref to Key Binding Conventions.
7243
7244 * display.texi (Attribute Functions): Add examples for
7245 face-attribute-relative-p.
7246
7247 * tips.texi (Coding Conventions): Cleanup last change.
7248
72492006-07-05 Karl Berry <karl@gnu.org>
7250
7251 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7252 Remove @setchapternewpage odd.
7253 Result is 1013 pages, down from 1100.
7254
7255 * anti.texi, customize.texi, display.texi, internals.texi:
7256 * minibuf.texi, modes.texi, tips.texi:
7257 Fix overfull/underfull boxes.
7258
72592006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7260
7261 * edebug.texi (Instrumenting):
7262 Add Edebug-specific findex for eval-buffer.
7263 * loading.texi (Loading):
7264 Replace eval-current-buffer with eval-buffer.
7265
72662006-06-30 Nick Roberts <nickrob@snap.net.nz>
7267
7268 * locals.texi (Standard Buffer-Local Variables): Update the list
7269 of variables.
7270
72712006-06-26 Nick Roberts <nickrob@snap.net.nz>
7272
7273 * files.texi (File Name Completion): Point user to the node
7274 "Reading File Names".
7275
72762006-06-24 Eli Zaretskii <eliz@gnu.org>
7277
7278 * files.texi (Contents of Directories): Document case-insensitive
7279 behavior on respective filesystems.
7280
7281 * objects.texi (Character Type): Document that Emacs signals an
7282 error for unsupported Unicode characters specified as \uNNNN.
7283
72842006-06-19 Richard Stallman <rms@gnu.org>
7285
7286 * processes.texi (Bindat Spec): Clarify previous change.
7287
72882006-06-16 Richard Stallman <rms@gnu.org>
7289
7290 * tips.texi (Coding Conventions): Better explain conventions
7291 for definition constructs.
7292
7293 * text.texi (Special Properties): String value of `read-only'
7294 serves as the error message.
7295
7296 * objects.texi (Character Type): Clarify prev. change.
7297 (Non-ASCII in Strings): Mention \u and \U.
7298
7299 * commands.texi (Using Interactive): Explain problem of
7300 markers, etc., in command-history.
7301
73022006-06-14 Kim F. Storm <storm@cua.dk>
7303
7304 * commands.texi (Waiting): Negative arg to sit-for forces
7305 redisplay even if input is pending.
7306
7307 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7308 redisplay. Remove incorrect example of binding redisplay-dont-pause
7309 around (sit-for 0).
7310
73112006-06-13 Richard Stallman <rms@gnu.org>
7312
7313 * display.texi (Forcing Redisplay): Clarify previous change.
7314
73152006-06-13 Romain Francoise <romain@orebokech.com>
7316
7317 * display.texi (Forcing Redisplay): Fix typo.
7318
73192006-06-13 Kim F. Storm <storm@cua.dk>
7320
7321 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7322
73232006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * tips.texi (Coding Conventions): Add `@end itemize'.
7326
73272006-06-10 Richard Stallman <rms@gnu.org>
7328
7329 * tips.texi (Coding Conventions): Explain use of coding systems
7330 to ensure one decoding for strings.
7331
73322006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7333
7334 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7335 syntax.
7336
73372006-06-07 Eli Zaretskii <eliz@gnu.org>
7338
7339 * display.texi (Font Selection): Remove description of
7340 clear-face-cache.
7341
7342 * compile.texi (Eval During Compile): Fix a typo. Add index
7343 entries for possible uses of eval-when-compile.
7344
73452006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7346
7347 * display.texi (Abstract Display): Fix typo.
7348
73492006-06-03 Eli Zaretskii <eliz@gnu.org>
7350
7351 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7352 Reword variable's description.
7353
73542006-06-01 Richard Stallman <rms@gnu.org>
7355
7356 * windows.texi (Splitting Windows): Clarify splitting nonselected
7357 window.
7358
73592006-05-31 Juri Linkov <juri@jurta.org>
7360
7361 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7362
73632006-05-30 Richard Stallman <rms@gnu.org>
7364
7365 * display.texi (Line Height): Fix errors in description of
10d1d0af 7366 default line height and line-height property.
b8d4c8d0
GM
7367
7368 * nonascii.texi (Default Coding Systems): Further clarification.
7369
73702006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7371
7372 * internals.texi (Pure Storage): Mention that an overflow in pure
7373 space causes a memory leak.
7374 (Garbage Collection): If there was an overflow in pure space,
7375 `garbage-collect' returns nil.
7376
73772006-05-30 Eli Zaretskii <eliz@gnu.org>
7378
7379 * nonascii.texi (Default Coding Systems): Fix it some more.
7380
73812006-05-29 Eli Zaretskii <eliz@gnu.org>
7382
7383 * nonascii.texi (Default Coding Systems): Fix last change.
7384
73852006-05-29 Kenichi Handa <handa@m17n.org>
7386
7387 * nonascii.texi (find-operation-coding-system): Describe the new
7388 argument format (FILENAME . BUFFER).
7389
73902006-05-28 Richard Stallman <rms@gnu.org>
7391
7392 * tips.texi (Coding Conventions): Better explain reasons not to
7393 advise other packages or use `eval-after-load'.
7394
73952006-05-29 Kim F. Storm <storm@cua.dk>
7396
7397 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7398 `bindat-idx' and `bindat-raw' for clarity.
7399
74002006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7401
7402 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7403
7404 * display.texi (Display): Add "Abstract Display" to menu.
7405 (Abstract Display, Abstract Display Functions)
7406 (Abstract Display Example): New nodes.
7407 * elisp.texi (Top): Add "Abstract Display" to menu.
7408
74092006-05-27 Chong Yidong <cyd@stupidchicken.com>
7410
7411 * keymaps.texi (Key Sequences): Link to input events definition.
7412 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7413
7414 * files.texi (Changing Files): Document updated argument list for
7415 copy-file.
7416
74172006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7418
7419 * processes.texi (Bindat Functions): Explain term "total length".
7420 Use it in bindat-length and bindat-pack descriptions.
7421
74222006-05-26 Eli Zaretskii <eliz@gnu.org>
7423
7424 * tips.texi (Coding Conventions): Advise against using
7425 eval-after-load in packages. Add an index entry.
7426
74272006-05-25 Juri Linkov <juri@jurta.org>
7428
7429 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7430
7431 * modes.texi (%-Constructs): Add %e, %z, %Z.
7432
74332006-05-25 Richard Stallman <rms@gnu.org>
7434
7435 * elisp.texi (Top): Update subnode menu.
7436
7437 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7438 (Keymaps): Update menu.
7439
74402006-05-25 Chong Yidong <cyd@stupidchicken.com>
7441
7442 * keymaps.texi (Key Sequences): Some clarifications.
7443
74442006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7445
7446 * processes.texi (Bindat Functions): Say "unibyte string"
7447 explicitly for bindat-unpack and bindat-pack descriptions.
7448 (Bindat Examples): Don't call `string-make-unibyte' in example.
7449
74502006-05-25 Chong Yidong <cyd@stupidchicken.com>
7451
5dcb4c4e 7452 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7453 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7454
7455 * keymaps.texi (Changing Key Bindings):
dd7b651b 7456 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7457 * help.texi (Describing Characters): Refer to it.
7458
74592006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7460
7461 * frames.texi (Pointer Shape): @end table -> @end defvar.
7462
74632006-05-22 Richard Stallman <rms@gnu.org>
7464
7465 * elisp.texi (Top): Update subnode menus.
7466
7467 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7468 Contents rewritten; material from old Pointer Shape node moved here.
7469
7470 * display.texi (Pointer Shape): Node deleted.
7471 (Image Descriptors): Minor cleanup.
7472
74732006-05-21 Richard Stallman <rms@gnu.org>
7474
7475 * syntax.texi (Parsing Expressions): Update info on which STATE
7476 elements are ignored.
7477
74782006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7479
7480 * hooks.texi (Standard Hooks): Correct typo.
7481
7482 * gpl.texi (GPL): ifinfo -> ifnottex.
7483
74842006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7485
7486 * searching.texi (Simple Match Data): Warn about match data being
7487 set anew by every search.
7488
74892006-05-17 Richard Stallman <rms@gnu.org>
7490
7491 * minibuf.texi (Minibuffer History): Clarify.
7492
7493 * searching.texi (Regexp Special): Clarify nested regexp warning.
7494
74952006-05-16 Kim F. Storm <storm@cua.dk>
7496
7497 * minibuf.texi (Minibuffer History): Update add-to-history.
7498
74992006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7500
5dcb4c4e
SM
7501 * nonascii.texi (Explicit Encoding):
7502 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7503
75042006-05-14 Richard Stallman <rms@gnu.org>
7505
7506 * buffers.texi (Creating Buffers): Cleanup.
7507
7508 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7509
75102006-05-13 Eli Zaretskii <eliz@gnu.org>
7511
7512 * buffers.texi (Current Buffer): Document that with-temp-buffer
7513 disables undo.
7514
7515 * os.texi (Terminal-Specific): More accurate description of how
7516 Emacs searches for the terminal-specific libraries.
7517
75182006-05-12 Eli Zaretskii <eliz@gnu.org>
7519
7520 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7521 emacs-xtra to @inforef's.
7522
7523 * text.texi (Undo): Document that undo is turned off in buffers
7524 whose names begin with a space.
7525
7526 * buffers.texi (Buffer Names): Add index entries for buffers whose
7527 names begin with a space.
7528 (Creating Buffers): Document that undo is turned off in buffers
7529 whose names begin with a space.
7530
7531 * files.texi (Visiting Functions, Reading from Files)
7532 (Saving Buffers): Mention code and EOL conversions by file I/O
7533 primitives and subroutines.
7534
f4e90db0
SM
7535 * nonascii.texi (Lisp and Coding Systems):
7536 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7537
7538 * display.texi (Defining Faces): Mention `mac', and add an xref to
7539 where window-system is described.
7540
75412006-05-10 Richard Stallman <rms@gnu.org>
7542
7543 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7544
75452006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7546
7547 * variables.texi (File Local Variables): Recommend to quote lambda
7548 expressions in safe-local-variable property.
7549
75502006-05-09 Richard Stallman <rms@gnu.org>
7551
5dcb4c4e
SM
7552 * variables.texi (File Local Variables):
7553 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7554
75552006-05-07 Kim F. Storm <storm@cua.dk>
7556
7557 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7558 from add-to-history.
7559
75602006-05-07 Romain Francoise <romain@orebokech.com>
7561
7562 * commands.texi (Event Input Misc):
7563 * compile.texi (Eval During Compile):
7564 * internals.texi (Buffer Internals):
7565 * minibuf.texi (Initial Input):
7566 * nonascii.texi (Scanning Charsets):
7567 * numbers.texi (Comparison of Numbers):
7568 * windows.texi (Textual Scrolling, Vertical Scrolling):
7569 Fix various typos.
7570
75712006-05-06 Eli Zaretskii <eliz@gnu.org>
7572
7573 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7574 conditional xref's to either emacs or emacs-xtra, depending on
7575 @iftex/@ifnottex.
7576
7577 * minibuf.texi (Minibuffer History): Document add-to-history.
7578
75792006-05-05 Eli Zaretskii <eliz@gnu.org>
7580
7581 * internals.texi (Pure Storage): Mention the pure overflow message
7582 at startup.
7583
c8763fb6 75842006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7585
7586 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7587 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7588 search.
7589
75902006-05-01 Richard Stallman <rms@gnu.org>
7591
7592 * intro.texi (nil and t): Clarify.
7593
7594 * variables.texi (File Local Variables): Suggest using booleanp.
7595
75962006-05-01 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * objects.texi (Type Predicates): Fix typos.
7599
76002006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * intro.texi (nil and t): Add booleanp.
7603
7604 * objects.texi (Type Predicates): Add links for booleanp and
7605 string-or-null-p.
7606
76072006-04-29 Richard Stallman <rms@gnu.org>
7608
7609 * modes.texi (Multiline Font Lock): Rename from
7610 Multi line Font Lock Elements. Much clarification.
7611 (Font Lock Multiline, Region to Fontify): Much clarification.
7612
76132006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * variables.texi (File Local Variables): Remove the special case t for
7616 safe-local-variable.
7617
76182006-04-26 Richard Stallman <rms@gnu.org>
7619
7620 * syntax.texi (Parsing Expressions): Minor cleanup.
7621
76222006-04-18 Richard Stallman <rms@gnu.org>
7623
7624 * tips.texi (Coding Conventions): Explain when the package's
7625 prefix should appear later on (not at the start of the name).
7626
7627 * searching.texi (String Search): Clarify effect of NOERROR.
7628
7629 * modes.texi (Imenu): Clarify what special items do.
7630
7631 * hooks.texi (Standard Hooks): Delete text about old hook names.
7632
76332006-04-17 Romain Francoise <romain@orebokech.com>
7634
7635 * variables.texi (Local Variables): Update the default value of
7636 `max-specpdl-size'.
7637
76382006-04-15 Michael Olson <mwolson@gnu.org>
7639
7640 * processes.texi (Transaction Queues): Mention the new optional
7641 `delay-question' argument for `tq-enqueue'.
7642
76432006-04-13 Bill Wohler <wohler@newt.com>
7644
7645 * customize.texi (Common Keywords): Use dotted notation for
7646 :package-version value. Specify its values. Improve documentation
7647 for customize-package-emacs-version-alist.
7648
76492006-04-12 Bill Wohler <wohler@newt.com>
7650
7651 * customize.texi (Common Keywords): Move description of
7652 customize-package-emacs-version-alist to @defvar.
7653
76542006-04-10 Bill Wohler <wohler@newt.com>
7655
7656 * customize.texi (Common Keywords): Add :package-version.
7657
76582006-04-10 Kim F. Storm <storm@cua.dk>
7659
7660 * text.texi (Buffer Contents): Add NOPROPS arg to
7661 filter-buffer-substring.
7662
76632006-04-08 Kevin Ryde <user42@zip.com.au>
7664
7665 * os.texi (Command-Line Arguments): Update xref to emacs manual
7666 "Command Arguments" -> "Emacs Invocation", per change there.
7667
76682006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7669
7670 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7671 be on one line to help makeinfo not render two spaces after the dot.
7672
76732006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7674
7675 * strings.texi (Predicates for Strings): Add string-or-null-p.
7676
76772006-03-28 Kim F. Storm <storm@cua.dk>
7678
7679 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7680 remarks about systems that don't support fractional seconds.
7681
76822006-03-25 Karl Berry <karl@gnu.org>
7683
7684 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7685 the year list.
7686
76872006-03-21 Nick Roberts <nickrob@snap.net.nz>
7688
7689 * display.texi (Fringe Indicators): Fix typos.
7690
76912006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7692
7693 * tips.texi (Documentation Tips): One can now also write `program'
7694 in front of a quoted symbol in a docstring to prevent making a
7695 hyperlink.
7696
76972006-03-19 Alan Mackenzie <acm@muc.de>
7698
7699 * text.texi (Special Properties): Clarify `fontified' property.
7700
77012006-03-16 Richard Stallman <rms@gnu.org>
7702
7703 * display.texi (Defining Images): Minor cleanup.
7704
77052006-03-16 Bill Wohler <wohler@newt.com>
7706
7707 * display.texi (Defining Images): In image-load-path-for-library,
7708 prefer user's images.
7709
77102006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7713
77142006-03-15 Bill Wohler <wohler@newt.com>
7715
7716 * display.texi (Defining Images): Fix example in
7717 image-load-path-for-library by not recommending that one binds
7718 image-load-path. Just defvar it to placate compiler and only use
7719 it if previously defined.
7720
77212006-03-14 Bill Wohler <wohler@newt.com>
7722
7723 * display.texi (Defining Images): In image-load-path-for-library,
7724 always return list of directories. Update example.
7725
77262006-03-14 Alan Mackenzie <acm@muc.de>
7727
7728 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7729 This describes font-lock-extend-region-function.
7730 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7731 the new node "Region to Fontify".
7732
77332006-03-13 Richard Stallman <rms@gnu.org>
7734
7735 * display.texi (Invisible Text): The impossible position is
7736 now before the invisible text, not after.
7737 (Defining Images): Clean up last change.
7738
77392006-03-11 Bill Wohler <wohler@newt.com>
7740
7741 * display.texi (Defining Images): Add image-load-path-for-library.
7742
77432006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7744
7745 * text.texi (Adaptive Fill): Fix Texinfo usage.
7746
7747 * strings.texi (Creating Strings): Fix Texinfo usage.
7748
7749 * searching.texi (Regexp Special): Use @samp for regular
7750 expressions that are not in Lisp syntax.
7751
77522006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7753
7754 * searching.texi (Regexp Special): Put remark between parentheses
7755 to avoid misreading.
7756
77572006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * searching.texi (Syntax of Regexps): More accurately describe
7760 which characters are special in which situations.
7761 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7762 are not special. Describe in detail when `[' and `]' are special.
7763 (Regexp Backslash): Plenty of regexps with unbalanced square
7764 brackets are valid, so reword that statement.
7765
77662006-03-02 Kim F. Storm <storm@cua.dk>
7767
7768 * keymaps.texi (Tool Bar): Add tool-bar-border.
7769
77702006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7773
77742006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7775
7776 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7777
7778 * files.texi (Locating Files): Suggest additional values for the
7779 SUFFIXES arg of `locate-file'. Update pxref.
7780
7781 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7782 (How Programs Do Loading): Discuss the effects of Auto Compression
7783 mode on `load'.
7784 (Load Suffixes): New node.
7785 (Library Search): Delete description of `load-suffixes'; it was
7786 moved to "Load Suffixes".
7787 (Autoload, Named Features): Mention `load-suffixes'.
7788
77892006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7790
7791 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7792
7793 * windows.texi (Window Tree): Fix typo.
7794
77952006-02-20 Kim F. Storm <storm@cua.dk>
7796
7797 * display.texi (Fringe Indicators): New section.
7798 Move indicate-empty-lines, indicate-buffer-boundaries, and
7799 default-indicate-buffer-boundaries here.
7800 Add fringe-indicator-alist and default-fringes-indicator-alist.
7801 Add list of logical fringe indicator symbols.
7802 Update list of standard bitmap names.
7803 (Fringe Cursors): New section.
7804 Move overflow-newline-into-fringe here.
7805 Add fringe-cursor-alist and default-fringes-cursor-alist.
7806 Add list of fringe cursor symbols.
7807
78082006-02-20 Juanma Barranquero <lekktu@gmail.com>
7809
7810 * commands.texi (Using Interactive): Fix reference to node
7811 "Minibuffers".
7812
78132006-02-19 Richard M. Stallman <rms@gnu.org>
7814
7815 * minibuf.texi (High-Level Completion):
7816 Add xref to read-input-method-name.
7817
7818 * files.texi (Relative File Names): Move file-relative-name here.
7819 (File Name Expansion): From here. Minor clarifications.
7820
7821 * commands.texi (Using Interactive): Add xrefs about reading input.
7822 Clarify remarks about that moving point and mark.
7823 Put string case before list case.
7824
c8763fb6 78252006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7826
7827 * display.texi (Other Display Specs, Image Descriptors):
7828 Revert erroneous changes. The previous description of
7829 image-descriptors as `(image . PROPS)' was correct.
7830
78312006-02-14 Richard M. Stallman <rms@gnu.org>
7832
7833 * variables.texi (File Local Variables): Clarifications.
7834
78352006-02-14 Juanma Barranquero <lekktu@gmail.com>
7836
7837 * variables.texi (File Local Variables): Use @code for a cons
7838 cell, not @var.
7839
78402006-02-13 Chong Yidong <cyd@stupidchicken.com>
7841
7842 * variables.texi (File Local Variables): Document new file local
7843 variable behavior.
7844
78452006-02-10 Kim F. Storm <storm@cua.dk>
7846
7847 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7848
78492006-02-08 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * modes.texi (%-Constructs): Remove obsolete info about
7852 `global-mode-string'.
7853
78542006-02-07 Richard M. Stallman <rms@gnu.org>
7855
7856 * commands.texi (Prefix Command Arguments): Minor cleanup.
7857
7858 * display.texi: "Graphical display", not window system.
7859
7860 * functions.texi (What Is a Function): Fix xref.
7861
7862 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
7863 (Changing Key Bindings): Clarify when remapping is better than
7864 substitute-key-definition.
7865
78662006-02-02 Richard M. Stallman <rms@gnu.org>
7867
7868 * minibuf.texi (Basic Completion): Completion alists are risky.
7869
7870 * keymaps.texi (Active Keymaps): Clarifications.
7871 (Searching Keymaps): New node.
7872 (Keymaps): Update menu.
7873
7874 * frames.texi (Layout Parameters): Minor clarification.
7875 (Drag and Drop): New node.
7876 (Frames): Update menu.
7877
78782006-01-29 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * display.texi (Other Display Specs, Image Descriptors):
7881 Image description is a list, not a cons cell.
7882
78832006-01-28 Luc Teirlinck <teirllm@auburn.edu>
7884
7885 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
7886 list is not necessarily a list).
7887
78882006-01-27 Eli Zaretskii <eliz@gnu.org>
7889
7890 * frames.texi (Layout Parameters): border-width and
7891 internal-border-width belong to the frame, not the window.
7892
78932006-01-19 Richard M. Stallman <rms@gnu.org>
7894
7895 * nonascii.texi (Translation of Characters): Search cmds use
7896 translation-table-for-input. Automatically made local.
7897
7898 * markers.texi (Overview of Markers): Count insertion type
7899 as one of a marker's attributes.
7900
7901 * keymaps.texi (Controlling Active Maps): New node, split out of
7902 Active Keymaps.
7903 (Keymaps): Menu updated.
7904 (Active Keymaps): Give pseudocode to explain how the active
7905 maps are searched. current-active-maps and key-binding moved here.
7906 (Functions for Key Lookup): current-active-maps and key-binding moved.
7907 Clarifications.
7908 (Searching the Keymaps): New subnode.
7909
7910 * elisp.texi (Top): Menu clarification.
7911
7912 * display.texi (Other Display Specs): Delete duplicate entry for
7913 just a string as display spec. Move text about recursive display
7914 specs on such a string.
7915
7916 * commands.texi (Key Sequence Input): Clarify.
7917 Move num-nonmacro-input-events out.
7918 (Reading One Event): num-nonmacro-input-events moved here.
7919
79202006-01-14 Nick Roberts <nickrob@snap.net.nz>
7921
7922 * advice.texi (Simple Advice): Update example to fit argument
7923 change in previous-line.
7924
79252006-01-05 Richard M. Stallman <rms@gnu.org>
7926
7927 * markers.texi (The Mark): Fix in `mark'.
7928
79292006-01-04 Richard M. Stallman <rms@gnu.org>
7930
7931 * processes.texi (Misc Network, Make Network): Minor cleanups.
7932
79332006-01-04 Kim F. Storm <storm@cua.dk>
7934
7935 * processes.texi (Make Network): Add IPv6 addresses and handling.
7936 (Network Feature Testing): Mention (:family ipv6).
7937 (Misc Network): Add IPv6 formats to format-network-address.
7938
79392005-12-30 Richard M. Stallman <rms@gnu.org>
7940
7941 * text.texi (Changing Properties):
7942 Don't use return value of set-text-properties.
7943
79442005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7945
7946 * modes.texi (Mode Line Format): Correct typo in menu.
7947
79482005-12-29 Richard M. Stallman <rms@gnu.org>
7949
7950 * modes.texi (Mode Line Top): New node.
7951 (Mode Line Data): Some text moved to new node.
7952 Explain the data structure more concretely.
7953 (Mode Line Basics): Clarifications.
7954 (Mode Line Variables): Clarify intro paragraph.
7955 (%-Constructs): Clarify intro paragraph.
7956 (Mode Line Format): Update menu.
7957
79582005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7959
7960 * minibuf.texi (Basic Completion): Update lazy-completion-table
7961 examples for removal of ARGS argument.
7962
79632005-12-23 Richard M. Stallman <rms@gnu.org>
7964
7965 * text.texi (Undo): Restore some explanation from the version
7966 that was deleted.
7967
79682005-12-23 Eli Zaretskii <eliz@gnu.org>
7969
7970 * text.texi (Undo): Remove duplicate descriptions of `apply
7971 funname' and `apply delta' elements of the undo list.
7972
79732005-12-20 Richard M. Stallman <rms@gnu.org>
7974
7975 * help.texi (Help Functions): Update documentation of `apropos'.
7976
79772005-12-20 Luc Teirlinck <teirllm@auburn.edu>
7978
7979 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
7980 because it is confusing. If the :help-echo keyword is a function,
7981 it is not directly used as the :help-echo overlay property, as the
7982 xref seems to suggest (it does not take the appropriate args).
7983
79842005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7985
7986 * customize.texi (Common Keywords): Fix Texinfo usage.
7987 (Group Definitions, Variable Definitions): Update for new
7988 conventions for using `*' in docstrings.
7989
7990 * tips.texi (Documentation Tips): Update for new conventions for
7991 using `*' in docstrings.
7992
79932005-12-16 Richard M. Stallman <rms@gnu.org>
7994
7995 * minibuf.texi (Minibuffer Contents): Minor cleanup.
7996
79972005-12-16 Juri Linkov <juri@jurta.org>
7998
7999 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8000
80012005-12-14 Romain Francoise <romain@orebokech.com>
8002
8003 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8004 Fix typo.
8005
80062005-12-11 Juri Linkov <juri@jurta.org>
8007
8008 * minibuf.texi (Completion Commands): Add mention of read-file-name
8009 for filename completion keymaps.
8010 (Reading File Names): Add mention of filename completion keymaps
8011 for read-file-name and xref to `Completion Commands'.
8012
80132005-12-10 Richard M. Stallman <rms@gnu.org>
8014
8015 * customize.texi (Common Keywords): State caveats for use of :tag.
8016
80172005-12-08 Richard M. Stallman <rms@gnu.org>
8018
8019 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8020 with xrefs and better explanation.
8021 (Completion Commands): Add the filename completion maps.
8022
8023 * objects.texi (Character Type): Clarify that \s is not space
8024 if a dash follows.
8025
80262005-12-05 Richard M. Stallman <rms@gnu.org>
8027
8028 * windows.texi (Resizing Windows): Delete preserve-before args.
8029
80302005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8033 in full keymaps, since the quirk has been fixed.
8034
80352005-12-03 Eli Zaretskii <eliz@gnu.org>
8036
5dcb4c4e
SM
8037 * hooks.texi (Standard Hooks): Add index entries.
8038 Mention `compilation-finish-functions'.
b8d4c8d0
GM
8039
80402005-11-27 Richard M. Stallman <rms@gnu.org>
8041
8042 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8043
80442005-11-21 Juri Linkov <juri@jurta.org>
8045
8046 * customize.texi (Common Keywords): Update links types
8047 custom-manual and url-link. Add link types emacs-library-link,
8048 file-link, function-link, variable-link, custom-group-link.
8049
80502005-11-20 Chong Yidong <cyd@stupidchicken.com>
8051
8052 * display.texi: Revert 2005-11-20 change.
8053
80542005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8055
8056 * processes.texi (Bindat Functions):
8057 Say "third" to refer to zero-based index "2".
8058
80592005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8060
8061 * loading.texi (Library Search): Update the default value of
8062 `load-suffixes'.
8063
80642005-11-17 Chong Yidong <cyd@stupidchicken.com>
8065
8066 * display.texi (Attribute Functions): Mention :ignore-defface.
8067
80682005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8071 (Minor Mode Conventions): Mention the use of a hook.
8072
80732005-11-06 Richard M. Stallman <rms@gnu.org>
8074
8075 * files.texi (Magic File Names): find-file-name-handler checks the
8076 `operations' property of the handler.
8077
80782005-11-03 Richard M. Stallman <rms@gnu.org>
8079
8080 * variables.texi (Frame-Local Variables): Small clarification.
8081
80822005-10-29 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * os.texi (Init File): Document ~/.emacs.d/init.el.
8085
80862005-10-29 Richard M. Stallman <rms@gnu.org>
8087
8088 * internals.texi (Garbage Collection): Document memory-full.
8089
80902005-10-28 Bill Wohler <wohler@newt.com>
8091
8092 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8093 for URLs.
8094
80952005-10-28 Richard M. Stallman <rms@gnu.org>
8096
8097 * minibuf.texi (Completion Commands): Clean up prev change.
8098
80992005-10-26 Kevin Ryde <user42@zip.com.au>
8100
8101 * compile.texi (Eval During Compile): Explain recommended uses
8102 of eval-when-compile and eval-and-compile.
8103
81042005-10-27 Masatake YAMATO <jet@gyve.org>
8105
8106 * minibuf.texi (Completion Commands):
8107 Write about new optional argument for `display-completion-list'.
8108
81092005-10-23 Richard M. Stallman <rms@gnu.org>
8110
8111 * display.texi (Overlay Arrow): Clarify about local bindings of
8112 overlay-arrow-position.
8113
81142005-10-22 Eli Zaretskii <eliz@gnu.org>
8115
8116 * internals.texi (Building Emacs): Fix last change.
8117
81182005-10-22 Richard M. Stallman <rms@gnu.org>
8119
8120 * internals.texi (Building Emacs): Document eval-at-startup.
8121
81222005-10-21 Richard M. Stallman <rms@gnu.org>
8123
8124 * loading.texi (Where Defined): load-history contains abs file names.
8125 symbol-file returns abs file names.
8126
81272005-10-19 Kim F. Storm <storm@cua.dk>
8128
8129 * display.texi (Showing Images): Add max-image-size integer value.
8130
81312005-10-18 Chong Yidong <cyd@stupidchicken.com>
8132
8133 * display.texi (Showing Images): Document max-image-size.
8134
81352005-10-17 Richard M. Stallman <rms@gnu.org>
8136
8137 * commands.texi (Quitting): Minor clarification.
8138
8139 * processes.texi (Sentinels): Clarify about output and quitting.
8140 (Filter Functions): Mention with-local-quit.
8141
81422005-10-17 Juri Linkov <juri@jurta.org>
8143
8144 * buffers.texi (Current Buffer):
8145 * commands.texi (Event Input Misc):
8146 * compile.texi (Eval During Compile, Compiler Errors):
8147 * customize.texi (Group Definitions):
8148 * display.texi (Progress, Defining Faces):
8149 * files.texi (Writing to Files):
8150 * modes.texi (Mode Hooks, Defining Minor Modes):
8151 * streams.texi (Output Functions):
8152 * syntax.texi (Syntax Table Functions):
8153 * text.texi (Change Hooks):
8154 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8155
8156 * commands.texi (Quitting): Replace arg `forms' with `body' in
8157 `with-local-quit'.
8158
8159 * positions.texi (Excursions): Replace arg `forms' with `body' in
8160 `save-excursion'.
8161
81622005-10-08 Kim F. Storm <storm@cua.dk>
8163
8164 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8165 Rename manual section accordingly.
8166
81672005-10-04 Kim F. Storm <storm@cua.dk>
8168
8169 * windows.texi (Window Split Tree): New section describing
8170 new function window-split-tree function.
8171
81722005-10-03 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * display.texi (Fringe Size/Pos): Simplify and add detail.
8175
81762005-09-30 Romain Francoise <romain@orebokech.com>
8177
8178 * minibuf.texi (High-Level Completion): Explain that the prompt
8179 given to `read-buffer' should end with a colon and a space.
8180 Update usage examples.
8181
81822005-09-29 Juri Linkov <juri@jurta.org>
8183
8184 * display.texi (Displaying Messages): Rename argument name
8185 `string' to `format-string' in functions `message', `message-box',
8186 `message-or-box'.
8187
81882005-09-26 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * errors.texi (Standard Errors): Correct xrefs.
8191
81922005-09-18 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * display.texi (Defining Images): Update documentation for
8195 `image-load-path'.
8196
81972005-09-17 Richard M. Stallman <rms@gnu.org>
8198
8199 * display.texi (Defining Images): Clean up previous change.
8200
82012005-09-16 Romain Francoise <romain@orebokech.com>
8202
8203 * elisp.texi: Specify GFDL version 1.2.
8204
8205 * doclicense.texi (GNU Free Documentation License): Update to
8206 version 1.2.
8207
82082005-09-15 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * display.texi (Defining Images): Document `image-load-path'.
8211
82122005-09-15 Richard M. Stallman <rms@gnu.org>
8213
8214 * objects.texi (Printed Representation): Minor cleanup.
8215 (Box Diagrams): Minor fix.
8216 (Cons Cell Type): Move (...) index item here.
8217 (Box Diagrams): From here.
8218 (Array Type): Minor fix.
8219 (Type Predicates): Delete index "predicates".
8220 (Hash Table Type): Clarify xref.
8221 (Dotted Pair Notation): Minor fix.
8222
82232005-09-10 Chong Yidong <cyd@stupidchicken.com>
8224
8225 * files.texi (Saving Buffers): Fix typo.
8226
82272005-09-08 Richard M. Stallman <rms@gnu.org>
8228
8229 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8230
82312005-09-08 Chong Yidong <cyd@stupidchicken.com>
8232
8233 * locals.texi (Standard Buffer-Local Variables): Don't include
8234 mode variables for minor modes.
8235 Fix xrefs for buffer-display-count, buffer-display-table,
8236 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8237 enable-multibyte-characters, fill-column, header-line-format,
8238 left-fringe-width, left-margin, and right-fringe-width.
8239
8240 * hooks.texi (Standard Hooks): All hooks should conform to the
8241 standard naming convention now.
8242 Fix xref for `echo-area-clear-hook'.
8243
8244 * display.texi (Usual Display): Note that indicate-empty-lines and
8245 tab-width are buffer-local.
8246
8247 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8248
8249 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8250
8251 * nonascii.texi (Encoding and I/O): Note that
8252 buffer-file-coding-system is buffer-local.
8253
8254 * positions.texi (List Motion): Note that defun-prompt-regexp is
8255 buffer-local.
8256
8257 * text.texi (Auto Filling): Note that auto-fill-function is
8258 buffer-local.
8259 (Undo): Note that buffer-undo-list is buffer-local.
8260
5dcb4c4e
SM
8261 * windows.texi (Buffers and Windows):
8262 Document buffer-display-count.
b8d4c8d0
GM
8263
82642005-09-06 Richard M. Stallman <rms@gnu.org>
8265
8266 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8267 package prefix elsewhere than at the start of the name.
8268
82692005-09-03 Richard M. Stallman <rms@gnu.org>
8270
8271 * tips.texi (Programming Tips): Add conventions for minibuffer
8272 questions and prompts.
8273
82742005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8275
8276 * intro.texi (nil and t): Minor cleanup.
8277 Delete spurious mention of keyword symbols.
8278 (Evaluation Notation): Add index entry.
8279 (A Sample Function Description): Minor cleanup.
8280 (A Sample Variable Description): Not all vars can be set.
8281
82822005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8283
8284 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8285
8286 (Insertion): Document precise type of `insert-char' arg COUNT.
8287
82882005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * modes.texi (Other Font Lock Variables): Sync the default of
8291 font-lock-lines-before.
8292
82932005-08-31 Michael Albinus <michael.albinus@gmx.de>
8294
8295 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8296
82972005-08-29 Richard M. Stallman <rms@gnu.org>
8298
8299 * elisp.texi (Top): Update subnode menu.
8300
8301 * searching.texi (Searching and Matching): Move node.
8302 Rearrange contents and add overall explanation.
8303 (Searching and Case): Move node.
8304 (Searching and Matching): Update menu.
8305
83062005-08-27 Eli Zaretskii <eliz@gnu.org>
8307
8308 * os.texi (Startup Summary): Fix the description of the initial
8309 startup message display.
8310
83112005-08-25 Richard M. Stallman <rms@gnu.org>
8312
8313 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8314
83152005-08-25 Emilio C. Lopes <eclig@gmx.net>
8316
8317 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8318 `next-overlay-change' example.
8319
83202005-08-22 Juri Linkov <juri@jurta.org>
8321
8322 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8323 Fix invert-face. Fix args of face-background.
8324
8325 * display.texi (Standard Faces): Delete node.
8326 (Faces): Add xref to `(emacs)Standard Faces'.
8327 (Displaying Faces): Fix xref to `Standard Faces'.
8328
8329 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8330
83312005-08-20 Alan Mackenzie <acm@muc.de>
8332
8333 * buffers.texi (The Buffer List): Clarify the manipulation of the
8334 buffer list.
8335
83362005-08-14 Richard M. Stallman <rms@gnu.org>
8337
8338 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8339 a regexp.
8340
83412005-08-11 Richard M. Stallman <rms@gnu.org>
8342
8343 * elisp.texi (Top): Update subnode lists.
8344
8345 * display.texi (Inverse Video): Node deleted.
8346
8347 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8348 New nodes split out of Coding Conventions.
8349
8350 * searching.texi (Regular Expressions): Document re-builder.
8351
8352 * os.texi (Time Parsing): New node split out of Time Conversion.
8353
8354 * processes.texi (Misc Network, Network Feature Testing)
8355 (Network Options, Make Network): New nodes split out of
8356 Low-Level Network.
8357
83582005-08-09 Richard M. Stallman <rms@gnu.org>
8359
8360 * frames.texi (Geometry): New node, split from Size and Position.
8361 (Frame Parameters): Refer to Geometry.
8362
8363 * buffers.texi (The Buffer List): Fix xrefs.
8364
8365 * windows.texi (Splitting Windows): Fix xref.
8366
8367 * frames.texi (Layout Parameters): Add xref.
8368
8369 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8370
8371 * keymaps.texi (Menu Bar): Fix xref.
8372
8373 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8374
8375 * modes.texi (%-Constructs): Fix xref.
8376
8377 * frames.texi (Window Frame Parameters): Node split up.
8378 (Basic Parameters, Position Parameters, Size Parameters)
8379 (Layout Parameters, Buffer Parameters, Management Parameters)
8380 (Cursor Parameters, Color Parameters): New subnodes.
8381
83822005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8383
8384 * positions.texi (Screen Lines): Update xref for previous change
8385 in minibuf.texi.
8386
8387 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8388 change in minibuf.texi.
8389
83902005-08-09 Richard M. Stallman <rms@gnu.org>
8391
8392 * tips.texi (Coding Conventions): Minor cleanup.
8393
8394 * modes.texi (Defining Minor Modes): Explain when init-value
8395 can be non-nil.
8396
8397 * elisp.texi (Top): Update submenu for Minibuffer.
8398
8399 * minibuf.texi (Minibuffer Misc): Node split up.
8400 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8401 (Recursive Mini): New nodes split out from Minibuffer Misc.
8402 (Minibuffer Misc): Document max-mini-window-height.
8403
8404 * hash.texi (Defining Hash): Delete stray paren in example.
8405
8406 * display.texi (Echo Area Customization): Don't define
8407 max-mini-window-height here; xref instead.
8408
8409 * commands.texi (Event Input Misc): Update while-no-input.
8410
8411 * advice.texi (Advising Functions): Explain when to use advice
8412 and when to use a hook.
8413
84142005-07-30 Eli Zaretskii <eliz@gnu.org>
8415
8416 * makefile.w32-in (info): Don't run install-info.
8417 ($(infodir)/dir): New target, produced by running install-info.
8418
84192005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8420
8421 * modes.texi (Defining Minor Modes): The keyword for the initial
8422 value is :init-value, not :initial-value.
8423
84242005-07-23 Eli Zaretskii <eliz@gnu.org>
8425
8426 * loading.texi (Autoload): Make the `doctor' example be consistent
8427 with what's in current loaddefs.el. Describe the "fn" magic in
8428 the usage portion of the doc string.
8429
84302005-07-22 Richard M. Stallman <rms@gnu.org>
8431
8432 * internals.texi (Garbage Collection): Clarify previous change.
8433
84342005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8437
84382005-07-18 Juri Linkov <juri@jurta.org>
8439
8440 * commands.texi (Accessing Events):
8441 * frames.texi (Text Terminal Colors, Resources):
8442 * markers.texi (The Mark):
8443 * modes.texi (Defining Minor Modes):
8444 Delete duplicate duplicate words.
8445
84462005-07-16 Richard M. Stallman <rms@gnu.org>
8447
8448 * display.texi (Managing Overlays): Clarify make-overlay
8449 args for insertion types.
8450
84512005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8452
8453 * customize.texi (Variable Definitions):
8454 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8455 `standard-value' is a list too.
8456 (Defining New Types): Use @key{RET} instead of @key{ret}.
8457
84582005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8459
8460 * os.texi (Translating Input): Fix typo.
8461
84622005-07-08 Richard M. Stallman <rms@gnu.org>
8463
8464 * README: Update edition number and size estimate.
8465
8466 * elisp.texi (VERSION): Set to 2.9.
8467
84682005-07-07 Richard M. Stallman <rms@gnu.org>
8469
8470 * book-spine.texinfo: Update Emacs version.
8471
8472 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8473
84742005-07-06 Richard M. Stallman <rms@gnu.org>
8475
8476 * searching.texi (Regexp Search): Clarify what re-search-forward
8477 does when the search fails.
8478
84792005-07-05 Lute Kamstra <lute@gnu.org>
8480
8481 * Update FSF's address in GPL notices.
8482
8483 * doclicense.texi (GNU Free Documentation License):
8484 * gpl.texi (GPL):
8485 * tips.texi (Coding Conventions, Library Headers):
8486 * vol1.texi:
8487 * vol2.texi: Update FSF's address.
8488
84892005-07-04 Richard M. Stallman <rms@gnu.org>
8490
8491 * hooks.texi (Standard Hooks): Add occur-hook.
8492
84932005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8494
8495 * display.texi (The Echo Area): Correct menu.
8496
84972005-07-03 Richard M. Stallman <rms@gnu.org>
8498
8499 * elisp.texi (Top): Update subnode menu for Display.
8500
8501 * display.texi (Displaying Messages): New node, with most
8502 of what was in The Echo Area.
5dcb4c4e 8503 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8504 (Logging Messages): New node with new text.
8505 (Echo Area Customization): New node, the rest of what was
8506 in The Echo Area. Document message-truncate-lines with @defvar.
8507 (Display): Update menu.
8508
8509 * windows.texi (Textual Scrolling): Doc 3 values for
8510 scroll-preserve-screen-position.
8511
8512 * text.texi (Special Properties): Change hook functions
8513 should bind inhibit-modification-hooks around altering buffer text.
8514
8515 * keymaps.texi (Key Binding Commands): Call binding BINDING
8516 rather than DEFINITION.
8517
85182005-06-29 Juanma Barranquero <lekktu@gmail.com>
8519
8520 * variables.texi (Defining Variables): `user-variable-p' returns t
8521 for aliases of user options, nil for alias loops.
8522
85232005-06-28 Richard M. Stallman <rms@gnu.org>
8524
8525 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8526 make-keymap.
8527
85282005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8529
8530 * variables.texi (Setting Variables): Correct and clarify
8531 description of `add-to-ordered-list'.
8532
85332005-06-26 Richard M. Stallman <rms@gnu.org>
8534
8535 * display.texi (Faces): Minor cleanup.
8536
85372005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8538
8539 * display.texi (Faces): `facep' returns t for strings that are
8540 face names.
8541
85422005-06-25 Richard M. Stallman <rms@gnu.org>
8543
8544 * objects.texi (Equality Predicates): Clarify meaning of equal.
8545
8546 * windows.texi (Selecting Windows): save-selected-window
8547 and with-selected-window save and restore the current buffer.
8548
85492005-06-24 Richard M. Stallman <rms@gnu.org>
8550
8551 * numbers.texi (Float Basics): Explain how to test for NaN,
8552 and printing the sign of NaNs.
8553
85542005-06-24 Eli Zaretskii <eliz@gnu.org>
8555
8556 * makefile.w32-in (MAKEINFO): Use --force.
8557
85582005-06-23 Richard M. Stallman <rms@gnu.org>
8559
8560 * display.texi (Face Functions): Correct Texinfo usage.
8561
85622005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8563
8564 * lists.texi (Rings): `ring-elements' now returns the elements of
8565 RING in order.
8566
85672005-06-23 Juanma Barranquero <lekktu@gmail.com>
8568
8569 * markers.texi (The Mark): Texinfo usage fix.
8570
85712005-06-23 Kim F. Storm <storm@cua.dk>
8572
8573 * searching.texi (Entire Match Data): Remove evaporate option for
8574 match-data. Do not mention evaporate option for set-match-data.
8575
85762005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8577
8578 * display.texi (Face Functions): Mention face aliases.
8579
85802005-06-21 Richard M. Stallman <rms@gnu.org>
8581
8582 * anti.texi (Antinews): Texinfo usage fix.
8583
85842005-06-21 Karl Berry <karl@gnu.org>
8585
8586 * elisp.texi: Use @copying.
8587
8588 * elisp.texi: Put @summarycontents and @contents before the Top
8589 node, instead of the end of the file, so that the contents appear
8590 in the right place in the dvi/pdf output.
8591
85922005-06-21 Juri Linkov <juri@jurta.org>
8593
8594 * display.texi (Defining Faces): Add `customized-face'.
8595
85962005-06-20 Kim F. Storm <storm@cua.dk>
8597
8598 * variables.texi (Setting Variables): Any type of element can be
8599 given order in add-to-ordered-list. Compare elements with eq.
8600
8601 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8602
86032005-06-20 Karl Berry <karl@gnu.org>
8604
8605 * syntax.texi (Syntax Flags): Make last column very slightly wider
8606 to avoid "generic comment" breaking on two lines and causing an
8607 underfull box.
8608
86092005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8610
8611 * lists.texi (Rings): Various minor clarifications and corrections.
8612
86132005-06-18 Richard M. Stallman <rms@gnu.org>
8614
8615 * functions.texi (Obsolete Functions): Simplify.
8616
8617 * variables.texi (Variable Aliases): Simplify.
8618
8619 * anti.texi, backups.texi, compile.texi, customization.texi:
8620 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8621 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8622 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8623 * variables.texi: Fix formatting ugliness.
8624
8625 * elisp.texi: Add links to Rings and Byte Packing.
8626 Update version and copyright years.
8627
8628 * minibuf.texi: Fix formatting ugliness.
8629 (Completion Commands): Move keymap vars to the end
8630 and vars completing-read binds to the top.
8631
86322005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8633
8634 * processes.texi: Fix typos.
8635 (Bindat Spec): Correct Texinfo error.
8636 (Byte Packing): Fix ungrammatical sentence.
8637
86382005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8639
8640 * lists.texi (Rings): New node.
8641 (Lists): Add it to menu.
8642
8643 * processes.texi (Byte Packing): New node.
8644 (Processes): Add it to menu.
8645
86462005-06-17 Richard M. Stallman <rms@gnu.org>
8647
8648 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8649
8650 * help.texi (Documentation Basics): Explain the xref to
8651 Documentation Tips.
8652
8653 * debugging.texi (Debugger Commands): Minor fix.
8654
86552005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8656
8657 * edebug.texi (Instrumenting): Eliminate duplicate link.
8658 (Specification List): Replace references to "below", referring to
8659 a later node, with one @ref to that node.
8660
8661 * os.texi (Timers): Timers should save and restore the match data
8662 if they change it.
8663
8664 * debugging.texi (Debugger Commands): Mention that the Lisp
8665 debugger can not step through primitive functions.
8666
86672005-06-16 Juanma Barranquero <lekktu@gmail.com>
8668
8669 * functions.texi (Obsolete Functions): Update argument names of
8670 `make-obsolete' and `define-obsolete-function-alias'.
8671
8672 * variables.texi (Variable Aliases): Update argument names of
8673 `defvaralias', `make-obsolete-variable' and
8674 `define-obsolete-variable-alias'.
8675
86762005-06-15 Kim F. Storm <storm@cua.dk>
8677
8678 * searching.texi (Entire Match Data): Rephrase warnings about
8679 evaporate arg to match-data and set-match-data.
8680
86812005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8682
8683 * elisp.texi (Top): Update detailed menu.
8684
8685 * edebug.texi (Edebug): Update menu.
8686 (Instrumenting): Update xrefs.
8687 (Edebug Execution Modes): Correct xref.
8688 (Jumping): Clarify description of `h' command.
8689 Eliminate redundant @ref.
8690 (Breaks): New node.
8691 (Breakpoints): Is now a subsubsection.
8692 (Global Break Condition): Mention `C-x X X'.
8693 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8694 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8695 (Edebug Display Update): Correct pxref.
8696 (Edebug and Macros): New node.
8697 (Instrumenting Macro Calls): Is now a subsubsection.
8698 Neither arg of `def-edebug-spec' is evaluated.
8699 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8700 (Specification Examples): Fix typo.
8701
87022005-06-14 Lute Kamstra <lute@gnu.org>
8703
8704 * debugging.texi (Function Debugging): Primitives can break on
8705 entry too.
8706
87072005-06-14 Kim F. Storm <storm@cua.dk>
8708
8709 * variables.texi (Setting Variables): Add add-to-ordered-list.
8710
87112005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8714 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8715
87162005-06-13 Lute Kamstra <lute@gnu.org>
8717
8718 * text.texi (Special Properties): Fix cross reference.
8719
87202005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8721
8722 * debugging.texi (Function Debugging): Delete mention of empty
8723 string argument to `cancel-debug-on-entry'. Delete inaccurate
8724 description of the return value of that command.
8725
87262005-06-11 Alan Mackenzie <acm@muc.de>
8727
8728 * text.texi (Adaptive Fill): Amplify the description of
8729 fill-context-prefix.
8730
87312005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8732
8733 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8734
87352005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8736
8737 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8738
87392005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8740
8741 * debugging.texi (Error Debugging): Minor rewording.
8742 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8743 is optional.
8744
87452005-06-10 Lute Kamstra <lute@gnu.org>
8746
8747 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8748 (Top): Give it a title. Correct version number. Give the
8749 detailed node listing a more prominent header.
8750 * intro.texi: Don't set VERSION here a second time.
8751 Mention Emacs's version too.
8752 * anti.texi (Antinews): Use EMACSVER to refer to the current
8753 version of Emacs.
8754
87552005-06-09 Kim F. Storm <storm@cua.dk>
8756
8757 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8758 match-data and set-match-data.
8759
87602005-06-08 Richard M. Stallman <rms@gnu.org>
8761
8762 * searching.texi (Entire Match Data): Clarify when match-data
8763 returns markers and when integers.
8764
8765 * display.texi (Defining Faces): Explain that face name should not
8766 end in `-face'.
8767
8768 * modes.texi (Mode Line Data): Minor cleanup.
8769 (Customizing Keywords): Node split out of Search-based Fontification.
8770 Add example of using font-lock-add-keywords from a hook.
8771 Clarify when MODE should be non-nil, and when nil.
8772
87732005-06-06 Richard M. Stallman <rms@gnu.org>
8774
8775 * modes.texi (Mode Line Data): Explain what happens when the car
8776 of a list is a void symbol.
8777 (Search-based Fontification): Explain MODE arg to
8778 font-lock-add-keywords and warn about calls from major modes.
8779
87802005-06-08 Juri Linkov <juri@jurta.org>
8781
8782 * display.texi (Standard Faces): Add `shadow' face.
8783
87842005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8785
8786 * modes.texi (Major Mode Conventions): A derived mode only needs
8787 to put the call to the parent mode inside `delay-mode-hooks'.
8788
87892005-05-29 Richard M. Stallman <rms@gnu.org>
8790
8791 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8792 new, and what that implies. Clarify.
8793
8794 * files.texi (Locating Files): Clean up the text.
8795
8796 * frames.texi (Window Frame Parameters): Document user-size.
8797 Shorten entry for top by referring to left.
8798
87992005-05-26 Richard M. Stallman <rms@gnu.org>
8800
8801 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8802 is new, and what the implications are. Other clarifications.
8803
88042005-05-24 Richard M. Stallman <rms@gnu.org>
8805
8806 * frames.texi (Dialog Boxes): Minor fixes.
8807
88082005-05-25 Masatake YAMATO <jet@gyve.org>
8809
8810 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8811
88122005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8813
8814 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8815 is optional.
8816
88172005-05-24 Nick Roberts <nickrob@snap.net.nz>
8818
10d1d0af 8819 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8820
88212005-05-23 Lute Kamstra <lute@gnu.org>
8822
8823 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8824 syntax-begin-function over font-lock-beginning-of-syntax-function.
8825
88262005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8827
8828 * minibuf.texi (Reading File Names): Update description of
8829 `read-directory-name'.
8830
8831 * modes.texi (Derived Modes): Clarify :group keyword.
8832
88332005-05-21 Eli Zaretskii <eliz@gnu.org>
8834
8835 * files.texi (Locating Files): New subsection.
8836 Describe locate-file and executable-find.
8837
88382005-05-21 Kevin Ryde <user42@zip.com.au>
8839
8840 * frames.texi (Initial Parameters): Update cross reference to
8841 "Emacs Invocation".
8842
88432005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8844
8845 * keymaps.texi (Active Keymaps): Add anchor.
8846
8847 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8848 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8849 appropriate place.
8850 (Derived Modes): Small clarifications.
8851 (Minor Mode Conventions, Keymaps and Minor Modes):
8852 Replace references to nodes with references to anchors.
8853 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
8854 Clarify description of lists whose first element is an integer.
8855 (Mode Line Variables): Add anchor.
8856 (%-Constructs): Clarify description of integer after %.
8857 (Emulating Mode Line): Describe nil value for FACE.
8858
88592005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8860
8861 * modes.texi (Derived Modes): Correct references to non-existing
8862 variable standard-syntax-table.
8863
88642005-05-17 Lute Kamstra <lute@gnu.org>
8865
8866 * modes.texi (Defining Minor Modes): Mention the mode hook.
8867
88682005-05-15 Kim F. Storm <storm@cua.dk>
8869
8870 * processes.texi (Network): Remove open-network-stream-nowait.
8871 (Network Servers): Remove open-network-stream-server.
8872
88732005-05-15 Luc Teirlinck <teirllm@auburn.edu>
8874
8875 * elisp.texi (Top): Update detailed menu.
8876
8877 * variables.texi: Reorder nodes.
8878 (Variables): Update menu.
8879 (File Local Variables): Do not refer to the `-*-' line as
8880 a "local variables list". Add pxref.
8881
88822005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8883
8884 * elisp.texi (Top): Update detailed menu for node changes.
8885
8886 * modes.texi (Modes): Update Menu.
8887 (Hooks): Move to beginning of chapter.
8888 Most minor modes run mode hooks too.
8889 `add-hook' can handle void hooks or hooks whose value is a single
8890 function.
8891 (Major Modes): Update Menu.
8892 (Major Mode Basics): New node, split off from `Major Modes'.
8893 (Major Mode Conventions): Correct xref. Explain how to handle
8894 auto-mode-alist if the major mode command has an autoload cookie.
8895 (Auto Major Mode): Major update. Add magic-mode-alist.
8896 (Derived Modes): Major update.
8897 (Mode Line Format): Update Menu.
8898 (Mode Line Basics): New node, split off from `Mode Line Format'.
8899
8900 * loading.texi (Autoload): Mention `autoload cookie' as synonym
8901 for `magic autoload comment'. Add index entries and anchor.
8902
89032005-05-14 Richard M. Stallman <rms@gnu.org>
8904
8905 * tips.texi (Coding Conventions): Explain how important it is
8906 that just loading certain files not change Emacs behavior.
8907
8908 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
8909
89102005-05-12 Lute Kamstra <lute@gnu.org>
8911
8912 * modes.texi (Generic Modes): Update.
8913 (Major Modes): Refer to node "Generic Modes".
8914
8915 * elisp.texi (Top): Update to the current structure of the manual.
8916 * processes.texi (Processes): Add menu description.
8917 * customize.texi (Customization): Add menu descriptions.
8918
89192005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8920
8921 * processes.texi (Signals to Processes)
8922 (Low-Level Network): Fix typos.
8923
89242005-05-11 Lute Kamstra <lute@gnu.org>
8925
8926 * elisp.texi (Top): Add some nodes from the chapter "Major and
8927 Minor Modes" to the detailed node listing.
8928
89292005-05-10 Richard M. Stallman <rms@gnu.org>
8930
8931 * keymaps.texi (Extended Menu Items): Menu item filter functions
8932 can be called at any time.
8933
89342005-05-08 Luc Teirlinck <teirllm@auburn.edu>
8935
8936 * variables.texi (File Local Variables): `(hack-local-variables t)'
8937 now also checks whether a mode is specified in the local variables
8938 list.
8939
89402005-05-05 Kevin Ryde <user42@zip.com.au>
8941
8942 * display.texi (The Echo Area): Correct format function cross
8943 reference.
8944
89452005-05-05 Luc Teirlinck <teirllm@auburn.edu>
8946
8947 * variables.texi (Variable Aliases): Change description of
8948 `define-obsolete-variable-alias'.
8949
8950 * functions.texi (Functions): Add "Obsolete Functions" to menu.
8951 (Defining Functions): Add xref.
8952 (Obsolete Functions): New node.
8953 (Function Safety): Standardize capitalization of section title.
8954
8955 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
8956 (Dialog Boxes): Complete description of `x-popup-dialog'.
8957
89582005-05-04 Richard M. Stallman <rms@gnu.org>
8959
8960 * commands.texi (Interactive Codes): Fix Texinfo usage.
8961 Document U more clearly.
8962
89632005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8964
8965 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
8966 function and not a macro.
8967
8968 * frames.texi (Pop-Up Menus): Correct and clarify description of
8969 `x-popup-menu'.
8970 (Dialog Boxes): Clarify description of `x-popup-dialog'.
8971
89722005-05-01 Richard M. Stallman <rms@gnu.org>
8973
8974 * edebug.texi (Checking Whether to Stop): Fix previous change.
8975
89762005-05-01 Luc Teirlinck <teirllm@auburn.edu>
8977
8978 * display.texi: Fix typos and Texinfo usage.
8979
8980 * edebug.texi (Checking Whether to Stop): executing-macro ->
8981 executing-kbd-macro.
8982
89832005-05-01 Richard M. Stallman <rms@gnu.org>
8984
8985 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
8986
89872005-04-30 Richard M. Stallman <rms@gnu.org>
8988
8989 * files.texi (Magic File Names): Document `operations' property.
8990
89912005-04-29 Lute Kamstra <lute@gnu.org>
8992
8993 * modes.texi (Generic Modes): New node.
8994 (Major Modes): Add it to the menu.
8995 (Derived Modes): Add "derived mode" to concept index.
8996
89972005-04-28 Lute Kamstra <lute@gnu.org>
8998
8999 * modes.texi (Defining Minor Modes): Fix previous change.
9000 (Font Lock Mode): Simplify.
9001 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9002 when set and that some parts are optional. Add cross references.
9003 (Search-based Fontification): Say how to specify font-lock-keywords.
9004 Add cross references. Add font-lock-multiline to index.
9005 Move font-lock-keywords-case-fold-search here from node "Other Font
9006 Lock Variables". Document font-lock-add-keywords and
9007 font-lock-remove-keywords.
9008 (Other Font Lock Variables): Move font-lock-keywords-only,
9009 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9010 and font-lock-syntactic-face-function to node "Syntactic Font
9011 Lock". Move font-lock-keywords-case-fold-search to node
9012 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9013 and font-lock-{,un}fontify-{buffer,region}-function.
9014 (Precalculated Fontification): Remove reference to deleted variable
9015 font-lock-core-only.
9016 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9017 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9018 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9019 and font-lock-syntactic-face-function here from node "Other Font
9020 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9021 Syntax Properties". Add cross references.
9022 (Setting Syntax Properties): New node.
9023 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9024 * syntax.texi (Syntax Properties): Add cross reference.
9025 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9026
90272005-04-26 Richard M. Stallman <rms@gnu.org>
9028
9029 * display.texi (Defining Faces):
9030 Document `default' elements of defface spec.
9031
9032 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9033
9034 * variables.texi (Variable Aliases): Clarify text.
9035
90362005-04-25 Chong Yidong <cyd@stupidchicken.com>
9037
9038 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9039
90402005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9043
90442005-04-24 Eli Zaretskii <eliz@gnu.org>
9045
9046 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9047 syntax-after and syntax-class.
9048
9049 * files.texi (Changing Files): Fix last change's cross-reference.
9050 (Unique File Names): Don't mention "numbers" in the documentation
9051 of make-temp-file and make-temp-name.
9052
90532005-04-23 Richard M. Stallman <rms@gnu.org>
9054
9055 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9056
90572005-04-22 Nick Roberts <nickrob@snap.net.nz>
9058
9059 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9060
90612005-04-22 Nick Roberts <nickrob@snap.net.nz>
9062
9063 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9064 and define-obsolete-variable-alias.
9065
90662005-04-22 Kim F. Storm <storm@cua.dk>
9067
9068 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9069 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9070
90712005-04-21 Lute Kamstra <lute@gnu.org>
9072
9073 * lists.texi (Association Lists): Document rassq-delete-all.
9074
90752005-04-19 Richard M. Stallman <rms@gnu.org>
9076
9077 * modes.texi (Search-based Fontification): Explain that
9078 facespec is an expression to be evaluated.
9079
90802005-04-19 Kevin Ryde <user42@zip.com.au>
9081
9082 * streams.texi (Output Functions): Fix xref.
9083 * strings.texi (String Conversion): Fix xref.
9084
90852005-04-19 Kim F. Storm <storm@cua.dk>
9086
9087 * symbols.texi (Symbol Plists): Add safe-get.
9088 Mention that `get' may signal an error.
9089
90902005-04-18 Nick Roberts <nickrob@snap.net.nz>
9091
9092 * customize.texi (Variable Definitions): Replace tooltip-mode
9093 example with save-place.
9094
90952005-04-17 Richard M. Stallman <rms@gnu.org>
9096
9097 * buffers.texi (Indirect Buffers): Clarify.
9098
9099 * positions.texi (Positions): Clarify converting marker to integer.
9100
9101 * strings.texi (String Basics): Mention string-match; clarify.
9102
91032005-04-08 Lute Kamstra <lute@gnu.org>
9104
9105 * modes.texi (Search-based Fontification): Fix cross references.
9106 Use consistent terminology. Document anchored highlighting.
9107
91082005-04-05 Lute Kamstra <lute@gnu.org>
9109
9110 * modes.texi (Defining Minor Modes): Document :group keyword
9111 argument and its default value.
9112
91132005-04-03 Lute Kamstra <lute@gnu.org>
9114
9115 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9116 references and/or descriptions. Delete major mode hooks; mention
9117 them as a category instead. Rename or delete obsolete hooks.
9118
91192005-04-02 Richard M. Stallman <rms@gnu.org>
9120
9121 * nonascii.texi (Coding System Basics): Another wording cleanup.
9122
91232005-04-01 Richard M. Stallman <rms@gnu.org>
9124
9125 * nonascii.texi (Coding System Basics): Clarify previous change.
9126
91272005-04-01 Kenichi Handa <handa@m17n.org>
9128
10d1d0af 9129 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
9130 identity of coding systems.
9131
91322005-03-29 Chong Yidong <cyd@stupidchicken.com>
9133
9134 * text.texi (Buffer Contents): Add filter-buffer-substring and
9135 buffer-substring-filters.
9136
91372005-03-26 Chong Yidong <cyd@stupidchicken.com>
9138
9139 * anti.texi (Antinews): Mention `G' interactive code.
9140
9141 * tips.texi (Compilation Tips): Mention benchmark.el.
9142
91432005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9144
9145 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9146 is now bound to M-o M-o.
9147
9148 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9149
91502005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9151
9152 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9153 in the Emacs Manual).
9154 * Makefile.in (srcs): Remove calendar.texi.
9155 * makefile.w32-in (srcs): Remove calendar.texi.
9156 * display.texi (Display): Change name of next node.
9157 * os.texi (System In): Change name of previous node.
9158 * elisp.texi (Top): Remove Calendar references.
9159 * vol1.texi (Top): Remove Calendar references.
9160 * vol2.texi (Top): Remove Calendar references.
9161
91622005-03-25 Richard M. Stallman <rms@gnu.org>
9163
9164 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9165 Cleanup previous change.
9166
91672005-03-25 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * display.texi (Face Attributes): Faces earlier in an :inherit
9170 list take precedence.
9171 (Scroll Bars): Fix description of vertical-scroll-bars.
9172 Document frame-current-scroll-bars and window-current-scroll-bars.
9173
9174 * markers.texi (The Mark): Document temporary Transient Mark mode.
9175
9176 * minibuf.texi (Reading File Names):
9177 Document read-file-name-completion-ignore-case.
9178
9179 * positions.texi (Screen Lines): Document nil for width argument
9180 to compute-motion.
9181
91822005-03-23 Kim F. Storm <storm@cua.dk>
9183
9184 * display.texi (Standard Faces): Other faces used in the fringe
9185 implicitly inherits from the fringe face.
9186 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9187 properties implicitly inherits from fringe face.
9188 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9189
91902005-03-20 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * display.texi (Invisible Text): State default value of
9193 line-move-ignore-invisible.
9194 (Managing Overlays): Document remove-overlays.
9195 (Standard Faces): Document escape-glyph face.
9196
9197 * minibuf.texi (Reading File Names): Document read-file-name-function.
9198
9199 * modes.texi (Other Font Lock Variables):
9200 Document font-lock-lines-before.
9201
9202 * positions.texi (Skipping Characters): skip-chars-forward allows
9203 character classes.
9204
92052005-03-18 Lute Kamstra <lute@gnu.org>
9206
9207 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9208
92092005-03-17 Richard M. Stallman <rms@gnu.org>
9210
9211 * text.texi (Undo): Document extensible undo entries.
9212
dd7b651b 9213 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
9214
9215 * nonascii.texi (Character Codes): Minor fix.
9216
9217 * display.texi (Display Property): Explain the significance
9218 of having text properties that are eq.
9219 (Other Display Specs): Explain string as display spec.
9220
9221 * commands.texi (Interactive Codes): Document G option.
9222
92232005-03-17 Chong Yidong <cyd@stupidchicken.com>
9224
9225 * text.texi (Filling): Add sentence-end-without-period and
9226 sentence-end-without-space.
9227 (Changing Properties): Minor fix.
9228
9229 * anti.texi: Total rewrite.
9230
92312005-03-15 Lute Kamstra <lute@gnu.org>
9232
9233 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9234
92352005-03-08 Kim F. Storm <storm@cua.dk>
9236
9237 * display.texi (Specified Space): Property :width is support on
9238 non-graphic terminals, :height is not.
9239
92402005-03-07 Richard M. Stallman <rms@gnu.org>
9241
9242 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9243 Now subnodes of Fringes.
9244 (Overlay Arrow): Document overlay-arrow-variable-list.
9245 (Fringe Size/Pos): New node, broken out of Fringes.
9246 (Display): Explain clearing vs redisplay better.
9247 (Truncation): Clarify use of bitmaps.
9248 (The Echo Area): Clarify the uses of the echo area.
9249 Add max-mini-window-height.
9250 (Progress): Clarify.
9251 (Invisible Text): Explain that main loop moves point out.
9252 (Selective Display): Say "hidden", not "invisible".
9253 (Managing Overlays): Move up. Describe relation to Undo here.
9254 (Overlay Properties): Clarify intro.
9255 (Finding Overlays): Explain return values when nothing found.
9256 (Width): truncate-string-to-width has added arg.
9257 (Displaying Faces): Clarify and update mode line face handling.
9258 (Face Functions): Minor cleanup.
9259 (Conditional Display): Merge into Other Display Specs.
9260 (Pixel Specification, Other Display Specs): Minor cleanups.
9261 (Images, Image Descriptors): Minor cleanups.
9262 (GIF Images): Patents have expired.
9263 (Showing Images): Explain default text for insert-image.
9264 (Manipulating Button Types): Merge into Manipulating Buttons.
9265 (Making Buttons): Explain return values.
9266 (Button Buffer Commands): Add xref.
9267 (Inverse Video): Update mode-line-inverse-video.
9268 (Display Table Format): Clarify.
9269 (Active Display Table): Give defaults for window-display-table.
9270
9271 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9272 and calendar-today-marker are strings, not chars.
9273 (Holiday Customizing): Minor fix.
9274
9275 * internals.texi (Writing Emacs Primitives): Update `or' example.
9276 Update limit on # args of subr.
9277
9278 * edebug.texi (Using Edebug): Arrow is in fringe.
9279 (Instrumenting): Arg to eval-defun works without loading edebug.
9280 (Edebug Execution Modes): Add xref.
9281
9282 * customize.texi (Common Keywords): Clarify :require.
9283 Mention :version here.
9284 (Variable Definitions, Group Definitions): Not here.
9285 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9286
92872005-03-07 Chong Yidong <cyd@stupidchicken.com>
9288 * nonascii.texi (Text Representations): Clarify position-bytes.
9289 (Character Sets): Add list-charset-chars.
9290 (Scanning Charsets): Add charset-after.
9291 (Encoding and I/O): Minor fix.
9292
92932005-03-06 Richard M. Stallman <rms@gnu.org>
9294
9295 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9296 (Resizing Windows): Likewise.
9297
9298 * text.texi (Change Hooks): Get rid of "Emacs 21".
9299
9300 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9301
9302 * streams.texi (Output Variables): Get rid of "Emacs 21".
9303
9304 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9305
9306 * os.texi (Translating Input): Replace flow-control example
9307 with a less obsolete example that uses `keyboard-translate'.
9308
9309 * objects.texi (Hash Table Type, Circular Objects):
9310 Get rid of "Emacs 21".
9311
9312 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9313 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9314
9315 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9316
9317 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9318
9319 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9320 (Menu Bar): Fix when menu-bar-update-hook is called.
9321
9322 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9323
9324 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9325 and make it read better.
9326
9327 * files.texi (Writing to Files): Get rid of "Emacs 21".
9328 (Unique File Names): Likewise.
9329
9330 * elisp.texi: Update Emacs version to 22.
9331
9332 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9333 (Overlay Properties, Face Attributes): Likewise.
9334 (Managing Overlays): Fix punctuation.
9335 (Attribute Functions): Clarify set-face-font; get rid of
9336 info about old Emacs versions.
9337 (Auto Faces, Font Lookup, Display Property, Images):
9338 Get rid of "Emacs 21".
9339
9340 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9341
93422005-03-05 Richard M. Stallman <rms@gnu.org>
9343
9344 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9345
93462005-03-04 Lute Kamstra <lute@gnu.org>
9347
9348 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9349
93502005-03-03 Lute Kamstra <lute@gnu.org>
9351
9352 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9353
93542005-03-01 Lute Kamstra <lute@gnu.org>
9355
9356 * debugging.texi (Debugger Commands): Update `j'.
9357
93582005-02-28 Lute Kamstra <lute@gnu.org>
9359
9360 * debugging.texi (Debugging): Fix typo.
9361 (Error Debugging): Document eval-expression-debug-on-error.
9362 (Function Debugging): Update example.
9363 (Using Debugger): Mention starred stack frames.
9364 (Debugger Commands): Document `j' and `l'.
9365 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9366 Update the messages that the debugger displays.
9367 (Internals of Debugger): Add cross reference. Update example.
9368 (Excess Open): Minor improvement.
9369 (Excess Close): Minor improvement.
9370
93712005-02-26 Richard M. Stallman <rms@gnu.org>
9372
9373 * tips.texi (Coding Conventions): Clarify.
9374 Put all the major mode key reservations together.
9375 Mention the Mouse-1 => Mouse-2 conventions.
9376
9377 * syntax.texi (Syntax Class Table): Clarify.
9378 (Syntax Table Functions): syntax-after moved from here.
9379 (Syntax Table Internals): syntax-after moved to here.
9380 (Parsing Expressions): Update info on number of values
9381 and what's meaningful in the STATE argument.
9382 (Categories): Fix typo.
9383
9384 * sequences.texi (Arrays): Cleanup.
9385 (Char-Tables): Clarify.
9386
9387 * processes.texi (Deleting Processes): Cleanups, add xref.
9388 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9389 (Process Information): set-process-coding-system, some args optional.
9390 (Input to Processes): Explain various types for PROCESS args.
9391 Rename them from PROCESS-NAME to PROCESS.
9392 (Signals to Processes): Likewise.
9393 (Decoding Output): Cleanup.
9394 (Query Before Exit): Clarify.
9395
9396 * os.texi (Startup Summary): Correct the options; add missing ones.
9397 (Terminal Output, Batch Mode): Clarify.
9398 (Flow Control): Node deleted.
9399
9400 * markers.texi (The Mark): Clarify.
9401
9402 * macros.texi (Expansion): Cleanup.
9403 (Indenting Macros): indent-spec allows ints, not floats.
9404
9405 * keymaps.texi (Keymaps): Clarify.
9406 (Format of Keymaps): Update lisp-mode-map example.
9407 (Active Keymaps, Key Lookup): Clarify.
9408 (Changing Key Bindings): Add xref to `kbd'.
9409 (Key Binding Commands, Simple Menu Items): Clarify.
9410 (Mouse Menus, Menu Bar): Clarify.
9411 (Menu Example): Replace print example with menu-bar-replace-menu.
9412
9413 * help.texi (Documentation Basics): Add function-documentation prop.
9414
9415 * elisp.texi (Top): Don't refer to Flow Control node.
9416
9417 * commands.texi (Command Overview): Improve xrefs.
9418 (Adjusting Point): Adjusting point applies to intangible and invis.
9419 (Key Sequence Input): Doc extra read-key-sequence args.
9420 Likewise for read-key-sequence-vector.
9421
9422 * backups.texi (Rename or Copy): Minor fix.
9423 (Numbered Backups): For version-control, say the default.
9424 (Auto-Saving): make-auto-save-file-name example is simplified.
9425
9426 * advice.texi (Advising Functions): Don't imply one part of Emacs
9427 should advise another part. Markup changes.
9428 (Defining Advice): Move transitional para.
9429 (Activation of Advice): Cleanup.
9430 Explain if COMPILE is nil or negative.
9431
9432 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9433
94342005-02-24 Lute Kamstra <lute@gnu.org>
9435
9436 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9437 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9438
94392005-02-23 Lute Kamstra <lute@gnu.org>
9440
9441 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9442 to define global minor modes as well.
9443
9444 * display.texi (Managing Overlays): overlay-buffer returns nil for
9445 deleted overlays.
9446
94472005-02-22 Kim F. Storm <storm@cua.dk>
9448
9449 * minibuf.texi (Basic Completion): Allow symbols in addition to
9450 strings in try-completion and all-completions.
9451
94522005-02-14 Lute Kamstra <lute@gnu.org>
9453
9454 * elisp.texi (Top): Remove reference to deleted node.
9455
9456 * lists.texi (Lists): Remove reference to deleted node.
9457 (Cons Cells): Fix typo.
9458
9459 * loading.texi (Where Defined): Fix typo.
9460
94612005-02-14 Richard M. Stallman <rms@gnu.org>
9462
9463 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9464 is useful for discarding some minor modes.
9465
9466 * symbols.texi (Symbol Components): Reorder examples.
9467
9468 * streams.texi (Input Functions): State standard-input default.
9469 (Output Variables): State standard-output default.
9470
9471 * objects.texi (Printed Representation): Clarify read syntax vs print.
9472 (Floating Point Type): Explain meaning better.
9473 (Symbol Type): Explain uniqueness better.
9474 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9475 List examples sooner.
9476 (Box Diagrams): New subnode broken out.
9477 Some examples moved from old Lists as Boxes node.
9478 (Dotted Pair Notation): Clarify intro.
9479 (Array Type): Clarify.
9480 (Type Predicates): Add hash-table-p.
9481
9482 * numbers.texi (Integer Basics): Clarify radix explanation.
9483 (Predicates on Numbers): Minor clarification.
9484 (Comparison of Numbers): Minor clarification. Clarify eql.
9485 Typos in min, max.
9486 (Math Functions): Clarify overflow in expt.
9487
9488 * minibuf.texi (Text from Minibuffer): Minor clarification.
9489 Mention arrow keys.
9490
9491 * loading.texi (Autoload): defun's doc string overrides autoload's
9492 doc string.
9493 (Repeated Loading): Modernize "add to list" examples.
9494 (Where Defined): Finish updating table of load-history elts.
9495
9496 * lists.texi (List-related Predicates): Minor wording improvement.
9497 (Lists as Boxes): Node deleted.
9498 (Building Lists): Explain trivial cases of number-sequence.
9499
9500 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9501 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9502 (Hash Access): Any object can be a key.
9503 State value of maphash.
9504
9505 * functions.texi (What Is a Function): Wording cleanup.
9506 (Function Documentation): Minor cleanup.
9507 Explain purpose of calling convention at end of doc string.
9508 (Function Names): Wording cleanup.
9509 (Calling Functions): Wording cleanup.
9510 Explain better how funcall calls the function.
9511 (Function Cells): Delete example of saving and redefining function.
9512
9513 * control.texi (Combining Conditions): Wording cleanup.
9514 (Iteration): dolist and dotimes bind VAR locally.
9515 (Cleanups): Xref to Atomic Changes.
9516
9517 * compile.texi (Byte Compilation): Delete 19.29 info.
9518 (Compilation Functions): Macros' difficulties don't affect defsubst.
9519 (Docs and Compilation): Delete 19.29 info.
9520
95212005-02-10 Richard M. Stallman <rms@gnu.org>
9522
9523 * objects.texi (Symbol Type): Minor correction.
9524
95252005-02-06 Lute Kamstra <lute@gnu.org>
9526
9527 * modes.texi (Example Major Modes): Fix typos.
9528
95292005-02-06 Richard M. Stallman <rms@gnu.org>
9530
9531 * text.texi (Margins): fill-nobreak-predicate can be one function.
9532
9533 * strings.texi (Modifying Strings): clear-string can make unibyte.
9534 (Formatting Strings): format gives error if values missing.
9535
9536 * positions.texi (Character Motion): Mention default arg
9537 for forward-char. backward-char refers to forward-char.
9538 (Word Motion): Mention default arg for forward-word.
9539 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9540 Simplify end-of-buffer.
9541 (Text Lines): Mention default arg for forward-line.
9542 (List Motion): Mention default arg for beginning/end-of-defun.
9543 (Skipping Characters): Minor fixes in explaining character-set.
9544
9545 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9546 Mode inheritance applies only when default-major-mode is nil.
9547 Clarifications.
9548 (Example Major Modes): Update Text mode and Lisp mode examples.
9549 (Minor Mode Conventions): Mention define-minor-mode at top.
9550 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9551 (Mode Line Format): Update mode line face display info.
9552 (Properties in Mode): Mention effect of risky vars.
9553 (Imenu): Define imenu-add-to-menubar.
9554 (Font Lock Mode): Add descriptions to menu lines.
9555 (Faces for Font Lock): Add font-lock-doc-face.
9556
95572005-02-05 Lute Kamstra <lute@gnu.org>
9558
9559 * text.texi (Maintaining Undo): Remove obsolete function.
9560
95612005-02-05 Eli Zaretskii <eliz@gnu.org>
9562
9563 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9564 color specifications. Improve indexing.
b8d4c8d0
GM
9565 (Text Terminal Colors): Replace the description of RGB values by
9566 an xref to "Color Names".
9567
95682005-02-03 Richard M. Stallman <rms@gnu.org>
9569
9570 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9571 Clarify.
9572 (Selecting Windows): Clarify save-selected-window.
9573 (Cyclic Window Ordering): Clarify walk-windows.
9574 (Window Point): Clarify.
9575 (Window Start): Add comment to example.
9576 (Resizing Windows): Add `interactive' specs in examples.
9577 Document fit-window-to-buffer.
9578
9579 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9580 (Undo, Maintaining Undo): Clarify last change.
9581 (Sorting): In sort-numeric-fields, explain about octal and hex.
9582 Mention sort-numeric-base.
9583 (Format Properties): Add xref for hard newlines.
9584
9585 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9586 (Pop-Up Menus): Fix typo.
9587 (Color Names): Explain all types of color names.
9588 Explain color-values on B&W terminal.
9589 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9590
9591 * files.texi (File Locks): Not supported on MS systems.
9592 (Testing Accessibility): Clarify.
9593
9594 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9595 (Coverage Testing): Fix typo.
9596
9597 * commands.texi (Misc Events): Remove stray space.
9598
9599 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9600 (Modification Time): Clarify when visited-file-modtime returns 0.
9601 (The Buffer List): Clarify bury-buffer.
9602 (Killing Buffers): Clarify.
9603 (Indirect Buffers): Add clone-indirect-buffer.
9604
96052005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9606
9607 * edebug.texi (Printing in Edebug): Fix default value of
9608 edebug-print-circle.
9609 (Coverage Testing): Fix displayed frequency count data.
9610
96112005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9612
9613 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9614
96152005-02-02 Kim F. Storm <storm@cua.dk>
9616
9617 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9618
96192005-01-29 Eli Zaretskii <eliz@gnu.org>
9620
9621 * commands.texi (Misc Events): Describe the help-echo event.
9622
9623 * text.texi (Special Properties) <help-echo>: Use `pos'
9624 consistently in description of the help-echo property.
9625 Use @code{nil} instead of @var{nil}.
9626
9627 * display.texi (Overlay Properties): Fix the index entry for
9628 help-echo overlay property.
9629
9630 * customize.texi (Type Keywords): Uncomment the xref to the
9631 help-echo property documentation.
9632
96332005-01-23 Kim F. Storm <storm@cua.dk>
9634
9635 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9636 return value. Third element FULLY replaced by PARTIAL which
9637 specifies number of invisible pixels if row is only partially visible.
9638 (Textual Scrolling): Mention auto-window-vscroll.
9639 (Vertical Scrolling): New defvar auto-window-vscroll.
9640
96412005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9642
9643 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9644 command remapping.
9645
96462005-01-15 Richard M. Stallman <rms@gnu.org>
9647
9648 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9649
96502005-01-14 Kim F. Storm <storm@cua.dk>
9651
9652 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9653
9654 * text.texi (Links and Mouse-1): Fix string and vector item.
9655
96562005-01-13 Richard M. Stallman <rms@gnu.org>
9657
9658 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9659 descriptions of overriding-local-map and overriding-terminal-local-map.
9660
9661 * text.texi (Links and Mouse-1): Clarify text.
9662
96632005-01-13 Kim F. Storm <storm@cua.dk>
9664
9665 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9666
96672005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9668
9669 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9670
96712005-01-12 Kim F. Storm <storm@cua.dk>
9672
9673 * text.texi (Links and Mouse-1): Rename section from Enabling
9674 Mouse-1 to Following Links. Change xrefs.
9675 Add examples for define-button-type and define-widget.
9676
9677 * display.texi (Button Properties, Button Buffer Commands):
9678 Clarify mouse-1 and follow-link functionality.
9679
96802005-01-12 Richard M. Stallman <rms@gnu.org>
9681
9682 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9683
9684 * display.texi (Beeping): Fix Texinfo usage.
9685
9686 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9687
96882005-01-11 Kim F. Storm <storm@cua.dk>
9689
9690 * display.texi (Button Properties, Button Buffer Commands):
9691 Mention mouse-1 binding. Add follow-link keyword.
9692
9693 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9694 (Enabling Mouse-1 to Follow Links): New subsection.
9695
96962005-01-06 Richard M. Stallman <rms@gnu.org>
9697
9698 * text.texi (Special Properties): Minor change.
9699
9700 * os.texi (Timers): Clarify previous change.
9701
9702 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9703
97042005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9705
9706 * display.texi (Face Attributes): Correct xref to renamed node.
9707
97082005-01-01 Richard M. Stallman <rms@gnu.org>
9709
9710 * display.texi (Face Attributes): Describe hex color specs.
9711
97122004-12-31 Richard M. Stallman <rms@gnu.org>
9713
9714 * os.texi (Timers): Update previous change.
9715
97162004-12-30 Kim F. Storm <storm@cua.dk>
9717
9718 * display.texi (Line Height): Total line-height is now specified
9719 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9720 in cons cells. (nil . RATIO) is relative to actual line height.
9721 Use line-height `t' instead of `0' to get minimum height.
9722
97232004-12-29 Richard M. Stallman <rms@gnu.org>
9724
9725 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9726
97272004-12-28 Richard M. Stallman <rms@gnu.org>
9728
9729 * commands.texi (Quitting): Clarify value of with-local-quit.
9730
9731 * elisp.texi (Top): Fix previous change.
9732
9733 * loading.texi (Loading): Fix previous change.
9734
97352004-12-27 Richard M. Stallman <rms@gnu.org>
9736
9737 * Makefile.in (MAKEINFO): Specify --force.
9738
9739 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9740
9741 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9742
9743 * display.texi (Line Height): Further clarify.
9744
9745 * elisp.texi (Top): Update Loading submenu.
9746
9747 * loading.texi (Where Defined): New node.
9748 (Unloading): load-history moved to Where Defined.
9749
97502004-12-21 Richard M. Stallman <rms@gnu.org>
9751
9752 * commands.texi (Event Input Misc): Add while-no-input.
9753
97542004-12-11 Richard M. Stallman <rms@gnu.org>
9755
9756 * display.texi (Line Height): Rewrite text for clarity.
9757
97582004-12-11 Kim F. Storm <storm@cua.dk>
9759
9760 * display.texi (Display): Add node "Line Height" to menu.
9761 (Line Height): New node. Move full description of line-spacing
9762 and line-height text properties here from text.texi.
9763 (Scroll Bars): Add vertical-scroll-bar variable.
9764
9765 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9766
9767 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9768 line-spacing and vertical-scroll-bar.
9769
9770 * text.texi (Special Properties): Just mention line-spacing and
9771 line-height here, add xref to new "Line Height" node.
9772
97732004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9774
9775 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9776
9777 * locals.texi (Standard Buffer-Local Variables):
9778 Add @xref for `line-spacing'.
9779
97802004-12-05 Richard M. Stallman <rms@gnu.org>
9781
9782 * Makefile.in (maintainer-clean): Remove the info files
9783 in $(infodir) where they are created.
9784
97852004-12-03 Richard M. Stallman <rms@gnu.org>
9786
9787 * windows.texi (Selecting Windows): get-lru-window and
9788 get-largest-window don't consider dedicated windows.
9789
9790 * text.texi (Undo): Document undo-in-progress.
9791
97922004-11-26 Richard M. Stallman <rms@gnu.org>
9793
9794 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9795 Remove a few vars that are not always buffer-local.
9796
97972004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9798
9799 * locals.texi (Standard Buffer-Local Variables): Comment out
9800 xref's to non-existent node `Yet to be written'.
9801
98022004-11-24 Richard M. Stallman <rms@gnu.org>
9803
9804 * processes.texi (Synchronous Processes): Grammar fix.
9805
9806 * numbers.texi (Comparison of Numbers): Add eql.
9807
9808 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9809
9810 * intro.texi (Printing Notation): Fix previous change.
9811
9812 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9813 and default-indicate-buffer-boundaries from here.
9814 (Usual Display): To here.
9815 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9816 (Usual Display): Move tab-width up.
9817
5dcb4c4e
SM
9818 * customize.texi (Variable Definitions):
9819 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9820 (Simple Types, Composite Types, Defining New Types):
9821 Minor cleanups.
9822
98232004-11-21 Jesper Harder <harder@ifa.au.dk>
9824
9825 * processes.texi (Synchronous Processes, Output from Processes):
9826 Markup fix.
9827
98282004-11-20 Richard M. Stallman <rms@gnu.org>
9829
9830 * positions.texi (Skipping Characters): skip-chars-forward
9831 now handles char classes.
9832
9833 * intro.texi (Printing Notation): Avoid confusion of `print'
9834 when explaining @print.
9835
9836 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9837
9838 * display.texi (Display Table Format): Minor fix.
9839
9840 * streams.texi (Output Functions): Fix print example.
9841
9842 * Makefile.in (elisp): New target.
9843 (dist): Depend on $(infodir)/elisp, not elisp.
9844 Copy the info files from $(infodir).
9845
9846 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9847 read-from-minibuffer.
9848
9849 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9850
98512004-11-19 Richard M. Stallman <rms@gnu.org>
9852
9853 * searching.texi (Regexp Search): Add search-whitespace-regexp.
9854
98552004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
9856
9857 * tips.texi (Coding Conventions): Fix typo.
9858
98592004-11-16 Richard M. Stallman <rms@gnu.org>
9860
9861 * tips.texi (Coding Conventions): Separate defvar and require
9862 methods to avoid warnings. Use require only when there are many
9863 functions and variables from that package.
9864
9865 * minibuf.texi (Minibuffer Completion): When ignoring case,
9866 predicate must not be case-sensitive.
9867
9868 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
9869 (Test Coverage): Don't talk about "splotches". Clarified.
9870
98712004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
9872
9873 * frames.texi (Window Frame Parameters): Fix typo.
9874
98752004-11-15 Kim F. Storm <storm@cua.dk>
9876
9877 * symbols.texi (Other Plists): Note that plist-get may signal error.
9878 Add safe-plist-get.
9879
98802004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
9881
9882 * modes.texi (Font Lock Basics): Fix typo.
9883
98842004-11-08 Richard M. Stallman <rms@gnu.org>
9885
9886 * syntax.texi (Syntax Table Functions): Add syntax-after.
9887
98882004-11-06 Lars Brinkhoff <lars@nocrew.org>
9889
9890 * os.texi (Processor Run Time): New section documenting
9891 get-internal-run-time.
9892
98932004-11-06 Eli Zaretskii <eliz@gnu.org>
9894
9895 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
9896 it nukes elisp-cover.texi.
9897 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
9898 elisp-0 etc.
9899
99002004-11-05 Luc Teirlinck <teirllm@auburn.edu>
9901
9902 * commands.texi (Keyboard Macros): Document `append' return value
9903 of `defining-kbd-macro'.
9904
99052004-11-01 Richard M. Stallman <rms@gnu.org>
9906
9907 * commands.texi (Interactive Call): Add called-interactively-p.
9908
99092004-10-29 Simon Josefsson <jas@extundo.com>
9910
9911 * minibuf.texi (Reading a Password): Revert.
9912
99132004-10-28 Richard M. Stallman <rms@gnu.org>
9914
9915 * frames.texi (Display Feature Testing): Explain about "vendor".
9916
99172004-10-27 Richard M. Stallman <rms@gnu.org>
9918
9919 * commands.texi (Interactive Codes): `N' uses numeric prefix,
9920 not raw. Clarify `n'.
9921 (Interactive Call): Rewrite interactive-p, focusing on when
9922 and how to use it.
9923 (Misc Events): Clarify previous change.
9924
9925 * advice.texi (Simple Advice): Clarify what job the example does.
9926 (Around-Advice): Clarify ad-do-it.
9927 (Activation of Advice): An option of ad-default-compilation-action
9928 is `never', not `nil'.
9929
99302004-10-26 Kim F. Storm <storm@cua.dk>
9931
9932 * commands.texi (Interactive Codes): Add U code letter.
9933
99342004-10-25 Simon Josefsson <jas@extundo.com>
9935
9936 * minibuf.texi (Reading a Password): Add.
9937
99382004-10-24 Jason Rumney <jasonr@gnu.org>
9939
9940 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
9941 and wheel-down.
9942
99432004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
9944
9945 * processes.texi (Synchronous Processes): Document process-file.
9946
99472004-10-22 Kenichi Handa <handa@m17n.org>
9948
9949 * text.texi (translate-region): Document that it accepts also a
9950 char-table.
9951
99522004-10-22 David Ponce <david@dponce.com>
9953
9954 * windows.texi (Resizing Windows): Document the `preserve-before'
9955 argument of the functions `enlarge-window' and `shrink-window'.
9956
99572004-10-19 Jason Rumney <jasonr@gnu.org>
9958
9959 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
9960
99612004-10-09 Luc Teirlinck <teirllm@auburn.edu>
9962
9963 * text.texi (Filling): Add anchor for definition of
9964 `sentence-end-double-space'.
9965
9966 * searching.texi (Regexp Example): Update description of how
9967 Emacs currently recognizes the end of a sentence.
9968 (Standard Regexps): Update definition of the variable
9969 `sentence-end'. Add definition of the function `sentence-end'.
9970
99712004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
9972
9973 * display.texi (Progress): New node.
9974
99752004-10-05 Kim F. Storm <storm@cua.dk>
9976
9977 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
9978
99792004-09-29 Kim F. Storm <storm@cua.dk>
9980
9981 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
9982 to identify bitmaps. Remove -fringe-bitmap suffix for standard
9983 fringe bitmap symbols, as they now have their own namespace.
9984 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
9985 vs. pixels. Signal error if no free bitmap slots.
9986 (Pixel Specification): Change IMAGE to @var{image}.
9987
99882004-09-28 Richard M. Stallman <rms@gnu.org>
9989
9990 * text.texi (Special Properties): Clarify line-spacing and line-height.
9991
9992 * searching.texi (Regexp Search): Add looking-back.
9993
99942004-09-25 Luc Teirlinck <teirllm@auburn.edu>
9995
9996 * display.texi: Correct typos.
9997 (Image Descriptors): Correct xref's.
9998
99992004-09-25 Richard M. Stallman <rms@gnu.org>
10000
10001 * text.texi (Special Properties): Cleanups in `cursor'.
10002 Rewrites in `line-height' and `line-spacing'; exchange them.
10003
10004 * display.texi (Fringes): Rewrite previous change.
10005 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10006 (Display Fringe Bitmaps): Node deleted, text moved.
10007 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10008 (Scroll Bars): Clarify set-window-scroll-bars.
10009 (Pointer Shape): Rewrite.
10010 (Specified Space): Clarify :align-to, etc.
10011 (Pixel Specification): Use @var. Clarify new text.
10012 (Other Display Specs): Clarify `slice'.
10013 (Image Descriptors): Cleanups.
10014 (Showing Images): Cleanups.
10015
100162004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10017
10018 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10019
10020 * modes.texi: Various minor changes in addition to:
10021 (Major Mode Conventions): Final call to `run-mode-hooks' should
10022 not be inside the `delay-mode-hooks' form.
10023 (Mode Hooks): New node.
10024 (Hooks): Delete obsolete example.
10025 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10026 node "Mode Hooks".
10027
100282004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10029
10030 * display.texi: Correct various typos.
10031 (Display): Rename node "Pointer Shapes" to "Pointer
10032 Shape". (There is already a node called "Pointer Shapes" in
10033 frames.texi.)
10034 (Images): Remove non-existent node "Image Slices" from menu.
10035
100362004-09-23 Kim F. Storm <storm@cua.dk>
10037
10038 * text.texi (Special Properties): Add `cursor', `pointer',
10039 `line-height', and `line-spacing' properties.
10040
10041 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10042 Shapes' to menu.
10043 (Standard Faces): Doc fix for fringe face.
10044 (Fringes): Add `overflow-newline-into-fringe' and
10045 'indicate-buffer-boundaries'.
10046 (Fringe Bitmaps, Pointer Shapes): New nodes.
10047 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10048 Bitmaps' to menu.
10049 (Specified Space): Describe pixel width and height.
10050 (Pixel Specification): New node.
10051 (Other Display Specs): Add `slice' property.
10052 (Display Fringe Bitmaps): New node.
10053 (Images): Add 'Image Slices' to menu.
10054 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
10055 (Showing Images): Add slice arg to `insert-image'.
10056 Add 'insert-sliced-image'.
b8d4c8d0
GM
10057
100582004-09-20 Richard M. Stallman <rms@gnu.org>
10059
10060 * commands.texi (Key Sequence Input):
10061 Clarify downcasing in read-key-sequence.
10062
100632004-09-08 Juri Linkov <juri@jurta.org>
10064
10065 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10066
100672004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10068
5dcb4c4e
SM
10069 * locals.texi (Standard Buffer-Local Variables):
10070 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
10071 * internals.texi (Buffer Internals): Describe new
10072 auto_save_file_format field of the buffer structure.
10073 * files.texi (Format Conversion): `auto-save-file-format' has been
10074 renamed `buffer-auto-save-file-format'.
10075
100762004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10077
10078 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10079 an integer or a marker.
10080 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10081
100822004-08-22 Richard M. Stallman <rms@gnu.org>
10083
10084 * modes.texi (Major Mode Conventions): Discuss rebinding of
10085 standard key bindings.
10086
100872004-08-18 Kim F. Storm <storm@cua.dk>
10088
10089 * processes.texi (Accepting Output): Add `just-this-one' arg to
10090 `accept-process-output'.
10091 (Output from Processes): New var `process-adaptive-read-buffering'.
10092
100932004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10094
10095 * keymaps.texi: Various changes in addition to:
10096 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10097 Give more varied examples for `kbd'.
10098 (Creating Keymaps): Char tables have slots for all characters
10099 without modifiers.
10100 (Active Keymaps): `overriding-local-map' and
10101 `overriding-terminal-local-map' also override text property and
10102 overlay keymaps.
10103 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10104 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10105 to denote a prefix of no events.
10106 `map-keymap' includes parent's bindings _recursively_.
10107 Clarify and correct description of `where-is-internal'.
10108 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10109 (Menu Example): For menus intended for use with the keyboard, the
10110 menu items should be bound to characters or real function keys.
10111
101122004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10113
10114 * objects.texi (Character Type): Reposition `@anchor' to prevent
10115 double space inside sentence in Info.
10116
10117 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10118 renamed to `disabled-command-function'.
10119 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10120 (Command Loop Info): Replace reference to it.
10121 (Disabling Commands): `disabled-command-hook' has been renamed to
10122 `disabled-command-function'.
10123
101242004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10125
10126 * os.texi (Translating Input): Only non-prefix bindings in
10127 `key-translation-map' override actual key bindings. Warn about
10128 possible indirect effect of actual key bindings on non-prefix
10129 bindings in `key-translation-map'.
10130
101312004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10132
10133 * minibuf.texi (High-Level Completion): Add anchor for definition
10134 of `read-variable'.
10135
10136 * commands.texi: Various changes in addition to:
10137 (Using Interactive): Clarify description of `interactive-form'.
10138 (Interactive Call): Mention default for KEYS argument to
10139 `call-interactively'.
10140 (Command Loop Info): Clarify description of `this-command-keys'.
10141 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10142 Value of `last-event-frame' can be `macro'.
10143 (Repeat Events): `double-click-fuzz' is also used to distinguish
10144 clicks and drags.
10145 (Classifying Events): Clarify descriptions of `event-modifiers'
10146 `event-basic-type' and `event-convert-list'.
10147 (Accessing Events): `posn-timestamp' takes POSITION argument.
10148 (Quoted Character Input): Clarify description of
10149 `read-quoted-char' and fix example.
10150 (Quitting): Add `with-local-quit'.
10151 (Disabling Commands): Correct and clarify descriptions of
10152 `enable-command' and `disable-command'.
10153 Mention what happens if `disabled-command-hook' is nil.
10154 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10155 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10156
101572004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10158
10159 * frames.texi: Various changes in addition to:
10160 (Creating Frames): Expand and clarify description of `make-frame'.
10161 (Window Frame Parameters): Either none or both of the `icon-left'
10162 and `icon-top' parameters must be specified. Put descriptions of
10163 `menu-bar-lines' and `toolbar-lines' closer together and change
10164 them accordingly.
10165 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10166 except while processing `frame-title-format' or `icon-title-format'.
10167 (Deleting Frames): Correct description of `delete-frame'.
10168 Non-nil return values of `frame-live-p' are like those of `framep'.
10169 (Frames and Windows): Mention return value of
10170 `set-frame-selected-window'.
10171 (Visibility of Frames): Mention `force' argument to
10172 `make-frame-invisible'. `frame-visible-p' returns t for all
10173 frames on text-only terminals.
10174 (Frame Configurations): Restoring a frame configuration does not
10175 restore deleted frames.
10176 (Window System Selections): `x-set-selection' returns DATA.
10177 (Resources): Add example.
10178 (Display Feature Testing): Clarify descriptions of
10179 `display-pixel-height', `display-pixel-width', `x-server-version'
10180 and `x-server-vendor'.
10181
10182 * windows.texi (Choosing Window): Add anchor.
10183 * minibuf.texi (Minibuffer Misc): Add anchor.
10184
101852004-07-23 John Paul Wallington <jpw@gnu.org>
10186
10187 * macros.texi (Defining Macros): Declaration keyword for setting
10188 Edebug spec is `debug' not `edebug'.
10189
101902004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10191
10192 * windows.texi: Various small changes in addition to:
10193 (Window Point): Mention return value of `set-window-point'.
10194 (Window Start): `pos-visible-in-window-p' disregards horizontal
10195 scrolling. Explain return value if PARTIALLY is non-nil.
10196 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10197 and `set-window-vscroll'.
10198 (Size of Window): The argument WINDOW to `window-inside-edges',
10199 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10200 (Resizing Windows): Explain return value of
10201 `shrink-window-if-larger-than-buffer'.
10202 `window-size-fixed' automatically becomes buffer local when set.
10203 (Window Configurations): Explain return value of
10204 `set-window-configuration'.
10205
10206 * minibuf.texi (Minibuffer Misc): Add anchor for
10207 `minibuffer-scroll-window'.
10208
10209 * positions.texi (Text Lines): Add anchor for `count-lines'.
10210
102112004-07-17 Richard M. Stallman <rms@gnu.org>
10212
10213 * display.texi (Overlay Properties): Adding `evaporate' prop
10214 deletes empty overlay immediately.
10215
10216 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10217 fix example.
10218
102192004-07-16 Jim Blandy <jimb@redhat.com>
10220
10221 * searching.texi (Regexp Backslash): Document new \_< and \_>
10222 operators.
10223
102242004-07-16 Juanma Barranquero <lektu@terra.es>
10225
10226 * display.texi (Images): Fix Texinfo usage.
10227
102282004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10229
10230 * buffers.texi (Modification Time): `visited-file-modtime' now
10231 returns a list of two integers, instead of a cons.
10232
102332004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10234
10235 * windows.texi: Various changes in addition to:
10236 (Splitting Windows): Add `split-window-keep-point'.
10237
102382004-07-09 Richard M. Stallman <rms@gnu.org>
10239
10240 * frames.texi (Input Focus): Minor fix.
10241
102422004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10243
10244 * frames.texi (Input Focus): Clarify descriptions of
10245 `select-frame-set-input-focus' and `select-frame'.
10246
102472004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10248
10249 * os.texi: Various small changes in addition to:
10250 (Killing Emacs): Expand and clarify description of
10251 `kill-emacs-query-functions' and `kill-emacs-hook'.
10252 (System Environment): Expand and clarify description of `getenv'
10253 and `setenv'.
10254 (Timers): Clarify description of `run-at-time'.
10255 (Translating Input): Correct description of
10256 `extra-keyboard-modifiers'.
10257 (Flow Control): Correct description of `enable-flow-control'.
10258
102592004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10260
10261 * os.texi: Update copyright.
10262 (Session Management): Grammar fix.
10263 Clarify which Emacs does the restarting.
10264 Use @samp for *scratch* buffer.
10265
102662004-07-04 Alan Mackenzie <acm@muc.de>
10267
10268 * frames.texi (Input Focus): Add documentation for
10269 `select-frame-set-input-focus'. Replace refs to non-existent
10270 `switch-frame' with `select-frame'. Minor corrections and tidying
10271 up of text-only terminal stuff.
10272
102732004-07-02 Richard M. Stallman <rms@gnu.org>
10274
10275 * files.texi (Saving Buffers): Cleanup write-contents-function.
10276 (Magic File Names): Cleanup file-remote-p.
10277
b344d29d 102782004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
10279
10280 * files.texi (Magic File Names): `file-remote-p' returns an
10281 identifier of the remote system, not just t.
10282
102832004-07-02 David Kastrup <dak@gnu.org>
10284
10285 * searching.texi (Entire Match Data): Add explanation about new
10286 match-data behavior when @var{integers} is non-nil.
10287
102882004-06-24 Richard M. Stallman <rms@gnu.org>
10289
10290 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10291
10292 * customize.texi (Variable Definitions): Note about doc strings
10293 and :set.
10294
10295 * keymaps.texi (Keymap Terminology): Document `kbd'.
10296 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10297
10298 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10299 makes it buffer-local.
10300
10301 * files.texi (Saving Buffers): Correct previous change.
10302
10303 * commands.texi (Accessing Events):
10304 Clarify posn-col-row and posn-actual-col-row.
10305
103062004-06-24 David Ponce <david.ponce@wanadoo.fr>
10307
10308 * commands.texi (Accessing Events): New functions
10309 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10310
103112004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10312
10313 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10314 * frames.texi, buffers.texi, backups.texi, variables.texi:
10315 * loading.texi, eval.texi, functions.texi, control.texi:
10316 * symbols.texi, minibuf.texi: Reposition @anchor's.
10317
10318 * help.texi: Various small changes in addition to the following.
10319 (Describing Characters): Describe PREFIX argument to
10320 `key-description'. Correct and clarify definition of
10321 `text-char-description'. Describe NEED-VECTOR argument to
10322 `read-kbd-macro'.
10323 (Help Functions): Clarify definition of `apropos'.
10324
103252004-06-23 Lars Hansen <larsh@math.ku.dk>
10326
10327 * files.texi (Saving Buffers): Correct description of
10328 `write-contents-functions'.
10329
103302004-06-21 Juanma Barranquero <lektu@terra.es>
10331
10332 * display.texi (Images): Remove redundant @vindex directives.
10333 Rewrite `image-library-alist' doc in active voice.
10334
103352004-06-14 Juanma Barranquero <lektu@terra.es>
10336
10337 * display.texi (Images): Document new delayed library loading,
10338 variable `image-library-alist' and (existing but undocumented)
10339 function `image-type-available-p'.
10340
103412004-06-05 Richard M. Stallman <rms@gnu.org>
10342
10343 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10344 refer the user to the Initial Input node.
10345 (Text from Minibuffer): Likewise.
10346 (Initial Input): New node. Document this feature
10347 and say it is mostly deprecated.
10348
103492004-05-30 Richard M. Stallman <rms@gnu.org>
10350
10351 * loading.texi (Named Features): Clarify return value
10352 and meaning of NOERROR.
10353
10354 * variables.texi (File Local Variables): Minor cleanup.
10355
103562004-05-30 Michael Albinus <michael.albinus@gmx.de>
10357
10358 * files.texi (Magic File Names): Add `file-remote-p' as operation
10359 of file name handlers.
10360
103612004-05-29 Richard M. Stallman <rms@gnu.org>
10362
10363 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10364 as arg to a minor mode command.
10365
103662004-05-22 Richard M. Stallman <rms@gnu.org>
10367
10368 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10369
10370 * streams.texi (Output Variables): Doc float-output-format.
10371
10372 * searching.texi (Regexp Special): Nested repetition can be infloop.
10373
10374 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10375 real stack overflow.
10376
10377 * compile.texi: Minor cleanups.
10378
103792004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10380
10381 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10382 circular lists.
10383 (List Elements): Explain handling of circular and dotted lists.
10384
103852004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10386
10387 * modes.texi (Search-based Fontification): Fix typo.
10388
103892004-05-10 Juanma Barranquero <lektu@terra.es>
10390
10391 * modes.texi (Mode Line Variables): Fix description of
10392 global-mode-string, which is now after which-func-mode, not the
10393 buffer name.
10394
103952004-05-07 Lars Hansen <larsh@math.ku.dk>
10396
10397 * modes.texi (Desktop Save Mode): Add.
10398 (Modes): Add menu entry Desktop Save Mode.
10399
10400 * hooks.texi: Add desktop-after-read-hook,
10401 desktop-no-desktop-file-hook and desktop-save-hook.
10402
10403 * locals.texi: Add desktop-save-buffer.
10404
104052004-04-30 Jesper Harder <harder@ifa.au.dk>
10406
10407 * display.texi: emacs -> Emacs.
10408
104092004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10410
10411 * files.texi (Changing Files): Document set-file-times.
10412
104132004-04-23 Juanma Barranquero <lektu@terra.es>
10414
10415 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10416
104172004-04-18 Jesper Harder <harder@ifa.au.dk>
10418
10419 * tips.texi (Coding Conventions): defopt -> defcustom.
10420
104212004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10422
10423 * sequences.texi: Various clarifications.
10424
104252004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10426
10427 * buffers.texi (Read Only Buffers): Mention optional ARG to
10428 `toggle-read-only'.
10429
104302004-04-14 Nick Roberts <nick@nick.uklinux.net>
10431
10432 * windows.texi (Selecting Windows): Note that get-lru-window
10433 returns a full-width window if possible.
10434
104352004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10436
10437 * buffers.texi: Various changes in addition to:
10438 (Buffer File Name): Add `find-buffer-visiting'.
10439 (Buffer Modification): Mention optional ARG to `not-modified'.
10440 (Indirect Buffers): Mention optional CLONE argument to
10441 `make-indirect-buffer'.
10442
10443 * files.texi: Various changes in addition to:
10444 (Visiting Functions): `find-file-hook' is now a normal hook.
10445 (File Name Expansion): Explain difference between the way that
10446 `expand-file-name' and `file-truename' treat `..'.
10447 (Contents of Directories): Mention optional ID-FORMAT argument to
10448 `directory-files-and-attributes'.
10449 (Format Conversion): Mention new optional CONFIRM argument to
10450 `format-write-file'.
10451
104522004-04-12 Miles Bader <miles@gnu.org>
10453
10454 * macros.texi (Expansion): Add description of `macroexpand-all'.
10455
104562004-04-05 Jesper Harder <harder@ifa.au.dk>
10457
5dcb4c4e
SM
10458 * variables.texi (Variable Aliases):
10459 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10460
10461 * errors.texi (Standard Errors): Ditto.
10462
104632004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10464
10465 * backups.texi: Various small changes in addition to:
10466 (Making Backups): Mention return value of `backup-buffer'.
10467 (Auto-Saving): Mention optional FORCE argument to
10468 `delete-auto-save-file-if-necessary'.
10469 (Reverting): Mention optional PRESERVE-MODES argument to
10470 `revert-buffer'. Correct description of `revert-buffer-function'.
10471
104722004-03-22 Juri Linkov <juri@jurta.org>
10473
10474 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10475 with `Vector Functions'.
10476
10477 * text.texi (Sorting): Add missing quote.
10478
104792004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10480
10481 * intro.texi (Lisp History): Replace xref to `cl' manual with
10482 inforef.
10483
104842004-03-12 Richard M. Stallman <rms@gnu.org>
10485
10486 * intro.texi (Version Info): Add arg to emacs-version.
10487 (Lisp History): Change xref to CL manual.
10488
104892004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10490
10491 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10492 for Partial Completion mode.
10493
104942004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10495
10496 * customize.texi: Fix typo. Remove eol whitespace.
10497
104982004-03-04 Richard M. Stallman <rms@gnu.org>
10499
10500 * processes.texi: Fix typos.
10501
10502 * lists.texi (Building Lists): Minor clarification.
10503
10504 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10505 in make-hash-table.
10506
105072004-02-29 Juanma Barranquero <lektu@terra.es>
10508
10509 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10510 rm, and ignore exit code.
10511
105122004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10513
10514 * display.texi (Defining Faces): Add description for min-colors.
10515 Update example.
10516
105172004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10518
10519 * abbrevs.texi: Various corrections and clarifications in addition
10520 to the following:
10521 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10522
105232004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10524
10525 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10526
105272004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10528
10529 * text.texi: Various small changes in addition to the following:
10530 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10531 to delete-horizontal-space.
10532 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10533 description of yank-handler text property at various places.
10534
10535 * frames.texi (Window System Selections): Add anchor.
10536
10537 * syntax.texi (Syntax Table Functions): Clarify and correct
10538 descriptions of make-syntax-table and copy-syntax-table.
10539 (Motion and Syntax): Clarify SYNTAXES argument to
10540 skip-syntax-forward.
10541 (Parsing Expressions): Mention that the return value of
10542 parse-partial-sexp is currently a list of ten rather than nine
10543 elements.
10544 (Categories): Various corrections and clarifications.
10545
105462004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10547
10548 * markers.texi (Marker Insertion Types): Minor change.
10549
10550 * locals.texi (Standard Buffer-Local Variables):
10551 * commands.texi (Interactive Codes, Using Interactive):
10552 * functions.texi (Related Topics): Fix xrefs.
10553
105542004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10555
10556 * lists.texi (Sets And Lists): Update description of delete-dups.
10557
105582004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10559
10560 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10561
c8763fb6 105622004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10563
10564 * frames.texi (Parameter Access): frame-parameters arg is optional.
10565 modify-frame-parameters handles nil for FRAME.
10566 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10567 are all-or-nothing for certain toolkits.
10568 Mention parameter wait-for-wm.
10569 (Frames and Windows): In frame-first-window and frame-selected-window
10570 the arg is optional.
10571 (Input Focus): In redirect-frame-focus the second arg is optional.
10572 (Window System Selections): Mention selection type CLIPBOARD.
10573 Mention data-type UTF8_STRING.
10574 Mention numbering of cut buffers.
10575 (Resources): Describe x-resource-name.
10576
105772004-02-16 Richard M. Stallman <rms@gnu.org>
10578
10579 * windows.texi (Buffers and Windows): Delete false table
10580 about all-frames.
10581
10582 * syntax.texi (Parsing Expressions): Delete old caveat
10583 about parse-sexp-ignore-comments.
10584
10585 * streams.texi (Output Variables): Add print-quoted.
10586
10587 * lists.texi (Building Lists): Minor cleanup.
10588
10589 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10590
10591 * display.texi (Overlays): Explain overlays use markers.
10592 (Managing Overlays): Explain front-advance and rear-advance
10593 in more detail.
10594
10595 * loading.texi (Unloading): Document unload-feature-special-hooks.
10596 Get rid of fns-NNN.el file.
10597
105982004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10599
10600 * help.texi (Describing Characters): Fix text-char-description
10601 example output.
10602
10603 * edebug.texi (Using Edebug): Fix example.
10604
10605 * debugging.texi (Internals of Debugger): Fix return value.
10606
10607 * files.texi (Changing Files): Fix argname.
10608
10609 * calendar.texi: Fix parens, and default values.
10610
10611 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10612 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10613 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10614
10615 * positions.texi (Text Lines): Don't add -1 in current-line.
10616
106172004-02-16 Richard M. Stallman <rms@gnu.org>
10618
10619 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10620
106212004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10622
10623 * processes.texi (Low-Level Network): Fix a typo.
10624
106252004-02-12 Kim F. Storm <storm@cua.dk>
10626
10627 * display.texi (Fringes): Use consistent wording.
10628 Note that window-fringe's window arg is optional.
10629 (Scroll Bars): Use consistent wording.
10630
106312004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10632
10633 * tips.texi (Comment Tips): Document the new conventions for
10634 commenting out code.
10635
c8763fb6 106362004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10637
5dcb4c4e 10638 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10639
106402004-02-07 Kim F. Storm <storm@cua.dk>
10641
10642 * positions.texi (Text Lines): Add line-number-at-pos.
10643
106442004-02-06 John Paul Wallington <jpw@gnu.org>
10645
10646 * display.texi (Button Properties, Button Buffer Commands):
10647 mouse-2 invokes button, not down-mouse-1.
10648
106492004-02-04 Jason Rumney <jasonr@gnu.org>
10650
10651 * makefile.w32-in: Sync with Makefile.in changes.
10652
106532004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10654
10655 * minibuf.texi (Text from Minibuffer): Various corrections and
10656 clarifications.
10657 (Object from Minibuffer): Correct Lisp description of
10658 read-minibuffer.
10659 (Minibuffer History): Clarify description of cons values for
10660 HISTORY arguments.
5dcb4c4e
SM
10661 (Basic Completion): Various corrections and clarifications.
10662 Add completion-regexp-list.
b8d4c8d0
GM
10663 (Minibuffer Completion): Correct and clarify description of
10664 completing-read.
5dcb4c4e
SM
10665 (Completion Commands): Mention Partial Completion mode.
10666 Various other minor changes.
b8d4c8d0
GM
10667 (High-Level Completion): Various corrections and clarifications.
10668 (Reading File Names): Ditto.
10669 (Minibuffer Misc): Ditto.
10670
106712004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10672
10673 * strings.texi (Text Comparison): assoc-string also matches
10674 elements of alists that are strings instead of conses.
10675 (Formatting Strings): Standardize Texinfo usage. Update index
10676 entries.
10677
106782004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10679
10680 * lists.texi (Sets And Lists): Add delete-dups.
10681
106822004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10683
10684 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10685 special form.
10686 * macros.texi (Defining Macros): Update description of `declare',
10687 which now is a macro.
10688 (Wrong Time): Fix typos.
10689
106902004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10691
10692 * compile.texi (Compilation Functions): Expand descriptions of
10693 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10694 and `batch-byte-compile'. In particular, mention and describe
10695 all optional arguments.
10696 (Disassembly): Correct and clarify the description of `disassemble'.
10697
106982004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10699
10700 * searching.texi: Various small changes in addition to the
10701 following.
10702 (Regexp Example): Adapt to new value of `sentence-end'.
10703 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10704 `words'.
10705 (Search and Replace): Add usage note for `perform-replace'.
10706 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10707 `match-data'.
10708 (Standard Regexps): Update for new values of `paragraph-start'
10709 and `sentence-end'.
10710
107112004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10712
10713 * files.texi (Saving Buffers): Clarify descriptions of
10714 `write-contents-functions' and `before-save-hook'.
10715 Make the defvar's for `before-save-hook' and `after-save-hook'
10716 into defopt's.
10717
107182004-01-07 Kim F. Storm <storm@cua.dk>
10719
10720 * commands.texi (Click Events): Describe new image and
10721 width/height elements of click events.
10722 (Accessing Events): Add posn-string, posn-image, and
10723 posn-object-width-height. Change posn-object to return either
10724 image or string object.
10725
107262004-01-01 Simon Josefsson <jas@extundo.com>
10727
10728 * hooks.texi (Standard Hooks): Add before-save-hook.
10729 * files.texi (Saving Buffers): Likewise.
10730
107312004-01-03 Richard M. Stallman <rms@gnu.org>
10732
10733 * frames.texi (Frames and Windows): Delete frame-root-window.
10734
107352004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10736
10737 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10738
10739 * functions.texi: Various small changes in addition to the
10740 following.
5dcb4c4e
SM
10741 (What Is a Function): `functionp' returns nil for macros.
10742 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10743 (Function Documentation): Add `\' in front of (fn @var{arglist})
10744 and explain why.
10745 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10746 Add anchor.
10747 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10748
107492004-01-01 Miles Bader <miles@gnu.org>
10750
10751 * display.texi (Buttons): New section.
10752
107532003-12-31 Andreas Schwab <schwab@suse.de>
10754
10755 * numbers.texi (Math Functions): sqrt reports a domain-error
10756 error.
10757 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10758
107592003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10760
10761 * tips.texi (Documentation Tips): Update item on hyperlinks in
10762 documentation strings.
10763
10764 * errors.texi (Standard Errors): Various small corrections and
10765 additions.
10766
10767 * control.texi: Various small changes in addition to the
10768 following.
10769 (Signaling Errors): Provide some more details on how `signal'
10770 constructs the error message. Add anchor to the definition of
10771 `signal'.
10772 (Error Symbols): Describe special treatment of `quit'.
10773 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10774 to emphasize that it has to be a single form.
10775
10776 * buffers.texi: Add anchor.
10777
107782003-12-29 Richard M. Stallman <rms@gnu.org>
10779
10780 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10781 (Window Configurations): Add window-configuration-frame.
10782
10783 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10784
10785 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10786 Change arg name in get-char-property.
10787 (Special Properties): Update handling of keymap property.
10788
10789 * strings.texi (Modifying Strings): Add clear-string.
10790 (Text Comparison): Add assoc-string and remove
10791 assoc-ignore-case, assoc-ignore-representation.
10792
10793 * os.texi (Time of Day): Add set-time-zone-rule.
10794
10795 * numbers.texi (Math Functions): asin, acos, log, log10
10796 report domain-error errors.
10797
10798 * nonascii.texi (Converting Representations):
10799 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10800 (Encoding and I/O): Add file-name-coding-system.
10801
10802 * modes.texi (Search-based Fontification): Explain that
10803 face specs are symbols with face names as values.
10804
10805 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10806
10807 * lists.texi (Building Lists): remq moved elsewhere.
10808 (Sets And Lists): remq moved here.
10809 (Association Lists): Refer to assoc-string.
10810
10811 * internals.texi (Garbage Collection): Add memory-use-counts.
10812
10813 * frames.texi (Frames and Windows): Add set-frame-selected-window
10814 and frame-root-window.
10815
10816 * files.texi (Contents of Directories):
10817 Add directory-files-and-attributes.
10818
10819 * display.texi (Refresh Screen): Add force-window-update.
10820 (Invisible Text): Explain about moving point out of invis text.
10821 (Overlay Properties): Add overlay-properties.
10822 (Managing Overlays): Add overlayp.
10823 (GIF Images): Invalid image number displays a hollow box.
10824
10825 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10826 (Killing Buffers): Add buffer-live-p.
10827
108282003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10829
10830 * display.texi (Fringes): Fix typo "set-buffer-window".
10831
108322003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10833
10834 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10835 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10836 Add or change various xrefs and anchors.
10837
10838 * commands.texi: Replace all occurrences of @acronym{CAR} with
10839 @sc{car}, for consistency with the rest of the Elisp manual.
10840 `car' and `cdr' are historically acronyms, but are no longer
10841 widely thought of as such.
10842
10843 * internals.texi (Pure Storage): Mention that `purecopy' does not
10844 copy text properties.
10845 (Object Internals): Now 29 bits are used (in most implementations)
10846 to address Lisp objects.
10847
10848 * variables.texi (Variables with Restricted Values): New node.
10849
10850 * objects.texi (Lisp Data Types): Mention that certain variables
10851 can only take on a restricted set of values and add an xref to
10852 the new node "Variables with Restricted Values".
10853
10854 * eval.texi (Function Indirection): Describe the errors that
10855 `indirect-function' can signal.
10856 (Eval): Clarify the descriptions of `eval-region' and `values'.
10857 Describe `eval-buffer' instead of `eval-current-buffer' and
10858 mention `eval-current-buffer' as an alias for `current-buffer'.
10859 Correct the description and mention all optional arguments.
10860
10861 * nonascii.texi: Various small changes in addition to the
10862 following.
10863 (Converting Representations): Clarify behavior of
10864 `string-make-multibyte' and `string-to-multibyte' for unibyte all
10865 ASCII arguments.
10866 (Character Sets): Document the variable `charset-list' and adapt
10867 the definition of the function `charset-list' accordingly.
10868 (Translation of Characters): Clarify use of generic characters in
10869 `make-translation-table'. Clarify and correct the description of
10870 the use of translation tables in encoding and decoding.
10871 (User-Chosen Coding Systems): Correct and clarify the description
10872 of `select-safe-coding-system'.
10873 (Default Coding Systems): Clarify description of
10874 `file-coding-system-alist'.
10875
108762003-11-30 Luc Teirlinck <teirllm@auburn.edu>
10877
10878 * strings.texi (Text Comparison): Correctly describe when two
10879 strings are `equal'. Combine and clarify descriptions of
10880 `assoc-ignore-case' and `assoc-ignore-representation'.
10881
10882 * objects.texi (Non-ASCII in Strings): Clarify description of
10883 when a string is unibyte or multibyte.
10884 (Bool-Vector Type): Update examples.
10885 (Equality Predicates): Correctly describe when two strings are
10886 `equal'.
10887
108882003-11-29 Luc Teirlinck <teirllm@auburn.edu>
10889
10890 * lists.texi (Building Lists): `append' no longer accepts integer
10891 arguments. Update the description of `number-sequence' to reflect
10892 recent changes.
10893 (Sets And Lists): Describe `member-ignore-case' after `member'.
10894
108952003-11-27 Kim F. Storm <storm@cua.dk>
10896
10897 * commands.texi (Click Events): Click object may be an images.
10898 Describe (dx . dy) element of click positions.
10899 (Accessing Events): Remove duplicate posn-timestamp.
10900 New functions posn-object and posn-object-x-y.
10901
109022003-11-23 Kim F. Storm <storm@cua.dk>
10903
10904 * commands.texi (Click Events): Describe enhancements to event
10905 position lists, including new text-pos and (col . row) items.
10906 Mention left-fringe and right-fringe area events.
10907 (Accessing Events): New functions posn-area and
10908 posn-actual-col-row. Mention posn-timestamp. Mention that
10909 posn-point in non-text area still returns buffer position.
10910 Clarify posn-col-row.
10911
109122003-11-21 Lars Hansen <larsh@math.ku.dk>
10913
10914 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
10915 * anti.texi (File Attributes): Describe removed parameter
10916 ID-FORMAT.
10917
109182003-11-20 Luc Teirlinck <teirllm@auburn.edu>
10919
10920 * positions.texi (Positions): Mention that, if a marker is used as
10921 a position, its buffer is ignored.
10922
10923 * markers.texi (Overview of Markers): Mention it here too.
10924
109252003-11-12 Luc Teirlinck <teirllm@auburn.edu>
10926
10927 * numbers.texi (Numeric Conversions): Not just `floor', but also
10928 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
10929
109302003-11-10 Luc Teirlinck <teirllm@auburn.edu>
10931
10932 * markers.texi (Creating Markers): Specify insertion type of
10933 created markers. Add xref to `Marker Insertion Types'.
10934 Second argument to `copy-marker' is optional.
10935 (Marker Insertion Types): Mention that most markers are created
10936 with insertion type nil.
10937 (The Mark): Correctly describe when `mark' signals an error.
10938 (The Region): Correctly describe when `region-beginning' and
10939 `region-end' signal an error.
10940
109412003-11-08 Luc Teirlinck <teirllm@auburn.edu>
10942
10943 * hash.texi (Creating Hash): Clarify description of `eql'.
10944 `makehash' is obsolete.
10945 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
10946
10947 * positions.texi (Point): Change description of `buffer-end', so
10948 that it is also correct for floating point arguments.
10949 (List Motion): Correct argument lists of `beginning-of-defun' and
10950 `end-of-defun'.
10951 (Excursions): Add xref to `Marker Insertion Types'.
10952 (Narrowing): Argument to `narrow-to-page' is optional.
10953
109542003-11-06 Luc Teirlinck <teirllm@auburn.edu>
10955
10956 * streams.texi (Output Streams): Clarify behavior of point for
10957 marker output streams.
10958
109592003-11-04 Luc Teirlinck <teirllm@auburn.edu>
10960
10961 * variables.texi (Defining Variables): Second argument to
10962 `defconst' is not optional.
10963 (Setting Variables): Mention optional argument APPEND to
10964 `add-to-list'.
10965 (Creating Buffer-Local): Expand description of
10966 `make-variable-buffer-local'.
10967 (Frame-Local Variables): Expand description of
10968 `make-variable-frame-local'.
10969 (Variable Aliases): Correct description of optional argument
10970 DOCSTRING to `defvaralias'. Mention return value of
10971 `defvaralias'.
10972 (File Local Variables): Add xref to `File variables' in Emacs
10973 Manual. Correct description of `hack-local-variables'. Mention
10974 `safe-local-variable' property. Mention optional second argument
10975 to `risky-local-variable-p'.
10976
109772003-11-03 Luc Teirlinck <teirllm@auburn.edu>
10978
10979 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
10980
109812003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
10982
10983 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
10984 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
10985 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
10986 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
10987 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
10988 lispref/processes.texi, lispref/searching.texi,
10989 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
10990 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
10991 @acronym{FOO}.
10992
109932003-10-27 Luc Teirlinck <teirllm@auburn.edu>
10994
10995 * strings.texi (Creating Strings): Argument START to `substring'
10996 can not be `nil'. Expand description of
10997 `substring-no-properties'. Correct description of `split-string',
10998 especially with respect to empty matches. Prevent very bad line
10999 break in definition of `split-string-default-separators'.
11000 (Text Comparison): `string=' and `string<' also accept symbols as
11001 arguments.
11002 (String Conversion): More completely describe argument BASE in
11003 `string-to-number'.
11004 (Formatting Strings): `%s' and `%S' in `format' do require
11005 corresponding object. Clarify behavior of numeric prefix after
11006 `%' in `format'.
11007 (Case Conversion): The argument to `upcase-initials' can be a
11008 character.
11009
110102003-10-27 Kenichi Handa <handa@m17n.org>
11011
11012 * display.texi (Fontsets): Fix texinfo usage.
11013
110142003-10-25 Kenichi Handa <handa@m17n.org>
11015
11016 * display.texi (Fontsets): Add description of the function
11017 set-fontset-font.
11018
110192003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11020
11021 * display.texi (Temporary Displays): Add xref to `Documentation
11022 Tips'.
11023
11024 * functions.texi (Function Safety): Use inforef instead of pxref
11025 for SES.
11026
110272003-10-23 Andreas Schwab <schwab@suse.de>
11028
11029 * Makefile.in (TEX, texinputdir): Don't define.
11030 (TEXI2DVI): Define.
11031 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11032 add $(srcdir)/index.texi.
11033 ($(infodir)/elisp): Remove index.texi dependency.
11034 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11035 (index.texi): Remove target.
11036 (dist): Don't link $(srcdir)/permute-index.
11037 (clean): Don't remove index.texi.
11038
11039 * permute-index, index.perm: Remove.
11040 * index.texi: Rename from index.unperm.
11041
110422003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11043
11044 * tips.texi (Documentation Tips): Document new behavior for face
11045 and variable hyperlinks in Help mode.
11046
110472003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11048
11049 * objects.texi (Integer Type): Update for extra bit of integer range.
11050 (Character Type): Ditto.
11051
110522003-10-16 Eli Zaretskii <eliz@gnu.org>
11053
11054 * numbers.texi (Integer Basics): Add index entries for reading
11055 numbers in hex, octal, and binary.
11056
110572003-10-16 Lute Kamstra <lute@gnu.org>
11058
11059 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11060 argument.
11061
110622003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11063
11064 * windows.texi (Choosing Window): Fix typo.
11065 * edebug.texi (Edebug Execution Modes): Fix typo.
11066
110672003-10-13 Richard M. Stallman <rms@gnu.org>
11068
11069 * windows.texi (Basic Windows): A window has fringe settings,
11070 display margins and scroll-bar settings.
11071 (Splitting Windows): Doc split-window return value.
11072 Clean up one-window-p.
11073 (Selecting Windows): Fix typo.
11074 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11075 (Buffers and Windows): In set-window-buffer, explain effect
11076 on fringe settings and scroll bar settings.
11077 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11078 (Choosing Window): Use defopt for pop-up-frame-function.
11079 For special-display-buffer-names, explain same-window and same-frame.
11080 Clarify window-dedicated-p return value.
11081 (Textual Scrolling): scroll-up and scroll-down can get an error.
11082 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11083 Clarify set-window-hscroll.
11084 (Size of Window): Don't mention tool bar in window-height.
11085 (Coordinates and Windows): Explain what coordinates-in-window-p
11086 returns for fringes and display margins.
11087 (Window Configurations): Explain saving fringes, etc.
11088
11089 * tips.texi (Library Headers): Clean up Documentation.
11090
11091 * syntax.texi (Parsing Expressions): Clean up forward-comment
11092 and parse-sexp-lookup-properties.
11093
11094 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11095
11096 * os.texi (System Environment): Clean up text for load-average errors.
11097
11098 * modes.texi (Hooks): Don't explain local hook details at front.
11099 Clarify run-hooks and run-hook-with-args a little.
11100 Clean up add-hook and remove-hook.
11101
11102 * edebug.texi (Edebug Execution Modes): Clarify t.
11103 Document edebug-sit-for-seconds.
11104 (Coverage Testing): Document C-x X = and =.
11105 (Instrumenting Macro Calls): Fix typo.
11106 (Specification List): Don't index the specification keywords.
11107
111082003-10-10 Kim F. Storm <storm@cua.dk>
11109
11110 * processes.texi (Network): Introduce make-network-process.
11111
111122003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11113
11114 * tips.texi (Library Headers): Fix typo.
11115
111162003-10-07 Juri Linkov <juri@jurta.org>
11117
11118 * modes.texi (Imenu): Mention imenu-create-index-function's
11119 default value. Explain submenus better.
11120
111212003-10-07 Lute Kamstra <lute@gnu.org>
11122
11123 * modes.texi (Faces for Font Lock): Fix typo.
11124 (Hooks): Explain how buffer-local hook variables can refer to
11125 global hook variables.
11126 Various minor clarifications.
11127
111282003-10-06 Lute Kamstra <lute@gnu.org>
11129
11130 * tips.texi (Coding Conventions): Mention naming conventions for
11131 hooks.
11132
111332003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11134
11135 * loading.texi (Library Search): Correct default value of
11136 load-suffixes.
11137 (Named Features): Fix typo.
11138
111392003-10-05 Richard M. Stallman <rms@gnu.org>
11140
11141 * loading.texi (Named Features): In `provide',
11142 say how to test for subfeatures.
11143 (Unloading): In unload-feature, use new var name
11144 unload-feature-special-hooks.
11145
111462003-10-03 Lute Kamstra <lute@gnu.org>
11147
11148 * modes.texi (Major Mode Conventions): Mention third way to set up
11149 Imenu.
11150 (Imenu): A number of small fixes.
11151 Delete documentation of internal variable imenu--index-alist.
11152 Document the return value format of imenu-create-index-function
11153 functions.
11154
111552003-09-30 Richard M. Stallman <rms@gnu.org>
11156
11157 * processes.texi (Network): Say what stopped datagram connections do.
11158
11159 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11160
11161 * display.texi (Overlay Properties): Clarify `evaporate' property.
11162
111632003-09-29 Lute Kamstra <lute@gnu.org>
11164
11165 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11166 constructs should be marked as risky.
11167 Change cons cell into proper list.
11168 (Mode Line Variables): Change cons cell into proper list.
11169
111702003-09-26 Lute Kamstra <lute@gnu.org>
11171
11172 * modes.texi (Mode Line Data): Document the :propertize construct.
11173 (Mode Line Variables): Reorder the descriptions of the variables
11174 to match their order in the default mode-line-format.
11175 Describe the new variables mode-line-position and mode-line-modes.
11176 Update the default values of mode-line-frame-identification,
11177 minor-mode-alist, and default-mode-line-format.
11178 (Properties in Mode): Mention the :propertize construct.
11179
111802003-09-26 Richard M. Stallman <rms@gnu.org>
11181
11182 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11183 * loading.texi, minibuf.texi, text.texi, variables.texi:
11184 Avoid @strong{Note:}.
11185
111862003-09-26 Richard M. Stallman <rms@gnu.org>
11187
11188 * keymaps.texi (Remapping Commands): Fix typo.
11189
111902003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11191
11192 * processes.texi (Low-Level Network): Fix typo.
11193
111942003-09-23 Kim F. Storm <storm@cua.dk>
11195
11196 * processes.texi (Network, Network Servers): Fix typos.
11197 (Low-Level Network): Add timeout value for :server keyword.
11198 Add new option keywords to make-network-process.
11199 Add set-network-process-options.
11200 Explain how to test availability of network options.
11201
112022003-09-19 Richard M. Stallman <rms@gnu.org>
11203
11204 * text.texi (Motion by Indent): Arg to
11205 backward-to-indentation and forward-to-indentation is optional.
11206
11207 * strings.texi (Creating Strings): Add substring-no-properties.
11208
11209 * processes.texi
11210 (Process Information): Add list-processes arg QUERY-ONLY.
11211 Delete process-contact from here.
11212 Add new status values for process-status.
11213 Add process-get, process-put, process-plist, set-process-plist.
11214 (Synchronous Processes): Add call-process-shell-command.
11215 (Signals to Processes): signal-process allows process objects.
11216 (Network): Complete rewrite.
11217 (Network Servers, Datagrams, Low-Level Network): New nodes.
11218
11219 * positions.texi (Word Motion): forward-word, backward-word
11220 arg is optional. Reword.
11221
11222 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11223
11224 * variables.texi (Creating Buffer-Local):
11225 Delete duplicate definition of buffer-local-value.
11226 (File Local Variables): Explain about discarding text props.
11227
112282003-09-11 Richard M. Stallman <rms@gnu.org>
11229
11230 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11231 changes variables that record input events.
11232 (Minibuffer Misc): Add minibuffer-selected-window.
11233
11234 * lists.texi (Building Lists): Add copy-tree.
11235
11236 * display.texi (Fontsets): Add char-displayable-p.
11237 (Scroll Bars): New node.
11238
112392003-09-08 Lute Kamstra <lute@gnu.org>
11240
11241 * modes.texi (%-Constructs): Document new `%i' and `%I'
11242 constructs.
11243
112442003-09-03 Peter Runestig <peter@runestig.com>
11245
11246 * makefile.w32-in: New file.
11247
112482003-08-29 Richard M. Stallman <rms@gnu.org>
11249
11250 * display.texi (Overlay Properties): Clarify how priorities
11251 affect use of the properties.
11252
112532003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11254
11255 * customize.texi (Type Keywords): Correct the description of
11256 `:help-echo' in the case where `motion-doc' is a function.
11257
112582003-08-14 John Paul Wallington <jpw@gnu.org>
11259
11260 * modes.texi (Emulating Mode Line): Subsection, not section.
11261
112622003-08-13 Richard M. Stallman <rms@gnu.org>
11263
11264 * elisp.texi (Top): Update subnode lists in menu.
11265
11266 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11267 (Kill Functions): kill-region has new arg yank-handler.
11268 (Yanking): New node.
11269 (Yank Commands): Add yank-undo-function.
11270 (Low-Level Kill Ring):
11271 kill-new and kill-append have new arg yank-handler.
11272 (Changing Properties): Add remove-list-of-text-properties.
11273 (Atomic Changes): New node.
11274
11275 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11276
11277 * streams.texi (Output Variables): Add eval-expression-print-length
11278 and eval-expression-print-level.
11279
11280 * os.texi (Time Conversion): For encode-time, explain limits on year.
11281
11282 * objects.texi (Character Type): Define anchor "modifier bits".
11283
11284 * modes.texi (Emulating Mode Line): New node.
11285 (Search-based Fontification): Font Lock uses font-lock-face property.
11286 (Other Font Lock Variables): Likewise.
11287
11288 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11289 not vectors.
11290 (Active Keymaps): Add emulation-mode-map-alists.
11291 (Functions for Key Lookup): key-binding has new arg no-remap.
11292 (Remapping Commands): New node.
11293 (Scanning Keymaps): where-is-internal has new arg no-remap.
11294 (Tool Bar): Add tool-bar-local-item-from-menu.
11295 Clarify when to use tool-bar-add-item-from-menu.
11296
11297 * commands.texi (Interactive Call): commandp has new arg.
11298 (Command Loop Info): Add this-original-command.
11299
113002003-08-06 John Paul Wallington <jpw@gnu.org>
11301
11302 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11303
11304 * display.texi (Warning Basics): Fix typo.
11305 (Fringes): Add closing curly bracket and fix typo.
11306
11307 * elisp.texi (Top): Fix typo.
11308
113092003-08-05 Richard M. Stallman <rms@gnu.org>
11310
11311 * elisp.texi: Update lists of subnodes.
11312
11313 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11314
11315 * variables.texi (Local Variables): Use lc for example variable names.
11316
11317 * tips.texi (Library Headers): Explain where to put -*-.
11318
11319 * strings.texi (Creating Strings): Fix xref for vconcat.
11320
11321 * sequences.texi (Vector Functions):
11322 vconcat no longer allows integer args.
11323
11324 * minibuf.texi (Reading File Names): read-file-name has new
11325 arg PREDICATE. New function read-directory-name.
11326
c4cc8b9a 11327 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
11328 (Indenting Macros): New node.
11329
11330 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11331 (Window Frame Parameters): Make separate table of parameters
11332 that are coupled with specific face attributes.
11333 (Deleting Frames): delete-frame-hooks renamed to
11334 delete-frame-functions.
11335
11336 * files.texi (Magic File Names): Add file-remote-p.
11337 Clarify file-local-copy.
11338
11339 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11340 here; instead xref Defining Macros.
11341
11342 * display.texi (Warnings): New node, and subnodes.
11343 (Fringes): New node.
11344
11345 * debugging.texi (Test Coverage): New node.
11346
11347 * compile.texi (Compiler Errors): Explain with-no-warnings
11348 and other ways to suppress warnings.
11349
11350 * commands.texi (Interactive Call): Minor clarification.
11351
11352 * buffers.texi (Buffer File Name): set-visited-file-name
11353 renames the buffer too.
11354
11355 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11356
113572003-07-24 Markus Rost <rost@math.ohio-state.edu>
11358
11359 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11360
113612003-07-22 Markus Rost <rost@math.ohio-state.edu>
11362
11363 * internals.texi (Garbage Collection): Fix previous change.
11364
113652003-07-22 Richard M. Stallman <rms@gnu.org>
11366
11367 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11368
11369 * display.texi (Width): Use \s syntax in example.
11370 (Font Selection): Add face-font-rescale-alist.
11371
11372 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11373 Remove spurious indent in example.
11374
11375 * lists.texi (Building Lists): Add number-sequence.
11376
11377 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11378
11379 * functions.texi (Function Documentation): Explain how to
11380 show calling convention explicitly in the doc string.
11381
11382 * windows.texi (Selecting Windows): save-selected-window saves
11383 selected window of each frame.
11384 (Window Configurations): Minor change.
11385
11386 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11387
11388 * streams.texi (Output Variables): Add print-continuous-numbering
11389 and print-number-table.
11390
11391 * processes.texi (Decoding Output): New node.
11392
11393 * os.texi (Time Conversion): decode-time arg is optional.
11394
11395 * objects.texi (Character Type): Don't use space as example for \.
11396 Make list of char names and \-sequences correspond.
11397 Explain that \s is not used in strings. `\ ' needs space after.
11398
11399 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11400 (Translation of Characters): Add translation-table-for-input.
11401 (Default Coding Systems): Add auto-coding-functions.
11402 (Explicit Encoding): Add decode-coding-inserted-region.
11403 (Locales): Add locale-info.
11404
11405 * minibuf.texi (Basic Completion): Describe test-completion.
11406 Collections can be lists of strings.
11407 Clean up lazy-completion-table.
11408 (Programmed Completion): Mention test-completion.
11409 Clarify why lambda expressions are not accepted.
11410 (Minibuffer Misc): Describe minibufferp.
11411
114122003-07-14 Richard M. Stallman <rms@gnu.org>
11413
11414 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11415
11416 * windows.texi (Selecting Windows): New arg to select-window.
11417 (Selecting Windows): Add with-selected-window.
11418 (Size of Window): Add window-inside-edges, etc.
11419
11420 * internals.texi (Garbage Collection): Add post-gc-hook.
11421
11422 * processes.texi (Subprocess Creation): Add exec-suffixes.
11423
11424 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11425 (Scanning Keymaps): Add map-keymaps.
11426 (Defining Menus): Add keymap-prompt.
11427
11428 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11429 most-negative-fixnum.
11430
c4cc8b9a 11431 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11432 (Compiler Errors): New node.
11433
11434 * os.texi (User Identification): user-uid, user-real-uid
11435 can return float.
11436
11437 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11438 and about derived modes.
11439 (Minor Modes): Add minor-mode-list.
11440 (Defining Minor Modes): Keyword args for define-minor-mode.
11441 (Search-based Fontification): Explain managing other properties.
11442 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11443 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11444 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11445
11446 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11447 (Variable Aliases): Clarify defvaralias.
11448
11449 * loading.texi (Library Search): Add load-suffixes.
11450
11451 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11452 (Programmed Completion): Add dynamic-completion-table.
11453
11454 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11455 (Magic File Names): Specify precedence order of handlers.
11456
11457 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11458 and post-command-hook.
11459 (Waiting): New calling convention for sit-for.
11460
11461 * text.texi (Special Properties): local-map and keymap properties
11462 apply based on their stickiness.
11463
114642003-07-07 Richard M. Stallman <rms@gnu.org>
11465
11466 * modes.texi (Minor Mode Conventions): Specify only some kinds
11467 of list values as args to minor modes.
11468
11469 * files.texi (File Name Expansion): Warn about iterative use
11470 of substitute-in-file-name.
11471
11472 * advice.texi (Activation of Advice): Clean up previous change.
11473
114742003-07-06 Markus Rost <rost@math.ohio-state.edu>
11475
11476 * advice.texi (Activation of Advice): Note that ad-start-advice is
11477 turned on by default.
11478
114792003-06-30 Richard M. Stallman <rms@gnu.org>
11480
11481 * text.texi (Buffer Contents): Document current-word.
11482 (Change Hooks): Not called for *Messages*.
11483
11484 * functions.texi (Defining Functions): Explain about redefining
11485 primitives.
f4e90db0 11486 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11487 Comment out the detailed criteria for what is safe.
11488
114892003-06-22 Andreas Schwab <schwab@suse.de>
11490
11491 * objects.texi (Symbol Type): Fix description of examples.
11492
114932003-06-16 Andreas Schwab <schwab@suse.de>
11494
11495 * hash.texi (Creating Hash): Fix description of :weakness.
11496
c8763fb6 114972003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11498
11499 * files.texi (Changing Files): copy-file copies file modes, too.
11500
115012003-05-28 Richard M. Stallman <rms@gnu.org>
11502
11503 * strings.texi (Creating Strings): Clarify split-string.
11504
115052003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11506
11507 * strings.texi (Creating Strings): Update split-string specification
11508 and examples.
11509
115102003-05-19 Richard M. Stallman <rms@gnu.org>
11511
11512 * elisp.texi: Correct invariant section names.
11513
115142003-04-20 Richard M. Stallman <rms@gnu.org>
11515
11516 * os.texi (Timers): Explain about timers and quitting.
11517
115182003-04-19 Richard M. Stallman <rms@gnu.org>
11519
11520 * internals.texi (Writing Emacs Primitives): Strings are
11521 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11522 Explain GCPRO convention for varargs function args.
11523
115242003-04-16 Richard M. Stallman <rms@gnu.org>
11525
11526 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11527
115282003-04-08 Richard M. Stallman <rms@gnu.org>
11529
11530 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11531
115322003-02-13 Kim F. Storm <storm@cua.dk>
11533
11534 * objects.texi (Character Type): New \s escape for space.
11535
115362003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11537
5dcb4c4e 11538 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11539
115402003-01-25 Richard M. Stallman <rms@gnu.org>
11541
11542 * keymaps.texi: Document that a symbol can act as a keymap.
11543
115442003-01-13 Richard M. Stallman <rms@gnu.org>
11545
11546 * text.texi (Changing Properties): Say string indices are origin-0.
11547
11548 * positions.texi (Screen Lines) <compute-motion>:
11549 Correct order of elts in return value.
11550
11551 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11552 how to define a default binding.
11553
115542002-12-07 Markus Rost <rost@math.ohio-state.edu>
11555
11556 * loading.texi (Unloading): Fix recent change for load-history.
11557
11558 * customize.texi (Simple Types): Clarify description of custom
11559 type 'number. Describe new custom type 'float.
11560
115612002-12-04 Markus Rost <rost@math.ohio-state.edu>
11562
11563 * variables.texi (File Local Variables): Fix typo.
11564
c8763fb6 115652002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11566
11567 From Michael Albinus <Michael.Albinus@alcatel.de>.
11568
11569 * README: Target for Info file is `make info'.
11570
5dcb4c4e 11571 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11572 `file-name-sans-extension'.
11573 (Magic File Names): Complete list of operations for magic file
11574 name handlers.
11575
115762002-09-16 Jonathan Yavner <jyavner@engineer.com>
11577
11578 * variables.texi (File Local Variables): New function
11579 risky-local-variable-p.
11580
115812002-09-15 Jonathan Yavner <jyavner@engineer.com>
11582
11583 * functions.texi (Function safety): New node about unsafep.
11584
115852002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11586
5dcb4c4e 11587 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11588 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11589
115902002-06-17 Juanma Barranquero <lektu@terra.es>
11591
11592 * frames.texi (Display Feature Testing): Fix typo.
11593
115942002-06-12 Andreas Schwab <schwab@suse.de>
11595
11596 * frames.texi (Initial Parameters, Resources): Fix references to
11597 the Emacs manual.
11598
115992002-05-13 Kim F. Storm <storm@cua.dk>
11600
11601 * variables.texi (Intro to Buffer-Local): Updated warning and
11602 example relating to changing buffer inside let.
11603
c8763fb6 116042002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11605
11606 * os.texi (Session Management): New node about X Session management.
11607
116082002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11609
11610 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11611 to which the manual corresponds, and the copyright years.
11612
11613 * Makefile.in (VERSION): Set to 2.9.
11614
116152001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11616
11617 * elisp.texi: Change the category in @dircategory to "Emacs", to
11618 make it consistent with info/dir.
11619
116202001-11-25 Miles Bader <miles@gnu.org>
11621
11622 * text.texi (Fields): Describe new `limit' arg in
11623 field-beginning/field-end.
11624
116252001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11626
5dcb4c4e
SM
11627 * permute-index: Don't depend on csh-specific features.
11628 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11629
11630 * two-volume-cross-refs.txt: New file.
11631 * two.el: New file.
11632 * spellfile: New file.
11633
116342001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11635
11636 * permute-index: New file.
11637
11638 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11639 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11640 8+3 restricted namespace.
11641
11642 * Makefile.in (infodir): Define relative to $(srcdir).
11643 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11644 include directories list via -I switch to makeinfo.
11645 (index.texi): Use cp if both hard and symbolic links fail.
11646
116472001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11648
11649 * Makefile.in (distclean): Add.
11650
11651 The following changes make ELisp manual part of the Emacs
11652 distribution:
11653
11654 * Makefile.in: Add Copyright notice.
11655 (prefix): Remove.
11656 (infodir): Change value to "../info".
11657 (VPATH): New variable.
11658 (MAKE): Don't define.
11659 (texmacrodir): Don't define.
11660 (texinputdir): Append the existing value of TEXINPUTS.
11661 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11662 command to be compatible with man/Makefile.in, and to put the
11663 output into ../info.
11664 (info): Add target.
11665 (installall): Target removed.
11666
c8763fb6 116672001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11668
11669 * tips.texi (Coding Conventions): Fix typo.
11670
116712001-10-23 Gerd Moellmann <gerd@gnu.org>
11672
11673 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11674
116752001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11676
11677 * files.texi (File Name Components): Update the description of
11678 file-name-sans-extension and file-name-extension, as they now
11679 ignore leading dots.
11680
116812001-10-20 Gerd Moellmann <gerd@gnu.org>
11682
11683 * (Version 21.1 released.)
11684
116852001-10-19 Miles Bader <miles@gnu.org>
11686
11687 * positions.texi (Text Lines): Describe behavior of
11688 `beginning-of-line'/`end-of-line' in the presence of field properties.
11689
116902001-10-17 Gerd Moellmann <gerd@gnu.org>
11691
11692 * Makefile.in (VERSION): Set to 2.8.
11693 (manual): Use `manual-21'.
11694
11695 * elisp.texi (VERSION): Add and use it where the version
11696 number was used. Set it to 2.8.
11697
11698 * intro.texi: Likewise.
11699
117002001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11701
11702 * files.texi (File Name Completion): Document the significance of
11703 a trailing slash in elements of completion-ignored-extensions.
11704
117052001-10-06 Miles Bader <miles@gnu.org>
11706
11707 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11708
117092001-10-04 Gerd Moellmann <gerd@gnu.org>
11710
11711 * variables.texi (Variable Aliases): New node.
11712
117132001-10-04 Gerd Moellmann <gerd@gnu.org>
11714
11715 * Branch for 21.1.
11716
117172001-10-02 Miles Bader <miles@gnu.org>
11718
11719 * minibuf.texi (Minibuffer Misc): Add entries for
11720 `minibuffer-contents', `minibuffer-contents-no-properties', and
11721 `delete-minibuffer-contents'.
11722 Correct description for `minibuffer-prompt-end'.
11723
11724 * text.texi (Property Search): Correct descriptions of
11725 `next-char-property-change' and `previous-char-property-change'.
11726 Add entries for `next-single-char-property-change' and
11727 `previous-single-char-property-change'.
11728 Make operand names a bit more consistent.
11729
117302001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11731
11732 * frames.texi (Finding All Frames): Document that next-frame and
11733 previous-frame are local to current terminal.
11734
117352001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11736
11737 * keymaps.texi (Creating Keymaps): Fix the description of the
11738 result of make-keymap.
11739
117402001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11741
11742 * display.texi (Font Lookup, Attribute Functions)
11743 (Image Descriptors): Add cross-references to the definition of
11744 selected frame.
11745
11746 * buffers.texi (The Buffer List): Add cross-references to the
11747 definition of selected frame.
11748
11749 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11750 frame at any given time.
11751 (Multiple Displays, Size and Position): Add a cross-reference to
11752 the definition of the selected frame.
11753
117542001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11755
11756 * strings.texi (String Conversion) <string-to-number>: Document
11757 that a float is returned for integers that are too large.
11758
11759 * frames.texi (Mouse Position): Document mouse-position-function.
11760 (Display Feature Testing): Document display-images-p.
11761 (Window Frame Parameters): Document the cursor-type variable.
11762
11763 * numbers.texi (Integer Basics): Document CL style read syntax for
11764 integers in bases other than 10.
11765
5dcb4c4e
SM
11766 * positions.texi (List Motion):
11767 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11768
11769 * lists.texi (Sets And Lists): Document member-ignore-case.
11770
11771 * internals.texi (Garbage Collection): Document the used and free
11772 strings report.
11773 (Memory Usage): Document strings-consed.
11774
11775 * os.texi (Time of Day): Document float-time.
11776 (Recording Input): Document that clear-this-command-keys clears
11777 the vector to be returned by recent-keys.
11778
ed9265fc
JB
11779 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11780 The argument keymap can be a list.
b8d4c8d0
GM
11781
11782 * nonascii.texi (User-Chosen Coding Systems)
11783 <select-safe-coding-system>: Document the new argument
11784 accept-default-p and the variable
11785 select-safe-coding-system-accept-default-p. Tell what happens if
11786 buffer-file-coding-system is undecided.
11787 (Default Coding Systems): Document auto-coding-regexp-alist.
11788
11789 * display.texi (The Echo Area) <message>: Document
11790 message-truncate-lines.
11791 (Glyphs): Document that the glyph table is unused on windowed
11792 displays.
11793
11794 * help.texi (Describing Characters) <single-key-description>:
11795 Document the new argument no-angles.
11796 (Accessing Documentation) <documentation-property>: Document that
11797 a non-string property is evaluated.
11798 <documentation>: Document that the function-documentation property
11799 is looked for.
11800
11801 * windows.texi (Selecting Windows): Document some-window.
11802
11803 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11804
11805 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11806 apropos-mode-hook.
11807
11808 * commands.texi (Using Interactive): Document interactive-form.
11809 (Keyboard Macros): Document kbd-macro-termination-hook.
11810 (Command Loop Info): Document that clear-this-command-keys clears
11811 the vector to be returned by recent-keys.
11812
118132001-09-04 Werner LEMBERG <wl@gnu.org>
11814
11815 * Makefile.in (srcdir, texinputdir): New variables.
11816 (srcs, index.texi, install): Use $(srcdir).
11817 (.PHONY): Remove elisp.dvi.
11818 (elisp): Use -I switch for makeinfo.
11819 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11820 (installall, dist): Use $(srcdir).
11821 Fix path to texinfo.tex.
11822 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11823
118242001-08-30 Gerd Moellmann <gerd@gnu.org>
11825
11826 * display.texi (Conditional Display): Adjust to API change.
11827
11828 * configure: New file.
11829
118302001-07-30 Gerd Moellmann <gerd@gnu.org>
11831
11832 * commands.texi (Repeat Events): Add description of
11833 double-click-fuzz.
11834
118352001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11836
11837 * syntax.texi (Syntax Class Table): Add the missing designator for
11838 comment and string fences.
11839 (Syntax Properties): Add a xref to syntax table internals.
11840 (Syntax Table Internals): Document string-to-syntax.
11841
118422001-05-07 Gerd Moellmann <gerd@gnu.org>
11843
11844 * Makefile.in (install): Use install-info command line options
11845 like in Emacs' Makefile.in.
11846
118472000-12-09 Miles Bader <miles@gnu.org>
11848
11849 * windows.texi (Window Start): Update documentation for
11850 `pos-visible-in-window-p'.
11851
118522000-11-12 Stefan Monnier <monnier@cs.yale.edu>
11853
11854 * lists.texi (Building Lists): Add footnote to explain how to add
11855 to the end of a list.
11856
118572000-10-25 Gerd Moellmann <gerd@gnu.org>
11858
11859 * files.texi (Visiting Functions): Typos.
11860
118612000-10-25 Kenichi Handa <handa@etl.go.jp>
11862
11863 * files.texi (Visiting Functions): Return value of
11864 find-file-noselect may be a list of buffers if wildcards are used.
11865
118662000-10-24 Miles Bader <miles@lsi.nec.co.jp>
11867
11868 * display.texi (Defining Faces): Document `graphic' display type
11869 in face specs.
11870
b344d29d 118712000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
11872
11873 * hooks.texi (Standard Hooks): Replace obsolete
11874 `after-make-frame-hook' with `after-make-frame-functions'.
11875
11876 * frames.texi (Creating Frames): Ditto.
11877
11878 * variables.texi (Future Local Variables): Ditto.
11879
118802000-10-16 Gerd Moellmann <gerd@gnu.org>
11881
11882 * display.texi (Other Image Types): Add description of :foreground
11883 and :background properties of mono PBM images.
11884
118852000-08-17 Werner LEMBERG <wl@gnu.org>
11886
11887 * .cvsignore: New file.
11888
118892000-01-05 Gerd Moellmann <gerd@gnu.org>
11890
11891 * tindex.pl: New script.
11892
118931999-12-03 Dave Love <fx@gnu.org>
11894
11895 * Makefile.in (MAKEINFO): New parameter.
11896
118971999-09-17 Richard Stallman <rms@gnu.org>
11898
11899 * Makefile.in (srcs): Add hash.texi.
11900 (VERSION): Update to 20.6.
11901
119021999-09-13 Richard Stallman <rms@gnu.org>
11903
11904 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
11905
119061998-08-29 Karl Heuer <kwzh@gnu.org>
11907
11908 * configure.in: New file.
11909 * Makefile.in: Renamed from Makefile.
11910 (prefix, infodir): Use value obtained from configure.
11911 (emacslibdir): Obsolete variable deleted.
11912 (dist): Distribute configure.in, configure, Makefile.in.
11913
119141998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
11915
11916 * Makefile (INSTALL_INFO): New variable.
11917 (install): Run install-info.
11918
119191998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
11920
11921 * Makefile (elisp.dvi): Add missing backslash.
11922
119231998-05-02 Richard Stallman <rms@psilocin.gnu.org>
11924
11925 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
11926 Run texindex without `./'. Always run texindex on elisp.tp.
11927 (elisp.tps): Target deleted.
11928
119291998-04-05 Richard Stallman <rms@psilocin.gnu.org>
11930
11931 * Makefile (srcs): Add nonascii.texi and customize.texi.
11932 (dist): Start by deleting `temp'.
11933
119341998-02-17 Richard Stallman <rms@psilocin.gnu.org>
11935
11936 * Makefile (makeinfo, texindex): Targets deleted.
11937 (makeinfo.o, texindex.o): Targets deleted.
11938 (clean, dist): Don't do anything with them or with getopt*.
11939
119401998-01-30 Richard Stallman <rms@psilocin.gnu.org>
11941
11942 * Makefile (SHELL): Defined.
11943
119441998-01-27 Richard Stallman <rms@psilocin.gnu.org>
11945
11946 * Makefile (elisp.tps): New target.
11947 (elisp.dvi): Depend on elisp.tps.
11948
c5602427 119491996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
11950
11951 * README: Update phone number.
11952
11953 * Makefile (elisp): Make this be the default target.
11954 Depend on makeinfo.c instead of makeinfo.
11955 (install): Don't depend on elisp.dvi, since we don't install that.
11956 Use mkinstalldirs.
11957 (dist): Add mkinstalldirs.
11958
c5602427 119591995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
11960
11961 * Makefile (VERSION): Update version number.
5dcb4c4e 11962 (maintainer-clean): Rename from realclean.
b8d4c8d0 11963
c5602427 119641995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
11965
11966 * Makefile (realclean): New target.
11967 (elisp): Remove any old elisp-* files first.
11968
c5602427 119691993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
11970
11971 * Makefile (VERSION): New variable.
11972 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
11973 Compressed file suffix should be `.gz', not `.z'.
11974
ce058493 119751993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11976
11977 * Makefile (elisp): Depend on makeinfo.
11978
c5602427 119791993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
11980
11981 * Makefile (srcs): Add anti.texi.
11982
c5602427 119831993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11984
11985 * Makefile (infodir, prefix): New vars.
11986 (install): Use infodir.
f4e90db0 11987 (emacsinfodir): Delete.
b8d4c8d0 11988
c5602427 119891993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
11990
11991 * Makefile (srcs): Add calendar.texi.
11992
11993 * Makefile (dist): Copy texindex.c and makeinfo.c.
11994 Limit elisp-* files to those with one or two digits.
11995
c5602427 119961993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 11997
f4e90db0 11998 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 11999
c5602427 120001993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12001
12002 * loading.texi (Unloading): define-function changed back to
12003 defalias. It may not stay this way, but at least it's
12004 consistent with the known-good version of the code patch.
12005
c5602427 120061993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
12007
12008 * modes.texi (Hooks): Document new optional arg of add-hook.
12009
c5602427 120101993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12011
12012 * variables.texi: Document nil initial value of buffer-local variables.
12013
12014 * tips.texi: Add new section on standard library headers.
12015
c5602427 120161993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12017
12018 * Makefile (srcs): Add frame.texi to the list of sources.
12019
c5602427 120201993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12021
12022 * Makefile (dist): Don't bother excluding autosave files; they'll
12023 never make it into the temp directory anyway, and the hash marks
12024 in the name are problematic for make and the Bourne shell.
ed9265fc 12025 (srcs): ???
b8d4c8d0 12026
c5602427 120271993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12028
12029 * Makefile (dist): Don't include backup files or autosave files in
12030 the distribution tar file.
12031
c5602427 120321991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 12033
5dcb4c4e 12034 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
12035 (elisp.dvi): Remove erroneous shell comment.
12036 Expect output of permute-index in permuted.fns.
12037 Save old elisp.aux in elisp.oaux.
5dcb4c4e 12038 (clean): Add index.texi to be deleted.
b8d4c8d0 12039
c5602427 120401990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12041
12042 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12043
c5602427 120441990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
12045
12046 * files.texi: Noted that completion-ignored-extensions is ignored
12047 when making *Completions*.
12048
3e868ee3 120491990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
12050
12051 * Makefile make dist now depends on elisp.dvi, since it tries
12052 to include it in the dist file.
12053
c5602427 120541990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 12055
c5602427 12056 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 12057
c5602427 120581989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12059
12060 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12061 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12062
c5602427 120631989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12064
12065 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12066 and @error{} are the terms now being used. The files in the
12067 directory have been changed to reflect this.
12068
12069 * All instances of @indentedresultt{} have been changed to
333f9019 12070 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 12071
c5602427 120721989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12073
12074 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12075 experimental @indentedresult{}, @indentedexpandsto{} are part of
12076 the texinfo.tex in this directory. These TeX macros are not
12077 stable yet.
12078
c5602427 120791989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12080
12081 * texinfo.tex: Temporarily added
12082 \let\result=\dblarrow
12083 \def\error{{\it ERROR} \longdblarrow}
12084 We need to do this better soon.
12085
c5602427 120861989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12087
12088 * Applied Karl Berry's patches to *.texinfo files, but not to
12089 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12090 new title page format is also not applied, since it requires
12091 texinfo.tex changes.)
12092
12093 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12094 for the Project GNU development environment.
12095
12096;; Local Variables:
c8763fb6 12097;; coding: utf-8
b8d4c8d0
GM
12098;; End:
12099
ab422c4d 12100 Copyright (C) 1998-2013 Free Software Foundation, Inc.
b8d4c8d0
GM
12101
12102 This file is part of GNU Emacs.
12103
352c8b4a 12104 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 12105 it under the terms of the GNU General Public License as published by
352c8b4a
GM
12106 the Free Software Foundation, either version 3 of the License, or
12107 (at your option) any later version.
b8d4c8d0
GM
12108
12109 GNU Emacs is distributed in the hope that it will be useful,
12110 but WITHOUT ANY WARRANTY; without even the implied warranty of
12111 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12112 GNU General Public License for more details.
12113
12114 You should have received a copy of the GNU General Public License
352c8b4a 12115 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.