Gnus: Improve subthread sorting;
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
95e6e62b
MA
12013-07-24 Michael Albinus <michael.albinus@gmx.de>
2
3 * errors.texi (Standard Errors): Fix typo.
4
5 * files.texi (Magic File Names):
6 * os.texi (File Notifications): Remove file-notify-supported-p.
7
53840e55
PE
82013-07-24 Paul Eggert <eggert@cs.ucla.edu>
9
10 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
11 non-well-formed expressions result in unspecified behavior, though
12 Emacs will not crash.
13
32813ea7
MA
142013-07-22 Michael Albinus <michael.albinus@gmx.de>
15
16 * files.texi (Magic File Names): Add file-notify-add-watch,
17 file-notify-rm-watch and file-notify-supported-p. Move
18 file-remote-p down.
19
20 * errors.texi (Standard Errors): Add file-notify-error.
21
22 * os.texi (Desktop Notifications): Rename from Notifications.
23 (File Notifications): New node.
24
25 * elisp.texi (Top): Update menu for these changes.
26
ac446ed8
XF
272013-07-19 Xue Fuqiao <xfq.free@gmail.com>
28
29 * windows.texi (Display Action Functions): Mention next-window.
30
e6c005c5
XF
312013-07-16 Xue Fuqiao <xfq.free@gmail.com>
32
33 * windows.texi (Selecting Windows): Fix the introduction of
34 `set-frame-selected-window''s arguments.
35
954b166e
PE
362013-07-10 Paul Eggert <eggert@cs.ucla.edu>
37
38 Timestamp fixes for undo (Bug#14824).
39 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
40
3323c263
EZ
412013-07-06 Eli Zaretskii <eliz@gnu.org>
42
43 * nonascii.texi (Text Representations): Document that
44 multibyte-string-p returns nil for non-string objects.
45
4431e6d9 462013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
47
48 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
49
a944db14
GM
502013-07-03 Glenn Morris <rgm@gnu.org>
51
52 * debugging.texi (Debugging):
53 * files.texi (File Attributes, Changing Files): Fix cross-references.
54
55 * package.texi (Package Archives): Fix @url call.
56
253e30aa
GM
57 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
58
4c672a0f
EZ
592013-06-29 Eli Zaretskii <eliz@gnu.org>
60
61 * display.texi (Bidirectional Display): Document move-point-visually.
62
4366ddd4
XF
632013-06-29 Xue Fuqiao <xfq.free@gmail.com>
64
65 * buffers.texi (Buffer File Name): Fix typo.
66
bace8013
CS
672013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
68
69 * tips.texi (Coding Conventions): Improve wording.
70
f99f7826 712013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
72
73 * loading.texi (Autoload): Fix typo.
74
611e8a48
GM
75 * variables.texi (Lexical Binding): Fix typo.
76
edfaf7c0
GM
77 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
78
f3f9606c
LMI
792013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
80
81 * display.texi (ImageMagick Images): Mention :max-width and
82 :max-height.
83
89561f72
PE
842013-06-20 Paul Eggert <eggert@cs.ucla.edu>
85
86 * numbers.texi (Math Functions): Remove obsolete function log10.
87
9716fedb
SM
882013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
89
90 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
91 rather than `local-map'.
92
93 * keymaps.texi (Active Keymaps): Fix documentation of
94 set-temporary-overlay-map and overriding-terminal-local-map.
95
789cf833
GM
962013-06-19 Glenn Morris <rgm@gnu.org>
97
98 * Makefile.in (dist): Edit more configure variables.
99 Try to check that we do not miss any in future.
100
254408ca
JB
1012013-06-17 Juanma Barranquero <lekktu@gmail.com>
102
103 * text.texi (Undo, Changing Properties): Fix typos.
104
708e05f6
LMI
1052013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
106
107 * text.texi (Changing Properties): Document `add-face-text-property'.
108
3da95318
KH
1092013-06-17 Kenichi Handa <handa@gnu.org>
110
111 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 112 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 113
de0503df
SM
1142013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * loading.texi (Hooks for Loading): Don't document after-load-alist.
117 Document with-eval-after-load instead of eval-after-load.
118
823777b5
XF
1192013-06-11 Xue Fuqiao <xfq.free@gmail.com>
120
121 * files.texi (File Name Expansion): Make the example more
122 intuitive.
123
08c0a604
PE
1242013-06-10 Paul Eggert <eggert@cs.ucla.edu>
125
126 Documentation fix for 'ls' and hard links.
127 * compile.texi (Compilation Functions):
128 * files.texi (File Attributes, Changing Files):
129 Use current format for GNU 'ls' output.
130 (File Attributes): Fix problem introduced in previous change:
131 the link count is the number of hard links, not the number
132 of hard links + 1.
133
e4568f3b
XF
1342013-06-10 Xue Fuqiao <xfq.free@gmail.com>
135
136 * files.texi (File Attributes): Fix typo.
137
a5cf7779
SM
1382013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
139
140 * functions.texi (Lambda Expressions): Lambda expressions don't
141 evaluate to themselves in general (bug#11782).
142
6e911150
SM
1432013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
144
145 * loading.texi (Autoload):
146 * help.texi (Documentation Basics, Accessing Documentation)
147 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
148
b02b5481
GM
1492013-04-23 Glenn Morris <rgm@gnu.org>
150
151 * internals.texi (Writing Emacs Primitives): Remove obvious example.
152 Tweak other to avoid overly long line.
153
f8152bcb
XF
1542013-04-21 Xue Fuqiao <xfq.free@gmail.com>
155
84ebefe9
XF
156 * internals.texi (Writing Emacs Primitives): Remove unnecessary
157 references to the sources. (Bug#13800)
158
f8152bcb
XF
159 * searching.texi (Regexp Backslash): Doc fix for backslash
160 constructs in regular expressions.
161
8fa2654e
CS
1622013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
163
164 * tips.texi (Coding Conventions): Mention separation of package
165 descriptor and name of internal symbols by two hyphens.
166
0aa3616e
SB
1672013-04-13 Stephen Berman <stephen.berman@gmx.net>
168
169 * windows.texi (Splitting Windows): Change category of
170 split-window from a command to a function.
171
cd542620
CY
1722013-04-06 Chong Yidong <cyd@gnu.org>
173
174 * display.texi (Faces): Minor clarifications.
6e911150
SM
175 (Defining Faces): Clarify default vs custom face specs.
176 Document face-spec-set.
cd542620
CY
177
178 * display.texi (Overlay Properties):
179 * text.texi (Special Properties): Use the "anonymous face"
180 terminology. Describe foreground-color and background-color forms
181 as compatibility-only.
182
8d0c20ae
EZ
1832013-03-24 Eli Zaretskii <eliz@gnu.org>
184
185 * compile.texi (Byte-Code Objects): Add index entry.
186 (Disassembly): Add cross-references.
187
45f1d362
EZ
1882013-03-23 Eli Zaretskii <eliz@gnu.org>
189
190 * frames.texi (Size Parameters): More accurate description of the
191 difference between 'fullboth' and 'maximized'. (Bug#13935)
192
5784e319
CS
1932013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
194
195 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
196
78be8b64 1972013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
198
199 * elisp.texi: Add some stuff specific to www.gnu.org.
200
b388e7ad
TZ
2012013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
202
203 * control.texi (Pattern matching case statement): Fix typo.
204
681ebc33
PE
2052013-03-04 Paul Eggert <eggert@cs.ucla.edu>
206
207 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
208
9bed73f3
GM
2092013-03-03 Glenn Morris <rgm@gnu.org>
210
211 * objects.texi (Symbol Type): Fix typo.
212
929aeac6 2132013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
214
215 * variables.texi (File Local Variables): Fix reference.
216
1abfd3e8 2172013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
218
219 * files.texi (Magic File Names): Improve wording and indexing.
220
f0c954fa
GM
2212013-02-21 Glenn Morris <rgm@gnu.org>
222
223 * display.texi (Multi-Frame Images): Minor rephrasing.
224
1e56f8ef
GM
2252013-02-20 Glenn Morris <rgm@gnu.org>
226
227 * display.texi (GIF Images, TIFF Images): Delete these nodes.
228 (ImageMagick Images): For :index, use an xref rather than duplicating.
229 (Other Image Types): Add GIF, adjust formatting.
230 (Multi-Frame Images): Rename from Animated Images. Expand section.
231 * elisp.texi (Top): Update menu for these changes.
232
93c2fa46
GM
2332013-02-19 Glenn Morris <rgm@gnu.org>
234
235 * text.texi (Change Hooks): Fix typo.
236
d64d97e5 2372013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
238
239 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
240
b5ca9d53
GM
2412013-02-13 Glenn Morris <rgm@gnu.org>
242
b6c3e4b1
GM
243 * objects.texi (Char-Table Type): Add footnote about #^^.
244
b5ca9d53
GM
245 * modes.texi (Minor Mode Conventions): Fix typo.
246
85adc63f
GM
247 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
248 meta characters; this changed in 22.1. (Bug#13684)
249
662abcc1
GM
250 * objects.texi (Char-Table Type): Add cindex.
251
9d6c9dd1
GM
252 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
253
490a9458 2542013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
255
256 * keymaps.texi (Creating Keymaps): Update make-keymap result.
257
8549f9e8
EZ
2582013-02-09 Eli Zaretskii <eliz@gnu.org>
259
260 * modes.texi (%-Constructs): Remove the description of %t.
261
262 * nonascii.texi (MS-DOS File Types): Delete node.
263
7bd00724
GM
2642013-02-08 Glenn Morris <rgm@gnu.org>
265
266 * keymaps.texi (Active Keymaps, Searching Keymaps):
267 Remove confusing mention of "symbolic prefix". (Bug#13643)
268
795e7a5b 2692013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
270
271 * macros.texi (Indenting Macros): Fix order of an indent
272 symbol's arguments. (Bug#13450)
273
b3fbb395
PE
2742013-01-19 Paul Eggert <eggert@cs.ucla.edu>
275
276 Allow floating-point file offsets.
277 * files.texi (Reading from Files, Writing to Files):
278 Say that file offsets can be numbers, not just integers.
279
45a7e57c
GM
2802013-01-09 Glenn Morris <rgm@gnu.org>
281
282 * commands.texi (Interactive Codes):
283 Whitespace does not terminate interactive "S". (Bug#13393)
284
04c48b14
CY
2852013-01-06 Chong Yidong <cyd@gnu.org>
286
287 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
288
1f1c405d
GM
2892013-01-05 Glenn Morris <rgm@gnu.org>
290
291 * display.texi (Overlay Properties): Mention field. (Bug#13364)
292
5d7c18a8
EZ
2932013-01-05 Eli Zaretskii <eliz@gnu.org>
294
295 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
296 directive in a group of items.
297
89cb305e 2982013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
299
300 * keymaps.texi (Key Sequences): Remove obsolete sentence
301 (Bug#13356).
302
0f668a4d 3032013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
304
305 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
306
553081a5
SM
3072013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * files.texi (File Attributes): Undocument return format of file-acl.
310
1cbb9ed6
GM
3112013-01-03 Glenn Morris <rgm@gnu.org>
312
75e78d1e
GM
313 * processes.texi (System Processes):
314 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
315
5f1a9647
GM
316 * searching.texi (Replacing Match): Fix xref.
317
1cbb9ed6
GM
318 * elisp.texi (DATE): Bump to Jan 2013.
319
9539d465 3202013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 321
22ff2cb8
GM
322 * customize.texi (Common Keywords, Type Keywords):
323 Replace "active field" with "button". (Bug#13310)
324
9800c5b0
GM
325 * customize.texi (Common Keywords): Add xref. (Bug#13311)
326 * tips.texi (Library Headers): Add cindex.
327
d5e5e7b4 3282012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
329
330 * functions.texi (Declare Form):
331 * intro.texi (A Sample Function Description):
332 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
333 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
334 in @def.. commands. (Bug#13292)
335
ccad023b
EZ
3362012-12-29 Eli Zaretskii <eliz@gnu.org>
337
338 * files.texi (Changing Files): Document the return values of
339 set-file-selinux-context and set-file-acl.
340
1ab0c851
GM
3412012-12-27 Glenn Morris <rgm@gnu.org>
342
343 * files.texi (File Names): Mention Cygwin conversion functions.
344
94900bfe
MR
3452012-12-22 Martin Rudalics <rudalics@gmx.at>
346
347 * windows.texi (Selecting Windows): Reword description of
348 select-window (Bug#13248).
349
04d9b71a
EZ
3502012-12-22 Eli Zaretskii <eliz@gnu.org>
351
352 * files.texi (File Attributes, Changing Files): Remove the details
353 about the text returned by file-acl. Instead, just document that
354 it is an opaque string meant to be used by set-file-acl.
355
6e55f03e
CY
3562012-12-21 Chong Yidong <cyd@gnu.org>
357
07b9c0be
CY
358 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
359
6e55f03e
CY
360 * customize.texi (Simple Types): Document key-sequence type
361 (Bug#13048).
362
5bec25eb
CY
363 * strings.texi (Text Comparison): Doc fix for compare-strings.
364
15ccf05e
MA
3652012-12-19 Michael Albinus <michael.albinus@gmx.de>
366
367 * files.texi (Magic File Names): Add `file-acl',
368 `file-selinux-context', `set-file-acl' and
369 `set-file-selinux-context'. Make the list consistent.
370
ee3c0aec
JB
3712012-12-19 Jonas Bernoulli <jonas@bernoul.li>
372
373 * tips.texi (Library Headers): New header keyword `Homepage'.
374 Make continuation lines syntax more precise.
375
66447e07
EZ
3762012-12-17 Eli Zaretskii <eliz@gnu.org>
377
378 * files.texi (File Attributes, Changing Files): Update to include
379 MS-Windows support for ACLs.
380
7c3d167f
RF
3812012-12-16 Romain Francoise <romain@orebokech.com>
382
383 * files.texi (File Attributes): Document ACL support and new
384 `file-acl' function.
385 (Changing Files): Mention argument name change of `copy-file' and
386 document new function `set-file-acl'.
387
97976f9f
PE
3882012-12-14 Paul Eggert <eggert@cs.ucla.edu>
389
390 Fix permissions bugs with setgid directories etc. (Bug#13125)
391 * files.texi (Testing Accessibility): Document GROUP arg
392 of file-ownership-preserved-p.
393 (File Attributes): Document that 9th element is now
394 just a placeholder.
395 * os.texi (User Identification): Document new functions group-gid,
396 group-real-gid.
397
d92d9c95
PE
3982012-12-11 Paul Eggert <eggert@cs.ucla.edu>
399
400 * internals.texi (C Integer Types): New section.
401 This follows up and records an email in
402 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
403
265c2fbf 4042012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 405
4a0e1924 406 * control.texi (Pattern matching case statement): New node.
f433306a 407
1cbae532
SM
408 * customize.texi (Variable Definitions): Mention the default :group
409 for defcustoms (bug#13093).
410
c6c08d3f
GM
4112012-12-09 Glenn Morris <rgm@gnu.org>
412
413 * customize.texi (Variable Definitions): Mention eval-defun
414 on a defcustom calls the :set function when appropriate.
415
4288142b
PE
4162012-12-06 Paul Eggert <eggert@cs.ucla.edu>
417
418 * doclicense.texi, gpl.texi: Update to latest version from FSF.
419 These are just minor editorial changes.
420
d8ad4d3f 4212012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
422
423 * lists.texi (Plist Access): Move put example to Symbol Plists.
424
425 * symbols.texi (Standard Properties): Fix typo.
426
c5bc2d1d 4272012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 428
f02f19bd
CY
429 * symbols.texi (Symbol Properties): New node.
430 (Symbol Plists): Make it a subsection under Symbol Properties.
431 (Standard Properties): New node.
432
433 * lists.texi (Property Lists): Move here from symbols.texi.
434 (Plist Access): Rename from Other Plists.
435
436 * customize.texi (Variable Definitions):
437 * display.texi (Defining Faces):
438 * sequences.texi (Char-Tables): Fix xref.
439
1cbae532 440 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 441
f02f19bd
CY
442 * commands.texi (Using Interactive): Fix index entry.
443
cb6f5650
PE
4442012-11-24 Paul Eggert <eggert@cs.ucla.edu>
445
c07a6ded
PE
446 * doclicense.texi: Update to latest version from FSF.
447 These are just minor editorial changes.
448 * elisp.texi (GNU Free Documentation License)
449 (GNU General Public Licens):
450 Provide sectioning, since doclicense.texi no longer does that.
451
cb6f5650
PE
452 * loading.texi (Named Features): @ -> @@ to fix typo.
453
d125ca15 4542012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
455
456 * windows.texi (Basic Windows): Fix typo.
457 (Windows and Frames): Fix example. Move description of
458 window-in-direction here.
459 (Recombining Windows): Fix example.
1cbae532 460 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
461 (Switching Buffers): Reword.
462 (Display Action Functions): Minor adjustments.
463 (Choosing Window Options): Minor fixes.
464 (Window History): Minor rewording.
465 (Dedicated Windows): Correct and reword part describing how
466 dedicatedness affects functions removing buffers or windows.
1cbae532 467 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 468
d125ca15 4692012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
470
471 * modes.texi (%-Constructs): Fix statement about mode construct
472 padding (Bug#12866).
473
d125ca15 4742012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
475
476 * debugging.texi (Profiling): Make it more clear
477 that --enable-profiling is about profiling the C code.
478
38a2f917
GM
4792012-11-21 Glenn Morris <rgm@gnu.org>
480
3ca2f1bf
GM
481 * display.texi (Attribute Functions):
482 Update for set-face-* name changes.
1bf335cf
GM
483 Add new "inherit" argument for face-bold-p etc.
484 Move description of this argument to a common section, like "frame".
3ca2f1bf 485
6ef2e5ef 486 * debugging.texi (Profiling): New section.
b6729a18 487 (Debugging): Mention profiling in the introduction.
5b776637
GM
488 * tips.texi (Compilation Tips): Move profiling to separate section.
489 * elisp.texi: Add Profiling to detailed menu.
490
6ef2e5ef 4912012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
492
493 * windows.texi (Display Action Functions): Fix recently added
494 example. Suggested by Michael Heerdegen.
495
6ef2e5ef 4962012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
497
498 Minor cleanup for times as lists of four integers.
499 * os.texi (Time Parsing): Time values can now be four integers.
500
7351b73d
GM
5012012-11-18 Glenn Morris <rgm@gnu.org>
502
503 * loading.texi (How Programs Do Loading): Add eager macro expansion.
504 * macros.texi (Expansion): Mention eager macro expansion.
505
a045a167
GM
506 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
507
2ac9538d 5082012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
509
510 * minibuf.texi (Programmed Completion): Doc fix for metadata
511 request (Bug#12850).
512
2ac9538d 5132012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 514
7fe37cfc
GM
515 * display.texi (Temporary Displays): Document with-temp-buffer-window.
516
6439ae19
GM
517 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
518 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
519 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 520 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 521
0ff7851c
MR
5222012-11-16 Martin Rudalics <rudalics@gmx.at>
523
524 * windows.texi (Choosing Window): Rewrite description of
525 display-buffer-alist (Bug#12167).
1cbae532
SM
526 (Display Action Functions): Mention inhibit-switch-frame.
527 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
528 Add example (Bug#12848).
529
96e05507 5302012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
531
532 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
533 (Attribute Functions): Update for set-face-underline rename.
534 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 535
e4e9830b
GM
536 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
537 so they align better in info.
921c067f
GM
538 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
539 Document set-temporary-overlay-map.
e4e9830b 540
c8915b67
SM
5412012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
544 with normal keymaps".
545
74934dcc
DA
5462012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
547
548 * internals.texi (Garbage Collection): Update descriptions
549 of vectorlike_header, garbage-collect and gc-cons-threshold.
550 (Object Internals): Explain Lisp_Object layout and the basics
551 of an internal type system.
552 (Buffer Internals): Update description of struct buffer.
553
f78ee6af 5542012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
555
556 * variables.texi (Adding Generalized Variables):
557 At least mention gv-define-expander and gv-letplace.
558
164f28b5 559 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 560 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 561
38868ad7
GM
562 * control.texi (Signaling Errors):
563 * debugging.texi (Error Debugging):
564 * errors.texi (Standard Errors): Add user-error.
565
6efddf78
GM
566 * variables.texi (Adding Generalized Variables):
567 Use standard formatting for common lisp note about setf functions.
568
6baf66d5 5692012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
570
571 * elisp.texi (Top): Add Recombining Windows to menu.
572 * windows.texi (Recombining Windows): New subsection.
573 (Splitting Windows): Rewrite text on handling of window
574 combinations and move it to new subsection.
575
6baf66d5 5762012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 577
8a3afaf9
CY
578 * searching.texi (Replacing Match): Document \? in replace-match.
579
7c08f8ba
CY
580 * variables.texi (Creating Buffer-Local): Document setq-local and
581 defvar-local.
582 (Setting Generalized Variables): Arrange table alphabetically.
583
584 * lists.texi (List Elements, List Variables): Clarify descriptions
585 of push and pop for generalized variables.
586
587 * edebug.texi (Specification List): setf is no longer CL-only.
588
6baf66d5 5892012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
590
591 * variables.texi (Adding Generalized Variables):
592 Update description of FIX-RETURN expansion.
593
ebdbfb95
GM
594 * variables.texi (Setting Generalized Variables):
595 Split most of previous contents into this subsection.
596 (Adding Generalized Variables): New subsection.
651af8c6
GM
597 Move note on lack of setf functions here from misc/cl.texi.
598
ebdbfb95
GM
599 * elisp.texi: Add Generalized Variables subsections to detailed menu.
600
6baf66d5 6012012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
602
603 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
604
a43d02f0
MA
6052012-11-08 Michael Albinus <michael.albinus@gmx.de>
606
607 * os.texi (Notifications): Update descriptions of
608 notifications-notify, notifications-close-notification and
609 notifications-get-capabilities according to latest code changes.
610 Add notifications-get-server-information.
611
2395ab64
CY
6122012-11-03 Chong Yidong <cyd@gnu.org>
613
614 * objects.texi (General Escape Syntax): Clarify the explanation of
615 escape sequences.
616 (Non-ASCII in Strings): Clarify when a string is unibyte vs
617 multibyte. Hex escapes do not automatically make a string
618 multibyte.
619
43bcfda6
MR
6202012-11-03 Martin Rudalics <rudalics@gmx.at>
621
622 * windows.texi (Switching Buffers): Document option
623 switch-to-buffer-preserve-window-point.
624 (Display Action Functions): Document window-height and
625 window-width alist entries.
1cbae532
SM
626 (Display Action Functions):
627 Document display-buffer-below-selected and
43bcfda6 628 display-buffer-in-previous-window.
1cbae532
SM
629 (Quitting Windows): Document quit-restore-window.
630 Rewrite section.
43bcfda6
MR
631 (Window Configurations): In window-state-get mention that
632 argument window must be valid.
633 (Window Parameters): Document quit-restore window parameter
634 (Bug#12158).
635
89b2c8a1
GM
6362012-10-31 Glenn Morris <rgm@gnu.org>
637
88390adf
GM
638 * control.texi (Catch and Throw): Add xref to cl.texi.
639
aec5e6f9
GM
640 * lists.texi (Sets And Lists): Point xref to better location.
641
0d8e94e9
GM
642 * errors.texi (Standard Errors):
643 * loading.texi (Autoload): Update for cl-lib namespace changes.
644
5241598a
GM
645 * modes.texi (Defining Minor Modes): "Generalized Variables"
646 section is now in this manual rather than cl.texi.
647
89b2c8a1
GM
648 * eval.texi (Special Forms): No longer special forms: defmacro,
649 defun, save-window-excursion, with-output-to-temp-buffer.
650 * functions.texi (Defining Functions): Defun is now a macro.
651 Defalias is a function.
652
516e1a08
GM
6532012-10-30 Glenn Morris <rgm@gnu.org>
654
655 * variables.texi (Generalized Variables): Fix typo.
656
e29e39c9
CY
6572012-10-30 Chong Yidong <cyd@gnu.org>
658
659 * symbols.texi (Symbol Plists): Document function-get.
660
661 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
662
663 * frames.texi (Visibility of Frames): Document tty-top-frame.
664
70edffb1
SM
6652012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
666
667 * keymaps.texi (Format of Keymaps): Document the multiple
668 inheritance format.
669
3a51f0eb
MR
6702012-10-28 Martin Rudalics <rudalics@gmx.at>
671
672 * windows.texi (Basic Windows): Reformulate description of live,
673 internal and valid windows.
674 (Cyclic Window Ordering): Describe new argument of
675 get-lru-window and get-largest-window. Add description of
676 window-in-direction.
677
5b6887ad
GM
6782012-10-27 Glenn Morris <rgm@gnu.org>
679
5887564d
GM
680 * variables.texi (Generalized Variables): New section,
681 adapted from misc/cl.texi.
682 * elisp.texi (Top): Add Generalized Variables to menu.
683 * lists.texi (List Elements, List Variables):
684 Mention generalized variables.
685
5b6887ad
GM
686 * lists.texi (List Elements): Typo fix.
687
05b621a6
CY
6882012-10-27 Chong Yidong <cyd@gnu.org>
689
690 * minibuf.texi (High-Level Completion): Don't mention removed
691 function iswitchb-read-buffer.
692
693 * commands.texi (Event Input Misc): Remove last-input-char.
694 (Command Loop Info): Remove last-command-char.
695
696 * frames.texi (Initial Parameters): Don't mention the obsolete
697 special-display feature.
698
699 * windows.texi (Choosing Window): Don't mention the obsolete
700 special display feature.
701 (Choosing Window Options): Remove obsolete special-display
702 variables, and the functions special-display-p and
703 special-display-popup-frame.
704
705 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
706
707 * hooks.texi (Standard Hooks): Remove obsolete hooks.
708
709 * markers.texi (Information from Markers): Remove obsolete
710 function buffer-has-markers-at.
711
712 * text.texi (Yanking): Document yank-handled-properties.
713
72ec96fb
PE
7142012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
715
716 Update manual for new time stamp format (Bug#12706).
717 * buffers.texi (Modification Time):
718 * files.texi (Testing Accessibility, File Attributes):
719 * intro.texi (Version Info):
720 * os.texi (Time of Day):
721 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
722 These instances were missed the first time around.
723 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
724
75e8f9d2
CY
7252012-10-24 Chong Yidong <cyd@gnu.org>
726
cd996018
CY
727 * minibuf.texi (Text from Minibuffer): Document read-regexp
728 changes.
729
1cbae532
SM
730 * nonascii.texi (Selecting a Representation):
731 Document set-buffer-multibyte changes.
cd996018 732
75e8f9d2
CY
733 * keymaps.texi (Toolkit Differences): Node deleted.
734 (Easy Menu): New node.
735
d1069532
SM
7362012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
739
c4132fd4
PE
7402012-10-23 Paul Eggert <eggert@cs.ucla.edu>
741
742 Fix outdated timestamp documentation in Elisp manual (bug#12706).
743 * files.texi (File Attributes):
744 * text.texi (Undo):
745 Time stamp resolution is now 1 picosecond, not 1 second.
746
1fb3aa3f
CY
7472012-10-23 Chong Yidong <cyd@gnu.org>
748
49238e7f
CY
749 * display.texi (Font Lookup): Remove font-list-limit.
750
1fb3aa3f
CY
751 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
752 (Bug#12529).
753
5fb904b0
GM
7542012-10-22 Glenn Morris <rgm@gnu.org>
755
f961c7d8
GM
756 * os.texi (Recording Input): Tiny fix.
757
4ee87740
GM
758 * intro.texi (Lisp History):
759 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
760 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
761
d18a0d24
CY
7622012-10-15 Chong Yidong <cyd@gnu.org>
763
764 * macros.texi (Defining Macros): defmacro is now a macro.
765 Explicitly list the docstring and declare arguments.
766
767 * functions.texi (Anonymous Functions): Explicitly list the
768 docstring, declare, and interactive arguments to lambda.
769 (Defining Functions): Likewise for defun.
770 (Inline Functions): Likewise for defsubst.
771 (Declare Form): Tweak description.
772
73f2b4ab
CY
7732012-10-13 Chong Yidong <cyd@gnu.org>
774
775 * display.texi (ImageMagick Images): ImageMagick enabled by default.
776
379acb95
CY
7772012-10-05 Chong Yidong <cyd@gnu.org>
778
779 * minibuf.texi (Basic Completion): Clarify list form of completion
780 table (Bug#12564).
781
e8757f09 7822012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
783
784 * functions.texi (Function Safety): Copyedit. (Bug#12562)
785
86ec63ba
PE
7862012-10-01 Paul Eggert <eggert@cs.ucla.edu>
787
788 Revert the FOLLOW-SYMLINKS change for file-attributes.
789 * files.texi (File Attributes, Magic File Names): Undo last change.
790
e7a2937b
PE
7912012-09-30 Paul Eggert <eggert@cs.ucla.edu>
792
793 file-attributes has a new optional arg FOLLOW-SYMLINKS.
794 * files.texi (File Attributes): Describe it.
795 (Magic File Names): Use it.
796
48de8b12
CY
7972012-09-30 Chong Yidong <cyd@gnu.org>
798
799 * commands.texi (Click Events): Define "mouse position list".
800 Remove mention of unimplemented horizontal scroll bars.
801 (Drag Events, Motion Events): Refer to "mouse position list".
802 (Accessing Mouse): Document posnp.
803
804 * errors.texi (Standard Errors): Tweak arith-error description.
805 Tweak markup. Remove domain-error and friends, which seem to be
806 unused after the floating-point code revamp.
807
808 * functions.texi (Obsolete Functions): Obsolescence also affects
809 documentation commands. Various clarifications.
810 (Declare Form): New node.
811
812 * strings.texi (String Basics): Copyedits.
813
814 * os.texi (Idle Timers): Minor clarifications.
815 (User Identification): Add system-users and system-groups.
816
817 * macros.texi (Defining Macros): Move description of `declare' to
818 Declare Form node.
819
820 * loading.texi (Autoload):
821 * help.texi (Documentation Basics): The special sequences can
822 trigger autoloading.
823
824 * numbers.texi (Integer Basics): Copyedits.
825 (Float Basics): Consider IEEE floating point always available.
826 (Random Numbers): Document actual limits.
827 (Arithmetic Operations): Clarify division by zero. Don't mention
828 the machine-independence of negative division since it does not
829 happen in practice.
830
8312012-09-28 Chong Yidong <cyd@gnu.org>
832
833 * os.texi (Startup Summary): Document leim-list.el change.
834
8352012-09-25 Chong Yidong <cyd@gnu.org>
836
837 * functions.texi (Defining Functions): defun is now a macro.
838
e61d39cd 8392012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
840
841 * files.texi (Files): Fix typo.
842
e109c4a6
CY
8432012-09-23 Chong Yidong <cyd@gnu.org>
844
845 * buffers.texi (Read Only Buffers): Document read-only-mode.
846
847 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
848 read-only-mode.
849
850 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
851 calling conventions.
852
c88b867f
CY
8532012-09-22 Chong Yidong <cyd@gnu.org>
854
855 * searching.texi (Replacing Match): Minor clarification.
856
df9685f3
EZ
8572012-09-22 Eli Zaretskii <eliz@gnu.org>
858
287d7455
EZ
859 * edebug.texi (Instrumenting): Improve indexing.
860
df9685f3
EZ
861 * os.texi (Idle Timers): Warn against reinvoking an idle timer
862 from within its own timer action. (Bug#12447)
863
47133380
CY
8642012-09-22 Chong Yidong <cyd@gnu.org>
865
866 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
867
ab199df2 8682012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
869
870 * debugging.texi (Using Debugger): Fix typo.
871
ed1f0bd3
CY
8722012-09-18 Chong Yidong <cyd@gnu.org>
873
874 * display.texi (Faces): Discuss anonymous faces.
875 (Face Attributes): Tweak intro.
876 (Defining Faces): Move after the Face Attributes node. Copyedits.
877 (Displaying Faces): Describe role of inheritance.
878
879 * customize.texi (Customization): Define customization more
880 carefully (Bug#11440).
881 (Common Keywords): Add xref to Constant Variables.
882
883 * variables.texi (Defining Variables): Link to defcustom's node
884 instead of the higher-level Customization chapter.
885
c990426a
PE
8862012-09-11 Paul Eggert <eggert@cs.ucla.edu>
887
888 Simplify, document, and port floating-point (Bug#12381).
889 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
890 Document that / and mod (with floating point arguments), along
891 with asin, acos, log, log10, expt and sqrt, return special values
892 instead of signaling exceptions.
893 (Float Basics): Document that logb operates on the absolute value
894 of its argument.
895 (Math Functions): Document that (log ARG BASE) also returns NaN if
896 BASE is negative. Document that (expt X Y) returns NaN if X is a
897 finite negative number and Y a finite non-integer.
898
011474aa
CY
8992012-09-09 Chong Yidong <cyd@gnu.org>
900
bb6b0efc
CY
901 * lists.texi (Sets And Lists): Explain that the return value for
902 delete should be used, like for delq.
903
011474aa
CY
904 * minibuf.texi (Yes-or-No Queries): Document recentering and
905 scrolling in y-or-n-p. Remove gratuitous example.
906
907 * searching.texi (Search and Replace): Document window scrolling
908 entries in query-replace-map.
909
6dcef6ec
CY
9102012-09-08 Chong Yidong <cyd@gnu.org>
911
912 * syntax.texi (Syntax Table Internals): Define "raw syntax
913 descriptor" terminology (Bug#12383).
914 (Syntax Descriptors): Mention raw syntax descriptors.
915
52404181
CY
9162012-09-07 Chong Yidong <cyd@gnu.org>
917
1a5432bc
CY
918 * variables.texi (Creating Buffer-Local): Fix description of
919 local-variable-if-set-p (Bug#10713).
920
0a6bdaa1
CY
921 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
922
14ba4cf3
CY
923 * windows.texi (Display Action Functions)
924 (Choosing Window Options): Remove obsolete variable
925 display-buffer-reuse-frames.
cee2e90d 926 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 927
e5c2edf7
CY
928 * positions.texi (Narrowing): Document buffer-narrowed-p.
929
52404181
CY
930 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
931
932 * syntax.texi (Low-Level Parsing): Add xref to Parser State
933 (Bug#12269).
934
7f7e0167
LI
9352012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
936
937 * debugging.texi (Explicit Debug): Document `debug-on-message'.
938
6a787d9a
CY
9392012-09-02 Chong Yidong <cyd@gnu.org>
940
941 * windows.texi (Window Configurations): Recommend against using
942 save-window-excursion (Bug#12075).
943
944 * control.texi (Catch and Throw):
945 * positions.texi (Excursions): Don't mention it.
946
0e23ef9d
PE
9472012-09-01 Paul Eggert <eggert@cs.ucla.edu>
948
949 Better seed support for (random).
950 * numbers.texi (Random Numbers): Document new behavior of
951 the calls (random) and (random STRING).
952
342dac71
MR
9532012-08-21 Martin Rudalics <rudalics@gmx.at>
954
955 * windows.texi (Window Point): Document recent changes in
956 window-point and set-window-point.
957 (Selecting Windows): Document recent change in select-window.
958
a08eadfe
EZ
9592012-08-06 Eli Zaretskii <eliz@gnu.org>
960
961 * functions.texi (Closures): Put the main index entry for
962 "closures" here. (Bug#12138)
963
964 * variables.texi (Lexical Binding): Disambiguate the index entry
965 for "closures".
966
35b6586e
CY
9672012-08-05 Chong Yidong <cyd@gnu.org>
968
969 * display.texi (Defining Faces): Move documentation of
970 frame-background-mode to the Emacs manual (Bug#7774).
971
02676e5d
CY
9722012-08-04 Chong Yidong <cyd@gnu.org>
973
974 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
975 Fix description of syntax table inheritance.
976 (Syntax Table Functions): Don't refer to internal contents of
977 syntax table, since that is not explained yet. Copyedits.
978 (Standard Syntax Tables): Node deleted.
979 (Syntax Table Internals): Misc clarifications. Improve table
980 formatting.
981
982 * keymaps.texi (Inheritance and Keymaps):
983 * text.texi (Sticky Properties): Tweak index entry.
984
73e0cbc0
EZ
9852012-07-28 Eli Zaretskii <eliz@gnu.org>
986
987 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
988
09ae5da1
PE
9892012-07-25 Paul Eggert <eggert@cs.ucla.edu>
990
991 Prefer typical American spelling for "acknowledgment".
992 * intro.texi (Acknowledgments): Rename from Acknowledgements.
993
1ada2e55
EZ
9942012-07-21 Eli Zaretskii <eliz@gnu.org>
995
996 * commands.texi (Special Events): Mention language-change event.
997 (Input Events, Interactive Codes):
998 * keymaps.texi (Key Sequences): Mention events that are
999 non-keyboard but also non-mouse events.
1000
9ea10cc3
CY
10012012-07-17 Chong Yidong <cyd@gnu.org>
1002
1003 * text.texi (Insertion): Document insert-char changes.
1004
2e2d2a13
LL
10052012-07-15 Leo Liu <sdl.web@gmail.com>
1006
1007 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1008
b68b3337
CY
10092012-07-13 Chong Yidong <cyd@gnu.org>
1010
1011 * buffers.texi (Read Only Buffers): Document toggle-read-only
1012 changes. Reword to account for the fact that read-only is
1013 currently not supported in overlay properties.
1014
ab4c47d3
CY
10152012-07-07 Chong Yidong <cyd@gnu.org>
1016
1017 * loading.texi (Library Search): Index site-lisp directories.
1018
d4913798
CY
10192012-07-06 Chong Yidong <cyd@gnu.org>
1020
1021 * intro.texi (A Sample Function Description): Fix incorrect
1022 markup, undoing previous change.
1023 (A Sample Variable Description): Minor clarifications and markup
1024 improvements.
1025
1026 * elisp.texi (Top):
1027 * text.texi (Text): Fix menu order.
1028
251736f4
RS
10292012-07-06 Richard Stallman <rms@gnu.org>
1030
1031 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 1032 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1033
e8d71283
GM
10342012-07-05 Glenn Morris <rgm@gnu.org>
1035
1036 * intro.texi (A Sample Function Description): Fix cross-refs.
1037
47187200
MW
10382012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1039
1040 * intro.texi (Evaluation Notation, A Sample Function Description)
1041 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1042
a2eb421b
CY
10432012-06-27 Chong Yidong <cyd@gnu.org>
1044
1045 * processes.texi (Asynchronous Processes, Input to Processes):
1046 * internals.texi (Process Internals): Don't capitalize "pty".
1047
6d41a41d
TTN
10482012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1049
1050 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1051 discussion more prominent.
1052
0bd8297f
EZ
10532012-06-23 Eli Zaretskii <eliz@gnu.org>
1054
1055 * commands.texi (Misc Events): Document the language-change event.
1056
d35af63c
PE
10572012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1058
1059 Support higher-resolution time stamps (Bug#9000).
1060 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1061 * processes.texi (System Processes):
1062 Time stamp resolution is now picosecond, not microsecond.
1063
ac1a0ce1 10642012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1065
1066 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1067
1053a871
SM
10682012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * functions.texi (Defining Functions):
1071 * macros.texi (Defining Macros): Un-define the return value of `defun',
1072 `defmacro' and `defalias'.
1073
41b7f8bc
CY
10742012-06-17 Chong Yidong <cyd@gnu.org>
1075
1076 * elisp.texi: Remove urlcolor setting.
1077
82a25657
GM
10782012-06-17 Glenn Morris <rgm@gnu.org>
1079
1080 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1081 Overlining no longer behaves exactly like underlining.
1082
a04689de 10832012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1084
1085 * display.texi (Face Attributes):
1086 Document wave-style underline face attribute.
1087
1b9b4cf4
CY
10882012-06-11 Chong Yidong <cyd@gnu.org>
1089
1090 * display.texi (ImageMagick Images): ImageMagick now supports the
1091 :background property.
1092
dbab98c7
DA
10932012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1094
1095 * internals.texi (Garbage Collection): Typo fix.
1096
6175e34b
CY
10972012-06-09 Chong Yidong <cyd@gnu.org>
1098
1099 * text.texi (Special Properties): Clarify the meaning of a list of
1100 faces in the `face' property.
1101
1102 * display.texi (Face Remapping): Minor clarification.
1103
4b56d0fe
CY
11042012-06-08 Chong Yidong <cyd@gnu.org>
1105
1106 * display.texi (Face Attributes): Font family does not accept
1107 wildcards. De-document obsolete :bold and :italic attributes.
1108 (Defining Faces): Use new-style face spec format.
1109
f3372c87
DA
11102012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1111
8d7c7eed 1112 * internals.texi (Garbage Collection): Document new
f3372c87
DA
1113 vector management code and vectorlike_header structure.
1114
5f2c76c6
CY
11152012-06-03 Chong Yidong <cyd@gnu.org>
1116
1117 * modes.texi (Mode Line Data): Use "mode line construct"
1118 terminology for consistency.
1119
ecc6530d
GM
11202012-05-27 Glenn Morris <rgm@gnu.org>
1121
1122 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1123 * buffers.texi, commands.texi, compile.texi, control.texi:
1124 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1125 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1126 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1127 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1128 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1129 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1130 * objects.texi, os.texi, package.texi, positions.texi:
1131 * processes.texi, searching.texi, sequences.texi, streams.texi:
1132 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1133 * variables.texi, windows.texi: Nuke hand-written node pointers.
1134
33017faf 11352012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 1136
33017faf
GM
1137 * functions.texi (Obsolete Functions):
1138 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
1139
1140 * modes.texi (Mode Help): Fix describe-mode.
1141
1142 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1143
1144 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1145
33017faf 11462012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 1147
33017faf 1148 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
1149
1150 * compile.texi (Docs and Compilation):
1151 byte-compile-dynamic-docstrings is an option.
1152
1153 * debugging.texi (Invoking the Debugger): debug is a command.
1154
1155 * display.texi (Progress): progress-reporter-update and
1156 progress-reporter-force-update have VALUE argument optional.
1157 (Animated Images): Use non-@code{nil} instead of non-nil.
1158
33017faf
GM
1159 * files.texi (Format Conversion Round-Trip):
1160 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1161
1162 * frames.texi (Creating Frames): make-frame is a command.
1163 (Input Focus): select-frame is a command.
1164 (Pointer Shape): void-text-area-pointer is an option.
1165
33017faf 1166 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
1167 (Help Functions): describe-prefix-bindings is a command.
1168
1169 * markers.texi (Creating Markers): Both arguments of copy-marker
1170 are optional.
1171
1172 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1173
1174 * modes.texi (Mode Line Variables): mode-line-remote and
1175 mode-line-client are not options.
1176 (Imenu): imenu-add-to-menubar is a command.
33017faf 1177 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1178
1179 * os.texi (Sound Output): play-sound-file is a command.
1180
33017faf 1181 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 1182
33017faf
GM
1183 * processes.texi (Signals to Processes):
1184 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
1185 (Signals to Processes): signal-process is a command.
1186
33017faf 1187 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
1188 (Base 64): base64-encode-string is not a command while
1189 base64-decode-region is.
1190
1191 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1192
3fe7cdc8
GM
11932012-05-12 Glenn Morris <rgm@gnu.org>
1194
1195 * Makefile.in (MKDIR_P): New, set by configure.
1196 (mkinfodir): Use $MKDIR_P.
1197
dc0f75c8
GM
11982012-05-10 Glenn Morris <rgm@gnu.org>
1199
b8a82b69
GM
1200 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1201 with "coding: raw-text".
51b1e059 1202 Concept of multibyte sessions no longer exists.
b8a82b69 1203
dc0f75c8
GM
1204 * files.texi (File Locks): Mention create-lockfiles option.
1205
666b903b 12062012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 1207
5b6eebcf
GM
1208 * vol1.texi, vol2.texi: Remove files.
1209 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1210 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1211
0a454caf 1212 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 1213
143d9dd8
GM
1214 * two-volume.make (emacsdir): New.
1215 (tex): Add directory with emacsver.texi to TEXINPUTS.
1216
e68b393e
GM
1217 * minibuf.texi (Minibuffer History, Basic Completion):
1218 Tweak page breaks.
1219
9658dc2a
GM
1220 * internals.texi (Garbage Collection, Memory Usage)
1221 (Writing Emacs Primitives): Tweak page breaks.
1222
161c2a25
GM
1223 * streams.texi (Output Variables): Improve page break.
1224
1225 * edebug.texi (Edebug Display Update): Improve page break.
1226
51d58083
GM
1227 * compile.texi (Disassembly): Condense the examples.
1228
ddff3351
GM
1229 * eval.texi, functions.texi, loading.texi, macros.texi:
1230 Where possible, use example rather than smallexample.
1231
1232 * symbols.texi: Where possible, use example rather than smallexample.
1233 (Symbol Components): Fix typo.
1234 (Other Plists): Tweak page break.
1235
1236 * sequences.texi (Arrays): Tweak page breaks.
1237
1238 * customize.texi: Where possible, use example rather than smallexample.
1239 (Common Keywords, Variable Definitions, Applying Customizations)
1240 (Custom Themes): Tweak page breaks.
1241
1242 * control.texi: Where possible, use example rather than smallexample.
1243 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1244 Tweak page breaks.
1245
ca4b98fa
GM
12462012-05-08 Glenn Morris <rgm@gnu.org>
1247
5122804a
GM
1248 * two.el: Remove; unused since creation of two-volume.make.
1249
ca4b98fa
GM
1250 * vol1.texi, vol2.texi: No need to keep menus in these files.
1251
eceeb5fc
CY
12522012-05-05 Glenn Morris <rgm@gnu.org>
1253
1254 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1255
1256 * intro.texi (Caveats): Copyedit.
1257 (Lisp History): Convert inforef to xref.
1258 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1259
1260 * text.texi (Auto Filling): Don't mention Emacs 19.
1261
1262 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1263 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1264
1265 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1266
eceeb5fc
CY
1267 * lists.texi (List-related Predicates, List Variables):
1268 Tweak page-breaks.
1269 (Sets And Lists): Convert inforef to xref.
1270
8045b906
GM
12712012-05-04 Glenn Morris <rgm@gnu.org>
1272
1273 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1274 (info, infoclean): Use $INFO_EXT.
1275 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1276 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1277 (info, maintainer-clean): Use $INFO_EXT.
1278 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1279
78f3273a
CY
12802012-05-04 Chong Yidong <cyd@gnu.org>
1281
1282 * os.texi (Timers): Use defopt for timer-max-repeats.
1283
ab0fa4e4
PE
12842012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1285
1286 * os.texi (Time of Day): Do not limit current-time-string
1287 to years 1000..9999.
1288
2bc356d7
CY
12892012-05-02 Chong Yidong <cyd@gnu.org>
1290
1291 * display.texi (Font Lookup):
1292 * frames.texi (Pointer Shape):
1293 * processes.texi (Subprocess Creation): Use defopt for options.
1294
90207a15 12952012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1296
1297 * elisp.texi (@copying):
1298 * intro.texi (Introduction): Only print VERSION in the TeX version.
1299
90207a15 13002012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
1301
1302 * text.texi (Change Hooks): Minor fix for after-change-functions.
1303
90207a15 13042012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
1305
1306 * package.texi (Packaging Basics):
1307 * loading.texi (Autoload):
1308 * files.texi (Magic File Names):
1309 Reword to remove/reduce some overly long/short lines.
1310
a8e7d6d7 13112012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
1312
1313 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1314 * modes.texi (Major Modes, Auto-Indentation):
1315 * buffers.texi (Buffers): Some fixes for menu descriptions.
1316
a8e7d6d7 13172012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
1318 * functions.texi (Simple Lambda, Argument List):
1319 * eval.texi (Function Indirection): Avoid deprecated form.
1320
a8e7d6d7 13212012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 1322
1a72be46
GM
1323 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1324 Add "et al." to authors.
1325
16152b76
GM
1326 * buffers.texi, commands.texi, compile.texi, control.texi:
1327 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1328 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1329 * modes.texi, numbers.texi, objects.texi, streams.texi:
1330 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1331 Use Texinfo recommended convention for quotes+punctuation.
1332
a8e7d6d7 13332012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
1334
1335 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1336 to where-is-internal (Bug#10872).
1337
a8e7d6d7 13382012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 1339
a2715669
GM
1340 * macros.texi (Indenting Macros): Fix typo.
1341
0b27932b
GM
1342 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1343 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
1344 (Choosing Window Options, Horizontal Scrolling)
1345 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
1346 (Quitting Windows, Window Configurations, Textual Scrolling):
1347 (Coordinates and Windows, Window Configurations)
1348 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
1349 (Splitting Windows, Deleting Windows):
1350 Fix ignore-window-parameters logic.
1351 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
1352 (Window Start and End): Remove pointless example.
1353 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
1354 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1355 and recenter-positions. Remove recenter example.
0b27932b 1356
0dc91072
GM
1357 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1358
9c51bbaa
GM
1359 * minibuf.texi (Intro to Minibuffers):
1360 Tweak discussion of resizing minibuffer window.
1361
674ea9c6
GM
13622012-04-26 Glenn Morris <rgm@gnu.org>
1363
8a4ca8e3 1364 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 1365
562e638f
GM
1366 * tindex.pl: Remove file.
1367
674ea9c6
GM
1368 * makefile.w32-in (srcs):
1369 * Makefile.in (srcs): Remove back.texi (which is unused).
1370
b613912b
MA
13712012-04-24 Michael Albinus <michael.albinus@gmx.de>
1372
e43042fe
MA
1373 * os.texi (Notifications): Extend possible notification hints.
1374 Add notifications-get-capabilities.
b613912b 1375
f30d612a
CY
13762012-04-20 Chong Yidong <cyd@gnu.org>
1377
1378 * processes.texi (Asynchronous Processes): Mention nil argument to
1379 start-process.
1380
b58b1df8
GM
13812012-04-20 Glenn Morris <rgm@gnu.org>
1382
1383 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1384 Don't mention obsolete `nospace' argument of all-completions.
1385 (Minibuffer Completion, Completion Commands, Reading File Names)
1386 (Completion Variables): Copyedits.
1387 (Completion Commands): Mention parent keymaps.
1388 Remove obsolete minibuffer-local-filename-must-match-map.
1389 (High-Level Completion): Remove read-variable's almost
1390 word-for-word duplication of read-command.
1391 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1392 Update "High-Level Completion" description.
1393
c0ea08d2
GM
1394 * minibuf.texi (Minibuffers):
1395 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1396
9d2754f5
GM
1397 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1398 Use Texinfo-recommended form of quote+punctuation.
1399 (Intro to Minibuffers): First minibuffer is #1, not #0.
1400 Mention minibuffer-inactive-mode.
1401 (Text from Minibuffer): Copyedits.
1402 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
1403 (Object from Minibuffer): Remove overly pedantic para.
1404 (Minibuffer History): Copyedits. Add face-name-history.
1405 (Initial Input, Yes-or-No Queries, Multiple Queries)
1406 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1407 (Yes-or-No Queries): Tweak example.
1408 (Minibuffer Commands): Add next-complete-history-element.
1409 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1410 minibuffer-inactive-mode.
9d2754f5 1411
4373fd43
GM
1412 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1413 (Bindat Functions): Copyedits.
1414
61bb069e 14152012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
1416
1417 * files.texi (Saving Buffers): Document `visit and `visit-save'
1418 values of require-final-newline.
1419
61bb069e 14202012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1421
1422 * processes.texi (Output from Processes, Filter Functions):
1423 Mention waiting-for-user-input-p.
1424 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1425 (Network Servers, Datagrams, Network Processes, Network Options)
1426 (Network Feature Testing, Serial Ports): Copyedits.
1427 (Network): Add encrypted network overview paragraph.
1428 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1429
61bb069e 14302012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
1431
1432 * help.texi (Keys in Documentation): Mention :advertised-binding.
1433
1434 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1435 description to help.texi.
1436
61bb069e 14372012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
1438
1439 * processes.texi (Process Information, Input to Processes)
1440 (Signals to Processes, Output from Processes, Process Buffers)
1441 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 1442 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 1443
e153c136
GM
14442012-04-15 Glenn Morris <rgm@gnu.org>
1445
1446 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
1447 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1448 Copyedits.
e153c136 1449 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
1450 (Synchronous Processes, Asynchronous Processes):
1451 Update some example output.
e153c136
GM
1452 (Process Information): Fix typo.
1453 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1454
e6fd457e 14552012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
1456
1457 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1458 open-network-stream does exist in Emacs 23, but is simpler.
1459
e6fd457e 14602012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
1461
1462 * customize.texi (Custom Themes): Also document load-theme etc.
1463
35dc09a1 14642012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1465
1466 * customize.texi (Applying Customizations):
1467 (Custom Themes): New nodes.
1468
1469 * display.texi (Defining Faces): Reference custom-set-faces.
1470
1471 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1472 * os.texi (Startup Summary): Copyedits.
1473
35dc09a1 14742012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1475
1476 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1477
9fce7eda
GM
1478 * strings.texi (Case Tables):
1479 * objects.texi (General Escape Syntax):
1480 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1481
2bb0eca1
GM
1482 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1483 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1484 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1485 * text.texi: Use @file for buffers, per the Texinfo manual.
1486
62200c14
GM
1487 * compile.texi (Compiler Errors): Add missing space in buffer name.
1488
35dc09a1 14892012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
1490
1491 * processes.texi (Query Before Exit): Remove obsolete function
1492 process-kill-without-query (Bug#11190).
1493
35dc09a1 14942012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
1495
1496 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1497 Use @env for environment variables.
1498
f48a9cb4
GM
1499 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1500
0a6dd5e2
JA
15012012-04-12 Jari Aalto <jari.aalto@cante.net>
1502
1cbae532
SM
1503 * processes.texi (Synchronous Processes):
1504 Mention `default-directory' (bug#7515).
0a6dd5e2 1505
b4d3bc10
CY
15062012-04-09 Chong Yidong <cyd@gnu.org>
1507
1508 * customize.texi (Variable Definitions): Remove user-variable-p.
1509
1510 * commands.texi (Interactive Codes):
1511 * help.texi (Accessing Documentation):
1512 * minibuf.texi (High-Level Completion): Callers changed.
1513
ea0ff314
CY
15142012-04-06 Chong Yidong <cyd@gnu.org>
1515
1516 * minibuf.texi (Programmed Completion): Document metadata method.
1517 (Completion Variables): Document completion-category-overrides.
1518
91b65361
CY
15192012-04-05 Chong Yidong <cyd@gnu.org>
1520
1521 * anti.texi (Antinews): Rewrite for Emacs 23.
1522
3d439cd1
CY
15232012-04-04 Chong Yidong <cyd@gnu.org>
1524
321cc491
CY
1525 * minibuf.texi (Programmed Completion): Remove obsolete variable
1526 completion-annotate-function.
1cbae532
SM
1527 (Completion Variables): Rename from Completion Styles.
1528 Document completion-extra-properties. Document completion-styles-alist
321cc491 1529 change.
245d176b
CY
1530 (Reading File Names): minibuffer-local-filename-must-match-map is
1531 not used anymore.
1532 (Minibuffer Completion): Document completing-read-function.
1533 (Completion in Buffers): completion-at-point-functions can return
1534 properties recognized in completion-extra-properties.
321cc491 1535
3d439cd1
CY
1536 * display.texi (Delayed Warnings): New node.
1537
a7972adf
CY
1538 * os.texi (Notifications): Copyedits.
1539
97f4a299
GM
15402012-04-04 Glenn Morris <rgm@gnu.org>
1541
1542 * os.texi (Notifications): Copyedits.
1543
9ff687e1
MA
15442012-04-03 Michael Albinus <michael.albinus@gmx.de>
1545
1546 * os.texi (Terminal-Specific): Fix typo.
1547 (Notifications): New section.
1548
1549 * elisp.texi (Top):
1550 * vol1.texi (Top):
1551 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1552 menu entries.
1553
42ee526b
CY
15542012-04-01 Chong Yidong <cyd@gnu.org>
1555
1556 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1557 file-in-directory-p.
1558
0b021094
GM
15592012-03-31 Glenn Morris <rgm@gnu.org>
1560
1561 * edebug.texi (Instrumenting Macro Calls):
1562 Mention defining macros at instrumentation time.
1563 (Edebug Options): Mention edebug-unwrap-results.
1564
50fe197c
EZ
15652012-03-31 Eli Zaretskii <eliz@gnu.org>
1566
1567 * text.texi (Special Properties): Clarify the description of the
1568 effect of integer values of the 'cursor' property on cursor
1569 position. See the discussions in bug#11068 for more details and
1570 context.
1571
650b6d0b
GM
15722012-03-31 Glenn Morris <rgm@gnu.org>
1573
1574 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1575 Copyedits.
1576
5319014e
CY
15772012-03-30 Chong Yidong <cyd@gnu.org>
1578
1579 * display.texi (Image Formats): Add imagemagick type.
1580 (Image Descriptors): Mention how they are used.
1581 (ImageMagick Images): Clarify role of imagemagick-register-types.
1582 (Character Display): Don't mention glyph tables.
1583 (Display Tables): Use make-glyph-code in example.
1584 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1585 tables are semi-obsolete. De-document create-glyph.
1586 (Glyphless Chars): Note that display tables override this.
1587 (Bidirectional Display): Copyedits. Introduce "bidirectional
1588 reordering" terminology, and use it.
1589
f1224267
GM
15902012-03-30 Glenn Morris <rgm@gnu.org>
1591
1592 * edebug.texi (Jumping): Give name of `i' binding.
1593
d14daa28
GM
15942012-03-28 Glenn Morris <rgm@gnu.org>
1595
1596 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1597 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1598 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1599 (Regexp Special): Mention collation.
1600 Clarify char classes with an example.
fee88ca0
GM
1601 (Regexp Functions): Mention regexp-opt is not guaranteed.
1602 Mention regexp-opt-charset.
1603 (Regexp Search): Recommend against looking-back.
1604 (Search and Replace): Use Texinfo recommended quote convention.
1605 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1606
dcb6e7b3
MR
16072012-03-27 Martin Rudalics <rudalics@gmx.at>
1608
1609 * windows.texi (Window History): Describe new option
1610 switch-to-visible-buffer.
1611
cf0495f2
GM
16122012-03-27 Glenn Morris <rgm@gnu.org>
1613
4fb9a543
GM
1614 * searching.texi (String Search): Add xref to Emacs manual.
1615 Copyedits. Mention the function word-search-regexp.
1616 (Searching and Case): Add xref to Emacs manual. Copyedits.
1617
9364727b
GM
1618 * processes.texi (Network Servers): Standardize apostrophe usage.
1619
cf0495f2
GM
1620 * os.texi (System Environment): Copyedits. Remove some examples
1621 that do not seem useful. Mention setenv third arg.
1622 tty-erase-char does not seem to be nil under a window-system.
1623 (User Identification): Copyedits.
1624 Remove some examples that do not seem useful.
1625
33da7b16
GM
16262012-03-26 Glenn Morris <rgm@gnu.org>
1627
1628 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1629 (Init File): Copyedits.
1630 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1631 (Killing Emacs): Copyedits.
1632 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1633 Shorten the example, use more standard shell prompts.
33da7b16 1634
9a69676a
CY
16352012-03-25 Chong Yidong <cyd@gnu.org>
1636
1637 * display.texi (Fringes): Note that fringes are shown on graphical
1638 displays only.
1639 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1640 (Replacing Specs): Clarify example.
1641 (Manipulating Buttons): Note that button-at can return a marker.
1642 (Buttons): Minor rewrite.
1643 (Character Display): New node. Consolidate all character display
1644 related nodes into its subsections.
1645 (Usual Display): Character 127 is also affected by ctl-arrow.
1646 (Display Tables): Improve example.
1647
c8f6ec5c
GM
16482012-03-22 Glenn Morris <rgm@gnu.org>
1649
1650 * strings.texi (Text Comparison): Mention string-prefix-p.
1651
fb5b8aca
CY
16522012-03-21 Chong Yidong <cyd@gnu.org>
1653
1654 * display.texi (The Echo Area): Add xref to Output Streams.
1655 (Displaying Messages): Improve doc of message.
1656 (Echo Area Customization, Invisible Text): Copyedits.
1657 (Invisible Text): Mention that spec comparison is done with eq.
1658 (Width): Improve doc of char-width.
1659 (Faces): Recommend using symbol instead of string for face name.
1660 Minor clarifications.
1661 (Defining Faces): Copyedits. Update face example.
1662 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
1663 (Face Remapping): Mention text-scale-adjust.
1664 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
1665 (Face Functions): Don't document make-face or copy-face.
1666
025de85b
CY
16672012-03-20 Chong Yidong <cyd@gnu.org>
1668
1669 * display.texi (Forcing Redisplay): Various rewrites to reflect
1670 new value of redisplay-dont-pause.
1671 (Truncation): Copyedits.
1672
a5656eae
GM
16732012-03-20 Glenn Morris <rgm@gnu.org>
1674
1675 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1676 Add summary table of some relevant command-line options.
1677
d15aac68
CY
16782012-03-18 Chong Yidong <cyd@gnu.org>
1679
1680 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1681 (Writing Emacs Primitives): Re-organize discussion of functions
1682 with variable Lisp arguments are handled. Delete an obsolete
1683 remark, previously tagged as FIXME.
1684
1685 * os.texi (Idle Timers): Minor clarification.
1686 (Idle Timers): Link to Time of Day for description of time list.
1687
b59af549
GM
16882012-03-18 Glenn Morris <rgm@gnu.org>
1689
1690 * os.texi (System Interface): Flow control was removed.
1691 (Startup Summary): General update.
1692 (Init File): Don't mention compiling it.
1693
986bd52a
CY
16942012-03-17 Chong Yidong <cyd@gnu.org>
1695
1696 * os.texi (Startup Summary): Mention package loading.
1697 (Init File): Don't refer to .emacs in section title. Copyedits.
1698 (Terminal-Specific): Give a realistic example.
1699 (Command-Line Arguments): Reference Entering Emacs instead of
1700 repeating the spiel about not restarting Emacs.
1701 (Time of Day): Discuss time representation at beginning of node.
1702 (Sound Output): Copyedits.
1703
1704 * package.texi (Packaging Basics): Document package-initialize.
1705
f761251a
EZ
17062012-03-17 Eli Zaretskii <eliz@gnu.org>
1707
1708 * frames.texi (Initial Parameters): Add an index entry for
1709 minibuffer-only frame.
1710
da986230
GM
17112012-03-16 Glenn Morris <rgm@gnu.org>
1712
1713 * modes.texi (Major Mode Conventions): Mention the strange
1714 relationship between View mode and special modes. (Bug#10650)
1715
2cc775f9
CY
17162012-03-11 Chong Yidong <cyd@gnu.org>
1717
1718 * windows.texi (Window Configurations): save-window-excursion is
1719 now a macro.
1720
1721 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1722 now a macro.
1723
66c5eebd
CY
1724 * text.texi (Fields): Minor copyedit.
1725
310a820f
EZ
17262012-03-10 Eli Zaretskii <eliz@gnu.org>
1727
83a96c08
EZ
1728 * strings.texi (String Basics):
1729 * sequences.texi (Sequence Functions): Mention that `length' is
1730 not appropriate for computing the string width on display; add a
1731 cross-reference to the description of `string-width'. (Bug#10978)
1732
310a820f
EZ
1733 * eval.texi (Autoloading): Minor change of wording.
1734
83ef8187
CY
17352012-03-10 Chong Yidong <cyd@gnu.org>
1736
bc44be50
CY
1737 * loading.texi (Autoload): Explicitly state which forms are
1738 processed specially (Bug#7783).
1739
83ef8187
CY
1740 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1741 non-default situation. Describe one-submenu exception (Bug#7695).
1742
1743 * nonascii.texi (Character Properties): Copyedits.
1744
483ab230
CY
17452012-03-08 Chong Yidong <cyd@gnu.org>
1746
1747 * text.texi (Mode-Specific Indent): Document new behavior of
1748 indent-for-tab-command. Document tab-always-indent.
1749 (Special Properties): Copyedits.
1750 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
1751 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
1752 libxml-parse-html-region.
1753
00e84de0
GM
17542012-03-07 Glenn Morris <rgm@gnu.org>
1755
eaa6bc3c
GM
1756 * markers.texi (The Region): Briefly mention use-empty-active-region
1757 and region-active-p.
a9685db7 1758 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 1759 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 1760
67cd45a2
CY
17612012-03-07 Chong Yidong <cyd@gnu.org>
1762
1763 * text.texi (Buffer Contents): Don't duplicate explanation of
1764 region arguments from Text node. Put doc of obsolete var
1765 buffer-substring-filters back, since it is referred to.
1766 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
1767 selection by default.
1768
1769 * markers.texi (The Mark): Fix typo.
1770 (The Region): Copyedits.
1771
2ad80941
GM
17722012-03-07 Glenn Morris <rgm@gnu.org>
1773
1774 * markers.texi (Overview of Markers): Copyedits.
1775 (Creating Markers): Update approximate example buffer size.
1776 (The Mark): Don't mention uninteresting return values.
1777
ef959d3a
CY
17782012-03-05 Chong Yidong <cyd@gnu.org>
1779
1780 * positions.texi (Text Lines): Document count-words.
1781
a08a07e3
CY
17822012-03-04 Chong Yidong <cyd@gnu.org>
1783
1784 * frames.texi (Frames): Remove little-used "terminal frame" and
1785 "window frame" terminology.
1786 (Frame Parameters, Font and Color Parameters, Initial Parameters)
1787 (Size and Position, Visibility of Frames): Callers changed.
1788 (Frames): Clarify which terminals in framep are graphical.
1789 (Initial Parameters): --geometry is not the only option which adds
1790 to initial-frame-alist.
1791 (Position Parameters): Note that icon-left and icon-top are for
1792 old window managers only.
1793 (Size Parameters): Sizes are in characters even on graphical
1794 displays.
1795 (Management Parameters): Note that window-id and outer-window-id
1796 can't really be changed, and that auto-raise isn't always obeyed.
1797 (Cursor Parameters): Document cursor-type explicitly.
1798 (Size and Position): The aliases set-screen-height and
1799 set-screen-width have been deleted.
1800 (Visibility of Frames): Mention "minimization".
1801
1802 * os.texi (Startup Summary): Minor clarifications.
1803 (Startup Summary, Suspending Emacs): Standardize on "text
1804 terminal" terminology.
1805
1806 * windows.texi (Basic Windows, Coordinates and Windows)
1807 (Coordinates and Windows):
1808 * display.texi (Refresh Screen, Line Height, Face Attributes)
1809 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
1810
ea16568d
GM
18112012-03-04 Glenn Morris <rgm@gnu.org>
1812
1813 * abbrevs.texi: Small copyedits throughout.
1814 (Abbrev Mode): Remove this section, folding it into the top-level.
1815 (Abbrev Tables): Don't mention irrelevant return values.
1816 (Abbrev Expansion): Add cross-ref for wrapper hooks.
1817 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
1818 (Abbrev Table Properties): Update nil :regexp description.
1819
b3134b95
GM
18202012-03-03 Glenn Morris <rgm@gnu.org>
1821
520f2425
GM
1822 * internals.texi: Change @appendix section commands to @section.
1823 (Building Emacs): Say less about CANNOT_DUMP platforms.
1824 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 1825 (Pure Storage): Small changes.
01a6dcc8 1826 (Memory Usage): Copyedit.
7d2d7cc0
GM
1827 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
1828 example definitions. Give examples of things with non-nil
1829 interactive args. Mention eval_sub. Remove old info about
1830 strings and GCPRO. Mention cus-start.el.
1831 (Buffer Internals, Window Internals, Process Internals):
1832 Misc small updates and fixes for fields.
520f2425 1833
b3134b95
GM
1834 * tips.texi: Copyedits.
1835 (Coding Conventions): Mention autoloads.
1836 Combine partially duplicated macro items. Fix xref.
1837 Refer to Library Headers for copyright notice.
1838 (Programming Tips): edit-options is long-obsolete.
1839 (Compilation Tips): Mention loading bytecomp for byte-compile props.
1840 (Warning Tips): Mention declare-function.
1841 (Documentation Tips): Remove old info.
1842 (Comment Tips): Mention comment-dwim, not indent-for-comment.
1843 (Library Headers): General update.
1844
2064cc6a
GM
18452012-03-02 Glenn Morris <rgm@gnu.org>
1846
6945faa6
GM
1847 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
1848 and relocate entry. Mention buffer-stale-function.
1849
4186e877
GM
1850 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
1851
2064cc6a
GM
1852 * hooks.texi (Standard Hooks): General update.
1853 Put related hooks together. Add and remove items.
1854 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
1855 * modes.texi (Hooks): Tweak cross-ref description.
1856
7272fbf3
MA
18572012-03-01 Michael Albinus <michael.albinus@gmx.de>
1858
1859 * files.texi (Kinds of Files): The return value of file-equal-p is
1860 unspecified, if FILE1 or FILE2 does not exist.
1861
53a1239b
GM
18622012-03-01 Glenn Morris <rgm@gnu.org>
1863
90db9af9
GM
1864 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
1865
53a1239b
GM
1866 * maps.texi (Standard Keymaps): General update.
1867 Remove mode-specific maps, talk about the more general keymaps.
1868 * help.texi (Help Functions): Add vindex for Helper-help-map.
1869 * keymaps.texi (Active Keymaps): Minor rephrasing.
1870
775b55af
GM
18712012-02-29 Glenn Morris <rgm@gnu.org>
1872
1873 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
1874
96b49301 18752012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1876
7272fbf3 1877 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 1878 Update changed behavior of file-subdir-of-p.
96b49301 1879
1383d930
GM
18802012-02-28 Glenn Morris <rgm@gnu.org>
1881
44e97401
GM
1882 * advice.texi, anti.texi, display.texi, elisp.texi:
1883 * processes.texi, variables.texi, vol1.texi, vol2.texi:
1884 Standardize possessive apostrophe usage.
1885
e3c73f1e
GM
1886 * locals.texi: Remove file.
1887 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
1888 Remove menu entry.
1889 * errors.texi, maps.texi: Adjust node pointers.
1890 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 1891 * makefile.w32-in (srcs):
e3c73f1e
GM
1892 * Makefile.in (srcs): Remove locals.texi.
1893
1383d930
GM
1894 * frames.texi (Mouse Position): Fix cross-ref.
1895
431ee44b
CY
18962012-02-27 Chong Yidong <cyd@gnu.org>
1897
1898 * buffers.texi (Creating Buffers): Clarify that
1899 generate-new-buffer uses generate-new-buffer-names.
1900 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
1901
1902 * files.texi (Directory Names): Index entry for file name abbreviations.
1903 (Relative File Names, File Name Expansion): Refer to it.
1904 (Locating Files): Move locate-user-emacs-file documentation to
1905 Standard File Names.
1906 (Standard File Names): Add locate-user-emacs-file; update examples.
1907
6a11ec9d
MA
19082012-02-26 Michael Albinus <michael.albinus@gmx.de>
1909
1910 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
1911
9a4888c0
CY
19122012-02-26 Chong Yidong <cyd@gnu.org>
1913
1914 * files.texi (Kinds of Files): Improve documentation of
1915 files-equal-p and file-subdir-of-p.
1916
f0e751b9
GM
19172012-02-26 Glenn Morris <rgm@gnu.org>
1918
1919 * intro.texi (Acknowledgements): Small changes.
1920
7e05b1ec
GM
19212012-02-25 Glenn Morris <rgm@gnu.org>
1922
1923 * errors.texi: Don't try to list _all_ the error symbols.
1924 Add circular-list, cl-assertion-failed, compression-error.
1925 * elisp.texi, vol1.texi, vol2.texi:
1926 * control.texi (Error Symbols): Tweak "Standard Errors" description.
1927
23453255 19282012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1929
1930 * files.texi (files-equal-p, file-subdir-of-p): New,
1931 add initial documentation.
1932
4963495d
CY
19332012-02-25 Chong Yidong <cyd@gnu.org>
1934
fa74b241
CY
1935 * files.texi (File Attributes): Document file-selinux-context.
1936 (Changing Files): Link to it.
1937 (Changing Files): Document set-file-selinux-context.
1938
1939 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
1940 changed. Mention default value of backup-directory-alist.
1941 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
1942 (Auto-Saving): New minor mode behavior for auto-save-mode.
1943 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 1944
4963495d
CY
1945 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
1946
4bb82fa8
GM
19472012-02-24 Glenn Morris <rgm@gnu.org>
1948
1949 * errors.texi (Standard Errors): Mention dbus-error.
1950 For arith-error sub-classes, just use one cross-ref.
1951
2cb228f7
AM
19522012-02-23 Alan Mackenzie <acm@muc.de>
1953
1954 * modes.texi (Defining Minor Modes): Document the new keyword
1955 :after-hook.
1956
a59225b1
CY
19572012-02-21 Chong Yidong <cyd@gnu.org>
1958
1959 * files.texi (Files): Mention magic file names as arguments.
1960 (Reading from Files): Copyedits.
1961 (File Attributes): Mention how to change file modes.
1962 (Changing Files): Use standard "file permissions" terminology.
1963 Add xref to File Attributes node.
1964 (Locating Files): Document locate-user-emacs-file.
1965 (Unique File Names): Recommend against using make-temp-name.
1966
8376d7c2
CY
19672012-02-19 Chong Yidong <cyd@gnu.org>
1968
1969 * help.texi (Documentation, Documentation Basics, Help Functions):
1970 Minor clarifications.
1971 (Accessing Documentation): Clarify what documentation-property is
1972 for. Add xref to Keys in Documentation.
1973
1974 * tips.texi (Documentation Tips): Don't recommend using * in
1975 docstrings.
1976
1977 * macros.texi (Defining Macros):
1978 * modes.texi (Derived Modes): Say "documentation string" instead
1979 of docstring.
1980
82233bea
CY
19812012-02-18 Chong Yidong <cyd@gnu.org>
1982
1983 * modes.texi (Tabulated List Mode): New node.
1984 (Basic Major Modes): Add xref to it.
1985
1986 * processes.texi (Process Information): Mention Process Menu mode.
1987
7b926f3f
CY
19882012-02-17 Chong Yidong <cyd@gnu.org>
1989
1990 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
1991
0fd2c9a3
GM
19922012-02-17 Glenn Morris <rgm@gnu.org>
1993
1994 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
1995
f700caa3
CY
19962012-02-16 Chong Yidong <cyd@gnu.org>
1997
4230351b
CY
1998 * syntax.texi (Syntax Tables, Syntax Descriptors)
1999 (Syntax Table Functions): Copyedits.
2000 (Syntax Basics): Don't repeat the material in the preceding node.
2001 (Syntax Class Table): Use a table.
2002 (Syntax Properties): Document syntax-propertize-function and
2003 syntax-propertize-extend-region-functions.
2004 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2005 (Parser State): Update for the new "c" comment style.
2006 Fix description of item 7 (comment style).
4230351b 2007
f700caa3
CY
2008 * modes.texi (Minor Modes): Update how mode commands should treat
2009 arguments now.
2010 (Mode Line Basics): Clarify force-mode-line-update.
2011 (Mode Line Top): Note that the example is not realistic.
2012 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2013 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2014 "mode line construct" instead of "mode line specification".
2015 (Syntactic Font Lock): Remove mention of obsolete variable
2016 font-lock-syntactic-keywords.
2017 (Setting Syntax Properties): Node deleted.
2018 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2019 (Font Lock Basics): Note that syntactic fontification falls back
2020 on `syntax-table'.
2021 (Search-based Fontification): Emphasize that font-lock-keywords
2022 should not be set directly.
2023 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2024 (Syntactic Font Lock): Minor clarifications. Add xref to
2025 Syntactic Font Lock node.
f700caa3 2026
60236b0d
CY
20272012-02-15 Chong Yidong <cyd@gnu.org>
2028
2029 * minibuf.texi (Basic Completion): Define "completion table".
2030 Move completion-in-region to Completion in Buffers node.
2031 (Completion Commands): Use "completion table" terminology.
2032 (Completion in Buffers): New node.
2033
2034 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2035 (Setting Hooks): Update minor mode usage example.
2036 (Major Mode Conventions): Note that completion-at-point-functions
2037 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2038 Remove duplicate tip about auto-mode-alist.
2039 (Minor Modes): Rewrite introduction.
2040 (Minor Mode Conventions): Copyedits. Don't recommend
2041 variable-only minor modes since few minor modes are like that.
60236b0d 2042
d7dbb11a
GM
20432012-02-15 Glenn Morris <rgm@gnu.org>
2044
2045 * processes.texi (Network): Document open-network-stream :parameters.
2046
3d8badf4
CY
20472012-02-14 Chong Yidong <cyd@gnu.org>
2048
2049 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2050 was removed on 2009-09-10. Update lisp-mode-map example.
2051 (Inheritance and Keymaps): Minor clarification.
2052 (Searching Keymaps): Remove out-of-place enumeration.
2053 (Key Lookup): Remove unnecessary example (one was already given in
2054 Format of Keymaps).
2055 (Changing Key Bindings): Update suppress-keymap example.
2056 (Menu Bar, Tool Bar): Copyedits.
2057 (Tool Bar): Update tool-bar-map example.
2058
faccede1
CY
20592012-02-12 Chong Yidong <cyd@gnu.org>
2060
2061 * debugging.texi (Debugger Commands): Continuing is now allowed
2062 for errors.
2063
355cabc6
CY
20642012-02-11 Chong Yidong <cyd@gnu.org>
2065
d860baa0
CY
2066 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2067 Move the list of standard bitmaps there.
2068 (Fringe Cursors): Rewrite for clarity.
2069 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2070
34106abe
CY
2071 * commands.texi (Command Overview): Mention read-key.
2072 (Using Interactive, Interactive Call): Minor clarifications.
2073 (Function Keys, Click Events): Avoid "input stream" terminology.
2074 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2075 Clarify column and row components.
2076 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2077 (Special Events): Copyedits.
2078
2079 * streams.texi (Input Streams): De-document get-file-char.
2080 (Output Variables): Don't refer to old backquote syntax.
2081
355cabc6
CY
2082 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2083 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2084 values of debug-on-error too. Add xref to Signaling Errors.
2085 Note that debug-on-signal is not customizable.
2086 Mention condition-case-unless-debug.
355cabc6
CY
2087 (Compilation Errors): Node deleted.
2088
2089 * compile.texi (Compiler Errors): Move a paragraph here from
2090 deleted node Compilation Errors.
2091
1be3ca5a
LL
20922012-02-10 Leo Liu <sdl.web@gmail.com>
2093
2094 * control.texi (Handling Errors): Change condition-case-no-debug
2095 to condition-case-unless-debug.
2096
25dec365
CY
20972012-02-10 Chong Yidong <cyd@gnu.org>
2098
2099 * advice.texi (Defining Advice): Clarify ad-unadvise.
2100 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2101 is not abnormal.
2102 (Advising Primitives): Node deleted; ad-define-subr-args has been
2103 removed.
2104
2105 * compile.texi (Speed of Byte-Code): Use float-time in example.
2106 (Compilation Functions): Note that the log uses Compilation mode.
2107 Don't discuss the contents of byte-code function object here.
2108 (Compilation Functions): De-document internal function byte-code.
2109 (Docs and Compilation): Minor clarifications.
2110
2111 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2112 Objects.
2113
5f5e4ea1
GM
21142012-02-10 Glenn Morris <rgm@gnu.org>
2115
2116 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2117 Mention secure-hash.
2118 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2119
6c1e4b46
CY
21202012-02-10 Chong Yidong <cyd@gnu.org>
2121
2122 * loading.texi (Loading): Don't emphasize "library" terminology.
2123 (Library Search): load-path is not a user option. Mention role of
2124 -L option and packages. Improve examples.
2125 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2126 obsolete.
2127 (Autoload): Minor clarifications.
2128
72ca698c
GM
21292012-02-10 Glenn Morris <rgm@gnu.org>
2130
b011fbfe
GM
2131 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2132
72ca698c
GM
2133 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2134
14a1f380
GM
21352012-02-08 Glenn Morris <rgm@gnu.org>
2136
2137 * loading.texi (Named Features): Update the require example.
2138
60d47423
GM
21392012-02-07 Glenn Morris <rgm@gnu.org>
2140
2141 * modes.texi (Defining Minor Modes):
2142 Expand on args of defined minor modes.
2143
0992bd9c
CY
21442012-02-07 Chong Yidong <cyd@gnu.org>
2145
2146 * variables.texi (Creating Buffer-Local): Minor clarification
2147 to buffer-local-variables doc (Bug#10715).
2148
af008560
GM
21492012-02-07 Glenn Morris <rgm@gnu.org>
2150
e80e1825 2151 * display.texi (ImageMagick Images): General update.
af008560
GM
2152 Move most details of imagemagick-render-type to the variable's doc.
2153
866c1d22
GM
21542012-02-06 Glenn Morris <rgm@gnu.org>
2155
f7c9199f 2156 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
2157 (Inheritance and Keymaps):
2158 Mention make-composed-keymap and multiple inheritance.
f7c9199f 2159
e7bc51d0
GM
2160 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2161
866c1d22
GM
2162 * control.texi (Handling Errors):
2163 Mention condition-case-no-debug and with-demoted-errors.
2164
03988c98
CY
21652012-02-05 Chong Yidong <cyd@gnu.org>
2166
2167 * customize.texi (Common Keywords): Minor clarifications.
2168 Document custom-unlispify-remove-prefixes.
2169 (Variable Definitions): Backquotes in defcustom seem to work fine
2170 now. Various other copyedits.
e1161b06
CY
2171 (Simple Types): Copyedits. Document color selector.
2172 (Composite Types): Copyedits.
2173 (Splicing into Lists): Clarifications.
03988c98
CY
2174
2175 * eval.texi (Backquote): Move from macros.texi.
2176
2177 * macros.texi (Expansion): Minor clarification.
2178 (Backquote): Move node to eval.texi.
2179 (Defining Macros): Move an example from Backquote node.
2180 (Argument Evaluation): No need to mention Pascal.
2181 (Indenting Macros): Add xref to Defining Macros.
2182
649f602c
GM
21832012-02-05 Glenn Morris <rgm@gnu.org>
2184
2185 * debugging.texi (Error Debugging): Mention debug-on-event default.
2186
34c99998
GM
21872012-02-04 Glenn Morris <rgm@gnu.org>
2188
8f05da42
GM
2189 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2190
7aa5aad8
GM
2191 * debugging.texi (Error Debugging): Mention debug-on-event.
2192 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2193
c7291ad9
GM
2194 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2195
34c99998
GM
2196 * text.texi (Buffer Contents):
2197 Update filter-buffer-substring description.
2198
735cc5ca
CY
21992012-02-04 Chong Yidong <cyd@gnu.org>
2200
6e911150
SM
2201 * functions.texi (What Is a Function): Add closures.
2202 Mention "return value" terminology. Add xref for command-execute.
1cbae532 2203 Remove unused "keystroke command" terminology.
735cc5ca
CY
2204 (Lambda Expressions): Give a different example than in the
2205 following subsection. Add xref to Anonymous Functions.
2206 (Function Documentation): Remove gratuitous markup.
2207 (Function Names): Move introductory text to `What Is a Function'.
2208 (Defining Functions): Fix defun argument spec.
1cbae532
SM
2209 (Anonymous Functions): Document lambda macro explicitly.
2210 Mention effects on lexical binding.
735cc5ca
CY
2211 (Function Cells): Downplay direct usage of fset.
2212 (Closures): New node.
2213 (Inline Functions): Remove "open-code" terminology.
2214 (Declaring Functions): Minor tweak; .m is not C code.
2215
2216 * variables.texi (Variables): Don't refer to "global value".
2217 (Local Variables, Void Variables): Copyedits.
2218 (Lexical Binding): Minor clarification of example.
2219 (File Local Variables): Mention :safe and :risky defcustom args.
2220 (Lexical Binding): Add xref to Closures node.
2221
94bc7984
GM
22222012-02-04 Glenn Morris <rgm@gnu.org>
2223
2224 * minibuf.texi (High-Level Completion): Updates for read-color.
2225
4f5a10ef
GM
22262012-02-03 Glenn Morris <rgm@gnu.org>
2227
eea14f31
GM
2228 * display.texi (GIF Images): Mention animation.
2229 Remove commented-out old example of animation.
2230 (Animated Images): New subsection.
2231 * elisp.texi (Top):
2232 * vol1.texi (Top):
2233 * vol2.texi (Top): Add Animated Images menu entry.
2234
4f5a10ef
GM
2235 * display.texi (Image Formats): Remove oddly specific information
2236 on versions of image libraries.
204e728d 2237 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 2238
12f381b7
GM
22392012-02-02 Glenn Morris <rgm@gnu.org>
2240
1b9f60cc
GM
2241 * processes.texi (Synchronous Processes):
2242 Mention call-process's :file gets overwritten.
2243
7e2734bc
GM
2244 * commands.texi (Reading One Event):
2245 * help.texi (Help Functions): Document read-char-choice.
2246
f58b9822
GM
2247 * hooks.texi (Standard Hooks):
2248 * modes.texi (Keymaps and Minor Modes):
2249 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2250
2251 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2252
12f381b7
GM
2253 * hooks.texi (Standard Hooks):
2254 * modes.texi (Major Mode Conventions, Mode Hooks):
2255 Document change-major-mode-after-body-hook.
2256
7a9a2fc6
GM
22572012-02-01 Glenn Morris <rgm@gnu.org>
2258
2259 * modes.texi (Defining Minor Modes):
2260 Mention disabling global minor modes on a per-major-mode basis.
2261
a037c171
CY
22622012-01-31 Chong Yidong <cyd@gnu.org>
2263
2264 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2265 (Parser State): Remove unnecessary statement (Bug#10661).
2266
2267 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2268
56afad3a
GM
22692012-01-31 Glenn Morris <rgm@gnu.org>
2270
2271 * modes.texi (Defining Minor Modes):
2272 Document define-minor-mode's new :variable keyword.
2273
0f29fa41
CY
22742012-01-29 Chong Yidong <cyd@gnu.org>
2275
837a390a
CY
2276 * syntax.texi (Syntax Class Table): Tweak description of newline
2277 char syntax (Bug#9619).
2278
0f29fa41
CY
2279 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2280 description (Bug#10189).
2281
182148ee
GM
22822012-01-29 Glenn Morris <rgm@gnu.org>
2283
a49ca6b9
GM
2284 * files.texi (Changing Files): Document SELinux support.
2285
182148ee
GM
2286 * windows.texi (Window Sizes): Fix typo.
2287
9962192e
CY
22882012-01-28 Chong Yidong <cyd@gnu.org>
2289
8c6e1920
CY
2290 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2291 doc (Bug#8568).
2292
9583ec59
CY
2293 * frames.texi (Input Focus): Add NORECORD arg to
2294 select-frame-set-input-focus. Clarify its role in select-frame.
2295
10256988
CY
2296 * text.texi (Transposition): We don't use transpose-region as an
2297 internal subroutine (Bug#3249).
2298
9962192e
CY
2299 * modes.texi (Example Major Modes): Update Lisp example code to
2300 current sources. Delete the old non-derived-major-mode example,
2301 which has diverged badly from current sources.
2302
2aa43abb
GM
23032012-01-27 Glenn Morris <rgm@gnu.org>
2304
2305 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2306 (VERSION, manual): Remove, unused.
2307
9f40220d
CY
23082012-01-27 Chong Yidong <cyd@gnu.org>
2309
2310 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2311
acc28cb9
CY
23122012-01-26 Chong Yidong <cyd@gnu.org>
2313
2314 * searching.texi (String Search): Document negative repeat count
2315 (Bug#10507).
2316
48da7392
GM
23172012-01-26 Glenn Morris <rgm@gnu.org>
2318
2319 * variables.texi (Using Lexical Binding):
2320 Mention that lexical-binding should be set in the first line.
2321
69b0acb9
LI
23222012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2323
2324 * macros.texi (Defining Macros): Don't claim that `declare' only
2325 affects Edebug and indentation.
2326
543757a8
LI
23272012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2328
2329 * macros.texi (Defining Macros): Slight `declare' fixup.
2330
450e3cae
GM
23312012-01-25 Glenn Morris <rgm@gnu.org>
2332
24189ce0 2333 * makefile.w32-in (texinputdir):
450e3cae
GM
2334 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2335
1021c761
CY
23362012-01-24 Chong Yidong <cyd@gnu.org>
2337
2338 * variables.texi (Variables, Local Variables, Void Variables):
2339 Edit to make the descriptions less specific to dynamic binding.
2340 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
2341 (Defining Variables): Edits for lexical scoping.
2342 Delete information about starting docstrings with *. De-document
1021c761
CY
2343 user-variable-p.
2344 (Tips for Defining): Remove an unimportant discussion of quitting
2345 in the middle of a load.
2346 (Accessing Variables, Setting Variables): Discuss lexical binding.
2347 (Variable Scoping): Rewrite.
2348 (Scope, Extent, Impl of Scope): Nodes deleted.
2349 (Dynamic Binding): New node, with material from Scope, Extent, and
2350 Impl of Scope nodes.
2351 (Dynamic Binding Tips): Rename from Using Scoping.
2352 (Lexical Binding): Rewrite.
2353 (Using Lexical Binding): Rename from Converting to Lexical
2354 Binding. Convert to subsection.
2355
2356 * customize.texi (Variable Definitions): Add custom-variable-p.
2357 Move user-variable-p documentation here.
2358
31cbea1d
CY
23592012-01-23 Chong Yidong <cyd@gnu.org>
2360
2361 * strings.texi (Text Comparison): Minor qualification.
2362
2363 * lists.texi (Cons Cells): Copyedits.
2364 (List Elements): Mention push.
2365 (List Variables): Mention pop.
2366 (Rings): Move to sequences.texi.
2367
2368 * sequences.texi (Sequence Functions): Don't repeat the
2369 introduction already given in the parent.
2370 (Vectors): Copyedits.
2371 (Rings): Move from lists.texi. Note that this is specific to the
2372 ring package.
2373
2374 * symbols.texi (Definitions, Symbol Components): Mention variable
2375 scoping issues.
2376 (Plists and Alists): Copyedits.
2377
2378 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2379 correctness with lexical scoping.
2380 (Eval): Copyedits.
2381
fead402d
CY
23822012-01-21 Chong Yidong <cyd@gnu.org>
2383
2384 * intro.texi (A Sample Function Description): Special notation
2385 used for macros too.
2386
2387 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2388 (Symbol Type): Add xref for keyword symbols.
2389 (Sequence Type): Clarify differences between sequence types.
2390 (Cons Cell Type): Add "linked list" index entry.
2391 (Non-ASCII in Strings): Copyedits.
2392 (Equality Predicates): Symbols with same name need not be eq.
2393
2394 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2395 ldexp. Move float-e and float-pi to Math Functions node.
2396
61086eb6
GM
23972012-01-21 Glenn Morris <rgm@gnu.org>
2398
2399 * modes.texi (Auto Major Mode):
2400 * variables.texi (File Local Variables):
2401 Mention inhibit-local-variables-regexps.
2402
34a02f46
MR
24032012-01-19 Martin Rudalics <rudalics@gmx.at>
2404
2405 * windows.texi (Window Configurations): Rewrite references to
2406 persistent window parameters.
2407 (Window Parameters): Fix description of persistent window
2408 parameters.
2409
f5064cae
JB
24102012-01-16 Juanma Barranquero <lekktu@gmail.com>
2411
2412 * windows.texi (Window Parameters): Use @pxref.
2413
6a6ee00d
MR
24142012-01-16 Martin Rudalics <rudalics@gmx.at>
2415
2416 * windows.texi (Window Configurations, Window Parameters):
2417 Describe persistent window parameters.
2418
9ca4c014
SM
24192011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * variables.texi (Creating Buffer-Local): Warn against misuses of
2422 make-variable-buffer-local (bug#10258).
2423
d027f83d
LMI
24242012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2425
2426 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2427
89bd9ccd
CY
24282012-01-06 Chong Yidong <cyd@gnu.org>
2429
1cbae532
SM
2430 * variables.texi (Directory Local Variables):
2431 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 2432
c869783d
GM
24332012-01-06 Glenn Morris <rgm@gnu.org>
2434
2435 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2436 rather than by keybinding.
2437
2cae5ba4
JB
24382011-12-29 Juanma Barranquero <lekktu@gmail.com>
2439
2440 * frames.texi (Font and Color Parameters): Add @pxref.
2441
43da4d08
DC
24422011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2443
2444 * frames.texi (Font and Color Parameters):
2445 Document w32 font backends (bug#10399).
2446
8d80ef01
PE
24472011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2448
2449 * files.texi (File Attributes, Changing Files):
2450 Use a more-natural notation for octal numbers.
2451
9022ae07
JB
24522011-12-23 Juanma Barranquero <lekktu@gmail.com>
2453
2454 * variables.texi (Variables with Restricted Values):
2455 Change reference to variable (bug#10354).
2456
454592a6
MR
24572011-12-13 Martin Rudalics <rudalics@gmx.at>
2458
2459 * windows.texi (Splitting Windows): Use t instead of non-nil
2460 when describing window-combination-resize.
2461
a7cdbfce
SM
24622011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2463
2464 * text.texi (Special Properties): Warn against `intangible' properties
2465 (bug#10222).
2466
a3dcc84e
EZ
24672011-11-26 Eli Zaretskii <eliz@gnu.org>
2468
579ebf8f
EZ
2469 * display.texi (Truncation):
2470 * text.texi (Special Properties): Describe what a stretch-glyph is
2471 instead of using that term without explanation. Make the
2472 cross-references more accurate.
2473
a3dcc84e
EZ
2474 * display.texi (Usual Display): Update the description,
2475 cross-references, and indexing related to display of control
2476 characters and raw bytes.
2477
94af99a4
MR
24782011-11-25 Martin Rudalics <rudalics@gmx.at>
2479
2480 * windows.texi (Splitting Windows): Fix description of
2481 window-combination-limit. Suggested by Eli Zaretskii.
2482
1c3d7a13
CY
24832011-11-23 Chong Yidong <cyd@gnu.org>
2484
2485 * windows.texi (Window Sizes): Move window-top-line,
2486 window-left-column, and window-*-pixel-edges to Coordinates and
2487 Windows node.
2488 (Coordinates and Windows): Restore window-edges doc.
2489
90151a1e
MR
24902011-11-21 Martin Rudalics <rudalics@gmx.at>
2491
a7cdbfce
SM
2492 * windows.texi (Windows and Frames, Splitting Windows):
2493 Fix typos.
90151a1e 2494
a9b9b7f5
CY
24952011-11-21 Chong Yidong <cyd@gnu.org>
2496
2497 * windows.texi (Splitting Windows): Fix error in documentation of
2498 window-combination-limit.
2499 (Cyclic Window Ordering): Minor fixes to next-window,
2500 one-window-p, and get-lru-window docs. Don't document
2501 window-list-1.
2502 (Buffers and Windows): Copyedits.
2503 (Choosing Window): Document special handling of special-display-*.
2504 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
2505 Don't document even-window-heights, which is going away.
2506 Clarify which options are obeyed by which action functions.
a9b9b7f5 2507
f4e90db0
SM
25082011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2511
d2999b1a
MR
25122011-11-20 Martin Rudalics <rudalics@gmx.at>
2513
f4e90db0
SM
2514 * windows.texi (Resizing Windows, Splitting Windows):
2515 Remove term "status" when talking about combination limits.
d2999b1a 2516
cd1181db
JB
25172011-11-20 Juanma Barranquero <lekktu@gmail.com>
2518
2519 * compile.texi (Compiler Errors):
2520 * help.texi (Help Functions): Fix typos.
2521
7bf54975
CY
25222011-11-19 Chong Yidong <cyd@gnu.org>
2523
2524 * windows.texi (Splitting Windows): Clarify role of window
2525 parameters in split-window. Shorten the example.
f4e90db0
SM
2526 (Deleting Windows): Rewrite intro to handle internal windows.
2527 Fix delete-windows-on doc.
7bf54975
CY
2528 (Selecting Windows): Copyedits.
2529
a0c2d0ae
MR
25302011-11-17 Martin Rudalics <rudalics@gmx.at>
2531
2532 * windows.texi (Resizing Windows, Splitting Windows)
2533 (Deleting Windows): Use term window-combination-resize instead
2534 of window-splits.
2535
b6f67890
MR
25362011-11-16 Martin Rudalics <rudalics@gmx.at>
2537
f4e90db0
SM
2538 * windows.texi (Resizing Windows, Splitting Windows):
2539 Rename occurrences of window-nest to window-combination-limit.
b6f67890 2540
0b381c7e
JB
25412011-11-14 Juanma Barranquero <lekktu@gmail.com>
2542
2543 * intro.texi (Lisp History): Fix typo.
2544
89d61221
MR
25452011-11-12 Martin Rudalics <rudalics@gmx.at>
2546
f4e90db0
SM
2547 * windows.texi (Splitting Windows, Deleting Windows):
2548 Remove references to splits status of windows.
89d61221 2549
b2621720
GM
25502011-11-10 Glenn Morris <rgm@gnu.org>
2551
2552 * buffers.texi (Read Only Buffers): Expand a bit on why
2553 toggle-read-only should only be used interactively. (Bug#7292)
2554
d2ad7ee1
CY
25552011-11-09 Chong Yidong <cyd@gnu.org>
2556
2557 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 2558 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
2559 window-inside-absolute-pixel-edges.
2560 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2561 non-full-width windows.
2562
2cffd681
MR
25632011-11-09 Martin Rudalics <rudalics@gmx.at>
2564
2565 * windows.texi (Resizing Windows): Rewrite documentation of
2566 window-resizable.
2567
f6f6d7e7
CY
25682011-11-09 Chong Yidong <cyd@gnu.org>
2569
2570 * windows.texi (Splitting Windows): Simplify example.
2571
a79db6e0
CY
25722011-11-08 Chong Yidong <cyd@gnu.org>
2573
2574 * windows.texi (Window Sizes): Copyedits. Document
2575 window-text-height. Remove window-min-height and window-min-width
2576 discussion, referring instead to Emacs manual.
2577 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2578 (Resizing Windows): Simplify introduction. Don't document
2579 enlarge-window, shrink-window, enlarge-window-horizontally, and
2580 shrink-window-horizontally; they are no longer preferred for
2581 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2582
441950c7
GM
25832011-11-07 Glenn Morris <rgm@gnu.org>
2584
2585 * windows.texi (Choosing Window): Fix keybinding typo.
2586
be7f5545
MR
25872011-11-07 Martin Rudalics <rudalics@gmx.at>
2588
2589 * windows.texi (Resizing Windows, Splitting Windows)
2590 (Window Configurations): Use "child window" instead of
2591 "subwindow".
2592
291d142b
CY
25932011-11-06 Chong Yidong <cyd@gnu.org>
2594
2595 * windows.texi (Basic Windows): Clarify various definitions.
2596 Treat window-normalize-* as internal; don't document them.
2597 (Windows and Frames): Various clarifications, e.g. non-live
2598 windows also belong to frames. Fix window-list description.
2599 Simplify window nesting example.
f4e90db0
SM
2600 (Splitting Windows, Window Configurations):
2601 Use split-window-below.
291d142b 2602
89bd5ee1
EZ
26032011-11-04 Eli Zaretskii <eliz@gnu.org>
2604
2605 * windows.texi (Window Sizes): Mention in the doc string that the
2606 return values of `window-body-height' and `window-body-width' are
2607 in frame's canonical units. (Bug#9949)
2608
3d8daefe
MR
26092011-10-30 Martin Rudalics <rudalics@gmx.at>
2610
2611 * windows.texi (Windows and Frames): Remove "iso-" infix from
2612 documentation of window-iso-combined-p.
2613
60754666
CY
26142011-10-26 Chong Yidong <cyd@gnu.org>
2615
2616 * modes.texi (Running Hooks): Document with-wrapper-hook.
2617
d366bd53
CY
26182011-10-18 Chong Yidong <cyd@gnu.org>
2619
2620 * display.texi (Glyphless Chars): New node.
2621
50b063c3
CY
26222011-10-13 Chong Yidong <cyd@stupidchicken.com>
2623
2624 * text.texi (Yanking): Document yank-excluded-properties.
2625
2626 * package.texi (Packaging Basics): The commentary should say how
2627 to begin using the package.
2628
c72063fa
MR
26292011-10-11 Martin Rudalics <rudalics@gmx.at>
2630
2631 * windows.texi (Deleting Windows): Mention which window gets
2632 selected when deleting the selected window.
2633
d83dc65b
MR
26342011-10-09 Martin Rudalics <rudalics@gmx.at>
2635
2636 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2637 with the selected window.
2638 * windows.texi (Buffers and Windows): Reformulate text on how
2639 replace-buffer-in-windows deals with a window.
2640 (Quitting Windows): Describe how quit-window deals with a
2641 standalone frame. Describe new option frame-auto-hide-function.
2642
c599682c
GM
26432011-10-08 Glenn Morris <rgm@gnu.org>
2644
48bca619
GM
2645 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2646
c599682c
GM
2647 * positions.texi (Excursions): Update warning message.
2648
969aa734
CY
26492011-10-05 Chong Yidong <cyd@stupidchicken.com>
2650
f4e90db0
SM
2651 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2652 Fix Emacs manual xref (Bug#9675).
969aa734 2653
550f41cd
CY
26542011-10-01 Chong Yidong <cyd@stupidchicken.com>
2655
2656 * windows.texi (Textual Scrolling): Document scroll-up-command,
2657 scroll-down-command, scroll-error-top-bottom, and the
2658 scroll-command symbol property.
717a1362
CY
2659 (Display Action Functions): Fix description of
2660 display-buffer-pop-up-window.
550f41cd 2661
a239d4e9
JB
26622011-09-28 Juanma Barranquero <lekktu@gmail.com>
2663
2664 * windows.texi (Splitting Windows): Fix typos.
2665
590c056d
MR
26662011-09-25 Martin Rudalics <rudalics@gmx.at>
2667
2668 * windows.texi (Windows and Frames, Display Action Functions)
2669 (Switching Buffers): Fix some typos.
2670 (Buffers and Windows): Remove reference to window-auto-delete.
2671 Reword description of replace-buffer-in-windows.
2672 (Window History): Fix some typos and refer to frame local buffer
2673 list.
c419f5cb
MR
2674 (Quitting Windows): New node.
2675 (Window Configurations): Add descriptions of window-state-get
2676 and window-state-put.
2677 (Window Parameters): Describe variable ignore-window-parameters.
2678 Sketch some window parameters currently in use.
2679 * elisp.texi (Top): Update node listing.
590c056d 2680
9ec20d36
CY
26812011-09-25 Chong Yidong <cyd@stupidchicken.com>
2682
2683 * windows.texi (Display Action Functions)
2684 (Choosing Window Options): New nodes.
2685
0e406a72
CY
26862011-09-24 Chong Yidong <cyd@stupidchicken.com>
2687
2688 * windows.texi (Window History): New node. Move text here from
2689 Buffers and Windows.
2690 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2691 don't document display-buffer here; callers changed.
2692 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2693 switch-to-buffer-other-frame. Delete duplicate
2694 replace-buffer-in-windows doc.
2695 (Choosing Window): Document display actions.
2696
6bf7006f
EZ
26972011-09-24 Eli Zaretskii <eliz@gnu.org>
2698
2699 * display.texi (Forcing Redisplay): Update the description of
2700 redisplay-dont-pause due to change in the default value.
2701
b33b68a3
MR
27022011-09-23 Martin Rudalics <rudalics@gmx.at>
2703
2704 * frames.texi (Frames and Windows): Move section and rename to
2705 Windows and Frames in windows.texi.
2706 * windows.texi (Windows): Restructure.
2707 (Basic Windows): Rewrite. Explain live and internal windows and
2708 normalization functions.
2709 (Windows and Frames): Move section here from frames.texi.
2710 Describe subwindows, window combinations, window tree, and
2711 corresponding functions including window-list here.
2712 (Window Sizes): Rename section from Size of Window and move it
2713 up in chapter. Describe total and body sizes and the
2714 corresponding functions. Explain new semantics of
2715 window-min-height/-width.
2716 (Resizing Windows): Move section up in chapter. Describe new
2717 resize functions.
2718 (Splitting Windows): Describe new behavior of split-window,
2719 split-window-above-each-other and split-window-side-by-side.
2720 Provide examples. Describe window-nest and window-splits
2721 options.
2722 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2723 (Selecting Windows): Minor rewrite.
2724 Describe frame-selected-window and set-frame-selected-window here.
2725 (Cyclic Window Ordering): Minor rewrite.
2726 Describe window-list-1.
b33b68a3
MR
2727 (Buffers and Windows): Rewrite. Explain a window's previous and
2728 next buffers and the corresponding functions.
c4682d18 2729 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2730 * elisp.texi (Top): Update node listings for frames and windows
2731 sections.
2732
4d3786ac
SM
27332011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2736
713df35b
LMI
27372011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2738
2739 * errors.texi (Standard Errors): Remove apparent placeholder text
2740 (bug#9491).
2741
33ed493b
CY
27422011-09-18 Chong Yidong <cyd@stupidchicken.com>
2743
2744 * frames.texi (Management Parameters): Fix description of
2745 icon-type parameter.
2746
b8f0a954
CY
27472011-09-17 Chong Yidong <cyd@stupidchicken.com>
2748
2749 * tips.texi (Key Binding Conventions): Don't bind a key sequence
2750 ending in C-g. Suggested by Edward O'Connor.
2751
eddf142c
EZ
27522011-09-17 Eli Zaretskii <eliz@gnu.org>
2753
2754 * numbers.texi (Integer Basics): Add indexing for
2755 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
2756
d8e213eb 27572011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
2758
2759 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
2760
cec2eab8
JB
27612011-09-11 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * processes.texi (Network Servers): Clarify what the process
2764 buffer is used for (bug#9233).
2765
d8e213eb 27662011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
2767
2768 * lists.texi (Building Lists): Fix typo.
2769
35137ed3
CY
27702011-08-30 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * display.texi (Basic Faces): New node. Document new faces.
2773
2774 * modes.texi (Major Mode Conventions): Move some text there.
2775 (Mode Help): Remove major-mode var, duplicated in Major Modes.
2776
3fd50d5c
CY
27772011-08-29 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * modes.texi (Basic Major Modes): New node. Callers updated.
2780 (Major Modes): Document fundamental-mode and major-mode.
2781 (Major Mode Basics): Node deleted; text moved to Major Modes.
2782 (Derived Modes): Document derived-mode-p.
2783
ddb54206
CY
27842011-08-28 Chong Yidong <cyd@stupidchicken.com>
2785
a6326082
CY
2786 * files.texi (Changing Files, Create/Delete Dirs): Document new
2787 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
2788 (Visiting Functions): Remove view-file; it is documented in the
2789 Emacs manual.
04e2ce72 2790
ddb54206
CY
2791 * frames.texi (Layout Parameters): The defaults for the
2792 menu-bar-lines and tool-bar-lines parameters depend on the mode.
2793
2794 * display.texi (Progress): Document spinner functionality.
2795
2796 * os.texi (Killing Emacs): Note that kill-emacs can be called by
2797 operating system signals. Refer to save-buffers-kill-terminal
2798 instead of save-buffers-kill-emacs.
2799
2800 * objects.texi (Symbol Type): Document ## print representation.
2801
0c95fcf7
EZ
28022011-08-25 Eli Zaretskii <eliz@gnu.org>
2803
2804 * display.texi (Specified Space): Mention that `space' specs
2805 influence bidi reordering.
2806 (Bidirectional Display): Explain how to use `(space . PROPS)' for
2807 separating fields with bidirectional content.
2808
5980d4c6
EZ
28092011-08-24 Eli Zaretskii <eliz@gnu.org>
2810
2811 * display.texi (Bidirectional Display): Document return value in
2812 buffers that are not bidi-reordered for display, and in unibyte
2813 buffers.
2814
bca633fb
EZ
28152011-08-23 Eli Zaretskii <eliz@gnu.org>
2816
2817 * nonascii.texi (Character Properties): Document the values for
2818 unassigned codepoints.
2819
c094bb0c
EZ
28202011-08-18 Eli Zaretskii <eliz@gnu.org>
2821
2822 * nonascii.texi (Character Properties): Document use of
2823 `bidi-class' and `mirroring' properties as part of reordering.
2824 Provide cross-references to "Bidirectional Display".
2825
2826 * display.texi (Bidirectional Display): Document the pitfalls of
2827 concatenating strings with bidirectional content, with possible
f4e90db0
SM
2828 solutions. Document bidi-string-mark-left-to-right.
2829 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
2830 Document use of `bidi-class' and `mirroring' properties as part of
2831 reordering.
c094bb0c 2832
1ea897d5
EZ
28332011-08-16 Eli Zaretskii <eliz@gnu.org>
2834
9adfcd0b
EZ
2835 * modes.texi (Major Mode Conventions): Improve the documentation
2836 of `mode-class' `special' modes.
2837
10862873
EZ
2838 * nonascii.texi (Character Properties): Document the `mirroring'
2839 property. Add index entries.
2840
1ea897d5
EZ
2841 * syntax.texi (Categories): Add an example of defining a new
2842 category and category table.
2843
2844 * searching.texi (Regexp Backslash): Document how to display
2845 existing categories. Mention the possibility of adding
2846 categories, and add an xref to where this is described. Add an
2847 index entry.
2848
ebb552ed
CY
28492011-08-09 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * text.texi (Special Properties):
2852 * display.texi (Overlay Properties): Note that mouse-face cannot
2853 change the text size (Bug#8530).
2854
51a714e1
CY
28552011-08-08 Chong Yidong <cyd@stupidchicken.com>
2856
2857 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
2858 using setenv instead.
2859
4cc60b9b
EZ
28602011-07-28 Eli Zaretskii <eliz@gnu.org>
2861
2862 * display.texi (Bidirectional Display): Document the fact that
2863 bidi-display-reordering is t by default.
2864
5deb92fd
EZ
28652011-07-23 Eli Zaretskii <eliz@gnu.org>
2866
2867 * display.texi (Bidirectional Display): New section.
2868
011b0ad6 28692011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
2870 Tim Cross <theophilusx@gmail.com> (tiny change)
2871 Glenn Morris <rgm@gnu.org>
011b0ad6 2872
67f9b9f8 2873 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 2874
4baf28e6
AS
28752011-07-15 Andreas Schwab <schwab@linux-m68k.org>
2876
2877 * help.texi (Keys in Documentation): Revert last change.
2878
66249842
LMI
28792011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2880
f863868c
LMI
2881 * help.texi (Keys in Documentation): Clarify that \= only quotes
2882 the next character, and doesn't affect longer sequences in
2883 particular (bug#8935).
2884
f4e90db0
SM
2885 * debugging.texi (Using Debugger):
2886 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 2887
0bb23927 28882011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
2889
2890 * display.texi (Other Display Specs): Document that `left-fringe'
2891 and `right-fringe' display specifications are of the "replacing"
2892 kind.
2893
f2027cdf
LMI
28942011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2895
2896 * help.texi (Documentation Basics): Add a link to the Function
2897 Documentation node (bug#6580).
2898
f987fde4
LMI
28992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2900
0bc59b25
LMI
2901 * keymaps.texi (Menu Bar): Mention :visible and :enable
2902 (bug#6344). Text by Drew Adams.
2903
63d55f1f
LMI
2904 * modes.texi (Running Hooks): Mention buffer-local hook variables
2905 (bug#6218).
2906
f987fde4
LMI
2907 * objects.texi (General Escape Syntax): "a with grave accent" is
2908 ?xe0, not ?x8e0 (bug#5259).
2909
b7527639
CY
29102011-07-12 Chong Yidong <cyd@stupidchicken.com>
2911
2912 * display.texi (Face Attributes, Font Selection): Add references
2913 to the Fonts node in the Emacs manual (Bug#4178).
2914
c830e5ae
CY
29152011-07-12 Chong Yidong <cyd@stupidchicken.com>
2916
2917 * display.texi (Window Systems): `window-system' is
2918 terminal-local.
2919
2920 * frames.texi (Frame Parameters, Parameter Access): Don't mention
2921 frame-local variables.
2922
2923 * variables.texi (Buffer-Local Variables): Don't mention obsolete
2924 frame-local variables.
2925 (Frame-Local Variables): Node deleted.
2926
2927 * elisp.texi (Top): Update node listing.
2928
91223e54
LMI
29292011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2930
2931 * elisp.texi: Change "inferiors" to "subnodes" in three places
2932 (bug#3523).
2933
963578d3
CY
29342011-07-11 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * frames.texi (Window System Selections): Discussion of
2937 x-select-enable-clipboard moved to Emacs manual.
2938
07151e49
DD
29392011-07-11 Deniz Dogan <deniz@dogan.se>
2940
2941 * commands.texi (Prefix Command Arguments): Remove excessive
2942 apostrophe.
2943
7261e1cf
LMI
29442011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2945
ad21a12a
LMI
2946 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
2947 description is a string (bug#3313).
2948
7261e1cf
LMI
2949 * frames.texi (Display Feature Testing): Try to explain what all
2950 the visual classes mean (bug#3042).
2951
568f7b79
LMI
29522011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2953
18d59e29
LMI
2954 * modes.texi (Mode Line Variables): Document `mode-line-remote'
2955 and `mode-line-client' (bug#2974).
2956
568f7b79
LMI
2957 * text.texi (Insertion): Clarify marker movements (bug#1651).
2958 Text from Drew Adams.
2959
54e10184
LMI
29602011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2961
d94d85e9
LMI
2962 * text.texi (Special Properties): Clarify the format of `face'
2963 (bug#1375).
2964
54e10184
LMI
2965 * commands.texi (Interactive Call): Add a `call-interactively'
2966 example (bug#1010).
2967
413c488d
LMI
29682011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * functions.texi (Calling Functions): Link to the "Interactive
2971 Call" node (bug#1001).
2972
322b7dab 29732011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 2974
3deead93
CY
2975 * customize.texi (Composite Types): Move alist and plist to here
2976 from Simple Types (Bug#7545).
2977
2978 * elisp.texi (Top): Update menu description.
2979
b00d8c1a
CY
2980 * display.texi (Face Attributes): Document negative line widths
2981 (Bug#6113).
2982
d2a6c43b
TR
29832011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2984
2985 * searching.texi (Match Data): Note that match data can be
2986 overwritten by most functions (bug#2499).
2987
c7844a27
LMI
29882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2989
a9ab721e
LMI
2990 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
2991 flags mean (bug#6659).
2992
c7844a27
LMI
2993 * functions.texi (What Is a Function): Document the autoload
2994 object (bug#6496).
2995
f68d76d0
LMI
29962011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2997
8a20ca4c
LMI
2998 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
2999 is only used in the Customize user interface (bug#6089).
3000
f68d76d0 3001 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3002 images (bug#7836).
f68d76d0 3003
7018dbe7
EZ
30042011-07-02 Eli Zaretskii <eliz@gnu.org>
3005
3006 * variables.texi (Defining Variables, Void Variables)
3007 (Constant Variables): Fix incorrect usage of @kindex.
3008
36cb87a1
LMI
30092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3010
28ee97c7
LMI
3011 * variables.texi (Defining Variables): Add an index entry for
3012 `set-variable' (bug#7262).
8d4294e9 3013 (Defining Variables): Use @findex for functions.
28ee97c7 3014
8862ffd5
LMI
3015 * frames.texi (Basic Parameters): Document the `explicit-name'
3016 parameter (bug#6951).
3017
0ec389b9
LMI
3018 * customize.texi (Type Keywords): Clarify that :value provides a
3019 default value for all types (bug#7386).
3020
36cb87a1
LMI
3021 * streams.texi (Output Functions): Document `pp'.
3022
11fdef7d 30232011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3024
3025 * keymaps.texi (Searching Keymaps):
3026 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3027 change. Suggested by Johan Bockgård.
3028
eeafcea7
CY
30292011-06-15 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * text.texi (Special Properties): Clarify role of font-lock-face.
3032
b96e6cde
LMI
30332011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3034
f4e90db0 3035 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3036 to `process-live-p' for consistency with other `-live-p' functions.
3037
be14b9ab
PE
30382011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3039
3040 Document wide integers better.
3041 * files.texi (File Attributes): Document ino_t values better.
2d365993 3042 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
3043 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3044 (Bitwise Operations):
001903b5
PE
3045 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3046 to read, and that will port better if 62-bits becomes the default.
3047 Fix or remove incorrect examples.
be14b9ab
PE
3048 * os.texi (Time Conversion): Document time_t values better.
3049
bcd54f83
LMI
30502011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3051
f4e90db0
SM
3052 * processes.texi (Process Information):
3053 Document `process-alive-p'.
bcd54f83 3054
049bcbcb
CY
30552011-05-29 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * help.texi (Accessing Documentation):
3058 * display.texi (Pixel Specification):
3059 * processes.texi (Serial Ports, Serial Ports):
3060 * nonascii.texi (Character Properties, Default Coding Systems):
3061 * text.texi (Changing Properties, Special Properties):
3062 * windows.texi (Window Start and End):
3063 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3064 * keymaps.texi (Searching Keymaps, Tool Bar):
3065 * minibuf.texi (Basic Completion):
3066 * compile.texi (Eval During Compile):
3067 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3068 7x9 paper in printed manual.
3069
3070 * lists.texi (Sets And Lists): Fix misplaced text.
3071
58539c63
CY
30722011-05-29 Chong Yidong <cyd@stupidchicken.com>
3073
3074 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3075 needs to be active (Bug#8350).
3076
6b5681bf
CY
30772011-05-28 Chong Yidong <cyd@stupidchicken.com>
3078
b4d52acc
CY
3079 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3080
6b5681bf
CY
3081 * tips.texi (Coding Conventions): Remove antediluvian filename
3082 limit recommendation (Bug#8538).
3083
e145f188
GM
30842011-05-27 Glenn Morris <rgm@gnu.org>
3085
3086 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3087
eafed945
GM
30882011-05-26 Glenn Morris <rgm@gnu.org>
3089
3090 * variables.texi (File Local Variables):
3091 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3092 Add some more details on what this function does in the other case.
eafed945 3093
bc8410af
GM
30942011-05-19 Glenn Morris <rgm@gnu.org>
3095
3096 * lists.texi (Sets And Lists): Mention cl provides union etc.
3097
35a30759
N
30982011-05-19 Nix <nix@esperi.org.uk>
3099
3100 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3101
3102 * text.texi (Parsing HTML): Update for function name changes.
3103
3104 * syntax.texi (Syntax Flags): Small fix.
3105
3106 * keymaps.texi (Active Keymaps): Typo fix.
3107 (Changing Key Bindings): Grammar fix.
3108
3109 * frames.texi (Minibuffers and Frames): Grammar fix.
3110 (Window System Selections): x-select-enable-clipboard now defaults to t.
3111
3112 * customize.texi (Common Keywords):
3113 * display.texi (Abstract Display):
3114 * modes.texi (Auto-Indentation):
3115 * nonascii.texi (Converting Representations): Typo fixes.
3116
3117 * control.texi (Examples of Catch): Call it "goto" not "go to".
3118
e3934a8a
EZ
31192011-05-14 Eli Zaretskii <eliz@gnu.org>
3120
bc039a3b
EZ
3121 * nonascii.texi (Character Properties): Fix inconsistencies with
3122 implementation.
3123
e3934a8a
EZ
3124 * text.texi (Special Properties): Move @defvar's out of the
3125 @table. (Bug#8652)
3126
e2c94218
GM
31272011-05-12 Glenn Morris <rgm@gnu.org>
3128
3129 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3130
d2fc7e3d 31312011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
3132
3133 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3134 (Multiline Font Lock):
3135 * vol2.texi (Top):
3136 * vol1.texi (Top):
3137 * elisp.texi (Top): Update menu accordingly.
3138
d2fc7e3d 31392011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
3140
3141 * modes.texi (Region to Fontify): Fix typo.
3142
79b70037
GM
31432011-05-10 Jim Meyering <meyering@redhat.com>
3144
3145 * minibuf.texi: Fix typo "in in -> in".
3146
b08a63cc 31472011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
3148
3149 * numbers.texi (Integer Basics): Large integers are treated as floats.
3150
1ef14cb4
LMI
31512011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * processes.texi (Synchronous Processes): Document the (:file
3154 "/file-name") syntax for `call-process'.
3155
4ffd0d6b 31562011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
3157
3158 * windows.texi (Choosing Window): Fix typo.
3159
4ffd0d6b 31602011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
3161
3162 * frames.texi (Layout Parameters): Note the difference between
3163 querying and setting parameters for left-fringe and right-fringe
3164 (Bug#6930).
3165
fd5a8ae8
SM
31662011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * minibuf.texi (Basic Completion): Be a bit more precise about the
3169 valid kinds of completion tables.
3170 (Programmed Completion): Remove obsolete text about lambda expressions
3171 not being valid completion tables.
3172
c1bcd0d5
CY
31732011-03-19 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * positions.texi (Excursions): Explain the "save-excursion
3176 defeated by set-buffer" warning.
3177
3178 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3179 save-excursion. Suggested by Uday S Reddy.
3180
03408648 31812011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 3182
03408648
SM
3183 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3184 (Lexical Binding): New sub-section.
ba83908c 3185
03408648
SM
3186 * eval.texi (Eval): Discourage the use of `eval'.
3187 Document its new `lexical' argument.
6c075cd7 3188
f6d62986
SM
31892011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3190
03408648 3191 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
3192 nil any more.
3193
84ea5558 31942011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
3195
3196 * strings.texi (String Conversion): Don't mention
3197 string-make-(uni|multi)byte (bug#8262).
3198 * nonascii.texi (Converting Representations): Fix up range.
3199 * keymaps.texi (Key Binding Commands): Update code point, avoid
3200 "unibyte character" and remove mention of unibyte bindings.
3201
62d94509
EZ
32022011-03-10 Eli Zaretskii <eliz@gnu.org>
3203
3204 * modes.texi (Operator Precedence Grammars): Don't use characters
3205 outside ISO-8859-1.
3206
63a329f8
EZ
32072011-03-09 Eli Zaretskii <eliz@gnu.org>
3208
3209 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3210
3211 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3212
6446548e
GM
32132011-03-08 Glenn Morris <rgm@gnu.org>
3214
3215 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3216 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 3217 * elisp.texi: Set documentencoding.
6446548e 3218
33383987
JB
32192011-03-07 Chong Yidong <cyd@stupidchicken.com>
3220
3221 * Version 23.3 released.
3222
0b3ceceb
CY
32232011-03-06 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * package.texi: Update index keywords.
3226 (Package Archives): New node contents. Document package-x.el.
3227
78f5433f
JB
32282011-03-06 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * makefile.w32-in (srcs): Add package.texi.
3231
555e9b5c
CY
32322011-03-06 Chong Yidong <cyd@stupidchicken.com>
3233
120d9389
CY
3234 * package.texi (Packaging, Packaging Basics, Simple Packages)
3235 (Multi-file Packages): Expand and clarify.
3236 (Package Archives): Temporary placeholder node.
3237
3238 * elisp.texi (Top): Update node listing.
3239
555e9b5c
CY
3240 * Makefile.in (srcs): Add package.texi.
3241
b59a4335
CY
32422011-03-05 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * processes.texi (Synchronous Processes): Minor clarification
3245 (Bug#8149).
3246
06083aa1
GM
32472011-03-03 Glenn Morris <rgm@gnu.org>
3248
3249 * files.texi (Truenames): Minor clarification. (Bug#2341)
3250
6640b281
GM
32512011-03-01 Glenn Morris <rgm@gnu.org>
3252
3253 * variables.texi (Directory Local Variables):
3254 Mention `(subdirs . nil)' alist element.
3255
2b0c7330 32562011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
3257
3258 * variables.texi (Directory Local Variables): Mention the optional
3259 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3260
b923f7a9
CY
32612011-02-27 Chong Yidong <cyd@stupidchicken.com>
3262
3263 * minibuf.texi (Minibuffer History): Clarify discussion of
3264 minibuffer history lists (Bug#8085).
3265
67ab0163 32662011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 3267
e979a521
EZ
3268 * elisp.texi: Sync @dircategory with ../../info/dir.
3269
e03b2fd4
EZ
3270 * files.texi (Visiting Functions): Document find-file-literally,
3271 both the command and the variable.
3272
86ec878a
EZ
3273 * variables.texi (Creating Buffer-Local): Explain the meaning of
3274 permanent local variables.
3275
67ab0163
GM
3276 * files.texi (Visiting Functions): Document find-file-literally,
3277 both the command and the variable.
3278
3279 * variables.texi (Creating Buffer-Local): Explain the meaning of
3280 permanent local variables.
3281
32822011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
3283
3284 * keymaps.texi (Remapping Commands): Mention how to undo it.
3285
bfcb151a
RT
32862011-02-09 Reuben Thomas <rrt@sc3d.org>
3287
3288 * loading.texi (Hooks for Loading): Remove unnecessary advice
3289 about eval-after-load (Bug#7986).
3290
a41c8660
CY
32912011-02-05 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * commands.texi (Accessing Mouse): Note that a header line is not
3294 included in the row of posn-col-row.
3295
e0dd6837
CY
32962011-02-02 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * modes.texi (Major Mode Conventions): Add face guidelines.
3299 (Faces for Font Lock): List faces in order of prominence.
3300
a4180391
PE
33012011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3302
3303 format-time-string now supports subsecond time stamp resolution
3304 * os.texi (Time Parsing): Document %N.
3305
7427eb97
CY
33062011-01-28 Chong Yidong <cyd@stupidchicken.com>
3307
61db307f
CY
3308 * vol1.texi (Top):
3309 * vol2.texi (Top):
3310 * elisp.texi (Top):
3311 * display.texi (Display Property): Shorten the menu description of
3312 the "Other Display Specs" node (Bug#7816).
3313
7427eb97
CY
3314 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3315 menu item" concept index entries (Bug#7805).
3316
bf3dae7e
EZ
33172011-01-29 Eli Zaretskii <eliz@gnu.org>
3318
3319 * makefile.w32-in (texinfodir): New variable.
3320 (usermanualdir): Remove as redundant with $(emacsdir).
3321 (MAKEINFO): Remove options, leave only program name.
3322 (MAKEINFO_OPTS): New variable.
3323 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3324
06d8ace5 33252011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
3326 Richard Kim <emacs18@gmail.com>
3327
3328 * loading.texi (Library Search): Document list-load-path-shadows
3329 (Bug#7757).
3330
06d8ace5 33312011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
3332
3333 * searching.texi (Regexp Special): Remove outdated discussion of
3334 character sets (Bug#7780).
3335
28a88153
CY
3336 * frames.texi (Pop-Up Menus): Document where menu title comes
3337 from (Bug#7684).
3338
06d8ace5 33392011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
3340
3341 * display.texi (Making Buttons): Mention limitation of text buttons.
3342
a8e1e9ee
WL
33432011-01-23 Werner Lemberg <wl@gnu.org>
3344
3345 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3346 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3347 (ENVADD): New variable to control texi2dvi and texi2pdf.
3348
362b9d48
GM
33492011-01-15 Chong Yidong <cyd@stupidchicken.com>
3350
3351 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3352 Emacs manual.
3353
33542011-01-15 Eli Zaretskii <eliz@gnu.org>
3355
3356 * files.texi (Directory Names): Explain why FROM in
3357 directory-abbrev-alist should begin with \`. (Bug#7777)
3358
3fa173b4
SM
33592011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3362
7c420169 33632011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
3364
3365 * modes.texi (Emulating Mode Line): Fix last change.
3366
7c420169 33672011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
3368
3369 * modes.texi (Emulating Mode Line): Update documentation of
3370 format-mode-line according to changes that fixed bug #7587.
3371
80b33766
SM
33722010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * modes.texi (Derived Modes): Mention prog-mode.
3375
3376 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3377 of the key-binding-data cache since we don't use it any more.
3378
f49d1f52 33792010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 3380
4bb49a92
EZ
3381 * processes.texi (Shell Arguments):
3382 * strings.texi (Creating Strings): Don't mention "shell commands";
3383 make it explicit that `split-string-and-unquote' and
3384 `combine-and-quote-strings' are mainly for working with arguments
3385 to call-process and start-process.
3386
3c73e30e
EZ
3387 * processes.texi (Shell Arguments): Fix documentation of
3388 `split-string-and-unquote'. Add indexing. (Bug#7563)
3389
f49d1f52 33902010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
3391
3392 * modes.texi (Auto-Indentation): New section to document SMIE.
3393 (Major Mode Conventions):
3394 * text.texi (Mode-Specific Indent): Refer to it.
3395
f49d1f52 33962010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
3397
3398 * display.texi (Other Display Specs): Document left-fringe and
3399 right-fringe display specs.
3400
f49d1f52 34012010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
3402
3403 * backups.texi (Making Backups):
3404 * modes.texi (Example Major Modes): Use recommended coding style.
3405 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3406 define-derived-mode. Mention completion-at-point-functions.
3407
f49d1f52 34082010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3409
5dcb4c4e
SM
3410 * nonascii.texi (Converting Representations):
3411 Document byte-to-string.
e1115396 3412
ec1b9b17
GM
34132010-12-08 Glenn Morris <rgm@gnu.org>
3414
3415 * buffers.texi (Modification Time):
3416 verify-visited-file-modtime now defaults to the current buffer.
3417
07976ae3 34182010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3419
ec1b9b17 3420 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
3421
3422 * strings.texi (Creating Strings): Don't mention semi-obsolete
3423 function char-to-string.
3424 (String Conversion): Shorten discussion of semi-obsolete function
3425 string-to-char. Link to Converting Representations.
3426
3427 * objects.texi (Symbol Type):
3428 * text.texi (Near Point):
3429 * help.texi (Help Functions):
3430 * functions.texi (Mapping Functions): Use string instead of
3431 char-to-string in examples.
3432
07976ae3 34332010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
3434
3435 * text.texi (Kill Functions, Kill Functions)
3436 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3437 YANK-HANDLER args.
3438
3439 * symbols.texi (Creating Symbols): Using unintern without an
3440 obarray arg is now obsolete.
3441
3442 * numbers.texi (Float Basics): Document float-e and float-pi.
3443
3444 * variables.texi (Defining Variables): Change "pi" example to
3445 "float-pi".
3446
8547874a
EZ
34472010-11-26 Eli Zaretskii <eliz@gnu.org>
3448
3449 * commands.texi (Click Events): Document the values of X, Y and
3450 COL, ROW in the event's position, when the click is on the header
3451 or mode line, on the fringes, or in the margins.
3452
4a47c275 34532010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 3454
5b05d75b
EZ
3455 * customize.texi (Composite Types): Lower-case index entry.
3456
5dcb4c4e
SM
3457 * loading.texi (How Programs Do Loading):
3458 Document load-file-name. (Bug#7346)
c7926fe2 3459
4a47c275 34602010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
3461
3462 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3463
0eb025fb
EZ
34642010-11-13 Eli Zaretskii <eliz@gnu.org>
3465
3466 * display.texi (Usual Display): Characters with no fonts are not
3467 necessarily displayed as empty boxes.
3468
2699a554 34692010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
3470
3471 * maps.texi (Standard Keymaps): Update File menu description.
3472
8289f37b
GM
34732010-10-28 Glenn Morris <rgm@gnu.org>
3474
3475 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3476
5793a7bc 34772010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
3478
3479 * display.texi (Window Systems): Deprecate use of window-system as
3480 a predicate.
3481
17284e30
GM
34822010-10-23 Glenn Morris <rgm@gnu.org>
3483
3484 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3485 sorted-doc.
3486
00f113eb
JB
34872010-10-15 Eli Zaretskii <eliz@gnu.org>
3488
3489 * os.texi (Dynamic Libraries): New node, with slightly modified
3490 text deleted from "Image Formats".
3491 (System Interface): Add @menu entry for "Dynamic Libraries".
3492
3493 * display.texi (Image Formats): Remove description of
3494 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3495
07277eb8
GM
34962010-10-12 Glenn Morris <rgm@gnu.org>
3497
3498 * book-spine.texinfo: Rename to book-spine.texi.
3499
c12e4a81
GM
35002010-10-11 Glenn Morris <rgm@gnu.org>
3501
df187c62
GM
3502 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3503
c12e4a81 3504 * Makefile.in (DVIPS): New variable.
234db610
GM
3505 (.PHONY): Add html, ps.
3506 (html, elisp.html, ps, elisp.ps): New targets.
3507 (clean): Delete html, ps files.
3508 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 3509
6513b232
EZ
35102010-10-09 Eli Zaretskii <eliz@gnu.org>
3511
3512 * makefile.w32-in (emacsdir): New variable.
3513 (srcs): Add emacsver.texi.
3514 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3515
abd40fb4
GM
35162010-10-09 Glenn Morris <rgm@gnu.org>
3517
c1dc72b3
GM
3518 * Makefile.in (VPATH): Remove.
3519 (infodir): Make it absolute.
3520 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3521
4393405b
GM
3522 * Makefile.in (dist): Anchor regexps.
3523
eef3ab94
GM
3524 * Makefile.in (srcs): Put elisp.texi first.
3525 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3526
aa9db089
GM
3527 * Makefile.in (infoclean): Remove harmless, long-standing error.
3528
abd40fb4
GM
3529 * Makefile.in ($(infodir)): Delete rule.
3530 (mkinfodir): New.
3531 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3532
68db69ed 3533 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 3534 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 3535
ea274122
GM
35362010-10-09 Glenn Morris <rgm@gnu.org>
3537
f7a31f11
GM
3538 * Makefile.in (emacsdir): New variable.
3539 (MAKEINFO): Add -I $emacsdir.
3540 (dist): Copy emacsver.texi.
b13254e7
GM
3541 (srcs): Add emacsver.texi.
3542
f7a31f11
GM
3543 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3544 Set EMACSVER by including emacsver.texi.
3545
ea274122
GM
3546 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3547
17ca7950
GM
35482010-10-07 Glenn Morris <rgm@gnu.org>
3549
3550 * Makefile.in (version): New, set by configure.
3551 (clean): Delete dist tar file.
3552 (dist): Use version in tar name.
3553
4c83f6e1
GM
35542010-10-06 Glenn Morris <rgm@gnu.org>
3555
3556 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3557 (INSTALL_INFO): Remove unused variable.
3558 (mostlyclean, infoclean, dist): New rules.
3559 (clean): Delete dvi and pdf files.
3560 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 3561 ($(infodir)): Add parallel build workaround.
4c83f6e1 3562
0264072d
GM
35632010-10-04 Glenn Morris <rgm@gnu.org>
3564
3565 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3566 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 3567 Fix -I typo.
0264072d
GM
3568 (clean): No 'make.out' or 'core' files.
3569 (.PHONY): Declare clean rules.
3570 (maintainer-clean): Delete pdf file. Guard against cd failures.
3571
77f38949
GM
35722010-10-03 Glenn Morris <rgm@gnu.org>
3573
3574 * files.texi (File Name Components): Remove ignored section about
3575 deleted variable directory-sep-char.
3576
178fdd41
MA
35772010-10-03 Michael Albinus <michael.albinus@gmx.de>
3578
3579 * files.texi (Magic File Names): New defopt
3580 remote-file-name-inhibit-cache.
3581
9c524fcb
GM
35822010-10-02 Glenn Morris <rgm@gnu.org>
3583
3584 * os.texi (Killing Emacs): Hook now runs in batch mode.
3585
f816790b
SM
35862010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * text.texi (Special Properties): Clarify when modification-hooks run.
3589
7cf78aac
SM
35902010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * syntax.texi (Syntax Flags): Document new `c' flag.
3593
ca0d44e4
GM
35942010-09-09 Glenn Morris <rgm@gnu.org>
3595
3596 * display.texi (ImageMagick Images): General cleanup.
3597
10999305 35982010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3599
3600 * files.texi (Directory Names): Use \` rather than ^.
3601
45240125
JD
36022010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3603
3604 * text.texi (Low-Level Kill Ring):
3605 * frames.texi (Window System Selections): Remove cut buffer
3606 documentation.
3607
4abe5bf6
EZ
36082010-08-28 Eli Zaretskii <eliz@gnu.org>
3609
3610 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3611 Parameters", where the default fringe width is described.
3612
3613 * frames.texi (Window Frame Parameters, Basic Parameters)
3614 (Position Parameters, Layout Parameters, Management Parameters)
3615 (Cursor Parameters, Font and Color Parameters): Add indexing for
3616 frame parameters. (Bug#6929)
3617
fdc76236
TT
36182010-08-25 Tom Tromey <tromey@redhat.com>
3619
3620 * vol2.texi (Top): Update.
3621 * vol1.texi (Top): Update.
3622 * tips.texi (Library Headers): Mention Package-Version and
3623 Package-Requires.
3624 * package.texi: New file.
3625 * os.texi (System Interface): Update pointers.
3626 * elisp.texi (Top): Link to new nodes. Include package.texi.
3627 * anti.texi (Antinews): Update pointers.
3628
1e5c1c80
EZ
36292010-08-25 Eli Zaretskii <eliz@gnu.org>
3630
3631 * processes.texi (Filter Functions): Fix last change.
3632
78e33835
CY
36332010-08-24 Markus Triska <triska@gmx.at>
3634
3635 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3636 of `buffer-name' in the main text as well as in the example
3637 (Bug#3098).
3638
198a7a97
CY
36392010-08-22 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * nonascii.texi (Text Representations):
3642 * loading.texi (Loading Non-ASCII):
3643 * compile.texi (Byte Compilation): Don't mention obsolete
3644 --unibyte command-line argument.
3645
bc7d7ea6
CY
36462010-08-22 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3649
b0126eac 36502010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3651
3652 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3653
e8a6cc19
EZ
36542010-08-20 Eli Zaretskii <eliz@gnu.org>
3655
3656 * commands.texi (Misc Events): Add cross-references to where
3657 POSITION of a mouse event is described in detail.
3658
c4e7c63a 36592010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3660
c4e7c63a 3661 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3662
7815fe19 36632010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3664
3665 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3666 Suggested by Štěpán Němec <stepnem@gmail.com>.
3667
7815fe19 36682010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3669
3670 * minibuf.texi (High-Level Completion): Document args of
3671 `read-buffer-function' (bug#5625).
3672
8b2dd508
JD
36732010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3674
3675 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3676
bace45fe
MA
36772010-07-29 Michael Albinus <michael.albinus@gmx.de>
3678
3679 * processes.texi (Process Information): Explain process property
3680 `remote-tty'.
3681
4ce5a4cc
JB
36822010-07-27 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3685 instead of "\C-\^?" (bug#6334).
3686
1c84bc7a
JB
3687 * text.texi (Special Properties): Fix typo.
3688
b88746ba
EZ
36892010-07-09 Eli Zaretskii <eliz@gnu.org>
3690
3691 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3692 calling sequences, which are now the standard.
3693
51422d6d
CY
36942010-06-24 Chong Yidong <cyd@stupidchicken.com>
3695
3696 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3697
3698 * commands.texi (Command Overview): Mention undo-boundary call.
3699
d24880de
GM
37002010-06-23 Glenn Morris <rgm@gnu.org>
3701
3702 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3703 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3704 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3705 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3706 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3707 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3708 Untabify Texinfo files.
3709
0fc76035
CY
37102010-06-20 Chong Yidong <cyd@stupidchicken.com>
3711
3712 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3713
5338dc0b
CY
37142010-06-19 Chong Yidong <cyd@stupidchicken.com>
3715
a628ad9d 3716 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3717
2c3a3c1d
CY
37182010-06-02 Chong Yidong <cyd@stupidchicken.com>
3719
ba3bf1d9
CY
3720 * searching.texi (Regexp Special): Remove obsolete information
3721 about matching non-ASCII characters, and suggest using char
3722 classes (Bug#6283).
2c3a3c1d 3723
7f4b4249
JB
37242010-05-30 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * minibuf.texi (Basic Completion): Add missing "@end defun".
3727
637821cd
SM
37282010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * minibuf.texi (Basic Completion): Document completion-boundaries.
3731 (Programmed Completion): Document the new fourth method for boundaries.
3732
e13051c3
CY
37332010-05-22 Chong Yidong <cyd@stupidchicken.com>
3734
a628ad9d 3735 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3736
0235128c 37372010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3738
3739 * windows.texi (Textual Scrolling):
3740 * tips.texi (Coding Conventions):
3741 * minibuf.texi (Minibuffer History):
3742 * maps.texi (Standard Keymaps):
3743 * loading.texi (Where Defined):
3744 * edebug.texi (Instrumenting): Fix typos.
3745
0235128c 37462010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3747
c7c32279
CY
3748 * keymaps.texi (Menu Bar): Document :advertised-binding property.
3749
0235128c
SM
3750 * functions.texi (Obsolete Functions):
3751 Document set-advertised-calling-convention.
eb5ed549
CY
3752
3753 * minibuf.texi (Basic Completion): Document completion-in-region.
3754 (Programmed Completion): Document completion-annotate-function.
3755
3756 * commands.texi (Reading One Event): Document read-key.
3757 (Distinguish Interactive): Document KIND arg to
3758 called-interactively-p. Delete obsolete interactive-p.
3759
3760 * elisp.texi (Top): Update node description.
3761
f8848423
EZ
37622010-05-08 Eli Zaretskii <eliz@gnu.org>
3763
0235128c
SM
3764 * nonascii.texi (Character Properties):
3765 Document unicode-category-table. Add an index entry for Unicode
3766 general category.
3767
37682010-05-07 Chong Yidong <cyd@stupidchicken.com>
3769
3770 * Version 23.2 released.
f8848423 3771
938efb77
JB
37722010-04-20 Juanma Barranquero <lekktu@gmail.com>
3773
3774 * locals.texi (Standard Buffer-Local Variables):
3775 Remove @ignore'd reference to `direction-reversed'.
3776
5854c267
JL
37772010-04-14 Juri Linkov <juri@jurta.org>
3778
3779 Fix @deffn without category.
3780
3781 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
3782 for `abbrev-insert'.
3783
3784 * buffers.texi (Indirect Buffers): Add category `Command'
3785 to @deffn of `clone-indirect-buffer'.
3786
3787 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
3788 for `next-window' and `previous-window'. Add category `Command'
3789 to @deffn of `pop-to-buffer'.
3790
8a14dec7
CY
37912010-04-01 Chong Yidong <cyd@stupidchicken.com>
3792
3793 * nonascii.texi (Text Representations): Don't mark
3794 enable-multibyte-characters as a user option.
3795
7a1831cf
EZ
37962010-03-31 Eli Zaretskii <eliz@gnu.org>
3797
3798 * control.texi (Handling Errors): How to re-throw a signal caught
3799 by condition-case.
3800
c3863713
CY
38012010-03-26 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * loading.texi (Hooks for Loading): Document after-load-functions.
3804 Copyedits.
3805
c333f279
AM
38062010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
3807
3808 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
3809
e867cb5d 38102010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
3811
3812 * processes.texi (Network Processes): Document seqpacket type.
3813
605f35cd
DN
38142010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3815
3816 * os.texi (System Environment): Do not mention lynxos.
3817
288f9fc0
CY
38182010-03-10 Chong Yidong <cyd@stupidchicken.com>
3819
3820 * Branch for 23.2.
3821
eed5c93a
CY
38222010-03-06 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * objects.texi (Integer Type): Take note of the read syntax
3825 exception for numbers that cannot fit in the integer type.
3826
1ddd6622
GM
38272010-03-03 Glenn Morris <rgm@gnu.org>
3828
3829 * numbers.texi (Integer Basics, Bitwise Operations):
3830 * objects.texi (Integer Type): Update for integers now being 30-bit.
3831
a908c79a
CY
38322010-02-27 Chong Yidong <cyd@stupidchicken.com>
3833
3834 * display.texi (Low-Level Font): Document :otf font-spec property.
3835
cd61af01
SM
38362010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
3837
3838 * display.texi (Line Height): Avoid obsolete special default variables
3839 like default-major-mode.
3840
c02f8fe2
AM
38412010-01-28 Alan Mackenzie <acm@muc.de>
3842
3843 * display.texi (Auto Faces): Say fontification-functions is called
3844 whether or not Font Lock is enabled. Tidy up the wording a bit.
3845
d738d18b
CY
38462010-01-17 Chong Yidong <cyd@stupidchicken.com>
3847
3848 * elisp.texi: Remove duplicate edition information (Bug#5407).
3849
4963739e
JB
38502010-01-17 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * two.el (volume-header-toc-markup): Fix typos in docstring.
3853
c57008f6
SM
38542010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
3855
3856 Avoid dubious uses of save-excursions.
3857 * positions.texi (Excursions): Recommend the use of
3858 save-current-buffer if applicable.
3859 * text.texi (Clickable Text): Fix the example code which used
3860 save-excursion in a naive way which sometimes preserves point and
3861 sometimes not.
3862 * variables.texi (Creating Buffer-Local):
3863 * os.texi (Session Management):
3864 * display.texi (GIF Images):
3865 * control.texi (Cleanups): Use (save|with)-current-buffer.
3866
2f3725cd
EZ
38672010-01-02 Eli Zaretskii <eliz@gnu.org>
3868
3869 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
3870
85eeac93
CY
38712010-01-02 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * nonascii.texi (Text Representations, Character Codes)
3874 (Converting Representations, Explicit Encoding)
3875 (Translation of Characters): Use hex notation consistently.
3876 (Character Sets): Fix map-charset-chars doc (Bug#5197).
3877
4801c5fa
CY
38782010-01-01 Chong Yidong <cyd@stupidchicken.com>
3879
3880 * loading.texi (Where Defined): Make it clearer that these are
3881 loaded files (Bug#5068).
3882
26e533e2
CY
38832009-12-29 Chong Yidong <cyd@stupidchicken.com>
3884
3885 * minibuf.texi (Completion Styles): Document `initials' style.
3886
16d1ff5f
CY
38872009-12-25 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * frames.texi (Resources): Describe inhibit-x-resources.
3890 (Size Parameters): Copyedit.
3891
3892 * hash.texi (Creating Hash):
3893 * objects.texi (Hash Table Type): Document the new hash table
3894 printed representation.
3895
3896 * minibuf.texi (Basic Completion): 4th arg to all-completions is
3897 obsolete.
3898
5dcb4c4e
SM
3899 * processes.texi (Process Buffers):
3900 Document process-kill-buffer-query-function.
16d1ff5f 3901
9a5de3d9
GM
39022009-12-05 Glenn Morris <rgm@gnu.org>
3903
3904 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
3905 diary-display-function, and no longer recommended to be a hook.
3906 Update for changes in the names of calendar and diary hooks.
3907 diary-print-entries-hook has changed section.
3908
b640eb52
EZ
39092009-11-28 Eli Zaretskii <eliz@gnu.org>
3910
3911 * text.texi (Special Properties): More accurate description of
3912 what the `cursor' property does.
3913
be1674ab
KR
39142009-11-26 Kevin Ryde <user42@zip.com.au>
3915
3916 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
3917 mouse-wheel-down-event, the closest thing to a definition for them.
3918 * os.texi (Startup Summary): vindex inhibit-startup-message and
3919 inhibit-splash-screen.
3920 (Command-Line Arguments): vindex argv.
3921 (Suspending Emacs): vindex suspend-tty-functions and
3922 resume-tty-functions. Don't want to index every hook, but having
3923 the programming ones is helpful.
3924
603f5979
CY
39252009-11-14 Chong Yidong <cyd@stupidchicken.com>
3926
3927 * commands.texi (Motion Events): Fix typo (Bug#4907).
3928
4359a806
CY
39292009-11-08 Chong Yidong <cyd@stupidchicken.com>
3930
3931 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
3932 are affected by case-fold-search (Bug#4483).
3933
0f063651
CY
39342009-11-02 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * minibuf.texi (Reading File Names): Note that read-file-name may
3937 use a graphical file dialog.
3938
9bd79893
GM
39392009-10-31 Glenn Morris <rgm@gnu.org>
3940
3941 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
3942
ebe479ec
KR
39432009-10-16 Kevin Ryde <user42@zip.com.au>
3944
3945 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
3946 in particular so `info-lookup-symbol' can find its docs.
3947
2640fa86
CY
39482009-10-16 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * variables.texi (Constant Variables): Distinguish from defconst
3951 variables.
3952 (Defining Variables): Add cindex.
3953
edd6a733
CY
39542009-10-15 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * os.texi (Time of Day): Clarify that the microsecond part is
3957 ignored (Bug#4637).
3958
5feb0b73
GM
39592009-10-11 Glenn Morris <rgm@gnu.org>
3960
3961 * frames.texi (Size and Position): Clarify what is included in the frame
3962 height. (Bug#4535)
3963
0c5413c8
GM
39642009-10-10 Glenn Morris <rgm@gnu.org>
3965
3966 * windows.texi (Size of Window): The relationship between window and
3967 frame heights is not so simple. (Bug#4535)
3968 Mention window-full-height-p.
3969
7f8b600a
SM
39702009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
3973 used from Lisp.
3974
6185de1c
EZ
39752009-10-07 Eli Zaretskii <eliz@gnu.org>
3976
7f8b600a
SM
3977 * files.texi (Directory Names) <abbreviate-file-name>:
3978 Document that root home directories are not replaced with "~".
6185de1c 3979
9972911f
EZ
39802009-10-06 Eli Zaretskii <eliz@gnu.org>
3981
3982 * text.texi (Special Properties): Document the meaning of the
3983 `cursor' text property whose value is an integer.
3984
2a3f19ef
MA
39852009-10-05 Michael Albinus <michael.albinus@gmx.de>
3986
3987 * files.texi (Magic File Names): Add `copy-directory'.
3988
804543b5
EZ
39892009-10-05 Eli Zaretskii <eliz@gnu.org>
3990
3991 * files.texi (File Attributes): Fix description of file
3992 attributes. (Bug#4638) Update attributes of files.texi example to
3993 be more representative.
3994
461bf92b
MA
39952009-10-05 Michael Albinus <michael.albinus@gmx.de>
3996
3997 * files.texi (Create/Delete Dirs): New command copy-directory.
3998
a86cd395
JB
39992009-10-04 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * anti.texi (Antinews):
4002 * macros.texi (Indenting Macros):
4003 * strings.texi (Creating Strings, Case Conversion):
4004 Remove duplicate words.
4005
d3080264
MA
40062009-10-01 Michael Albinus <michael.albinus@gmx.de>
4007
4008 * files.texi (Create/Delete Dirs): delete-directory has an
4009 optional parameter RECURSIVE.
4010
85d14563
SM
40112009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * buffers.texi (Swapping Text): Minor clarification.
4014
3d9842c6
GM
40152009-10-01 Glenn Morris <rgm@gnu.org>
4016
4017 * functions.texi (Declaring Functions): Mention that we also search for
4018 ".m" files in the src/ directory.
4019
78427304
CY
40202009-09-25 David Engster <deng@randomsample.de>
4021
3d9842c6 4022 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4023
b578c9cc
GM
40242009-09-22 Glenn Morris <rgm@gnu.org>
4025
4026 * internals.texi (Building Emacs): Mention preloaded-file-list.
4027
beee5da7
AM
40282009-09-14 Alan Mackenzie <acm@muc.de>
4029
4030 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4031
5d6ab672
CY
40322009-09-13 Chong Yidong <cyd@stupidchicken.com>
4033
4034 * functions.texi (Anonymous Functions): Rearrange discussion,
4035 giving usage of unquoted lambda forms first. Mention that
4036 `function' and `#'' are no longer required (Bug#4290).
4037
59375eeb
AM
40382009-09-11 Alan Mackenzie <acm@muc.de>
4039
a86cd395 4040 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4041 batch mode.
4042
e7e2f529
GM
40432009-09-01 Glenn Morris <rgm@gnu.org>
4044
4045 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4046
eae47088
GM
40472009-08-26 Ulrich Mueller <ulm@gentoo.org>
4048
4049 * nonascii.texi (Character Codes): Fix typos.
4050
3691a0a6
MA
40512009-08-25 Michael Albinus <michael.albinus@gmx.de>
4052
4053 * processes.texi (Synchronous Processes): New defvar
4054 process-file-side-effects.
4055
664d56b8
GM
40562009-08-25 Glenn Morris <rgm@gnu.org>
4057
4058 * display.texi (Fontsets): Fix typo.
4059
0706c025
GM
4060 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4061
03a74b84
SM
40622009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * processes.texi (Asynchronous Processes): Adjust arglist of
4065 start-process-shell-command and start-file-process-shell-command.
4066
f6de8a37
CY
40672009-08-15 Chong Yidong <cyd@stupidchicken.com>
4068
4b1ed1bb
CY
4069 * advice.texi (Argument Access in Advice): Note that argument
4070 positions are zero-based (Bug#3932).
4071
89a9e058
CY
4072 * commands.texi (Distinguish Interactive): Minor copyedit.
4073
23696fd7
CY
4074 * display.texi (Face Attributes): Add xref to Displaying Faces for
4075 explanation of "underlying face".
4076
f6de8a37
CY
4077 * customize.texi (Common Keywords): Add xref to Loading.
4078
4079 * loading.texi (How Programs Do Loading): Add xref to Lisp
4080 Libraries node in the Emacs manual.
4081
417f77e6
CY
40822009-08-13 Chong Yidong <cyd@stupidchicken.com>
4083
4084 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4085
0999039c
CY
40862009-07-18 Chong Yidong <cyd@stupidchicken.com>
4087
4088 * processes.texi (Shell Arguments): Copyedits.
4089
9af167bc
GM
40902009-07-18 Glenn Morris <rgm@gnu.org>
4091
4092 * loading.texi (Repeated Loading): Fix typo.
4093
137987ab
RS
40942009-07-16 Richard Stallman <rms@gnu.org>
4095
4096 * buffers.texi (Swapping Text): Recommend setting
4097 write-region-annotate-functions and buffer-saved-size.
4098
4099 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4100
622fa380
GM
41012009-07-15 Glenn Morris <rgm@gnu.org>
4102
4103 * edebug.texi: Minor re-phrasings throughout.
4104 (Edebug Execution Modes): Sit-for affects continue mode too.
4105 (Jumping): Use `forward-sexp' rather than its keybinding.
4106 (Edebug Misc): Fix Q binding.
4107 (Edebug Eval): Remove cl version.
4108 (Printing in Edebug): Clarify print-length etc.
4109 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4110 (Specification List): Remove edebug-unwrap findex entry.
4111 (Specification Examples): defmacro is actually not the same as defun.
4112 Escape "`" in example.
4113
6bbd4600
CY
41142009-07-15 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * markers.texi (The Mark): Document optional arg to
4117 deactivate-mark.
4118
e538d479
GM
41192009-07-11 Kevin Ryde <user42@zip.com.au>
4120
4121 * hooks.texi (Standard Hooks): Fix cross-references.
4122
4c98b9ed
GM
4123 * loading.texi (Named Features): Refer to eval-after-load.
4124
5300838c
GM
41252009-07-11 Glenn Morris <rgm@gnu.org>
4126
64fbeb16
GM
4127 * Makefile.in (TEXI2PDF): New.
4128 (elisp.pdf): New target.
4129
4c98b9ed
GM
4130 * searching.texi (Regexp Backslash): Fix typo.
4131
4132 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 4133
51d9979c
GM
41342009-07-10 Glenn Morris <rgm@gnu.org>
4135
561c0216
GM
4136 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4137
5b594a58
GM
4138 * customize.texi (Customization Types):
4139 * display.texi (Abstract Display):
0cc8c85a 4140 * objects.texi (Character Type, String Type):
5b594a58 4141 Merge in some menu descriptions from elisp.texi.
51d9979c 4142
c3cbbb40
GM
4143 * hash.texi (Hash Tables):
4144 * modes.texi (Multiline Font Lock):
4145 End menu description with period.
fe42c16a 4146
28528402
GM
41472009-07-09 Glenn Morris <rgm@gnu.org>
4148
4149 * back.texi: Don't hard-code texinfo location.
4150
4151 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4152 (tex): Add texinfodir to TEXINPUTS.
4153 (elisp1med-init, elisp2med-init): Use texinfodir.
4154
4155 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4156 (clean): Add two-volume.make intermediate files.
4157
4158 * elisp.texi, vol1.texi, vol2.texi:
4159 Use a DATE variable with the publication date, and update it.
4160 Fix antinews menu description.
4161
4162 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4163 Update the detailed node listing to match elisp.texi.
4164
4165 * README: Update edition to match elisp.texi.
4166
4167 * objects.texi (General Escape Syntax):
4168 * nonascii.texi (Character Sets):
4169 Use consistent case for "Unicode Standard".
4170
4171 * anti.texi (Antinews):
4172 * customize.texi (Variable Definitions):
4173 * functions.texi (Declaring Functions):
4174 * nonascii.texi (Character Properties):
4175 * processes.texi (Serial Ports):
4176 * text.texi (Special Properties):
4177 * tips.texi (Coding Conventions):
4178 Minor rearrangements to improve TeX line-filling.
4179
4180 * commands.texi (Using Interactive): Fix cross-reference.
4181
17db8e10
JD
41822009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4183
4184 * frames.texi (Management Parameters): Mention sticky.
4185
77c7e2e1
AS
41862009-07-01 Andreas Schwab <aschwab@redhat.com>
4187
4188 * help.texi (Help Functions): Fix description of help-buffer and
4189 help-setup-xref to use @defun instead of @deffn.
4190
3f1c6666
JD
41912009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4192
4193 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4194
ca27c21b
CY
41952009-06-24 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * display.texi (Window Systems): Add ns to the list.
4198
70243478
CY
41992009-06-21 Chong Yidong <cyd@stupidchicken.com>
4200
4201 * Branch for 23.1.
4202
df006536
MR
42032009-06-17 Martin Rudalics <rudalics@gmx.at>
4204
4205 * windows.texi (Dedicated Windows): Fix typo.
4206 (Resizing Windows): Replace @defun by @deffn.
4207
d259fc4b
GM
42082009-06-17 Glenn Morris <rgm@gnu.org>
4209
4210 * variables.texi (Directory Local Variables):
4211 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4212
30781db6
KH
42132009-06-09 Kenichi Handa <handa@m17n.org>
4214
4215 * nonascii.texi (Character Sets): State clearly that FROM and TO
4216 are codepoints of CHARSET.
4217
62e8099c
CY
42182009-06-07 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * minibuf.texi (Reading File Names): Fix introductory text.
4221 Suggested by stan@derbycityprints.com.
4222 (High-Level Completion): Fix typo.
4223
ee1b1917
CY
42242009-05-28 Chong Yidong <cyd@stupidchicken.com>
4225
4226 * frames.texi (Text Terminal Colors): Multi-tty is already
4227 implemented, but tty-local colors are not.
4228
5df647e8
CY
42292009-05-27 Chong Yidong <cyd@stupidchicken.com>
4230
4231 * hooks.texi (Standard Hooks): Remove mention of obsolete
4232 redisplay-end-trigger-functions.
4233
4234 * internals.texi (Window Internals): Remove mention of obsolete
4235 redisplay-end-trigger-functions.
4236
01f17ae2
MR
42372009-05-21 Martin Rudalics <rudalics@gmx.at>
4238
4239 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4240
4241 * backups.texi (Making Backups): backup-directory-alist and
4242 make-backup-file-name-function are options.
4243 (Auto-Saving): auto-save-list-file-prefix is an option.
4244
4245 * buffers.texi (Killing Buffers): buffer-offer-save is an
4246 option.
4247
4248 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4249 option.
4250 (Echo Area Customization): echo-keystrokes is an option.
4251 (Selective Display): selective-display-ellipses is an option.
4252 (Temporary Displays): temp-buffer-show-function is an option.
4253 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4254 are options.
4255 (Font Selection): face-font-family-alternatives,
4256 face-font-selection-order, face-font-registry-alternatives, and
4257 scalable-fonts-allowed are options.
4258 (Fringe Indicators): indicate-buffer-boundaries is an option.
4259 (Fringe Cursors): overflow-newline-into-fringe is an option.
4260 (Scroll Bars): scroll-bar-mode is an option.
4261
4262 * eval.texi (Eval): max-lisp-eval-depth is an option.
4263
4264 * files.texi (Visiting Functions): find-file-hook is an option.
4265 (Directory Names): directory-abbrev-alist is an option.
4266 (Unique File Names): temporary-file-directory and
4267 small-temporary-file-directory are options.
4268
4269 * frames.texi (Initial Parameters): initial-frame-alist,
4270 minibuffer-frame-alist and default-frame-alist are options.
4271 (Cursor Parameters): blink-cursor-alist and
4272 cursor-in-non-selected-windows ar options.
4273 (Window System Selections): selection-coding-system is an
4274 option.
4275 (Display Feature Testing): display-mm-dimensions-alist is an
4276 option.
4277
4278 * help.texi (Help Functions): help-char and help-event-list are
4279 options.
4280
4281 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4282 an option.
4283
4284 * minibuf.texi (Minibuffer History): history-length and
4285 history-delete-duplicates are options.
4286 (High-Level Completion): read-buffer-function and
4287 read-buffer-completion-ignore-case are options.
4288 (Reading File Names): read-file-name-completion-ignore-case is
4289 an option.
4290
4291 * modes.texi (Mode Line Top): mode-line-format is an option.
4292 (Mode Line Variables): mode-line-position and mode-line-modes
4293 are options.
4294
4295 * nonascii.texi (Text Representations):
4296 enable-multibyte-characters is an option.
4297 (Default Coding Systems): auto-coding-regexp-alist,
4298 file-coding-system-alist, auto-coding-alist and
4299 auto-coding-functions are options.
4300 (Specifying Coding Systems): inhibit-eol-conversion is an
4301 option.
4302
4303 * os.texi (Init File): site-run-file is an option.
4304 (System Environment): mail-host-address is an option.
4305 (User Identification): user-mail-address is an option.
4306 (Terminal Output): baud-rate is an option.
4307
4308 * positions.texi (Word Motion): words-include-escapes is an
4309 option.
4310
4311 * searching.texi (Standard Regexps): page-delimiter,
4312 paragraph-separate, paragraph-separate and sentence-end are
4313 options.
4314
4315 * text.texi (Margins): left-margin and fill-nobreak-predicate
4316 are options.
4317
4318 * variables.texi (Local Variables): max-specpdl-size is an
4319 option.
4320
4321 * windows.texi (Choosing Window):
4322 split-window-preferred-function, special-display-function and
4323 display-buffer-function are options.
4324
106e6894
CY
43252009-05-20 Chong Yidong <cyd@stupidchicken.com>
4326
4a83454d
CY
4327 Fix errors spotted by Martin Rudalics.
4328
106e6894
CY
4329 * syntax.texi (Position Parse): Document rationale for ignored
4330 arguments to syntax-ppss-flush-cache.
4331
4332 * processes.texi (Input to Processes): Mark PROCESS arg to
4333 process-running-child-p as optional.
4334 (Network Options): Document NO-ERROR arg to
4335 set-network-process-option.
4336
4337 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4338 command.
4339
4340 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4341 posix-search-backward as commands.
4342
4343 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4344 (Suspending Emacs): Mark suspend-emacs as a command.
4345 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4346 commands.
5dcb4c4e
SM
4347 (Terminal Output): Remove obsolete function baud-rate.
4348 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
4349
4350 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4351 terminal-coding-system and set-terminal-coding-system.
4352 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4353 as optional.
4354 (Character Sets): Document RESTRICTION arg of char-charset.
4355 (Character Codes): Mark POS argument to get-byte as optional.
4356
4357 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4358 minibuffer-message.
4359
4360 * files.texi (Create/Delete Dirs): Mark make-directory and
4361 delete-directory as commands.
4362
4363 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4364
4365 * text.texi (Base 64): Mark base64-decode-string and
4366 base64-encode-string as commands.
4367 (Columns): Mark move-to-column as a command.
4368 (Mode-Specific Indent): Document RIGID arg to
4369 indent-for-tab-command.
4370 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4371 Mark indent-code-rigidly as a command.
4372 (Substitution): Mark translate-region as a command.
4373
4374 * frames.texi (Size and Position): Remove obsolete functions
4375 screen-height and screen-width.
4376
04173931
CY
43772009-05-19 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4380 (Displaying Buffers, Resizing Windows): Correct mistakes;
4381 next-window, previous-window, and pop-to-buffer are not commands,
4382 and fit-window-to-buffer" is a command. (Pointed out by Martin
4383 Rudalics.)
4384
eae7d8f8
RS
43852009-05-17 Richard M Stallman <rms@gnu.org>
4386
4387 * modes.texi (Precalculated Fontification): Clarify text.
4388
b8766179
MR
43892009-05-17 Martin Rudalics <rudalics@gmx.at>
4390
4391 * windows.texi (Selecting Windows): Clarify descriptions of
4392 with-selected-window and get-lru-window.
4393 (Cyclic Window Ordering): Refer to particular frame when talking
4394 about how splitting affects the ordering.
4395 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4396 switch-to-buffer-other-window. Explain how setting of
4397 display-buffer-reuse-frames affects pop-to-buffer.
4398 (Choosing Window): Clarify some details in descriptions of
4399 display-buffer-reuse-frames, pop-up-frames, and
4400 pop-up-frame-function.
4401 (Dedicated Windows): Clarify some details.
4402 (Textual Scrolling): Replace term vscroll by term vertical
4403 scroll position.
4404 (Vertical Scrolling): Fix typo.
4405 (Window Hooks): Relate text on jit-lock-register to window
4406 scrolling and size changes.
4407
734b5e3b
CY
44082009-05-14 Chong Yidong <cyd@stupidchicken.com>
4409
0a65633e
CY
4410 * frames.texi (Initial Parameters): Clarify what the initial
4411 minibuffer frame is.
05be46d7
CY
4412 (Buffer Parameters): Note that the minibuffer parameter can not be
4413 altered.
0a65633e 4414
734b5e3b
CY
4415 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4416 Document display-buffer changes.
4417
925672cd
CY
44182009-05-13 Chong Yidong <cyd@stupidchicken.com>
4419
17ecd7af
CY
4420 * anti.texi (Antinews): Rewrite for Emacs 22.
4421
925672cd
CY
4422 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4423 obarrays are first mentioned. Define "system abbrev" more
4424 prominently, and add it to the index.
4425 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4426 Copyedits.
4427 (Abbrev Expansion): Document abbrev-insert.
4428
80be4dd7
CY
44292009-05-12 Chong Yidong <cyd@stupidchicken.com>
4430
4431 * frames.texi (Font and Color Parameters): Rename from Color
4432 Parameters. Document font-backend parameter.
4433
4434 * vol2.texi (Top): Update node listing.
4435 * vol1.texi (Top): Update node listing.
4436 * elisp.texi (Top): Update node listing.
4437
372a93ac
MR
44382009-05-11 Martin Rudalics <rudalics@gmx.at>
4439
4440 * windows.texi (Choosing Window): Don't explicitly refer to
4441 split-window-sensibly's window argument in descriptions of
4442 split-height-threshold and split-width-threshold.
4443
714c3541
MR
44442009-05-10 Martin Rudalics <rudalics@gmx.at>
4445
4446 * windows.texi (Choosing Window): Fix rewrite of window
4447 splitting section.
4448
0e90e7be
EZ
44492009-05-09 Eli Zaretskii <eliz@gnu.org>
4450
f4e90db0
SM
4451 * nonascii.texi (Default Coding Systems):
4452 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 4453 Add indexing.
0e90e7be
EZ
4454 (Lisp and Coding Systems): Add index entries.
4455
d3c0c321
MR
44562009-05-09 Martin Rudalics <rudalics@gmx.at>
4457
4458 * windows.texi (Choosing Window): Describe split-window-sensibly
4459 and rewrite section on window splitting accordingly.
4460 (Textual Scrolling): Replace `...' by @code{...}.
4461
c773345a
CY
44622009-05-04 Chong Yidong <cyd@stupidchicken.com>
4463
ee2d5b5e
CY
4464 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4465 Remove obsoleted pre-abbrev-expand-hook.
4466
4467 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4468 entries.
4469
c773345a
CY
4470 * internals.texi (Object Internals): Don't assume 32-bit machines
4471 are the norm.
4472 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
4473 (Window Internals): Synch field names to window.h.
4474 (Process Internals): Synch field names to process.h.
c773345a 4475
dd449674
CY
44762009-04-29 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * variables.texi (File Local Variables): Note that read-circle is
4479 bound to nil when reading file-local variables.
4480
4481 * streams.texi (Input Functions): Document read-circle.
4482 (Output Variables): Add xref to Circular Objects.
4483
4f1e25e2
CY
44842009-04-25 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4487 Features and Coding System Basics. Node that "p" stands for
4488 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4489 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4490 mouse-appearance-menu.
4491 (Programming Tips): Add xref to Progress.
4492
dca019f8
CY
44932009-04-22 Chong Yidong <cyd@stupidchicken.com>
4494
5dcb4c4e
SM
4495 * os.texi (Command-Line Arguments):
4496 Document command-line-args-left.
dca019f8
CY
4497 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4498 terminal objects for tty arguments.
4499 (Startup Summary): Add xref to Session Management.
4500 (Session Management): Mention emacs-session-restore. Copyedits.
4501
02a89103
CY
45022009-04-20 Chong Yidong <cyd@stupidchicken.com>
4503
4504 * os.texi (Startup Summary): Copyedits. The init file is not
4505 necessarily named .emacs now. Document initial-buffer-choice and
4506 initial-scratch-message. Note where Emacs exits in batch mode.
4507 Document inhibit-splash-screen as an alias.
4508 (Init File): Be neutral about which init file name to use.
4509
45102009-04-16 Chong Yidong <cyd@stupidchicken.com>
4511
4512 * os.texi (System Interface): Fix Texinfo usage.
4513
0c1cfe01
CY
45142009-04-15 Chong Yidong <cyd@stupidchicken.com>
4515
80d7cdca
CY
4516 * searching.texi (Regexp Backslash): Also refer to shy groups as
4517 non-capturing or unnumbered groups.
4518 (Regexp Functions): Add cross-reference to Regexp Backslash.
4519
0c1cfe01
CY
4520 * display.texi (Truncation): Overlays can use line-prefix and
4521 wrap-prefix too.
4522 (Overlay Properties): Document wrap-prefix and line-prefix.
4523 (Face Attributes): Document underline-minimum-offset.
4524 (Face Remapping): Copyedits.
4525 (Low-Level Font): Copyedits.
4526 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
4527 (Line Height): Emphasize that line-spacing only takes effect on
4528 graphical terminals.
0c1cfe01 4529
c4adeee0
CY
45302009-04-13 Chong Yidong <cyd@stupidchicken.com>
4531
4532 * display.texi (Refresh Screen): Note that a passage about screen
4533 refreshing is text terminal only.
4534 (Forcing Redisplay): Delete misleading comment---sit-for calls
4535 redisplay, not the other way around.
4536 (Truncation): Note new values of truncate-partial-width-windows.
4537 Copyedits.
4538 (Invisible Text): Document invisible-p.
4539
b20ecfa1
EZ
45402009-04-11 Eli Zaretskii <eliz@gnu.org>
4541
4542 * display.texi (Overlays): Overlays don't scale well. See
4543 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4544
97d8273f
CY
45452009-04-10 Chong Yidong <cyd@stupidchicken.com>
4546
f147ff75
CY
4547 * syntax.texi (Syntax Table Functions): Document cons cell
4548 argument for modify-syntax-entry.
4549 (Categories): Document cons cell argument for
4550 modify-category-entry.
4551
fca4ec76
CY
4552 * searching.texi (String Search): Document word-search-forward-lax
4553 and word-search-backward-lax.
4554 (Searching and Case): Describe isearch behavior more precisely.
4555
9c283d5b
CY
4556 * keymaps.texi (Tool Bar): Mention that some platforms do not
4557 support multi-line toolbars. Suggested by Stephen Eglen.
4558
4559 * frames.texi (Layout Parameters): Mention that Nextstep also
4560 allows only one tool-bar line. Suggested by Stephen Eglen.
4561
97d8273f
CY
4562 * nonascii.texi (Text Representations): Copyedits.
4563 (Coding System Basics): Also mention utf-8-emacs.
4564 (Converting Representations, Selecting a Representation)
4565 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4566 Copyedits.
4567 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4568
2bad3299
CY
45692009-04-09 Chong Yidong <cyd@stupidchicken.com>
4570
4571 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
4572 (Filling): Clarify REGION argument of fill-paragraph.
4573 Document fill-forward-paragraph-function.
2bad3299
CY
4574 (Special Properties): Remove "new in Emacs 22" declaration.
4575 (Clickable Text): Merge with Links and Mouse-1 node.
4576
5dcb4c4e
SM
4577 * display.texi (Button Properties, Button Buffer Commands):
4578 Change xref to Clickable Text.
2bad3299
CY
4579
4580 * tips.texi (Key Binding Conventions): Change xref to Clickable
4581 Text.
4582
4583 * elisp.texi (Top): Update node listing.
4584
ea30ce4f
CY
45852009-04-05 Chong Yidong <cyd@stupidchicken.com>
4586
47af2f4b
CY
4587 * markers.texi (The Mark): Copyedits. Improve description of
4588 handle-shift-selection.
4589 (The Region): Move use-region-p here from The Mark.
4590
ea30ce4f
CY
4591 * positions.texi (Screen Lines): Document (cols . lines) argument
4592 for vertical-motion.
4593
2aa8ea6e
CY
45942009-04-04 Chong Yidong <cyd@stupidchicken.com>
4595
3ec61d4e
CY
4596 * frames.texi (Frames): Clean up introduction. Document `ns'
4597 return value for framep.
4598 (Creating Frames): Note how the terminal is chosen.
4599 (Multiple Terminals, Multiple Displays): Merge into a single node.
4600 (Color Parameters): Fix typo.
4601
4602 * variables.texi (Local Variables, Buffer-Local Variables)
4603 (Creating Buffer-Local): Change link to Multiple Terminals.
4604
4605 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4606
4607 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4608 Terminals.
4609
4610 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4611 to Multiple Terminals.
4612
4613 * elisp.texi (Top): Update node listing.
4614 * vol2.texi (Top): Update node listing.
4615 * vol1.texi (Top): Update node listing.
4616
9257072f
CY
4617 * buffers.texi (Current Buffer): Note that the append-to-buffer
4618 example is no longer in synch with the latest code. Tie the two
4619 examples together.
4620
2aa8ea6e
CY
4621 * files.texi (File Attributes): Move note about MS-DOS from
4622 Changing Files to File Attributes.
4623 (Create/Delete Dirs): Note that mkdir is an alias for this.
4624
22e74b17
CY
46252009-04-01 Markus Triska <triska@gmx.at>
4626
4627 * processes.texi (Filter Functions): Suggest how to handle output
4628 batches.
4629
4bbe48ec
CY
46302009-03-30 Chong Yidong <cyd@stupidchicken.com>
4631
4632 * help.texi (Accessing Documentation): Update example to use
4633 help-setup-xref and with-help-window.
4634 (Help Functions): Remove print-help-return-message, which is
4635 semi-obsolete due to with-help-window. Document help-buffer and
4636 help-setup-xref.
4637
b9723f39
CY
46382009-03-29 Chong Yidong <cyd@stupidchicken.com>
4639
5dcb4c4e
SM
4640 * help.texi (Accessing Documentation, Help Functions):
4641 Remove information about long-obsolete Emacs versions.
9eb52e90 4642
b9723f39
CY
4643 * modes.texi (Mode Line Variables): The default values of the mode
4644 line variables are now more complicated.
4645
b0cc32db
CY
46462009-03-28 Chong Yidong <cyd@stupidchicken.com>
4647
3c25a5a9
CY
4648 * modes.texi (Major Mode Conventions): Note that specialness is
4649 inherited.
31c9eebb
CY
4650 (Derived Modes): Note that define-derive-mode sets the mode-class
4651 property.
3c25a5a9 4652
b0cc32db
CY
4653 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4654 goto-map. Add search-map to the list.
4655
c5e0006d
EZ
46562009-03-27 Eli Zaretskii <eliz@gnu.org>
4657
1213465a
EZ
4658 * os.texi (System Environment): Update the list of system-type
4659 values.
4660
c5e0006d
EZ
4661 * markers.texi (The Mark) <handle-shift-selection>: Update for
4662 removal of the optional argument DEACTIVATE.
4663
48bab3d6
CY
46642009-03-25 Chong Yidong <cyd@stupidchicken.com>
4665
4666 * commands.texi (Focus Events): Most X window managers don't use
4667 focus-follows-mouse nowadays.
4668
6e4ff1b6
CY
46692009-03-24 Chong Yidong <cyd@stupidchicken.com>
4670
4671 * commands.texi (Defining Commands): Clarify introduction.
4672 (Using Interactive): Not that interactive can be put in a symbol
4673 property.
4674 (Interactive Call): Note that a symbol with a non-nil
4675 interactive-form property satisfies commandp.
4676
11625308
JB
46772009-03-23 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * minibuf.texi (Intro to Minibuffers): Fix typos.
4680
7b34420d
CY
46812009-03-23 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4684 about minibuffers in old Emacs versions. Copyedits.
4685 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4686 (Text from Minibuffer): Simplify introduction.
4687
f9257eed
AM
46882009-03-22 Alan Mackenzie <acm@muc.de>
4689
4690 * commands.texi (Using Interactive): Clarify string argument to
4691 `interactive' - even promptless elements need \n separators.
4692
f639ba70
CY
46932009-03-18 Chong Yidong <cyd@stupidchicken.com>
4694
4695 * minibuf.texi (Completion Styles): New node.
4696
4697 * elisp.texi (Top): Update node listing.
4698
d897e8ee
CY
46992009-03-17 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * minibuf.texi (Basic Completion): Note that
4702 read-file-name-completion-ignore-case and
4703 read-buffer-completion-ignore-case can override
4704 completion-ignore-case.
4705 (Minibuffer Completion): Document completing-read changes.
4706 (Completion Commands): Avoid mentioning partial completion mode.
4707 Document minibuffer-completion-confirm changes, and
4708 minibuffer-confirm-exit-commands.
4709 (High-Level Completion): Document new require-match behavior for
4710 read-buffer. Document read-buffer-completion-ignore-case.
4711 (Reading File Names): Document new require-match behavior for
4712 read-file-name.
4713
b1f23349
CY
47142009-03-14 Chong Yidong <cyd@stupidchicken.com>
4715
4716 * debugging.texi (Error Debugging): Don't mislead the reader into
4717 thinking that debug-on-error enters debugger for C-f at EOB.
4718 (Error Debugging): Setting debug-on-init within the init file
4719 works, and has for some time.
4720
d6eb4e25
KH
47212009-03-13 Kenichi Handa <handa@m17n.org>
4722
4723 * display.texi (Fontsets): Update the description.
4724
1cf53dc5
CY
47252009-03-13 Chong Yidong <cyd@stupidchicken.com>
4726
4727 * advice.texi (Advising Primitives): Link to What Is a Function.
4728
81f919fc
CY
47292009-03-12 Chong Yidong <cyd@stupidchicken.com>
4730
cf4229eb
CY
4731 * compile.texi (Speed of Byte-Code): Update example.
4732 (Disassembly): Update examples.
4733
81f919fc 4734 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4735
4736 * customize.texi (Common Keywords): It's not necessary to use :tag
4737 to remove hyphens, as custom-unlispify-tag-name does it
4738 automatically.
5dcb4c4e
SM
4739 (Variable Definitions): Link to File Local Variables.
4740 Document customized-value symbol property.
f2bbc08c
CY
4741 (Customization Types): Move menu to end of node.
4742
955964d7
CY
47432009-03-10 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * macros.texi (Compiling Macros): Omit misleading sentence, which
4746 implied that macros can only be used in the same file they are
4747 defined.
4748 (Backquote): Remove obsolete information about Emacs 19.
4749
d25ed7db
GM
47502009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
4751
4752 * display.texi (Display Margins): Fix paren typo.
4753
d55f6ca5
CY
47542009-02-27 Chong Yidong <cyd@stupidchicken.com>
4755
f0e57ed8
CY
4756 * elisp.texi (Top): Update node listing.
4757
4758 * variables.texi (Variables): Clarify introduction.
4759 (Global Variables): Mention that setq is a special form.
4760 (Local Variables): Use active voice.
4761 (Tips for Defining): Mention marking variables as safe.
4762 (Buffer-Local Variables): Mention terminal-local and frame-local
4763 variables together.
4764 (File Local Variables): Copyedits.
4765 (Frame-Local Variables): Note that they are not really useful.
4766 (Future Local Variables): Node deleted.
4767
d55f6ca5 4768 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 4769 Unicode escape syntax.
d55f6ca5 4770
ca8f09a8
CY
47712009-02-23 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * control.texi (Control Structures): Add cindex entry for "textual
4774 order".
4775
4776 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
4777 instead of "expression" throughout.
4778 (Function Indirection): Copyedits. Use active voice.
4779 (Eval): The default value of max-lisp-eval-depth is now 400.
4780
a20878b6
MB
47812009-02-23 Miles Bader <miles@gnu.org>
4782
4783 * processes.texi (System Processes): Rename `system-process-attributes'
4784 to `process-attributes'.
4785
61f66044
CY
47862009-02-22 Chong Yidong <cyd@stupidchicken.com>
4787
1b80d1f3
CY
4788 * symbols.texi (Property Lists): Emphasize that property lists are
4789 not restricted to symbol cells.
4790 (Other Plists): Copyedit.
4791
61f66044
CY
4792 * sequences.texi (Sequences Arrays Vectors): Make introduction
4793 more concise.
4794 (Arrays): Mention char-tables and bool-vectors too.
4795 (Vectors): Don't repeat information given in Arrays node. Link to
4796 nodes that explain the vector usage examples.
4797 (Char-Tables): Note that char-table elements can have arbitrary
4798 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 4799 Link to Property Lists node.
61f66044 4800
9403944b
CY
48012009-02-22 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
4804 `append'.
4068c7b4 4805 (List Elements): Copyedits.
9403944b
CY
4806
4807 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
4808 of `vconcat'.
4809
4810 * strings.texi (Creating Strings): Copyedits. Remove obsolete
4811 Emacs 20 usage of `concat'.
4812 (Case Conversion): Copyedits.
4813
b87a185f
CY
48142009-02-21 Chong Yidong <cyd@stupidchicken.com>
4815
4816 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
4817 Minor edits.
4818 (Frame Configuration Type): Emphasize that it is not primitive.
4819 (Font Type): New node.
4820 (Type Predicates): Add fontp; type-of now recognizes font object
4821 types.
4822
4823 * intro.texi (Version Info): Update version numbers in examples.
4824 (Acknowledgements): List more contributors.
4825
4826 * elisp.texi: Bump version number to 3.0.
4827 (Top): Link to Font Type node.
4828
867d4bb3
JB
48292009-02-20 Juanma Barranquero <lekktu@gmail.com>
4830
4831 * modes.texi (Major Mode Conventions): Remove duplicate words.
4832 (Customizing Keywords): Fix typo.
4833
77730170
EZ
48342009-02-14 Eli Zaretskii <eliz@gnu.org>
4835
4836 * nonascii.texi (User-Chosen Coding Systems): Document that
4837 select-safe-coding-system suggests raw-text if there are raw bytes
4838 in the region.
4839 (Explicit Encoding): Warn not to use `undecided' when encoding.
4840
c8736212
GM
48412009-02-11 Glenn Morris <rgm@gnu.org>
4842
4843 * frames.texi (Visibility of Frames): Mention the effect multiple
4844 workspaces/desktops can have on visibility.
4845
ab992d66
EZ
48462009-02-07 Eli Zaretskii <eliz@gnu.org>
4847
c8736212
GM
4848 * text.texi (Commands for Insertion):
4849 * commands.texi (Event Mod):
4850 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
4851 * nonascii.texi (Translation of Characters):
4852 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
4853 (Explicit Encoding): Document the `charset' text property produced
4854 by decode-coding-region and decode-coding-string.
ab992d66 4855
e651a255
AM
48562009-01-27 Alan Mackenzie <acm@muc.de>
4857
4858 * modes.texi (Search-based Fontification): Correct a typo.
4859
bc5cde4b
JB
48602009-01-25 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * abbrevs.texi (Abbrev Table Properties): Fix typo.
4863 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
4864
3533155b
EZ
48652009-01-24 Eli Zaretskii <eliz@gnu.org>
4866
f721deda
EZ
4867 * display.texi (Window Systems): Document the value of
4868 `initial-window-system' under --daemon.
4869
3533155b
EZ
4870 * os.texi (System Environment): Remove description of the
4871 `environment' function which has been deleted.
4872
f79b43b2
DN
48732009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * frames.texi (Multiple Displays): Remove documentation for
4876 removed function make-frame-on-tty.
4877
e3aa6669
CY
48782009-01-22 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
4881 write-region-annotate-functions.
4882 Document write-region-post-annotation-function.
e3aa6669 4883
fb13a416
CY
48842009-01-19 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * display.texi (Font Lookup): Document WIDTH argument of
4887 x-list-fonts.
4888
02eccf6b
EZ
48892009-01-17 Eli Zaretskii <eliz@gnu.org>
4890
ead3f58d
EZ
4891 * maps.texi (Standard Keymaps): Rename function-key-map to
4892 local-function-key-map.
4893
4894 * keymaps.texi (Translation Keymaps): Rename function-key-map to
4895 local-function-key-map.
4896
4897 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
4898 and `set-keyboard-coding-system' now accept an optional terminal
4899 argument.
4900
4901 * commands.texi (Event Mod): `keyboard-translate-table' is now
4902 terminal-local.
4903 (Function Keys): Rename function-key-map to
4904 local-function-key-map.
4905
df05a163
EZ
4906 * elisp.texi (Top): Make @detailmenu be consistent with changes in
4907 frames.texi.
4908
0ed8034e 4909 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
4910 `delete-terminal-functions', `suspend-tty-functions' and
4911 `resume-tty-functions'.
0ed8034e
EZ
4912
4913 * frames.texi (Frames): Document `frame-terminal' and
4914 `terminal-live-p'.
4915 (Multiple Displays): Document `make-frame-on-tty'.
4916 (Multiple Terminals): Document `terminal-list', `delete-terminal',
4917 `terminal-name', and `get-device-terminal'.
490f1197
EZ
4918 (Terminal Parameters): Document `terminal-parameters',
4919 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
4920
4921 * os.texi (System Environment): Document `environment' and
4922 `initial-environment'.
490f1197
EZ
4923 (Suspending Emacs): Update for multi-tty; document
4924 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 4925
02eccf6b
EZ
4926 * nonascii.texi (Coding System Basics): More accurate description
4927 of `raw-text'.
4928
f19fea97
JB
49292009-01-12 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * display.texi (Low-Level Font): Fix typo.
4932
16fa292f
CY
49332009-01-10 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * elisp.texi (Top): Update node listing.
4936
4937 * display.texi (PostScript Images): Node deleted.
4938
0b4faef3
EZ
49392009-01-10 Eli Zaretskii <eliz@gnu.org>
4940
3355f04d
EZ
4941 * processes.texi (Decoding Output): Document that null bytes force
4942 no-conversion for reading process output.
4943
4944 * files.texi (Reading from Files): Document that null bytes force
4945 no-conversion when visiting files.
4946
11625308 4947 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 4948
5dcb4c4e
SM
4949 * nonascii.texi (Lisp and Coding Systems):
4950 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 4951 (Character Properties): Improve wording.
0b4faef3 4952
ce9cf065
CY
49532009-01-09 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * display.texi (Font Lookup): Remove obsolete function
4956 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
4957 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
4958 (Font Selection): Reorder order of variable descriptions.
4959 Minor clarifications.
ce9cf065
CY
4960
4961 * elisp.texi (Top): Update node listing.
4962
ab756fb3
GM
49632009-01-09 Glenn Morris <rgm@gnu.org>
4964
4965 * commands.texi (Command Loop Info): Say that last-command-char and
4966 last-input-char are obsolete aliases.
4967
4968 * edebug.texi (Edebug Recursive Edit): Remove separate references to
4969 last-input-char and last-command-char, since they are just aliases for
4970 last-input-event and last-command-event.
4971
4972 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
4973 last-command-char.
4974
6b2b8ab1
CY
49752009-01-08 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * elisp.texi: Update node listing.
4978
4979 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
4980 (Face Attributes): Don't link to Font Lookup.
4981 Document font-family-list.
6b2b8ab1
CY
4982 (Fonts): New node.
4983
3568e767
JR
49842009-01-08 Jason Rumney <jasonr@gnu.org>
4985
4986 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 4987 changing the standard pointer shapes. (Bug#1485)
3568e767 4988
6221c8db
CY
49892009-01-08 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * display.texi (Attribute Functions): Note that a function value
4992 :height is relative, and that compatibility functions work by
4993 calling set-face-attribute.
4994 (Displaying Faces): Reorder list in order of increasing priority.
4995 (Face Remapping): New node. Content moved here from Displaying
4996 Faces.
4997 (Glyphs): Link to Face Functions.
4998
e3d3799a
CY
49992009-01-08 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * display.texi (Faces): Don't discuss face id here. facep does
5002 not return t.
5003 (Defining Faces): Minor clarification.
5004 (Face Attributes): Rearrange items to match docstring of
5005 set-face-attribute. Add :foundry attribute. Document new role of
5006 :font attribute. Texinfo usage fix.
5007 (Attribute Functions): Copyedits.
5008 (Face Functions): Note that face number is seldom used.
5009
638a2457
RS
50102009-01-05 Richard M Stallman <rms@gnu.org>
5011
5012 * strings.texi (Predicates for Strings): Minor clarification.
5013
5014 * functions.texi (Function Safety): Texinfo usage fix.
5015
39cb9e56 50162009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5017
5018 * objects.texi (General Escape Syntax): Fix typo.
5019
9f822178
MR
50202009-01-03 Martin Rudalics <rudalics@gmx.at>
5021
5022 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5023 works via the default value of pop-up-frame-function.
5024
af34ad36
EZ
50252009-01-02 Eli Zaretskii <eliz@gnu.org>
5026
5027 * processes.texi (System Processes): Document the `time' and
5028 `ctime' attributes of `system-process-attributes'.
5029
d31f6679
CY
50302009-01-01 Chong Yidong <cyd@stupidchicken.com>
5031
5032 * display.texi (Face Attributes): Clarify :height attribute.
5033
174dc00c
MR
50342008-12-31 Martin Rudalics <rudalics@gmx.at>
5035
5036 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5037 the front of the buffer list. Add entries for `last-buffer' and
5038 `unbury-buffer'.
5039
b8afe7e4
EZ
50402008-12-27 Eli Zaretskii <eliz@gnu.org>
5041
d14030f5
EZ
5042 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5043 and its subsections.
5044
5045 * frames.texi (Multiple Terminals, Low-level Terminal)
5046 (Terminal Parameters, Frames on Other TTY devices): New sections.
5047 (Frames): Add an xref to "Multiple Terminals".
5048
765980a4
EZ
5049 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5050
5051 * objects.texi (Terminal Type): New node.
5052 (Editing Types): Add it to the menu.
5053
47bd5577
EZ
5054 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5055 Variables".
5056
eb22b78c 5057 * variables.texi (Directory Local Variables): New node.
47bd5577 5058 (Variables): Add a menu item for it.
eb22b78c 5059
b8afe7e4
EZ
5060 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5061 `generated-autoload-file'.
5062
77bb0476
EZ
50632008-12-20 Eli Zaretskii <eliz@gnu.org>
5064
028e2c19
EZ
5065 * os.texi (Startup Summary): Add xref to documentation of
5066 `initial-window-system'.
5067
77bb0476
EZ
5068 * display.texi (Window Systems): Document `window-system' the
5069 function. The variable `window-system' is now frame-local.
028e2c19 5070 Document `initial-window-system'.
77bb0476 5071
dda87836
MR
50722008-12-19 Martin Rudalics <rudalics@gmx.at>
5073
5074 * windows.texi (Windows): Rewrite description of
5075 fit-window-to-buffer.
5076
caef3ed2
GM
50772008-12-13 Glenn Morris <rgm@gnu.org>
5078
5079 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5080 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5081
21c58e4d
GM
50822008-12-12 Glenn Morris <rgm@gnu.org>
5083
5084 * debugging.texi (Error Debugging): Refer forwards to
5085 eval-expression-debug-on-error.
5086
af38459f
EZ
50872008-12-05 Eli Zaretskii <eliz@gnu.org>
5088
5dedd9b5
EZ
5089 * strings.texi (String Basics): Only unibyte strings that
5090 represent key sequences hold 8-bit raw bytes.
5091
af38459f
EZ
5092 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5093 paragraph to speak about `undecided'.
5094 (Character Properties): Don't explain the meaning of each
5095 property; instead, identify their Unicode Standard names.
b3f1f4a5 5096 (Character Sets): Document `map-charset-chars'.
af38459f 5097
fa047ae7
GM
50982008-12-02 Glenn Morris <rgm@gnu.org>
5099
5100 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5101 section yet again.
5102
47dbc044
EZ
51032008-11-29 Eli Zaretskii <eliz@gnu.org>
5104
98d05998
EZ
5105 * nonascii.texi (Character Properties): New Section.
5106 (Specifying Coding Systems): Document
5107 `coding-system-priority-list', `set-coding-system-priority', and
5108 `with-coding-priority'.
5109 (Lisp and Coding Systems): Document `check-coding-systems-region'
5110 and `coding-system-charset-list'.
5111 (Coding System Basics): Document `coding-system-aliases'.
5112
5113 * elisp.texi (Top): Add a @detailmenu entry for "Character
5114 Properties".
5115
47dbc044
EZ
5116 * objects.texi (Character Type): Correct the range of Emacs
5117 characters. Add an @xref to "Character Codes".
5118
5119 * strings.texi (String Basics): Add an @xref to "Character Codes".
5120
5121 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5122
5123 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5124 (Character Codes): Document `max-char'.
5125
8b80cdf5
EZ
51262008-11-28 Eli Zaretskii <eliz@gnu.org>
5127
5128 * nonascii.texi (Text Representations, Converting Representations)
5129 (Character Sets, Scanning Charsets, Translation of Characters):
5130 Make text more accurate.
5131
a99dceba
GM
51322008-11-28 Glenn Morris <rgm@gnu.org>
5133
5134 * files.texi (Format Conversion Round-Trip): Improve previous change.
5135
f6dc3bed
CY
51362008-11-26 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * modes.texi (Auto Major Mode): Fix example.
5139
5da9413d
GM
51402008-11-25 Glenn Morris <rgm@gnu.org>
5141
5142 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5143
5144 * files.texi (Format Conversion Round-Trip):
5145 Use active voice for previous change.
5146
fcca848c
CY
51472008-11-25 Chong Yidong <cyd@stupidchicken.com>
5148
5149 * os.texi (Processor Run Time):
5150 * processes.texi (Transaction Queues):
5151 * markers.texi (The Mark):
5152 * windows.texi (Choosing Window, Selecting Windows):
5153 * files.texi (Changing Files, Magic File Names):
5154 * commands.texi (Key Sequence Input):
5155 * functions.texi (Declaring Functions):
5156 * strings.texi (Predicates for Strings):
5157 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5158
36c8dc54
CY
51592008-11-24 Chong Yidong <cyd@stupidchicken.com>
5160
5161 * help.texi (Accessing Documentation): Update example.
5162
5163 * variables.texi (Defining Variables): Note that `*' is not
5164 necessary if defcustom is used.
5165
2a79b242
EZ
51662008-11-22 Eli Zaretskii <eliz@gnu.org>
5167
5168 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5169 Characters" from @detailmenu.
5170
5171 * nonascii.texi (Character Codes, Character Sets)
5172 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5173 (Chars and Bytes, Splitting Characters): Sections removed.
5174
392f0d26
LK
51752008-11-22 Lute Kamstra <lute@gnu.org>
5176
5177 * positions.texi (Text Lines): Update goto-line documentation.
5178
af1a5cd5
MR
51792008-11-21 Martin Rudalics <rudalics@gmx.at>
5180
6a4cfb0c
MR
5181 * frames.texi (Frames): Fix typo, add cross references, reword.
5182 (Initial Parameters): Reword special-display-frame-alist text.
5183 (Frames and Windows): Reword. Describe argument norecord for
5184 set-frame-selected-window.
5185 (Input Focus): Describe argument norecord for select-frame.
5186 Remove comment on MS-Windows behavior for focus-follows-mouse.
5187 (Raising and Lowering): Mention windows-frames dichotomy in
5188 metaphor.
5189
af1a5cd5
MR
5190 * windows.texi (Displaying Buffers, Vertical Scrolling)
5191 (Horizontal Scrolling): Fix indenting and rewording issues
5192 introduced with 2008-11-07 change.
5193
c249fa9c
GM
51942008-11-20 Glenn Morris <rgm@gnu.org>
5195
5196 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5197 element of `format-alist'.
5198
204d4665
GM
51992008-11-19 Glenn Morris <rgm@gnu.org>
5200
5201 * doclicense.texi: Update to FDL 1.3.
5202 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5203
cc0910af
CY
52042008-11-18 Chong Yidong <cyd@stupidchicken.com>
5205
efe6e7c4
CY
5206 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5207 vars, which are obsolete. Mention jit-lock-register.
5208
5dcb4c4e
SM
5209 * modes.texi (Other Font Lock Variables):
5210 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 5211
cc0910af
CY
5212 * frames.texi (Color Parameters): Document alpha parameter.
5213
aeeedf76
MR
52142008-11-16 Martin Rudalics <rudalics@gmx.at>
5215
5216 * windows.texi (Splitting Windows, Deleting Windows)
5217 (Selecting Windows, Cyclic Window Ordering)
5218 (Buffers and Windows, Displaying Buffers, Choosing Window)
5219 (Dedicated Windows, Window Point, Window Start and End)
5220 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5221 (Size of Window, Resizing Windows, Window Configurations)
5222 (Window Parameters): Avoid @var at beginning of sentences and
5223 reword accordingly.
5224
4c565c5c
LK
52252008-11-11 Lute Kamstra <lute@gnu.org>
5226
5227 * files.texi (File Name Components): Fix file-name-extension
5228 documentation.
5229
25f494c9
JB
52302008-11-11 Juanma Barranquero <lekktu@gmail.com>
5231
5232 * frames.texi (Basic Parameters): Remove display-environment-variable
5233 and term-environment-variable.
5234
a1401ab1
EZ
52352008-11-08 Eli Zaretskii <eliz@gnu.org>
5236
5237 * windows.texi (Basic Windows, Splitting Windows)
5238 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5239 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
5240 (Resizing Windows, Window Configurations, Window Parameters):
5241 Fix wording and markup.
a1401ab1 5242
efafc282
MR
52432008-11-07 Martin Rudalics <rudalics@gmx.at>
5244
5245 * windows.texi (Windows): Update entries.
5246 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 5247 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
5248 (Selecting Windows, Cyclic Window Ordering): Reword with special
5249 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
5250 (Buffers and Windows, Choosing Window): Reword with special
5251 emphasis on dedicated windows.
5252 (Displaying Buffers): Reword. For switch-to-buffer mention that
5253 it may fall back on pop-to-buffer. For other-window try to
5254 explain how it treats the cyclic ordering of windows.
efafc282
MR
5255 (Dedicated Windows): New node and section discussing dedicated
5256 windows and associated functions.
86ab855a 5257 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
5258 (Window Start and End): Rename node and section title. Reword.
5259 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5260 Minor rewording.
5261 (Size of Window): Reword, in particular text on window-width.
5262 (Resizing Windows): Reword. Add text on balancing windows.
5263 (Window Configurations): Reword. Mention window parameters.
5264 (Window Parameters): New node and section on window parameters.
5265 (Window Hooks): Reword. Mention that
5266 window-configuration-change-hook is run "buffer-locally".
5267 * elisp.texi (Top): Update Windows entries in @detailmenu
5268 section.
5269
d60a8ab2
JB
52702008-11-04 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * searching.texi (Regexp Search): Fix typo.
5273
01777627
CY
52742008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5275
5276 * searching.texi (Regexp Search): Document GREEDY arg.
5277 (Simple Match Data): Fix return value.
5278
c4526e93
EZ
52792008-11-01 Eli Zaretskii <eliz@gnu.org>
5280
5281 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
5282 with Emacs 23 internal representation of characters.
5283 Document `unibyte-string'.
c4526e93 5284
fe2ae8b5
CY
52852008-10-28 Chong Yidong <cyd@stupidchicken.com>
5286
5287 * processes.texi (Process Information): Note that process-status
5288 does not accept buffer names.
5289
cc5a21e3
CY
52902008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5291
5292 * positions.texi (Skipping Characters): Correct return value of
5293 skip-chars-forward.
5294
09460d9a
MR
52952008-10-25 Martin Rudalics <rudalics@gmx.at>
5296
520b29e7
MR
5297 * windows.texi (Deleting Windows): Update documentation of
5298 delete-windows-on.
5299 (Buffers and Windows): Update documentations of
5300 get-buffer-window and get-buffer-window-list.
5301 (Displaying Buffers): Update documentation of
5302 replace-buffer-in-windows.
5303
09460d9a
MR
5304 * buffers.texi (Current Buffer): Reword set-buffer and
5305 with-current-buffer documentations.
5306 (Creating Buffers): Reword documentation of get-buffer-create.
5307
4d48fcdc
MR
53082008-10-23 Martin Rudalics <rudalics@gmx.at>
5309
5310 * buffers.texi (Current Buffer): Reword documentation of
5311 set-buffer.
5312 (Buffer Names): Reword documentation of buffer-name.
5313 (The Buffer List): For bury-buffer explain what happens with the
5314 buffer's window.
5315 (Creating Buffers): Say that get-buffer-create's arg is called
5316 buffer-or-name.
5317
f0143c43
CY
53182008-10-22 Chong Yidong <cyd@stupidchicken.com>
5319
3e5dbbd3
CY
5320 * advice.texi (Computed Advice): Explain what DEFINITION is.
5321
f0143c43
CY
5322 * nonascii.texi (Character Codes): Remove obsolete function
5323 char-valid-p, and document characterp instead.
5324
52a94b85
MR
53252008-10-22 Martin Rudalics <rudalics@gmx.at>
5326
5327 * windows.texi (Displaying Buffers): Reword documentation of
5328 pop-to-buffer.
5329 (Choosing Window): Rewrite documentation of display-buffer and
5330 its options.
5331
f76f8246
MR
5332 * buffers.texi (Killing Buffers): Update documentation of
5333 kill-buffer.
5334
acc8b598
EZ
53352008-10-21 Eli Zaretskii <eliz@gnu.org>
5336
80e6b6df
EZ
5337 * processes.texi (Serial Ports): Fix wording and improve markup.
5338
3645358a
EZ
5339 * searching.texi (Regexp Search): Document `string-match-p' and
5340 `looking-at-p'.
5341 (POSIX Regexps): Add an xref for "non-greedy".
5342 (Regexp Special): Add @cindex entry for "non-greedy".
5343
b3d50cff 5344 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 5345 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 5346
73b7530a
EZ
5347 * frames.texi (Color Names): Add an xref to `read-color'.
5348
5349 * minibuf.texi (High-Level Completion): Document `read-color'.
5350
acc8b598
EZ
5351 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5352
5353 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5354
5355 * buffers.texi (Swapping Text): New section, documents
5356 `buffer-swap-text'.
5357
10e187e8
MR
53582008-10-21 Martin Rudalics <rudalics@gmx.at>
5359
5360 * windows.texi (Resizing Windows): Minor wording fix.
5361
fd6f900c
EZ
53622008-10-20 Eli Zaretskii <eliz@gnu.org>
5363
5364 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5365 and `combine-and-quote-strings'.
5366
5367 * strings.texi (Creating Strings): Add xrefs for them.
5368
e4372165
EZ
53692008-10-19 Eli Zaretskii <eliz@gnu.org>
5370
d6328fba
EZ
5371 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5372 match the corresponding menu in minibuf.texi.
5373
e4372165
EZ
5374 * minibuf.texi (Reading File Names): Document `read-shell-command'
5375 and `minibuffer-local-shell-command-map'.
5376
5d8dda33
MR
53772008-10-19 Martin Rudalics <rudalics@gmx.at>
5378
5379 * windows.texi (Resizing Windows): Remove var{} around "window" in
5380 documentation of enlarge-window.
5381 Rewrite documentation of window-min-height and window-min-width.
5382
437706cd
EZ
53832008-10-19 Eli Zaretskii <eliz@gnu.org>
5384
80f85d7c
EZ
5385 * functions.texi (Calling Functions): Document `apply-partially'.
5386
291703b5
EZ
5387 * hooks.texi (Standard Hooks): Mention
5388 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5389
5390 * variables.texi (File Local Variables): Document
5391 `file-local-variables-alist', `before-hack-local-variables-hook'
5392 and `hack-local-variables-hook'.
5393
583d8b3c
EZ
5394 * processes.texi (Synchronous Processes): Document `process-lines'.
5395
5dcb4c4e
SM
5396 * customize.texi (Variable Definitions):
5397 Document `custom-reevaluate-setting'.
437706cd 5398
7e51d89b
MR
53992008-10-18 Martin Rudalics <rudalics@gmx.at>
5400
5401 * windows.texi (Choosing Window, Deleting Windows)
5402 (Displaying Buffers): Expand documentation of dedicated windows.
5403
43c59a3d
EZ
54042008-10-18 Eli Zaretskii <eliz@gnu.org>
5405
018a960d
EZ
5406 * files.texi (Changing Files): Document symbolic input of file
5407 modes to `set-file-modes'. Document `read-file-modes' and
5408 `file-modes-symbolic-to-number'.
5409
2c0b8144
EZ
5410 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5411 and `search-map'.
5412
5dcb4c4e
SM
5413 * searching.texi (Search and Replace):
5414 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 5415 Document `multi-query-replace-map'.
80120f13 5416
6d4913f0 5417 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
5418 (Completion Commands, Reading File Names):
5419 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
5420 `minibuffer-local-filename-must-match-map'.
5421 (Minibuffer Completion): The `require-match' argument to
5422 `completing-read' can now have the value `confirm-only'.
5423
43c59a3d
EZ
5424 * windows.texi (Displaying Buffers): Minor wording fix.
5425 (Choosing Window): `split-height-threshold' can now be nil.
5426 Document `split-width-threshold'. `pop-up-frames' can have the
5427 value `graphic-only'.
5428
f36acfd9
EZ
54292008-10-17 Eli Zaretskii <eliz@gnu.org>
5430
5431 * os.texi (Startup Summary): Document `before-init-time' and
5432 `after-init-time'. Document `initial-window-system' and
5433 `window-system-initialization-alist'. Document reading the
5434 abbrevs file. Document the call to `server-start' under --daemon.
5435 Rearrange a bit to be consistent with the code flow.
53728487
EZ
5436 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5437 (Time Parsing): Document `format-seconds'.
f36acfd9 5438
96995b89
MR
54392008-10-17 Martin Rudalics <rudalics@gmx.at>
5440
5441 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5442 and reword.
5443
2de17c73
EZ
54442008-10-16 Eli Zaretskii <eliz@gnu.org>
5445
5446 * markers.texi (The Mark): Document use-region-p.
5447
9cf52b11
EZ
54482008-10-15 Eli Zaretskii <eliz@gnu.org>
5449
c3aaf1d7
EZ
5450 * internals.texi (Writing Emacs Primitives): The interactive spec
5451 of a primitive can be a Lisp form.
5452
841a1743
EZ
5453 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5454 values of transient-mark-mode. Document handle-shift-selection.
5455
5456 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5457 (Interactive Examples): Show an example of `^'.
5458 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
5459 (Defining Commands, Using Interactive): The interactive-form of a
5460 function can be added via its symbol's property.
841a1743 5461
52441368
EZ
5462 * positions.texi (List Motion): beginning-of-defun-function can
5463 now accept an argument.
5464
8e8c1a72
EZ
5465 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5466 now return a list of strings.
5467
a33a1f2a
EZ
5468 * control.texi (Handling Errors): Document ignore-errors.
5469
4fb04348
EZ
5470 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5471 (Parameter Access): Document set-frame-parameter.
5472
ee666f84
EZ
5473 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5474 Hooks" for the effect of kill-all-local-variables on local hook
5475 functions.
5476
9cf52b11
EZ
5477 * modes.texi (Major Mode Conventions, Mode Line Variables):
5478 `mode-name' need not be a string. xref to "Mode Line Data" for
5479 details, and to "Emulating Mode Line" for computing a string
5480 value.
5481
22526bc4
EZ
54822008-10-14 Eli Zaretskii <eliz@gnu.org>
5483
a65f6a85
EZ
5484 * processes.texi (System Processes): New section.
5485 (Processes, Signals to Processes): Add xrefs to it.
5486
5487 * objects.texi (Editing Types): A `process' is a subprocess of
5488 Emacs, not just any process running on the OS.
5489
5490 * elisp.texi (Top): Adjust the @detailmenu for the above two
5491 changes.
5492
2724b26a
EZ
5493 * sequences.texi (Char-Tables): Remove documentation of
5494 set-char-table-default, which has no effect since Emacs 23.
5495 <char-table-range, set-char-table-range>: Don't mention generic
5496 characters and charsets. Add a cons cell as a possible argument.
5497
5498 * nonascii.texi (Splitting Characters)
5499 (Translation of Characters): Don't mention generic characters.
5500
5501 * display.texi (Fontsets): Don't mention generic characters.
5502
22526bc4 5503 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 5504 argument FUNCTION with a cons cell as KEY.
22526bc4 5505
eaf4b689
EZ
55062008-10-13 Eli Zaretskii <eliz@gnu.org>
5507
45e46036
EZ
5508 * objects.texi (Primitive Function Type): Move "@cindex special
5509 forms" from here...
5510
5511 * eval.texi (Special Forms): ...to here.
5512
5513 * functions.texi (What Is a Function): `functionp' returns nil for
5514 special forms. Add an xref.
5515
eaf4b689
EZ
5516 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5517 Variables".
5518
5519 * variables.texi (Frame-Local Variables): New section.
5520 (Buffer-Local Variables): Add an xref to it.
5521 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5522 have both frame-local and buffer-local binding.
5523
5524 * frames.texi (Frames): Mention multiple tty frames.
5525 (Frame Parameters, Parameter Access): Mention frame-local variable
5526 bindings.
5527
15688fce
GM
55282008-09-20 Glenn Morris <rgm@gnu.org>
5529
5530 * display.texi (Defining Faces): Recommend against face variables.
5531
35539065
JB
55322008-09-16 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * display.texi (Echo Area Customization): Fix typo.
5535
6a57054b
JB
55362008-09-09 Juanma Barranquero <lekktu@gmail.com>
5537
5538 * loading.texi (Where Defined): Add `defface' item.
5539
d632fb82
MR
55402008-09-06 Martin Rudalics <rudalics@gmx.at>
5541
5542 * loading.texi (Where Defined): Fix description of symbol-file.
5543
905a9adb
JR
55442008-08-26 Jason Rumney <jasonr@gnu.org>
5545
5546 * display.texi (TIFF Images): New section describing :index property.
5547
852e91b7
CY
55482008-08-23 Chong Yidong <cyd@stupidchicken.com>
5549
5550 * display.texi (Temporary Displays): Remove unnecessary comment
5551 about usage of temp-buffer-show-hook.
5552
6be001ee
CY
55532008-08-05 Chong Yidong <cyd@stupidchicken.com>
5554
5555 * symbols.texi (Other Plists): Fix incorrect example.
5556 Suggested by Florian Beck.
5557
58e3d8e8
JB
55582008-07-31 Juanma Barranquero <lekktu@gmail.com>
5559
5560 * os.texi: Fix previous change.
5561
7c2fb837
DN
55622008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5563
5564 * os.texi:
5565 * intro.texi:
5566 * files.texi: Remove VMS support.
5567
9e2a2647
DN
55682008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 * os.texi:
5571 * frames.texi:
5572 * display.texi: Remove mentions of Mac Carbon.
5573
c4f4682b
MB
55742008-07-01 Miles Bader <miles@gnu.org>
5575
5576 * text.texi (Special Properties):
5577 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5578
3696411e
JB
55792008-06-28 Johan Bockgård <bojohan@gnu.org>
5580
5581 * display.texi (Other Image Types): Fix copy/paste error; say
5582 "PBM", not "XBM".
5583
f2a77c3a
DN
55842008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5585
5586 * os.texi: Remove references to obsolete systems.
5587
6d52677d
EZ
55882008-06-20 Eli Zaretskii <eliz@gnu.org>
5589
5590 * makefile.w32-in (distclean): Remove makefile.
5591
1a87da4c
GM
55922008-06-17 Glenn Morris <rgm@gnu.org>
5593
5594 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5595 (elisp, dist): Remove rules and variables that are obsolete now
5596 the lisp manual is no longer distributed separately.
5597
fdda1c5d
GM
55982008-06-16 Glenn Morris <rgm@gnu.org>
5599
646692e9
GM
5600 * configure, configure.in, mkinstalldirs: Remove unused files.
5601
5602 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5603 * vol1.texi (EMACSVER):
6a57054b 5604 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5605
5606 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5607 as per maintain.info.
5608
611bee81
GM
56092008-06-15 Glenn Morris <rgm@gnu.org>
5610
a7bed3a0
GM
5611 * makefile.w32-in (manual): Use "23" rather than "21".
5612
5613 * Makefile.in (emacsver): New, set by configure.
5614 (manual): Use emacsver.
5615
d794edf2
GM
5616 * intro.texi: Report bugs using M-x report-emacs-bug.
5617
611bee81
GM
5618 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5619
c73e02fa
GM
56202008-06-13 Daniel Engeler <engeler@gmail.com>
5621
5622 * elisp.texi, internals.texi, processes.texi: Add documentation
5623 about serial port access.
5624
e40a85cd
MB
56252008-06-05 Miles Bader <miles@gnu.org>
5626
5627 * display.texi (Displaying Faces): Update to reflect function
5628 renamings in face-remap.el.
5629
7b753744
JB
56302008-06-05 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * display.texi (Fontsets): Fix typos.
5633
9d3d42fb
MB
56342008-06-03 Miles Bader <miles@gnu.org>
5635
7b753744
JB
5636 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5637 remove-relative-face-remapping, set-base-face-remapping,
5638 and set-default-base-face-remapping.
9d3d42fb 5639
f2cec7a9
MB
56402008-06-01 Miles Bader <miles@gnu.org>
5641
5642 * display.texi (Displaying Faces): Add face-remapping-alist.
5643
8f39c96d
SM
56442008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5645
5646 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5647 variable names.
5648
1ef5eecc
ER
56492008-05-03 Eric S. Raymond <esr@golux>
5650
352c8b4a 5651 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5652 (current-global-map) return references, not copies.
5653
63b4387f
JL
56542008-05-02 Juri Linkov <juri@jurta.org>
5655
5656 * minibuf.texi (Text from Minibuffer): Document a list of
5657 default values for `read-from-minibuffer'.
5658
38a8b703
JB
56592008-04-24 Juanma Barranquero <lekktu@gmail.com>
5660
5661 * nonascii.texi (Translation of Characters): Fix previous change.
5662
7c42e639
CY
56632008-04-20 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * display.texi (Overlay Properties): Clarify role of underlying
5666 textprop and overlay keymaps for display strings.
5667
5668 * keymaps.texi (Active Keymaps): Ditto.
5669
25c0d999
SM
56702008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5671
5672 * minibuf.texi (Programmed Completion):
5673 Replace dynamic-completion-table with the new completion-table-dynamic.
5674
e3af5968
CY
56752008-04-07 Chong Yidong <cyd@stupidchicken.com>
5676
5677 * intro.texi (Some Terms): Change "fonts in this manual" index
5678 entry to "typographic conventions".
5679
6bfc8698
EZ
56802008-04-05 Eli Zaretskii <eliz@gnu.org>
5681
5682 * objects.texi (Text Props and Strings): Add indexing for read
5683 syntax of text properties.
5684
4972c361
SM
56852008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * processes.texi (Decoding Output): Remove process-filter-multibyte
5688 functions.
5689
c70a68db
MR
56902008-03-15 Martin Rudalics <rudalics@gmx.at>
5691
5692 * display.texi (Finding Overlays): Say that empty overlays at
5693 the end of the buffer are reported too.
5694
1291fd36
GM
56952008-03-13 Glenn Morris <rgm@gnu.org>
5696
5697 * elisp.texi (EMACSVER): Set to 23.0.60.
5698
c6b0dfd5
CY
56992008-02-26 Chong Yidong <cyd@stupidchicken.com>
5700
38a8b703 5701 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5702
875fc30c
GM
57032008-02-22 Glenn Morris <rgm@gnu.org>
5704
5705 * frames.texi (Position Parameters): Clarify the description of
5706 `left' and `top', using information from "Geometry".
5707 (Geometry): Give a pointer to "Position Parameters", rather than
5708 repeating information.
5709
d8c8e45a
GM
57102008-02-11 Glenn Morris <rgm@gnu.org>
5711
5712 * objects.texi (Equality Predicates): No longer talk about "two"
5713 functions.
5714
38a8b703 57152008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5716
5717 * objects.texi (Equality Predicates): Add defun for
5718 equal-including-properties.
5719
bfffe0b1
GM
57202008-02-10 Glenn Morris <rgm@gnu.org>
5721
5722 * objects.texi (Equality Predicates):
5723 Mention equal-including-properties.
5724
431b78c9
RS
57252008-02-07 Richard Stallman <rms@gnu.org>
5726
5727 * windows.texi (Window Start): Mention the feature of moving
5728 window-start to start of line.
5729
c8763fb6 57302008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5731
5732 * keymaps.texi (Tool Bar): Document rtl property.
5733
1a256502
TTN
57342008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5735
5736 * display.texi (Button Types):
5737 For define-button-type, clarify type of NAME.
5738
569382c2
MR
57392008-01-19 Martin Rudalics <rudalics@gmx.at>
5740
5741 * buffers.texi (Buffer Modification): Fix typo.
5742
f3041af1
DN
57432008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5744
5745 * os.texi (System Environment): Remove references to OSes that are
5746 not supported anymore.
5747
d35e1cd7
DN
57482008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5749
5750 * os.texi (System Environment): Remove mention for Masscomp.
5751
23af7580
RS
57522008-01-04 Richard Stallman <rms@gnu.org>
5753
5754 * display.texi (Faces): Don't talk about internal face vector as arg
5755 to facep.
5756
5757 * customize.texi (Type Keywords): Fix previous change.
5758
5759 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
5760 * elisp.texi (Top): Fix menu for commands.texi change.
5761
ec7d5b1e
RS
57622007-12-30 Richard Stallman <rms@gnu.org>
5763
5dcb4c4e 5764 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
5765 (Accessing Scroll): New node broken out of Accessing Mouse.
5766
101a6cea
RS
57672007-12-28 Richard Stallman <rms@gnu.org>
5768
5769 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 5770 (Basic Parameters): For `title', refer to title bar.
041817a4 5771 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 5772
72b7e664
RS
57732007-12-23 Richard Stallman <rms@gnu.org>
5774
5775 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
5776 Improve some of the commented-out keywords' text too.
5777
27a4f445
MR
57782007-12-14 Martin Rudalics <rudalics@gmx.at>
5779
e2e3f1d7
MR
5780 * nonascii.texi (Encoding and I/O): Reword to avoid saying
5781 "visit the current buffer".
5782
27a4f445
MR
5783 * os.texi (System Interface): Fix typo.
5784
a2afc99d
RS
57852007-12-04 Richard Stallman <rms@gnu.org>
5786
5787 * objects.texi (Symbol Type): Fix typo.
5788
b694135c
RS
57892007-12-03 Richard Stallman <rms@gnu.org>
5790
5791 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
5792
f99a19da
GM
57932007-12-01 Glenn Morris <rgm@gnu.org>
5794
5795 * functions.texi (Declaring Functions): Improve previous change.
5796
8f4b37d8
GM
57972007-11-30 Glenn Morris <rgm@gnu.org>
5798
5799 * functions.texi (Declaring Functions): Add optional fourth
5800 argument of declare-function, and setting third argument to `t'.
5801
61a2fe01
RS
58022007-11-29 Richard Stallman <rms@gnu.org>
5803
5804 * customize.texi (Composite Types): Document `group' type.
5805
cbfc5193
GM
58062007-11-29 Glenn Morris <rgm@gnu.org>
5807
5dcb4c4e
SM
5808 * functions.texi (Declaring Functions): Add findex.
5809 Mention `external' files.
cbfc5193 5810
8386283a
JB
58112007-11-26 Juanma Barranquero <lekktu@gmail.com>
5812
5813 * functions.texi (Declaring Functions): Fix directive.
5814
a07c9a8b
RS
58152007-11-25 Richard Stallman <rms@gnu.org>
5816
5817 * help.texi (Help Functions): Clean up last change.
5818
5819 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
5820
5821 * loading.texi (Named Features): Minor cleanup.
5822
5823 * macros.texi (Eval During Expansion): Minor cleanup.
5824
5825 * variables.texi (Variable Aliases): Minor cleanup.
5826
a0925923
RS
58272007-11-24 Richard Stallman <rms@gnu.org>
5828
5829 * functions.texi (Declaring Functions): Clarify previous change.
5830
5831 * compile.texi (Compiler Errors): Clarify previous change.
5832
20c63e44
RS
58332007-11-24 Richard Stallman <rms@gnu.org>
5834
e5e76c04 5835 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
5836 Clarify the text and move items around.
5837
5bb0cda3
GM
58382007-11-24 Glenn Morris <rgm@gnu.org>
5839
5840 * functions.texi (Declaring Functions): New section.
5841 * compile.texi (Compiler Errors): Mention declaring functions,
5842 defvar with no initvalue, and byte-compile-warnings.
5843
af13c86a
MR
58442007-11-15 Martin Rudalics <rudalics@gmx.at>
5845
5846 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
5847 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
5848
a5373305
MR
58492007-11-13 Martin Rudalics <rudalics@gmx.at>
5850
5851 * help.texi (Help Functions): Document new macro `with-help-window'.
5852
fe284805
JL
58532007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
5854
5855 * searching.texi (Replacing Match): Describe new
5856 `match-substitute-replacement'.
5857
2c3a09b1
RS
58582007-10-31 Richard Stallman <rms@gnu.org>
5859
5860 * strings.texi (Creating Strings): Null strings from concat not unique.
5861
f2b480f4
RS
58622007-10-26 Richard Stallman <rms@gnu.org>
5863
5864 * objects.texi (Equality Predicates): Null strings are uniquified.
5865
5866 * minibuf.texi: Minor clarifications in previous change.
5867
db21122c
GM
58682007-10-25 Glenn Morris <rgm@gnu.org>
5869
5870 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
5871
2328cbb3
RS
58722007-10-24 Richard Stallman <rms@gnu.org>
5873
5874 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
5875
5876 * variables.texi (Frame-Local Variables): Node deleted.
5877 (Variables): Delete Frame-Local Variables from menu.
5878 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
5879 (Default Value): Don't mention frame-local vars.
5880
5881 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
5882
5883 * loading.texi (Unloading): Document FEATURE-unload-function
5884 instead of FEATURE-unload-hook.
5885
2328cbb3
RS
5886 * frames.texi (Multiple Displays): Don't mention frame-local vars.
5887
c066bafa
JL
58882007-10-22 Juri Linkov <juri@jurta.org>
5889
5890 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
5891 (High-Level Completion): Document a list of default value strings
5892 in the DEFAULT argument, for which minibuffer functions return the
5893 first element.
5894
65ced25f
JL
58952007-10-17 Juri Linkov <juri@jurta.org>
5896
5897 * text.texi (Filling): Update arguments of fill-paragraph.
5898 fill-paragraph operates on the active region in Transient Mark mode.
5899 Remove fill-paragraph-or-region.
5900
ee46ec8e
KB
59012007-10-13 Karl Berry <karl@gnu.org>
5902
5903 * elisp.texi (@dircategory): Move to after @copying,
5904 since we want @copying as close as possible to the beginning of
5905 the output.
5906
61bbdbc6
RS
59072007-10-12 Richard Stallman <rms@gnu.org>
5908
5909 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
5910
5911 * commands.texi (Distinguish Interactive): New node,
5912 broken out from Interactive Call and rewritten.
5913 (Command Loop): Put Distinguish Interactive in menu.
5914
af23e1e8
RS
59152007-10-09 Richard Stallman <rms@gnu.org>
5916
5917 * text.texi (Examining Properties): Mention overlay priority.
5918
5919 * display.texi (Display Margins): Correct the description
5920 of margin display specifications.
5921 (Replacing Specs): New subnode broken out of Display Property.
5922
e1965a69
JL
59232007-10-06 Juri Linkov <juri@jurta.org>
5924
5925 * text.texi (Filling): Document fill-paragraph-or-region.
5926
4638454b
JB
59272007-10-05 Juanma Barranquero <lekktu@gmail.com>
5928
5929 * display.texi (Auto Faces): Fix typo.
5930
7ed54cc5
RS
59312007-10-02 Richard Stallman <rms@gnu.org>
5932
5933 * display.texi (Display Property): Explain some display specs
5934 don't let you move point in.
5935
5dcb4c4e
SM
5936 * frames.texi (Cursor Parameters):
5937 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
5938
5939 * windows.texi (Basic Windows): Don't describe
5940 cursor-in-non-selected-windows here.
5941
305a7ef2
EZ
59422007-10-01 Eli Zaretskii <eliz@gnu.org>
5943
5944 * processes.texi (Misc Network): Note that these functions are
5945 supported only on some systems.
5946
f7a7f4eb
RS
59472007-10-01 Richard Stallman <rms@gnu.org>
5948
5949 * display.texi (Overlay Properties): Explain nil as priority.
5950 Explain that conflicts are unpredictable if not resolved by
5951 priorities.
5952
780d7bb9
RS
59532007-09-23 Richard Stallman <rms@gnu.org>
5954
5955 * macros.texi (Backquote): Minor clarification.
5956
14b4fdfb
RS
59572007-09-19 Richard Stallman <rms@gnu.org>
5958
5959 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
5960 Clarify when they work in parallel and when one overrides.
5961 Fix error in example.
14b4fdfb 5962
b8d4c8d0
GM
59632007-09-06 Glenn Morris <rgm@gnu.org>
5964
b3e755a9 5965 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
5966 commands to use ../../info.
5967 * Makefile.in (infodir): Go up one more level.
4638454b 5968 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
5969 (miscmanualdir): New.
5970 (dist): Use new variable miscmanualdir.
5971 * makefile.w32-in (infodir, texinputdir): Go up one more level.
5972 (usermanualdir): Change from ../man to ../emacs.
5973
1bb1f7d3
MR
59742007-08-30 Martin Rudalics <rudalics@gmx.at>
5975
5976 * commands.texi (Command Loop Info): Advise against changing
5977 most variables described here. Explain new variable
5978 last-repeatable-command.
5979
b8d4c8d0
GM
59802007-08-29 Glenn Morris <rgm@gnu.org>
5981
5982 * elisp.texi (EMACSVER): Increase to 23.0.50.
5983
59842007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5985
5986 * frames.texi (Basic Parameters): Add display-environment-variable
5987 and term-environment-variable.
5988
59892007-08-28 Juri Linkov <juri@jurta.org>
5990
5991 * display.texi (Image Formats, Other Image Types): Add SVG.
5992
59932007-08-28 Juri Linkov <juri@jurta.org>
5994
5995 * display.texi (Images): Move formats-related text to new node
5996 "Image Formats".
5997 (Image Formats): New node.
5998
619fb9ee
RS
59992007-08-27 Richard Stallman <rms@gnu.org>
6000
6001 * windows.texi (Window Configurations): Clarify what
6002 a window configuration saves.
6003
b8d4c8d0
GM
60042007-08-25 Richard Stallman <rms@gnu.org>
6005
6006 * display.texi (Images): Delete redundant @findex.
6007
39f9da30
GM
60082007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6009
6010 * text.texi (Change Hooks): (after|before)-change-functions are no
6011 longer bound to nil while running; rather inhibit-modification-hooks
6012 is t.
6013
b8d4c8d0
GM
60142007-08-16 Richard Stallman <rms@gnu.org>
6015
5dcb4c4e
SM
6016 * processes.texi (Asynchronous Processes):
6017 Clarify doc of start-file-process.
b8d4c8d0
GM
6018
60192007-08-08 Martin Rudalics <rudalics@gmx.at>
6020
6021 * modes.texi (Example Major Modes): Fix typo.
6022
60232007-08-08 Glenn Morris <rgm@gnu.org>
6024
6025 * intro.texi (nil and t): Do not use `iff' in documentation.
6026
6027 * tips.texi (Documentation Tips): Recommend against `iff'.
6028
60292007-08-07 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * display.texi (Image Cache): Document image-refresh.
6032
60332007-08-06 Martin Rudalics <rudalics@gmx.at>
6034
6035 * windows.texi (Size of Window): Document window-full-width-p.
6036
60372007-07-25 Glenn Morris <rgm@gnu.org>
6038
6039 * gpl.texi (GPL): Replace license with GPLv3.
6040
6041 * Relicense all FSF files to GPLv3 or later.
6042
60432007-07-24 Michael Albinus <michael.albinus@gmx.de>
6044
4638454b
JB
6045 * processes.texi (Synchronous Processes):
6046 Add `process-file-shell-command'.
b8d4c8d0
GM
6047 (Asynchronous Processes): Mention restricted use of
6048 `process-filter' and `process-sentinel' in
6049 `start-file-process'. Add `start-file-process-shell-command'.
6050
60512007-07-17 Michael Albinus <michael.albinus@gmx.de>
6052
6053 * files.texi (Magic File Names): Introduce optional parameter
6054 IDENTIFICATION for `file-remote-p'.
6055
60562007-07-16 Richard Stallman <rms@gnu.org>
6057
6058 * display.texi (Defining Faces): Fix previous change.
6059
60602007-07-14 Richard Stallman <rms@gnu.org>
6061
6062 * control.texi (Handling Errors): Document `debug' in handler list.
6063
60642007-07-10 Richard Stallman <rms@gnu.org>
6065
6066 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6067
60682007-07-09 Richard Stallman <rms@gnu.org>
6069
6070 * files.texi (Magic File Names): Rewrite previous change.
6071
60722007-07-08 Michael Albinus <michael.albinus@gmx.de>
6073
6074 * files.texi (Magic File Names): Introduce optional parameter
6075 CONNECTED for `file-remote-p'.
6076
60772007-07-07 Michael Albinus <michael.albinus@gmx.de>
6078
6079 * processes.texi (Asynchronous Processes):
6080 * files.texi (Magic File Names): Add `start-file-process'.
6081
60822007-06-27 Richard Stallman <rms@gnu.org>
6083
5dcb4c4e
SM
6084 * files.texi (Format Conversion Piecemeal):
6085 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6086
60872007-06-27 Michael Albinus <michael.albinus@gmx.de>
6088
4638454b
JB
6089 * files.texi (Magic File Names): Remove `dired-call-process'.
6090 Add `process-file'.
b8d4c8d0
GM
6091
60922007-06-27 Kenichi Handa <handa@m17n.org>
6093
6094 * text.texi (Special Properties): Fix description about
4638454b 6095 `composition' property.
b8d4c8d0
GM
6096
60972007-06-26 Kenichi Handa <handa@m17n.org>
6098
6099 * nonascii.texi (Default Coding Systems): Document about the
6100 return value `undecided'.
6101
61022007-06-25 David Kastrup <dak@gnu.org>
6103
6104 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6105 `current-active-maps'.
6106
61072007-06-24 Karl Berry <karl@gnu.org>
6108
4638454b 6109 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
6110
61112007-06-15 Juanma Barranquero <lekktu@gmail.com>
6112
6113 * display.texi (Overlay Arrow): Doc fix.
6114
61152007-06-14 Karl Berry <karl@tug.org>
6116
6117 * anti.texi (Antinews): Typo.
6118
61192007-06-14 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * display.texi (Image Cache): Document image-refresh.
6122
61232007-06-12 Karl Berry <karl@gnu.org>
6124
6125 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6126 * two-volume.make: New file.
6127 * .cvsignore: Ignore two-volume files.
6128
61292007-06-12 Tom Tromey <tromey@redhat.com>
6130
6131 * os.texi (Init File): Document user-emacs-directory.
6132
61332007-06-03 Nick Roberts <nickrob@snap.net.nz>
6134
6135 * commands.texi (Click Events): Describe width and height when
6136 object is nil.
6137
61382007-05-30 Nick Roberts <nickrob@snap.net.nz>
6139
5dcb4c4e
SM
6140 * commands.texi (Click Events): Layout more logically.
6141 Describe width and height.
b8d4c8d0
GM
6142 (Drag Events, Motion Events): Update to new format for position.
6143
61442007-06-02 Richard Stallman <rms@gnu.org>
6145
6146 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6147
61482007-06-02 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * Version 22.1 released.
6151
61522007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * text.texi (Special Properties): Correct meaning of fontified face.
6155
61562007-05-30 Richard Stallman <rms@gnu.org>
6157
6158 * text.texi (Special Properties): Add link to Adjusting Point.
6159
61602007-05-12 Richard Stallman <rms@gnu.org>
6161
6162 * text.texi (Margins): indent-to-left-margin is not the default.
6163 (Mode-Specific Indent): For indent-line-function, the default
6164 is indent-relative.
6165
6166 * modes.texi (Example Major Modes): Explain last line of text-mode
6167 is redundant.
6168
61692007-05-10 Richard Stallman <rms@gnu.org>
6170
6171 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6172
6173 * help.texi (Keys in Documentation): Add reference to
6174 Documentation Tips.
6175
6176 * files.texi (Format Conversion): TO-FN gets three arguments.
6177
6178 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6179
61802007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6181
6182 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6183 * files.texi (Format Conversion): Expand intro; add menu.
6184 (Format Conversion Overview, Format Conversion Round-Trip)
6185 (Format Conversion Piecemeal): New nodes/subsections.
6186 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6187 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6188 (Saving Properties): Delete node/subsection.
6189
61902007-05-07 Karl Berry <karl@gnu.org>
6191
6192 * elisp.texi (EMACSVER): Back to 22.
6193
61942007-05-06 Richard Stallman <rms@gnu.org>
6195
6196 * processes.texi (Accepting Output): Revert most of previous change.
6197
61982007-05-05 Richard Stallman <rms@gnu.org>
6199
6200 * processes.texi (Accepting Output): accept-process-output
6201 uses microseconds, not milliseconds. But that arg is obsolete.
6202
62032007-05-04 Karl Berry <karl@tug.org>
6204
6205 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6206
62072007-05-04 Eli Zaretskii <eliz@gnu.org>
6208
6209 * tips.texi (Documentation Tips): Rearrange items to place the
6210 more important ones first. Add an index entry for hyperlinks.
6211
62122007-05-03 Karl Berry <karl@gnu.org>
6213
6214 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6215 (EMACSVER) [smallbook]: 22 for printed version.
6216
6217 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6218 so restore anchor to normal position after defun. Found by Kevin Ryde.
6219
62202007-04-26 Glenn Morris <rgm@gnu.org>
6221
6222 * elisp.texi (EMACSVER): Increase to 22.1.50.
6223
62242007-04-28 Karl Berry <karl@gnu.org>
6225
6226 * elisp.texi: Improve line breaks on copyright page,
6227 similar layout to emacs manual, 8.5x11 by default.
6228
62292007-04-24 Richard Stallman <rms@gnu.org>
6230
6231 * text.texi (Special Properties): Add xref to Overlay Properties.
6232
6233 * display.texi (Overlay Properties): Add xref to Special Properties.
6234
62352007-04-22 Richard Stallman <rms@gnu.org>
6236
6237 * keymaps.texi (Extended Menu Items): Move the info about
6238 format with cached keyboard binding.
6239
62402007-04-21 Richard Stallman <rms@gnu.org>
6241
6242 * text.texi (Special Properties): Clarify previous change.
6243
6244 * files.texi (File Name Expansion): Clarify previous change.
6245
6246 * display.texi (Attribute Functions): Fix example for
6247 face-attribute-relative-p.
6248
62492007-04-19 Kenichi Handa <handa@m17n.org>
6250
6251 * text.texi (Special Properties): Document composition property.
6252
62532007-04-19 Glenn Morris <rgm@gnu.org>
6254
6255 * files.texi (File Name Expansion): Mention "superroot".
6256
62572007-04-15 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6260 setups.
6261 (Display Feature Testing): Note that display refers to all
6262 physical monitors for multi-monitor setups.
6263
62642007-04-14 Richard Stallman <rms@gnu.org>
6265
6266 * lists.texi (Sets And Lists): Clarify `delete' examples.
6267 Remove spurious xref to same node.
6268 Clarify xref for add-to-list.
6269
62702007-04-12 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6273 value of lisp-mode-map.
6274
62752007-04-11 Karl Berry <karl@gnu.org>
6276
6277 * anti.texi (Antinews):
6278 * display.texi (Overlay Properties, Defining Images):
6279 * processes.texi (Synchronous Processes, Sentinels):
6280 * syntax.texi (Syntax Table Internals):
6281 * searching.texi (Regexp Special):
6282 * nonascii.texi (Default Coding Systems):
6283 * text.texi (Special Properties):
6284 * minibuf.texi (Basic Completion): Wording to improve breaks in
6285 8.5x11 format.
6286 * elisp.texi (smallbook): New @set to more easily switch between
6287 smallbook and 8.5x11.
6288
62892007-04-11 Richard Stallman <rms@gnu.org>
6290
6291 * text.texi (Lazy Properties): Minor fix.
6292
62932007-04-08 Karl Berry <karl@gnu.org>
6294
6295 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6296 * macros.texi (Backquote): Downcase Backquote in index entries for
6297 consistency.
6298
62992007-04-08 Richard Stallman <rms@gnu.org>
6300
6301 * text.texi (Adaptive Fill): Just describe default,
6302 don't show it (since it contains non-ASCII chars).
6303
63042007-04-07 Karl Berry <karl@gnu.org>
6305
6306 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6307 adaptive-fill-regexp's value, since they are not in the standard
6308 TeX fonts.
6309
63102007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6311
6312 * display.texi (Defining Faces): Fix example.
6313
63142007-04-07 Karl Berry <karl@gnu.org>
6315
6316 * display.texi (Button Buffer Commands): Improve page break.
6317
63182007-04-07 Richard Stallman <rms@gnu.org>
6319
6320 * advice.texi (Activation of Advice): Remove redundant index entry.
6321
6322 * backups.texi: Improve index entries. Remove redundant ones.
6323
6324 * compile.texi (Byte Compilation): Improve index entry.
6325
6326 * hash.texi (Creating Hash): Improve index entry.
6327
6328 * symbols.texi (Definitions): Improve index entry.
6329
6330 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6331
6332 * maps.texi (Standard Keymaps): Remove useless index entry.
6333
6334 * help.texi (Documentation Basics): Remove redundant index entries.
6335
6336 * customize.texi: Improve index entries.
6337 Remove redundant/useless ones.
6338
6339 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6340
6341 * streams.texi (Output Variables): Improve index entry.
6342
6343 * abbrevs.texi (Abbrevs): Remove useless index entry.
6344
6345 * macros.texi (Expansion): Remove useless index entry.
6346
6347 * text.texi: Improve index entries. Remove redundant/useless ones.
6348 (Text Properties, Examining Properties)
6349 (Special Properties): Use "property category" instead of "category"
6350 to refer to the `category' property.
6351
6352 * positions.texi: Improve index entries. Remove useless one.
6353
6354 * lists.texi: Improve index entries. Remove redundant/useless ones.
6355
6356 * os.texi: Improve index entries.
6357 (Timers): Fix previous change.
6358
6359 * buffers.texi: Improve index entries.
6360 (Modification Time): Get rid of term "obsolete buffer".
6361
6362 * debugging.texi: Improve index entries.
6363 (Test Coverage): Add xref to other test coverage ftr.
6364
6365 * eval.texi: Improve index entry. Remove redundant ones.
6366
6367 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6368
6369 * files.texi: Improve index entries. Remove redundant/useless ones.
6370
6371 * objects.texi: Improve index entries.
6372
6373 * processes.texi: Improve index entries.
6374
6375 * modes.texi: Improve index entry. Remove redundant one.
6376
6377 * nonascii.texi: Improve index entries.
6378
6379 * internals.texi: Improve index entries.
6380
6381 * syntax.texi: Improve index entries.
6382
6383 * keymaps.texi (Active Keymaps): Improve index entries.
6384
6385 * commands.texi: Improve index entries. Remove redundant/useless ones.
6386
6387 * frames.texi: Improve index entries. Remove redundant/useless ones.
6388
6389 * markers.texi: Improve index entries. Remove redundant ones.
6390
6391 * tips.texi: Improve index entries.
6392
6393 * loading.texi (Unloading): Improve index entry.
6394
6395 * variables.texi: Improve index entries. Remove redundant one.
6396
6397 * sequences.texi: Improve index entry.
6398
6399 * display.texi: Improve index entries. Remove redundant ones.
6400
6401 * windows.texi: Improve index entries.
6402
6403 * searching.texi: Improve index entries. Remove redundant one.
6404
6405 * strings.texi (Case Tables): Improve last change.
6406
64072007-04-04 Chong Yidong <cyd@stupidchicken.com>
6408
6409 * strings.texi (Case Tables): Document with-case-table and
6410 ascii-case-table.
6411
64122007-04-03 Karl Berry <karl@gnu.org>
6413
6414 * processes.texi (Network): Reword to improve page break.
6415
64162007-04-03 Eli Zaretskii <eliz@gnu.org>
6417
6418 * functions.texi (Inline Functions): Describe more disadvantages
6419 of defsubst, and make advice against it stronger.
6420
64212007-04-02 Karl Berry <karl@gnu.org>
6422
6423 * backups.texi (Backup Names): Avoid widow words.
6424 * modes.texi (Example Major Modes): Align last comment.
6425
64262007-04-01 Chong Yidong <cyd@stupidchicken.com>
6427
6428 * keymaps.texi (Remapping Commands): Document new arg to
6429 command-remapping.
6430
64312007-04-01 Karl Berry <karl@gnu.org>
6432
6433 * processes.texi (Low-Level Network): Typo.
6434 * loading.texi (Hooks for Loading): Avoid double "the".
6435 * keymaps.texi (Key Sequences): No double "and".
6436 (Changing Key Bindings): Shorten to improve line break.
6437
64382007-03-31 Glenn Morris <rgm@gnu.org>
6439
6440 * os.texi (Timers): Fix description of run-at-time TIME formats.
6441
64422007-03-31 Richard Stallman <rms@gnu.org>
6443
6444 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6445 regarding ellipsis.
6446
64472007-03-31 Eli Zaretskii <eliz@gnu.org>
6448
6449 * intro.texi (nil and t):
6450 * symbols.texi (Plists and Alists):
6451 * variables.texi (Variable Aliases, Constant Variables):
6452 * functions.texi (Defining Functions):
6453 * advice.texi (Advising Primitives):
6454 * debugging.texi (Syntax Errors, Compilation Errors):
6455 * minibuf.texi (Minibuffer Windows):
6456 * commands.texi (Adjusting Point):
6457 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6458 (Auto Major Mode, Major Mode Conventions):
6459 * help.texi (Describing Characters):
6460 * files.texi (Create/Delete Dirs, Information about Files)
6461 (File Locks, Writing to Files, Reading from Files)
6462 (Saving Buffers):
6463 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6464 * frames.texi (Finding All Frames):
6465 * positions.texi (Buffer End, Motion):
6466 * markers.texi (The Region):
6467 * text.texi (Deletion, Near Point):
6468 * display.texi (Displaying Messages, Truncation):
6469 * os.texi (Processor Run Time):
6470 * tips.texi (Key Binding Conventions, Programming Tips)
6471 (Warning Tips, Documentation Tips, Comment Tips):
6472 * internals.texi (Memory Usage): Improve indexing.
6473
6474 * variables.texi (Frame-Local Variables):
6475 * functions.texi (Argument List):
6476 * loading.texi (Library Search):
6477 * streams.texi (Output Variables):
6478 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6479 * searching.texi (Replacing Match, Search and Replace):
6480 * processes.texi (Byte Packing, Decoding Output)
6481 (Accepting Output, Network Servers, Shell Arguments):
6482 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6483 * windows.texi (Window Point, Window Start):
6484 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6485 * commands.texi (Reading Input, Keyboard Events):
6486 * minibuf.texi (Reading File Names, Minibuffer Completion)
6487 (Recursive Mini):
6488 * positions.texi (List Motion):
6489 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6490 * numbers.texi (Arithmetic Operations, Math Functions)
6491 (Predicates on Numbers, Comparison of Numbers):
6492 (Numeric Conversions):
6493 * locals.texi (Standard Buffer-Local Variables):
6494 * maps.texi (Standard Keymaps):
6495 * os.texi (User Identification, System Environment, Recording Input)
6496 (X11 Keysyms):
6497 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6498 * backups.texi (Backups and Auto-Saving):
6499 * customize.texi (Customization, Group Definitions)
6500 (Variable Definitions):
6501 * compile.texi (Byte Compilation): Improve index entries.
6502
65032007-03-31 Karl Berry <karl@gnu.org>
6504
6505 * macros.texi (Defining Macros): Avoid widow syllable.
6506
65072007-03-31 Eli Zaretskii <eliz@gnu.org>
6508
6509 * elisp.texi (Top): Postscript -> PostScript.
6510
6511 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6512
65132007-03-31 Markus Triska <markus.triska@gmx.at>
6514
6515 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6516
65172007-03-30 Karl Berry <karl@gnu.org>
6518
6519 * lists.texi (List-related Predicates): Remove spurious @need.
6520 (Setcdr): Use @smallexample to improve page break.
6521 (Association Lists) <assoc>: Reword to improve page break.
6522
6523 * strings.texi (String Conversion): Insert blank line to improve
6524 page break.
6525
6526 * numbers.texi (Random Numbers): Use @minus{}.
6527 (Math Functions): Use @minus{}.
6528
6529 * intro.texi (Acknowledgements): Avoid line breaks before middle
6530 initials.
6531
65322007-03-24 Eli Zaretskii <eliz@gnu.org>
6533
6534 * errors.texi (Standard Errors): Add an index entry.
6535
65362007-03-19 Richard Stallman <rms@gnu.org>
6537
6538 * os.texi (Recording Input): recent-keys now gives 300 keys.
6539
65402007-03-12 Glenn Morris <rgm@gnu.org>
6541
6542 * os.texi: Replace "daylight savings" with "daylight saving"
6543 throughout.
6544
65452007-03-05 Richard Stallman <rms@gnu.org>
6546
5dcb4c4e
SM
6547 * variables.texi (File Local Variables):
6548 Update enable-local-variables values.
b8d4c8d0
GM
6549
65502007-03-04 Richard Stallman <rms@gnu.org>
6551
6552 * syntax.texi (Control Parsing): Minor clarification.
6553
6554 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6555
6556 * sequences.texi (Sequence Functions): Move string-bytes away,
6557 add xref.
6558
6559 * nonascii.texi (Text Representations): Move string-bytes here.
6560
6561 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6562
6563 * minibuf.texi (Basic Completion): Minor clarification.
6564
6565 * markers.texi (The Mark): Clarify existence vs activation of mark.
6566 Other cleanup.
6567
6568 * display.texi (Finding Overlays): Write better example.
6569
6570 * compile.texi (Eval During Compile): Clarify putting macros
6571 in eval-when-compile.
6572
c5602427 65732007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
6574
6575 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6576 load-read-function definition doc.
b8d4c8d0
GM
6577
65782007-02-21 Kim F. Storm <storm@cua.dk>
6579
6580 * strings.texi (Text Comparison): Mention that assoc-string
6581 converts symbols to strings before testing.
6582
65832007-02-17 Kim F. Storm <storm@cua.dk>
6584
6585 * processes.texi (Bindat Spec): Vector types can have optional
6586 element type.
6587 (Bindat Examples): Fix example. Add vector with element type.
6588
65892007-02-16 Andreas Schwab <schwab@suse.de>
6590
6591 * strings.texi (Formatting Strings): Document '+' flag.
6592
65932007-02-15 Juanma Barranquero <lekktu@gmail.com>
6594
6595 * strings.texi (Modifying Strings): Clarify that `clear-string'
6596 always converts the string to unibyte.
6597
65982007-02-14 Kim F. Storm <storm@cua.dk>
6599
6600 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6601 Rewrite glyph code description to refer to these functions.
6602 Remove details of encoding face number and char into integer code.
6603
66042007-02-03 Alan Mackenzie <acm@muc.de>
6605
6606 * loading.texi (Hooks for Loading): Make the description of
6607 `eval-after-load' more detailed, and amend the description of
6608 after-load-alist, in accordance with changes from 2006-05.
6609
66102007-02-03 Chong Yidong <cyd@stupidchicken.com>
6611
6612 * modes.texi (Defining Minor Modes): Document that a :require
6613 keyword or similar may be required to make saved customization
6614 variables work.
6615
66162007-02-03 Eli Zaretskii <eliz@gnu.org>
6617
6618 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6619 Texinfo guidelines and with what texnfo-upd.el expects.
6620 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6621 parts needed by `texinfo-multiple-files-update'.
6622
66232007-02-02 Eli Zaretskii <eliz@gnu.org>
6624
6625 * elisp.texi (Top): Update the top-level menus.
6626
6627 * syntax.texi (Categories): Add index entries.
6628
66292007-02-01 Juanma Barranquero <lekktu@gmail.com>
6630
6631 * display.texi (Attribute Functions): Fix name and description of
6632 the UNDERLINE arg of `set-face-underline-p'.
6633
66342007-01-29 Eli Zaretskii <eliz@gnu.org>
6635
6636 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6637 Variables", and "Standard Keymaps" to the detailed menu.
6638
6639 * variables.texi (Future Local Variables): Add index entry.
6640
66412007-01-28 Richard Stallman <rms@gnu.org>
6642
6643 * tips.texi (Coding Conventions): Clarify the tip about macros
6644 that define a function or a variable.
6645
6646 * files.texi (File Attributes): UID and GID can be floats.
6647 (Magic File Names): Explain why deferring all operations to
6648 the standard handler does not work.
6649
66502007-01-23 Martin Rudalics <rudalics@gmx.at>
6651
6652 * backups.texi (Reverting): Use "buffer" instead of "file"
6653 when talking about major and minor modes.
6654
66552007-01-21 Richard Stallman <rms@gnu.org>
6656
6657 * help.texi (Documentation): Add xref to Documentation Tips.
6658
66592007-01-14 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * tips.texi (Coding Conventions): Fix typos.
6662
66632007-01-05 Richard Stallman <rms@gnu.org>
6664
6665 * modes.texi (Defining Minor Modes): Fix previous change.
6666
66672007-01-03 Richard Stallman <rms@gnu.org>
6668
6669 * customize.texi (Variable Definitions, Customization Types):
6670 Don't use * in doc string for defcustom.
6671
66722007-01-02 Richard Stallman <rms@gnu.org>
6673
6674 * variables.texi (Variable Aliases): Clarify that aliases vars
6675 always have the same value.
6676
6677 * processes.texi (Bindat Spec): Fix Texinfo usage.
6678
6679 * modes.texi (Defining Minor Modes): Explain effect of command
6680 defined with define-global-minor-mode on new buffers.
6681
66822006-12-30 Kim F. Storm <storm@cua.dk>
6683
6684 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6685 `auto-resize-tool-bars'.
6686
66872006-12-30 Richard Stallman <rms@gnu.org>
6688
6689 * keymaps.texi (Active Keymaps): Fix previous change.
6690
66912006-12-30 Nick Roberts <nickrob@snap.net.nz>
6692
6693 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6694
66952006-12-30 Kim F. Storm <storm@cua.dk>
6696
6697 * processes.texi (Bindat Spec): Clarify using field names in
6698 length specifications.
6699
67002006-12-29 Kim F. Storm <storm@cua.dk>
6701
6702 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6703 Add count and index variables for eval forms in repeat blocks.
6704
67052006-12-24 Richard Stallman <rms@gnu.org>
6706
5dcb4c4e
SM
6707 * customize.texi (Variable Definitions):
6708 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6709
67102006-12-19 Kim F. Storm <storm@cua.dk>
6711
6712 * commands.texi (Misc Events): User signals now result in sigusr1
6713 and sigusr2 events which are handled through special-event-map.
6714 (Special Events): User signals and drag-n-drop are special.
6715
67162006-12-17 Richard Stallman <rms@gnu.org>
6717
6718 * loading.texi (Named Features): Explain subfeatures better.
6719
6720 * customize.texi: Use "option" only for user options.
6721 For the keyword values inside defcustom etc, say "keywords".
6722 For :options value's elements, say "elements".
6723 :group should not be omitted.
6724
6725 * syntax.texi (Parsing Expressions): Split up node.
6726 (Motion via Parsing, Position Parse, Parser State)
6727 (Low-Level Parsing, Control Parsing): New subnodes.
6728 (Parser State): Document syntax-ppss-toplevel-pos.
6729
6730 * positions.texi (List Motion): Punctuation fix.
6731
6732 * files.texi (File Name Completion): Document PREDICATE arg
6733 to file-name-completion.
6734
67352006-12-16 Eli Zaretskii <eliz@gnu.org>
6736
6737 * internals.texi (Building Emacs, Writing Emacs Primitives):
6738 Add index entries.
6739
67402006-12-11 Richard Stallman <rms@gnu.org>
6741
6742 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6743 affects face menu. Explain how to make it non-nil without enabling
6744 any fontification.
6745
67462006-12-10 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * modes.texi (Font Lock Basics): Document nil value of
6749 font-lock-defaults.
6750
67512006-12-10 Glenn Morris <rgm@gnu.org>
6752
6753 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
6754 value for system-flag argument. Abbrev tables may not be empty
6755 when major modes are loaded.
6756
67572006-12-08 Juanma Barranquero <lekktu@gmail.com>
6758
6759 * makefile.w32-in (maintainer-clean): Partially revert last
6760 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
6761 to protect elisp-covers.texi.
6762
67632006-12-07 Juanma Barranquero <lekktu@gmail.com>
6764
6765 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
6766 Don't remove elisp* info files; they are already deleted by the
6767 `clean' and `distclean' targets, and they are in the $(infodir)
6768 directory, not the current one.
6769
67702006-12-04 Kim F. Storm <storm@cua.dk>
6771
6772 * commands.texi (Misc Events): Update signal events.
6773 (Event Examples): Add signal example.
6774
67752006-11-29 Richard Stallman <rms@gnu.org>
6776
6777 * frames.texi (Visibility of Frames): Explain visible windows
6778 can be covered by others. Add xref for raise-frame.
6779
67802006-11-28 Richard Stallman <rms@gnu.org>
6781
6782 * searching.texi (Regexp Special): Update when ^ is special.
6783
67842006-11-27 Eli Zaretskii <eliz@gnu.org>
6785
6786 * customize.texi (Customization, Common Keywords)
6787 (Group Definitions, Variable Definitions, Composite Types)
6788 (Type Keywords, Customization Types): Add index entries for
6789 various customization keywords.
6790
67912006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
6794
c8763fb6 67952006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
6796
6797 * frames.texi (Window System Selections): Remove clipboard from
6798 description of selection-coding-system.
6799
68002006-11-06 Richard Stallman <rms@gnu.org>
6801
6802 * lists.texi (List Variables): Document COMPARE-FN.
6803
6804 * keymaps.texi: Avoid use of "binding" to mean a relation;
6805 use it only to refer to the meaning associated with a key.
6806 (Keymaps): Change menu node description.
6807
6808 * elisp.texi (Top): Change menu node description.
6809
6810 * display.texi (Managing Overlays): Document overlay-recenter.
6811
68122006-10-29 Chong Yidong <cyd@stupidchicken.com>
6813
6814 * Makefile.in: Use relative paths to avoid advertising filesystem
6815 contents during compilation.
6816
68172006-10-23 Kim F. Storm <storm@cua.dk>
6818
6819 * commands.texi (Event Input Misc): Update unread-command-events.
6820
68212006-10-23 Nick Roberts <nickrob@snap.net.nz>
6822
6823 * lists.texi (Sets And Lists): Fix typos.
6824
68252006-10-18 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * control.texi (Processing of Errors): Use @var for an argument,
6828 not @code.
6829
68302006-10-16 Richard Stallman <rms@gnu.org>
6831
6832 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
6833
6834 * keymaps.texi (Format of Keymaps): Show all the keymap element
6835 patterns that result from menu items.
6836 (Key Lookup): Minor cleanups.
6837
6838 * modes.texi (Precalculated Fontification): Don't say that
6839 not setting font-lock-defaults avoids loading font-lock.
6840
6841 * help.texi (Documentation): Move xref to Emacs Manual here.
6842 (Documentation Basics): From here.
6843 Also doc emacs-lisp-docstring-fill-column.
6844
6845 * elisp.texi: Update version and ISBN.
6846
6847 * commands.texi (Interactive Call): Clarify KEYS arg to
6848 call-interactively is a vector.
6849 (Command Loop Info): Delete anchor in this-command-keys.
6850 Add anchor in this-command-keys-vector.
6851 (Recursive Editing): Document how recursive-edit
6852 handles the current buffer.
6853
68542006-10-13 Chong Yidong <cyd@stupidchicken.com>
6855
6856 * frames.texi (Frame Titles): %c and %l are ignored in
6857 frame-title-format.
6858
68592006-10-11 Richard Stallman <rms@gnu.org>
6860
6861 * keymaps.texi (Key Sequences): Clarify use of kbd.
6862
68632006-10-10 Kim F. Storm <storm@cua.dk>
6864
6865 * lists.texi (Sets And Lists): Add memql.
6866
68672006-10-03 Richard Stallman <rms@gnu.org>
6868
6869 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
6870 Clarify :ascii: and :nonascii:.
6871
68722006-09-29 Juri Linkov <juri@jurta.org>
6873
6874 * modes.texi (%-Constructs): Reorder coding systems in the
6875 documentation of %z to the real order displayed in the modeline.
6876
68772006-09-25 Richard Stallman <rms@gnu.org>
6878
6879 * os.texi (Timers): Describe timer-max-repeats.
6880
68812006-09-25 Chong Yidong <cyd@stupidchicken.com>
6882
6883 * os.texi (Timers): Mention with-local-quit.
6884
68852006-09-24 Richard Stallman <rms@gnu.org>
6886
6887 * searching.texi (Searching and Matching): Mention property search.
6888
6889 * commands.texi (Command Loop Info): Explain how read-event affects
6890 this-command-keys.
6891
68922006-09-20 Richard Stallman <rms@gnu.org>
6893
6894 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
6895
6896 * windows.texi (Window Start): Minor cleanups.
6897
68982006-09-20 Kim F. Storm <storm@cua.dk>
6899
6900 * windows.texi (Window Start): pos-visible-in-window-p allows
6901 specifying t for position to mean "end of window".
6902 Add window-line-height.
6903
6904 * anti.texi (Antinews): Mention window-line-height.
6905
69062006-09-19 David Kastrup <dak@gnu.org>
6907
6908 * keymaps.texi (Searching Keymaps): Small clarification.
6909
69102006-09-18 Richard Stallman <rms@gnu.org>
6911
6912 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
6913 cause keyboard menus.
6914 (Menu Keymaps): Likewise.
6915 (Defining Menus, Keyboard Menus): Clarify.
6916
6917 * text.texi (Fields): Clarify explanation of constrain-to-field.
6918
69192006-09-16 Eli Zaretskii <eliz@gnu.org>
6920
6921 * variables.texi (Tips for Defining): Fix a typo.
6922
69232006-09-15 Richard Stallman <rms@gnu.org>
6924
6925 * keymaps.texi (Remapping Commands, Searching Keymaps)
6926 (Active Keymaps): Clean up previous change.
6927
69282006-09-15 Jay Belanger <belanger@truman.edu>
6929
6930 * gpl.texi: Replace "Library Public License" by "Lesser Public
6931 License" throughout.
6932
69332006-09-15 David Kastrup <dak@gnu.org>
6934
6935 * keymaps.texi (Active Keymaps): Adapt description to use
6936 `get-char-property' instead `get-text-property'. Explain how
6937 mouse events change this. Explain the new optional argument of
6938 `key-binding' and its mouse-dependent lookup.
6939 (Searching Keymaps): Adapt description similarly.
6940 (Remapping Commands): Explain the new optional argument of
6941 `command-remapping'.
6942
69432006-09-14 Richard Stallman <rms@gnu.org>
6944
6945 * keymaps.texi (Searching Keymaps): Clarification.
6946 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
6947
69482006-09-13 Richard Stallman <rms@gnu.org>
6949
6950 * objects.texi (Character Type): Node split.
6951 Add xref to Describing Characters.
6952 (Basic Char Syntax, General Escape Syntax)
6953 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
6954
69552006-09-11 Richard Stallman <rms@gnu.org>
6956
6957 * display.texi (Display Table Format): Wording clarification.
6958 (Glyphs): Clarifications.
6959
69602006-09-10 Chong Yidong <cyd@stupidchicken.com>
6961
6962 * keymaps.texi (Active Keymaps): Mention that key-binding checks
6963 local maps.
6964
69652006-09-10 Kim F. Storm <storm@cua.dk>
6966
6967 * display.texi (Forcing Redisplay): Document return value of
6968 function redisplay.
6969
69702006-09-09 Richard Stallman <rms@gnu.org>
6971
6972 * windows.texi (Window Hooks): Explain limits of
6973 window-scroll-functions.
6974
6975 * display.texi (Fringe Indicators): Update for last change in
6976 indicate-buffer-boundaries.
6977
69782006-09-08 Richard Stallman <rms@gnu.org>
6979
6980 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
6981
69822006-09-06 Kim F. Storm <storm@cua.dk>
6983
6984 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
6985
6986 * windows.texi (Window Start): Update pos-visible-in-window-p.
6987
69882006-09-04 Richard Stallman <rms@gnu.org>
6989
6990 * processes.texi (Accepting Output): Explain SECONDS=0 for
6991 accept-process-output.
6992
6993 * os.texi (Idle Timers): Explain why timer functions should not
6994 loop until (input-pending-p).
6995
69962006-09-02 Eli Zaretskii <eliz@gnu.org>
6997
6998 * makefile.w32-in (usermanualdir): New variable.
6999 (elisp.dvi): Use it.
7000
70012006-09-01 Eli Zaretskii <eliz@gnu.org>
7002
7003 * buffers.texi (Buffer Modification): Fix last change.
7004
70052006-09-01 Chong Yidong <cyd@stupidchicken.com>
7006
5dcb4c4e
SM
7007 * buffers.texi (Buffer Modification):
7008 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7009
70102006-08-31 Richard Stallman <rms@gnu.org>
7011
7012 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7013
70142006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7015
7016 * modes.texi (Syntactic Font Lock):
7017 Mention font-lock-syntactic-face-function
7018 instead of specific faces.
7019
70202006-08-29 Chong Yidong <cyd@stupidchicken.com>
7021
7022 * display.texi (Images): Add xrref to display-images-p.
7023
70242006-08-28 Kenichi Handa <handa@m17n.org>
7025
7026 * nonascii.texi (Lisp and Coding Systems): Fix description of
7027 detect-coding-region.
7028
70292006-08-27 Michael Olson <mwolson@gnu.org>
7030
7031 * processes.texi (Transaction Queues): Remove stray quote
7032 character.
7033
70342006-08-25 Richard Stallman <rms@gnu.org>
7035
7036 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7037 Add xref.
7038
70392006-08-24 Chong Yidong <cyd@stupidchicken.com>
7040
7041 * os.texi (Timers): Avoid waiting inside timers.
7042
70432006-08-21 Lute Kamstra <lute@gnu.org>
7044
7045 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7046
70472006-08-20 Richard Stallman <rms@gnu.org>
7048
7049 * os.texi (Idle Timers): New node, split out from Timers.
7050 Document current-idle-time.
7051 * commands.texi (Reading One Event): Update xref.
7052 * elisp.texi (Top): Update subnode menu.
7053
70542006-08-16 Richard Stallman <rms@gnu.org>
7055
7056 * keymaps.texi (Extended Menu Items): Show format of cached
7057 bindings in extended menu items.
7058
7059 * customize.texi (Variable Definitions): Explain when the
7060 standard value expression is evaluated.
7061
70622006-08-15 Chong Yidong <cyd@stupidchicken.com>
7063
7064 * commands.texi (Reading One Event): Explain idleness in
7065 `read-event'.
7066
70672006-08-12 Chong Yidong <cyd@stupidchicken.com>
7068
7069 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7070 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7071 relevant for Lisp programming.
7072 (Yank Commands): Rewrite introduction.
7073 (Undo): Clarify.
7074 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7075 (Filling): Remove redundant comment. Clarify return value of
7076 current-justification.
7077 (Margins): Minor clarifications.
7078 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7079 (Sorting): Update definition of sort-lines.
7080 (Columns): Clarify behavior of sort-columns.
7081 (Indent Tabs): Link to Tab Stops in Emacs manual.
7082 (Special Properties): Clarify.
7083 (Clickable Text): Mention Buttons package.
7084
70852006-08-12 Kevin Ryde <user42@zip.com.au>
7086
7087 * os.texi (Time Parsing): Add %z to description of
7088 format-time-string, as per docstring. Add cross reference to
7089 glibc manual for strftime.
7090
70912006-08-08 Richard Stallman <rms@gnu.org>
7092
7093 * modes.texi: Clean up wording in previous change.
7094
70952006-08-07 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * modes.texi (Hooks): Clarify.
7098 (Major Mode Basics): Mention define-derived-mode explicitly.
7099 (Major Mode Conventions): Rebinding RET is OK for some modes.
7100 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 7101 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
7102 (Mode Line Basics): Clarify.
7103 (Mode Line Data): Mention help-echo and local-map in strings.
7104 Explain reason for treatment of non-risky variables.
7105 (Properties in Mode): Clarify.
7106 (Faces for Font Lock): Add font-lock-negation-char-face.
7107
71082006-08-04 Eli Zaretskii <eliz@gnu.org>
7109
7110 * strings.texi (Formatting Strings): Warn against arbitrary
7111 strings as first arg to `format'.
7112
71132006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7114
7115 * text.texi (Clickable Text): Mention `help-echo' text property.
7116 Update intro, examples and associated explanations.
7117
71182006-07-31 Richard Stallman <rms@gnu.org>
7119
7120 * commands.texi: Update xrefs.
7121 (Event Mod): New node, cut out from old Translating Input.
7122
7123 * maps.texi: Update xrefs.
7124
7125 * keymaps.texi (Translation Keymaps): New node.
7126 Update xrefs from Translating Input to Translation Keymaps.
7127
7128 * elisp.texi (Top): Update subnode menu.
7129
7130 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7131
7132 * os.texi (System Interface): Fix menu descriptions of some nodes.
7133 (Translating Input): Node deleted.
7134
71352006-07-31 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7138
7139 * lists.texi (Sets And Lists): Likewise.
7140
71412006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7142
7143 * text.texi (Fields): Mention POS
7144 requirement when narrowing is in effect.
7145
71462006-07-28 Richard Stallman <rms@gnu.org>
7147
7148 * display.texi (Face Attributes): Simplify wording.
7149 (Attribute Functions): Clarify meaning of new-frame default
7150 attribute settings.
7151
7152 * customize.texi (Common Keywords): Document how to use
7153 :package-version in a package not in Emacs.
7154
71552006-07-28 Kim F. Storm <storm@cua.dk>
7156
7157 * commands.texi (Reading One Event): Fix last change.
7158
71592006-07-26 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * commands.texi (Reading One Event): Document SECONDS argument for
7162 read-event, read-char, and read-char-exclusive.
7163
71642006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7167 to ensure correct identification.
7168
71692006-07-24 Richard Stallman <rms@gnu.org>
7170
7171 * text.texi (Clickable Text): Clarify.
7172
7173 * sequences.texi (Vector Functions): Delete duplicate xref.
7174
7175 * objects.texi (Function Type): Clarify.
7176
7177 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7178 modes.
7179
7180 * lists.texi (List Variables): New node.
7181 Material moved from other nodes.
7182
7183 * variables.texi (Setting Variables): add-to-list and
7184 add-to-ordered-list moved to List Variables node.
7185
71862006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7187
7188 * text.texi (Links and Mouse-1):
7189 For mouse-on-link-p, expand on arg POS.
7190
71912006-07-21 Kim F. Storm <storm@cua.dk>
7192
7193 * display.texi (Forcing Redisplay): Don't mention systems which
7194 don't support sub-second timers for redisplay-preemption-period.
7195
7196 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7197
71982006-07-21 Eli Zaretskii <eliz@gnu.org>
7199
7200 * frames.texi (Input Focus): Document that focus-follows-mouse has
7201 no effect on MS-Windows.
7202
72032006-07-18 Richard Stallman <rms@gnu.org>
7204
7205 * display.texi (Forcing Redisplay): Cleanups in previous change.
7206
7207 * processes.texi (Low-Level Network): Make menu more convenient.
7208
72092006-07-18 Kim F. Storm <storm@cua.dk>
7210
7211 * display.texi (Forcing Redisplay): redisplay-preemption-period
7212 only used on window systems. Add xref to Terminal Output.
7213
7214 * os.texi (Terminal Output): baud-rate only controls preemption on
7215 non-window systems. Add xref to Forcing Redisplay.
7216
7217 * processes.texi (Low-Level Network): Rename node "Make Network"
7218 to "Network Processes".
7219
72202006-07-18 Karl Berry <karl@gnu.org>
7221
7222 * variables.texi, functions.texi, customize.texi, loading.texi:
7223 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7224
72252006-07-17 Chong Yidong <cyd@stupidchicken.com>
7226
7227 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7228
72292006-07-17 Richard Stallman <rms@gnu.org>
7230
7231 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7232 Put period and comma inside quotes.
7233
7234 * loading.texi, markers.texi: Use real doublequote inside menus.
7235
7236 * windows.texi: Put point and comma inside quotes.
7237 (Textual Scrolling): Use @samp for error message.
7238
7239 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7240 * strings.texi, streams.texi, processes.texi, os.texi:
7241 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7242 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7243 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7244 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7245 Put point and comma inside quotes.
7246
7247 * control.texi (Processing of Errors): Add command-error-function.
7248
7249 * variables.texi (File Local Variables): Clarify that
7250 file local variables make buffer-local bindings.
7251
7252 * modes.texi (Syntactic Font Lock): Give default for
7253 font-lock-syntax-table.
7254
72552006-07-17 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * text.texi (Special Properties): Clean up previous change.
7258
72592006-07-16 Karl Berry <karl@gnu.org>
7260
7261 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7262 * control.texi: Fix bad page breaks through chapter 10 (control).
7263
7264 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7265 underfull hbox.
7266
72672006-07-15 Nick Roberts <nickrob@snap.net.nz>
7268
7269 * text.texi (Special Properties): Describe fontified text property
7270 in relation to a character (not text).
7271
72722006-07-15 Kim F. Storm <storm@cua.dk>
7273
7274 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7275 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7276 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7277
7278 * anti.texi (Antinews): Mention redisplay function.
7279 The kbd macro existed, but was not documented, before 22.x.
7280 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7281
72822006-07-14 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * display.texi (Displaying Messages): Add anchor.
7285
7286 * frames.texi (Dialog Boxes): Use it.
7287
72882006-07-12 Richard Stallman <rms@gnu.org>
7289
7290 * objects.texi (Frame Type): Explain nature of frames better.
7291
7292 * frames.texi (Frames): Explain nature of frames better.
7293
72942006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7295
7296 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7297
72982006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7299
7300 * frames.texi (Window System Selections): Mention scrap support for Mac.
7301 Default value of x-select-enable-clipboard is t on Mac.
7302
7303 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7304
73052006-07-11 Kim F. Storm <storm@cua.dk>
7306
7307 * display.texi (Forcing Redisplay): Add `redisplay' function.
7308 Don't mention (sit-for -1) -- use (redisplay t) instead.
7309
7310 * commands.texi (Waiting): (sit-for -1) is no longer special.
7311 (sit-for 0) is equivalent to (redisplay).
7312 Iconifying/deiconifying no longer makes sit-for return.
7313
73142006-07-10 Nick Roberts <nickrob@snap.net.nz>
7315
7316 * display.texi (Buttons): Fix typo.
7317
7318 * index.texi, elisp.texi (New Symbols): Comment node out.
7319
73202006-07-09 Richard Stallman <rms@gnu.org>
7321
7322 * display.texi (Truncation): Clean up previous change.
7323
73242006-07-08 Richard Stallman <rms@gnu.org>
7325
7326 * commands.texi (Interactive Call): Use 3 as prefix in example
7327 for execute-extended-command.
7328
7329 * display.texi (Attribute Functions): Move paragraph about
7330 compatibility with Emacs < 21.
7331
73322006-07-09 Kim F. Storm <storm@cua.dk>
7333
7334 * display.texi (Refresh Screen): Clarify force-window-update.
7335 (Truncation): "Normally" indicated by fringe arrows.
7336
73372006-07-08 Eli Zaretskii <eliz@gnu.org>
7338
7339 * windows.texi (Textual Scrolling, Resizing Windows):
7340 * variables.texi (Constant Variables):
7341 * text.texi (Buffer Contents, Deletion, Changing Properties)
7342 (Property Search, Special Properties, Sticky Properties)
7343 (Links and Mouse-1, Fields, Change Hooks):
7344 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7345 (Categories):
7346 * symbols.texi (Other Plists):
7347 * streams.texi (Output Variables):
7348 * processes.texi (Input to Processes, Query Before Exit):
7349 * positions.texi (Word Motion, Text Lines, List Motion):
7350 * os.texi (Init File, System Environment, Sound Output)
7351 (Session Management):
7352 * nonascii.texi (Text Representations, Character Sets)
7353 (Chars and Bytes, Locales):
7354 * modes.texi (Defining Minor Modes, Header Lines):
7355 * minibuf.texi (Minibuffer Contents):
7356 * markers.texi (Information from Markers):
7357 * lists.texi (List Elements, Building Lists, Association Lists):
7358 * keymaps.texi (Tool Bar):
7359 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7360 * functions.texi (What Is a Function, Mapping Functions):
7361 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7362 (Color Names, Text Terminal Colors, Display Feature Testing):
7363 * files.texi (Visiting Functions, File Name Components)
7364 (Unique File Names, Contents of Directories):
7365 * display.texi (Forcing Redisplay, Displaying Messages)
7366 (Temporary Displays, Font Selection, Auto Faces)
7367 (Font Lookup, Fringe Indicators, Display Margins)
7368 (Image Descriptors, Showing Images, Image Cache, Button Types)
7369 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7370 (Display Table Format, Glyphs):
7371 * control.texi (Iteration):
7372 * commands.texi (Command Loop Info, Adjusting Point):
7373 * backups.texi (Making Backups, Auto-Saving):
7374 Remove @tindex entries.
7375
73762006-07-07 Kim F. Storm <storm@cua.dk>
7377
7378 * display.texi (Fringe Cursors): Fix typo.
7379 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7380 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7381
73822006-07-05 Richard Stallman <rms@gnu.org>
7383
7384 * text.texi (Buffer Contents): Add example of text props
7385 in result of buffer-substring.
7386 (Text Properties): Explain better about use of specific property names.
7387 (Property Search): Some cleanups; reorder some functions.
7388
7389 * keymaps.texi (Changing Key Bindings): Cleanup.
7390 Add xref to Key Binding Conventions.
7391
7392 * display.texi (Attribute Functions): Add examples for
7393 face-attribute-relative-p.
7394
7395 * tips.texi (Coding Conventions): Cleanup last change.
7396
73972006-07-05 Karl Berry <karl@gnu.org>
7398
7399 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7400 Remove @setchapternewpage odd.
7401 Result is 1013 pages, down from 1100.
7402
7403 * anti.texi, customize.texi, display.texi, internals.texi:
7404 * minibuf.texi, modes.texi, tips.texi:
7405 Fix overfull/underfull boxes.
7406
74072006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7408
7409 * edebug.texi (Instrumenting):
7410 Add Edebug-specific findex for eval-buffer.
7411 * loading.texi (Loading):
7412 Replace eval-current-buffer with eval-buffer.
7413
74142006-06-30 Nick Roberts <nickrob@snap.net.nz>
7415
7416 * locals.texi (Standard Buffer-Local Variables): Update the list
7417 of variables.
7418
74192006-06-26 Nick Roberts <nickrob@snap.net.nz>
7420
7421 * files.texi (File Name Completion): Point user to the node
7422 "Reading File Names".
7423
74242006-06-24 Eli Zaretskii <eliz@gnu.org>
7425
7426 * files.texi (Contents of Directories): Document case-insensitive
7427 behavior on respective filesystems.
7428
7429 * objects.texi (Character Type): Document that Emacs signals an
7430 error for unsupported Unicode characters specified as \uNNNN.
7431
74322006-06-19 Richard Stallman <rms@gnu.org>
7433
7434 * processes.texi (Bindat Spec): Clarify previous change.
7435
74362006-06-16 Richard Stallman <rms@gnu.org>
7437
7438 * tips.texi (Coding Conventions): Better explain conventions
7439 for definition constructs.
7440
7441 * text.texi (Special Properties): String value of `read-only'
7442 serves as the error message.
7443
7444 * objects.texi (Character Type): Clarify prev. change.
7445 (Non-ASCII in Strings): Mention \u and \U.
7446
7447 * commands.texi (Using Interactive): Explain problem of
7448 markers, etc., in command-history.
7449
74502006-06-14 Kim F. Storm <storm@cua.dk>
7451
7452 * commands.texi (Waiting): Negative arg to sit-for forces
7453 redisplay even if input is pending.
7454
7455 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7456 redisplay. Remove incorrect example of binding redisplay-dont-pause
7457 around (sit-for 0).
7458
74592006-06-13 Richard Stallman <rms@gnu.org>
7460
7461 * display.texi (Forcing Redisplay): Clarify previous change.
7462
74632006-06-13 Romain Francoise <romain@orebokech.com>
7464
7465 * display.texi (Forcing Redisplay): Fix typo.
7466
74672006-06-13 Kim F. Storm <storm@cua.dk>
7468
7469 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7470
74712006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7472
7473 * tips.texi (Coding Conventions): Add `@end itemize'.
7474
74752006-06-10 Richard Stallman <rms@gnu.org>
7476
7477 * tips.texi (Coding Conventions): Explain use of coding systems
7478 to ensure one decoding for strings.
7479
74802006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7481
7482 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7483 syntax.
7484
74852006-06-07 Eli Zaretskii <eliz@gnu.org>
7486
7487 * display.texi (Font Selection): Remove description of
7488 clear-face-cache.
7489
7490 * compile.texi (Eval During Compile): Fix a typo. Add index
7491 entries for possible uses of eval-when-compile.
7492
74932006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7494
7495 * display.texi (Abstract Display): Fix typo.
7496
74972006-06-03 Eli Zaretskii <eliz@gnu.org>
7498
7499 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7500 Reword variable's description.
7501
75022006-06-01 Richard Stallman <rms@gnu.org>
7503
7504 * windows.texi (Splitting Windows): Clarify splitting nonselected
7505 window.
7506
75072006-05-31 Juri Linkov <juri@jurta.org>
7508
7509 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7510
75112006-05-30 Richard Stallman <rms@gnu.org>
7512
7513 * display.texi (Line Height): Fix errors in description of
10d1d0af 7514 default line height and line-height property.
b8d4c8d0
GM
7515
7516 * nonascii.texi (Default Coding Systems): Further clarification.
7517
75182006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * internals.texi (Pure Storage): Mention that an overflow in pure
7521 space causes a memory leak.
7522 (Garbage Collection): If there was an overflow in pure space,
7523 `garbage-collect' returns nil.
7524
75252006-05-30 Eli Zaretskii <eliz@gnu.org>
7526
7527 * nonascii.texi (Default Coding Systems): Fix it some more.
7528
75292006-05-29 Eli Zaretskii <eliz@gnu.org>
7530
7531 * nonascii.texi (Default Coding Systems): Fix last change.
7532
75332006-05-29 Kenichi Handa <handa@m17n.org>
7534
7535 * nonascii.texi (find-operation-coding-system): Describe the new
7536 argument format (FILENAME . BUFFER).
7537
75382006-05-28 Richard Stallman <rms@gnu.org>
7539
7540 * tips.texi (Coding Conventions): Better explain reasons not to
7541 advise other packages or use `eval-after-load'.
7542
75432006-05-29 Kim F. Storm <storm@cua.dk>
7544
7545 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7546 `bindat-idx' and `bindat-raw' for clarity.
7547
75482006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7549
7550 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7551
7552 * display.texi (Display): Add "Abstract Display" to menu.
7553 (Abstract Display, Abstract Display Functions)
7554 (Abstract Display Example): New nodes.
7555 * elisp.texi (Top): Add "Abstract Display" to menu.
7556
75572006-05-27 Chong Yidong <cyd@stupidchicken.com>
7558
7559 * keymaps.texi (Key Sequences): Link to input events definition.
7560 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7561
7562 * files.texi (Changing Files): Document updated argument list for
7563 copy-file.
7564
75652006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7566
7567 * processes.texi (Bindat Functions): Explain term "total length".
7568 Use it in bindat-length and bindat-pack descriptions.
7569
75702006-05-26 Eli Zaretskii <eliz@gnu.org>
7571
7572 * tips.texi (Coding Conventions): Advise against using
7573 eval-after-load in packages. Add an index entry.
7574
75752006-05-25 Juri Linkov <juri@jurta.org>
7576
7577 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7578
7579 * modes.texi (%-Constructs): Add %e, %z, %Z.
7580
75812006-05-25 Richard Stallman <rms@gnu.org>
7582
7583 * elisp.texi (Top): Update subnode menu.
7584
7585 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7586 (Keymaps): Update menu.
7587
75882006-05-25 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * keymaps.texi (Key Sequences): Some clarifications.
7591
75922006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7593
7594 * processes.texi (Bindat Functions): Say "unibyte string"
7595 explicitly for bindat-unpack and bindat-pack descriptions.
7596 (Bindat Examples): Don't call `string-make-unibyte' in example.
7597
75982006-05-25 Chong Yidong <cyd@stupidchicken.com>
7599
5dcb4c4e 7600 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7601 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7602
7603 * keymaps.texi (Changing Key Bindings):
dd7b651b 7604 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7605 * help.texi (Describing Characters): Refer to it.
7606
76072006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * frames.texi (Pointer Shape): @end table -> @end defvar.
7610
76112006-05-22 Richard Stallman <rms@gnu.org>
7612
7613 * elisp.texi (Top): Update subnode menus.
7614
7615 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7616 Contents rewritten; material from old Pointer Shape node moved here.
7617
7618 * display.texi (Pointer Shape): Node deleted.
7619 (Image Descriptors): Minor cleanup.
7620
76212006-05-21 Richard Stallman <rms@gnu.org>
7622
7623 * syntax.texi (Parsing Expressions): Update info on which STATE
7624 elements are ignored.
7625
76262006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7627
7628 * hooks.texi (Standard Hooks): Correct typo.
7629
7630 * gpl.texi (GPL): ifinfo -> ifnottex.
7631
76322006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7633
7634 * searching.texi (Simple Match Data): Warn about match data being
7635 set anew by every search.
7636
76372006-05-17 Richard Stallman <rms@gnu.org>
7638
7639 * minibuf.texi (Minibuffer History): Clarify.
7640
7641 * searching.texi (Regexp Special): Clarify nested regexp warning.
7642
76432006-05-16 Kim F. Storm <storm@cua.dk>
7644
7645 * minibuf.texi (Minibuffer History): Update add-to-history.
7646
76472006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7648
5dcb4c4e
SM
7649 * nonascii.texi (Explicit Encoding):
7650 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7651
76522006-05-14 Richard Stallman <rms@gnu.org>
7653
7654 * buffers.texi (Creating Buffers): Cleanup.
7655
7656 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7657
76582006-05-13 Eli Zaretskii <eliz@gnu.org>
7659
7660 * buffers.texi (Current Buffer): Document that with-temp-buffer
7661 disables undo.
7662
7663 * os.texi (Terminal-Specific): More accurate description of how
7664 Emacs searches for the terminal-specific libraries.
7665
76662006-05-12 Eli Zaretskii <eliz@gnu.org>
7667
7668 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7669 emacs-xtra to @inforef's.
7670
7671 * text.texi (Undo): Document that undo is turned off in buffers
7672 whose names begin with a space.
7673
7674 * buffers.texi (Buffer Names): Add index entries for buffers whose
7675 names begin with a space.
7676 (Creating Buffers): Document that undo is turned off in buffers
7677 whose names begin with a space.
7678
7679 * files.texi (Visiting Functions, Reading from Files)
7680 (Saving Buffers): Mention code and EOL conversions by file I/O
7681 primitives and subroutines.
7682
f4e90db0
SM
7683 * nonascii.texi (Lisp and Coding Systems):
7684 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7685
7686 * display.texi (Defining Faces): Mention `mac', and add an xref to
7687 where window-system is described.
7688
76892006-05-10 Richard Stallman <rms@gnu.org>
7690
7691 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7692
76932006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7694
7695 * variables.texi (File Local Variables): Recommend to quote lambda
7696 expressions in safe-local-variable property.
7697
76982006-05-09 Richard Stallman <rms@gnu.org>
7699
5dcb4c4e
SM
7700 * variables.texi (File Local Variables):
7701 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7702
77032006-05-07 Kim F. Storm <storm@cua.dk>
7704
7705 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7706 from add-to-history.
7707
77082006-05-07 Romain Francoise <romain@orebokech.com>
7709
7710 * commands.texi (Event Input Misc):
7711 * compile.texi (Eval During Compile):
7712 * internals.texi (Buffer Internals):
7713 * minibuf.texi (Initial Input):
7714 * nonascii.texi (Scanning Charsets):
7715 * numbers.texi (Comparison of Numbers):
7716 * windows.texi (Textual Scrolling, Vertical Scrolling):
7717 Fix various typos.
7718
77192006-05-06 Eli Zaretskii <eliz@gnu.org>
7720
7721 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7722 conditional xref's to either emacs or emacs-xtra, depending on
7723 @iftex/@ifnottex.
7724
7725 * minibuf.texi (Minibuffer History): Document add-to-history.
7726
77272006-05-05 Eli Zaretskii <eliz@gnu.org>
7728
7729 * internals.texi (Pure Storage): Mention the pure overflow message
7730 at startup.
7731
c8763fb6 77322006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7733
7734 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7735 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7736 search.
7737
77382006-05-01 Richard Stallman <rms@gnu.org>
7739
7740 * intro.texi (nil and t): Clarify.
7741
7742 * variables.texi (File Local Variables): Suggest using booleanp.
7743
77442006-05-01 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * objects.texi (Type Predicates): Fix typos.
7747
77482006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * intro.texi (nil and t): Add booleanp.
7751
7752 * objects.texi (Type Predicates): Add links for booleanp and
7753 string-or-null-p.
7754
77552006-04-29 Richard Stallman <rms@gnu.org>
7756
7757 * modes.texi (Multiline Font Lock): Rename from
7758 Multi line Font Lock Elements. Much clarification.
7759 (Font Lock Multiline, Region to Fontify): Much clarification.
7760
77612006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7762
7763 * variables.texi (File Local Variables): Remove the special case t for
7764 safe-local-variable.
7765
77662006-04-26 Richard Stallman <rms@gnu.org>
7767
7768 * syntax.texi (Parsing Expressions): Minor cleanup.
7769
77702006-04-18 Richard Stallman <rms@gnu.org>
7771
7772 * tips.texi (Coding Conventions): Explain when the package's
7773 prefix should appear later on (not at the start of the name).
7774
7775 * searching.texi (String Search): Clarify effect of NOERROR.
7776
7777 * modes.texi (Imenu): Clarify what special items do.
7778
7779 * hooks.texi (Standard Hooks): Delete text about old hook names.
7780
77812006-04-17 Romain Francoise <romain@orebokech.com>
7782
7783 * variables.texi (Local Variables): Update the default value of
7784 `max-specpdl-size'.
7785
77862006-04-15 Michael Olson <mwolson@gnu.org>
7787
7788 * processes.texi (Transaction Queues): Mention the new optional
7789 `delay-question' argument for `tq-enqueue'.
7790
77912006-04-13 Bill Wohler <wohler@newt.com>
7792
7793 * customize.texi (Common Keywords): Use dotted notation for
7794 :package-version value. Specify its values. Improve documentation
7795 for customize-package-emacs-version-alist.
7796
77972006-04-12 Bill Wohler <wohler@newt.com>
7798
7799 * customize.texi (Common Keywords): Move description of
7800 customize-package-emacs-version-alist to @defvar.
7801
78022006-04-10 Bill Wohler <wohler@newt.com>
7803
7804 * customize.texi (Common Keywords): Add :package-version.
7805
78062006-04-10 Kim F. Storm <storm@cua.dk>
7807
7808 * text.texi (Buffer Contents): Add NOPROPS arg to
7809 filter-buffer-substring.
7810
78112006-04-08 Kevin Ryde <user42@zip.com.au>
7812
7813 * os.texi (Command-Line Arguments): Update xref to emacs manual
7814 "Command Arguments" -> "Emacs Invocation", per change there.
7815
78162006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
7817
7818 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
7819 be on one line to help makeinfo not render two spaces after the dot.
7820
78212006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
7822
7823 * strings.texi (Predicates for Strings): Add string-or-null-p.
7824
78252006-03-28 Kim F. Storm <storm@cua.dk>
7826
7827 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
7828 remarks about systems that don't support fractional seconds.
7829
78302006-03-25 Karl Berry <karl@gnu.org>
7831
7832 * elisp.texi: Use @copyright{} instead of (C), and do not indent
7833 the year list.
7834
78352006-03-21 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * display.texi (Fringe Indicators): Fix typos.
7838
78392006-03-19 Luc Teirlinck <teirllm@auburn.edu>
7840
7841 * tips.texi (Documentation Tips): One can now also write `program'
7842 in front of a quoted symbol in a docstring to prevent making a
7843 hyperlink.
7844
78452006-03-19 Alan Mackenzie <acm@muc.de>
7846
7847 * text.texi (Special Properties): Clarify `fontified' property.
7848
78492006-03-16 Richard Stallman <rms@gnu.org>
7850
7851 * display.texi (Defining Images): Minor cleanup.
7852
78532006-03-16 Bill Wohler <wohler@newt.com>
7854
7855 * display.texi (Defining Images): In image-load-path-for-library,
7856 prefer user's images.
7857
78582006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
7861
78622006-03-15 Bill Wohler <wohler@newt.com>
7863
7864 * display.texi (Defining Images): Fix example in
7865 image-load-path-for-library by not recommending that one binds
7866 image-load-path. Just defvar it to placate compiler and only use
7867 it if previously defined.
7868
78692006-03-14 Bill Wohler <wohler@newt.com>
7870
7871 * display.texi (Defining Images): In image-load-path-for-library,
7872 always return list of directories. Update example.
7873
78742006-03-14 Alan Mackenzie <acm@muc.de>
7875
7876 * modes.texi: New node, "Region to Fontify" (for Font Lock).
7877 This describes font-lock-extend-region-function.
7878 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
7879 the new node "Region to Fontify".
7880
78812006-03-13 Richard Stallman <rms@gnu.org>
7882
7883 * display.texi (Invisible Text): The impossible position is
7884 now before the invisible text, not after.
7885 (Defining Images): Clean up last change.
7886
78872006-03-11 Bill Wohler <wohler@newt.com>
7888
7889 * display.texi (Defining Images): Add image-load-path-for-library.
7890
78912006-03-11 Luc Teirlinck <teirllm@auburn.edu>
7892
7893 * text.texi (Adaptive Fill): Fix Texinfo usage.
7894
7895 * strings.texi (Creating Strings): Fix Texinfo usage.
7896
7897 * searching.texi (Regexp Special): Use @samp for regular
7898 expressions that are not in Lisp syntax.
7899
79002006-03-08 Luc Teirlinck <teirllm@auburn.edu>
7901
7902 * searching.texi (Regexp Special): Put remark between parentheses
7903 to avoid misreading.
7904
79052006-03-07 Luc Teirlinck <teirllm@auburn.edu>
7906
7907 * searching.texi (Syntax of Regexps): More accurately describe
7908 which characters are special in which situations.
7909 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
7910 are not special. Describe in detail when `[' and `]' are special.
7911 (Regexp Backslash): Plenty of regexps with unbalanced square
7912 brackets are valid, so reword that statement.
7913
79142006-03-02 Kim F. Storm <storm@cua.dk>
7915
7916 * keymaps.texi (Tool Bar): Add tool-bar-border.
7917
79182006-02-28 Luc Teirlinck <teirllm@auburn.edu>
7919
7920 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
7921
79222006-02-27 Luc Teirlinck <teirllm@auburn.edu>
7923
7924 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
7925
7926 * files.texi (Locating Files): Suggest additional values for the
7927 SUFFIXES arg of `locate-file'. Update pxref.
7928
7929 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
7930 (How Programs Do Loading): Discuss the effects of Auto Compression
7931 mode on `load'.
7932 (Load Suffixes): New node.
7933 (Library Search): Delete description of `load-suffixes'; it was
7934 moved to "Load Suffixes".
7935 (Autoload, Named Features): Mention `load-suffixes'.
7936
79372006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7938
7939 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
7940
7941 * windows.texi (Window Tree): Fix typo.
7942
79432006-02-20 Kim F. Storm <storm@cua.dk>
7944
7945 * display.texi (Fringe Indicators): New section.
7946 Move indicate-empty-lines, indicate-buffer-boundaries, and
7947 default-indicate-buffer-boundaries here.
7948 Add fringe-indicator-alist and default-fringes-indicator-alist.
7949 Add list of logical fringe indicator symbols.
7950 Update list of standard bitmap names.
7951 (Fringe Cursors): New section.
7952 Move overflow-newline-into-fringe here.
7953 Add fringe-cursor-alist and default-fringes-cursor-alist.
7954 Add list of fringe cursor symbols.
7955
79562006-02-20 Juanma Barranquero <lekktu@gmail.com>
7957
7958 * commands.texi (Using Interactive): Fix reference to node
7959 "Minibuffers".
7960
79612006-02-19 Richard M. Stallman <rms@gnu.org>
7962
7963 * minibuf.texi (High-Level Completion):
7964 Add xref to read-input-method-name.
7965
7966 * files.texi (Relative File Names): Move file-relative-name here.
7967 (File Name Expansion): From here. Minor clarifications.
7968
7969 * commands.texi (Using Interactive): Add xrefs about reading input.
7970 Clarify remarks about that moving point and mark.
7971 Put string case before list case.
7972
c8763fb6 79732006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7974
7975 * display.texi (Other Display Specs, Image Descriptors):
7976 Revert erroneous changes. The previous description of
7977 image-descriptors as `(image . PROPS)' was correct.
7978
79792006-02-14 Richard M. Stallman <rms@gnu.org>
7980
7981 * variables.texi (File Local Variables): Clarifications.
7982
79832006-02-14 Juanma Barranquero <lekktu@gmail.com>
7984
7985 * variables.texi (File Local Variables): Use @code for a cons
7986 cell, not @var.
7987
79882006-02-13 Chong Yidong <cyd@stupidchicken.com>
7989
7990 * variables.texi (File Local Variables): Document new file local
7991 variable behavior.
7992
79932006-02-10 Kim F. Storm <storm@cua.dk>
7994
7995 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
7996
79972006-02-08 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * modes.texi (%-Constructs): Remove obsolete info about
8000 `global-mode-string'.
8001
80022006-02-07 Richard M. Stallman <rms@gnu.org>
8003
8004 * commands.texi (Prefix Command Arguments): Minor cleanup.
8005
8006 * display.texi: "Graphical display", not window system.
8007
8008 * functions.texi (What Is a Function): Fix xref.
8009
8010 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8011 (Changing Key Bindings): Clarify when remapping is better than
8012 substitute-key-definition.
8013
80142006-02-02 Richard M. Stallman <rms@gnu.org>
8015
8016 * minibuf.texi (Basic Completion): Completion alists are risky.
8017
8018 * keymaps.texi (Active Keymaps): Clarifications.
8019 (Searching Keymaps): New node.
8020 (Keymaps): Update menu.
8021
8022 * frames.texi (Layout Parameters): Minor clarification.
8023 (Drag and Drop): New node.
8024 (Frames): Update menu.
8025
80262006-01-29 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * display.texi (Other Display Specs, Image Descriptors):
8029 Image description is a list, not a cons cell.
8030
80312006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8032
8033 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8034 list is not necessarily a list).
8035
80362006-01-27 Eli Zaretskii <eliz@gnu.org>
8037
8038 * frames.texi (Layout Parameters): border-width and
8039 internal-border-width belong to the frame, not the window.
8040
80412006-01-19 Richard M. Stallman <rms@gnu.org>
8042
8043 * nonascii.texi (Translation of Characters): Search cmds use
8044 translation-table-for-input. Automatically made local.
8045
8046 * markers.texi (Overview of Markers): Count insertion type
8047 as one of a marker's attributes.
8048
8049 * keymaps.texi (Controlling Active Maps): New node, split out of
8050 Active Keymaps.
8051 (Keymaps): Menu updated.
8052 (Active Keymaps): Give pseudocode to explain how the active
8053 maps are searched. current-active-maps and key-binding moved here.
8054 (Functions for Key Lookup): current-active-maps and key-binding moved.
8055 Clarifications.
8056 (Searching the Keymaps): New subnode.
8057
8058 * elisp.texi (Top): Menu clarification.
8059
8060 * display.texi (Other Display Specs): Delete duplicate entry for
8061 just a string as display spec. Move text about recursive display
8062 specs on such a string.
8063
8064 * commands.texi (Key Sequence Input): Clarify.
8065 Move num-nonmacro-input-events out.
8066 (Reading One Event): num-nonmacro-input-events moved here.
8067
80682006-01-14 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * advice.texi (Simple Advice): Update example to fit argument
8071 change in previous-line.
8072
80732006-01-05 Richard M. Stallman <rms@gnu.org>
8074
8075 * markers.texi (The Mark): Fix in `mark'.
8076
80772006-01-04 Richard M. Stallman <rms@gnu.org>
8078
8079 * processes.texi (Misc Network, Make Network): Minor cleanups.
8080
80812006-01-04 Kim F. Storm <storm@cua.dk>
8082
8083 * processes.texi (Make Network): Add IPv6 addresses and handling.
8084 (Network Feature Testing): Mention (:family ipv6).
8085 (Misc Network): Add IPv6 formats to format-network-address.
8086
80872005-12-30 Richard M. Stallman <rms@gnu.org>
8088
8089 * text.texi (Changing Properties):
8090 Don't use return value of set-text-properties.
8091
80922005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8093
8094 * modes.texi (Mode Line Format): Correct typo in menu.
8095
80962005-12-29 Richard M. Stallman <rms@gnu.org>
8097
8098 * modes.texi (Mode Line Top): New node.
8099 (Mode Line Data): Some text moved to new node.
8100 Explain the data structure more concretely.
8101 (Mode Line Basics): Clarifications.
8102 (Mode Line Variables): Clarify intro paragraph.
8103 (%-Constructs): Clarify intro paragraph.
8104 (Mode Line Format): Update menu.
8105
81062005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8107
8108 * minibuf.texi (Basic Completion): Update lazy-completion-table
8109 examples for removal of ARGS argument.
8110
81112005-12-23 Richard M. Stallman <rms@gnu.org>
8112
8113 * text.texi (Undo): Restore some explanation from the version
8114 that was deleted.
8115
81162005-12-23 Eli Zaretskii <eliz@gnu.org>
8117
8118 * text.texi (Undo): Remove duplicate descriptions of `apply
8119 funname' and `apply delta' elements of the undo list.
8120
81212005-12-20 Richard M. Stallman <rms@gnu.org>
8122
8123 * help.texi (Help Functions): Update documentation of `apropos'.
8124
81252005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8126
8127 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8128 because it is confusing. If the :help-echo keyword is a function,
8129 it is not directly used as the :help-echo overlay property, as the
8130 xref seems to suggest (it does not take the appropriate args).
8131
81322005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8133
8134 * customize.texi (Common Keywords): Fix Texinfo usage.
8135 (Group Definitions, Variable Definitions): Update for new
8136 conventions for using `*' in docstrings.
8137
8138 * tips.texi (Documentation Tips): Update for new conventions for
8139 using `*' in docstrings.
8140
81412005-12-16 Richard M. Stallman <rms@gnu.org>
8142
8143 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8144
81452005-12-16 Juri Linkov <juri@jurta.org>
8146
8147 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8148
81492005-12-14 Romain Francoise <romain@orebokech.com>
8150
8151 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8152 Fix typo.
8153
81542005-12-11 Juri Linkov <juri@jurta.org>
8155
8156 * minibuf.texi (Completion Commands): Add mention of read-file-name
8157 for filename completion keymaps.
8158 (Reading File Names): Add mention of filename completion keymaps
8159 for read-file-name and xref to `Completion Commands'.
8160
81612005-12-10 Richard M. Stallman <rms@gnu.org>
8162
8163 * customize.texi (Common Keywords): State caveats for use of :tag.
8164
81652005-12-08 Richard M. Stallman <rms@gnu.org>
8166
8167 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8168 with xrefs and better explanation.
8169 (Completion Commands): Add the filename completion maps.
8170
8171 * objects.texi (Character Type): Clarify that \s is not space
8172 if a dash follows.
8173
81742005-12-05 Richard M. Stallman <rms@gnu.org>
8175
8176 * windows.texi (Resizing Windows): Delete preserve-before args.
8177
81782005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8181 in full keymaps, since the quirk has been fixed.
8182
81832005-12-03 Eli Zaretskii <eliz@gnu.org>
8184
5dcb4c4e
SM
8185 * hooks.texi (Standard Hooks): Add index entries.
8186 Mention `compilation-finish-functions'.
b8d4c8d0
GM
8187
81882005-11-27 Richard M. Stallman <rms@gnu.org>
8189
8190 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8191
81922005-11-21 Juri Linkov <juri@jurta.org>
8193
8194 * customize.texi (Common Keywords): Update links types
8195 custom-manual and url-link. Add link types emacs-library-link,
8196 file-link, function-link, variable-link, custom-group-link.
8197
81982005-11-20 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * display.texi: Revert 2005-11-20 change.
8201
82022005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8203
8204 * processes.texi (Bindat Functions):
8205 Say "third" to refer to zero-based index "2".
8206
82072005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8208
8209 * loading.texi (Library Search): Update the default value of
8210 `load-suffixes'.
8211
82122005-11-17 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * display.texi (Attribute Functions): Mention :ignore-defface.
8215
82162005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8219 (Minor Mode Conventions): Mention the use of a hook.
8220
82212005-11-06 Richard M. Stallman <rms@gnu.org>
8222
8223 * files.texi (Magic File Names): find-file-name-handler checks the
8224 `operations' property of the handler.
8225
82262005-11-03 Richard M. Stallman <rms@gnu.org>
8227
8228 * variables.texi (Frame-Local Variables): Small clarification.
8229
82302005-10-29 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * os.texi (Init File): Document ~/.emacs.d/init.el.
8233
82342005-10-29 Richard M. Stallman <rms@gnu.org>
8235
8236 * internals.texi (Garbage Collection): Document memory-full.
8237
82382005-10-28 Bill Wohler <wohler@newt.com>
8239
8240 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8241 for URLs.
8242
82432005-10-28 Richard M. Stallman <rms@gnu.org>
8244
8245 * minibuf.texi (Completion Commands): Clean up prev change.
8246
82472005-10-26 Kevin Ryde <user42@zip.com.au>
8248
8249 * compile.texi (Eval During Compile): Explain recommended uses
8250 of eval-when-compile and eval-and-compile.
8251
82522005-10-27 Masatake YAMATO <jet@gyve.org>
8253
8254 * minibuf.texi (Completion Commands):
8255 Write about new optional argument for `display-completion-list'.
8256
82572005-10-23 Richard M. Stallman <rms@gnu.org>
8258
8259 * display.texi (Overlay Arrow): Clarify about local bindings of
8260 overlay-arrow-position.
8261
82622005-10-22 Eli Zaretskii <eliz@gnu.org>
8263
8264 * internals.texi (Building Emacs): Fix last change.
8265
82662005-10-22 Richard M. Stallman <rms@gnu.org>
8267
8268 * internals.texi (Building Emacs): Document eval-at-startup.
8269
82702005-10-21 Richard M. Stallman <rms@gnu.org>
8271
8272 * loading.texi (Where Defined): load-history contains abs file names.
8273 symbol-file returns abs file names.
8274
82752005-10-19 Kim F. Storm <storm@cua.dk>
8276
8277 * display.texi (Showing Images): Add max-image-size integer value.
8278
82792005-10-18 Chong Yidong <cyd@stupidchicken.com>
8280
8281 * display.texi (Showing Images): Document max-image-size.
8282
82832005-10-17 Richard M. Stallman <rms@gnu.org>
8284
8285 * commands.texi (Quitting): Minor clarification.
8286
8287 * processes.texi (Sentinels): Clarify about output and quitting.
8288 (Filter Functions): Mention with-local-quit.
8289
82902005-10-17 Juri Linkov <juri@jurta.org>
8291
8292 * buffers.texi (Current Buffer):
8293 * commands.texi (Event Input Misc):
8294 * compile.texi (Eval During Compile, Compiler Errors):
8295 * customize.texi (Group Definitions):
8296 * display.texi (Progress, Defining Faces):
8297 * files.texi (Writing to Files):
8298 * modes.texi (Mode Hooks, Defining Minor Modes):
8299 * streams.texi (Output Functions):
8300 * syntax.texi (Syntax Table Functions):
8301 * text.texi (Change Hooks):
8302 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8303
8304 * commands.texi (Quitting): Replace arg `forms' with `body' in
8305 `with-local-quit'.
8306
8307 * positions.texi (Excursions): Replace arg `forms' with `body' in
8308 `save-excursion'.
8309
83102005-10-08 Kim F. Storm <storm@cua.dk>
8311
8312 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8313 Rename manual section accordingly.
8314
83152005-10-04 Kim F. Storm <storm@cua.dk>
8316
8317 * windows.texi (Window Split Tree): New section describing
8318 new function window-split-tree function.
8319
83202005-10-03 Nick Roberts <nickrob@snap.net.nz>
8321
8322 * display.texi (Fringe Size/Pos): Simplify and add detail.
8323
83242005-09-30 Romain Francoise <romain@orebokech.com>
8325
8326 * minibuf.texi (High-Level Completion): Explain that the prompt
8327 given to `read-buffer' should end with a colon and a space.
8328 Update usage examples.
8329
83302005-09-29 Juri Linkov <juri@jurta.org>
8331
8332 * display.texi (Displaying Messages): Rename argument name
8333 `string' to `format-string' in functions `message', `message-box',
8334 `message-or-box'.
8335
83362005-09-26 Chong Yidong <cyd@stupidchicken.com>
8337
8338 * errors.texi (Standard Errors): Correct xrefs.
8339
83402005-09-18 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * display.texi (Defining Images): Update documentation for
8343 `image-load-path'.
8344
83452005-09-17 Richard M. Stallman <rms@gnu.org>
8346
8347 * display.texi (Defining Images): Clean up previous change.
8348
83492005-09-16 Romain Francoise <romain@orebokech.com>
8350
8351 * elisp.texi: Specify GFDL version 1.2.
8352
8353 * doclicense.texi (GNU Free Documentation License): Update to
8354 version 1.2.
8355
83562005-09-15 Chong Yidong <cyd@stupidchicken.com>
8357
8358 * display.texi (Defining Images): Document `image-load-path'.
8359
83602005-09-15 Richard M. Stallman <rms@gnu.org>
8361
8362 * objects.texi (Printed Representation): Minor cleanup.
8363 (Box Diagrams): Minor fix.
8364 (Cons Cell Type): Move (...) index item here.
8365 (Box Diagrams): From here.
8366 (Array Type): Minor fix.
8367 (Type Predicates): Delete index "predicates".
8368 (Hash Table Type): Clarify xref.
8369 (Dotted Pair Notation): Minor fix.
8370
83712005-09-10 Chong Yidong <cyd@stupidchicken.com>
8372
8373 * files.texi (Saving Buffers): Fix typo.
8374
83752005-09-08 Richard M. Stallman <rms@gnu.org>
8376
8377 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8378
83792005-09-08 Chong Yidong <cyd@stupidchicken.com>
8380
8381 * locals.texi (Standard Buffer-Local Variables): Don't include
8382 mode variables for minor modes.
8383 Fix xrefs for buffer-display-count, buffer-display-table,
8384 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8385 enable-multibyte-characters, fill-column, header-line-format,
8386 left-fringe-width, left-margin, and right-fringe-width.
8387
8388 * hooks.texi (Standard Hooks): All hooks should conform to the
8389 standard naming convention now.
8390 Fix xref for `echo-area-clear-hook'.
8391
8392 * display.texi (Usual Display): Note that indicate-empty-lines and
8393 tab-width are buffer-local.
8394
8395 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8396
8397 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8398
8399 * nonascii.texi (Encoding and I/O): Note that
8400 buffer-file-coding-system is buffer-local.
8401
8402 * positions.texi (List Motion): Note that defun-prompt-regexp is
8403 buffer-local.
8404
8405 * text.texi (Auto Filling): Note that auto-fill-function is
8406 buffer-local.
8407 (Undo): Note that buffer-undo-list is buffer-local.
8408
5dcb4c4e
SM
8409 * windows.texi (Buffers and Windows):
8410 Document buffer-display-count.
b8d4c8d0
GM
8411
84122005-09-06 Richard M. Stallman <rms@gnu.org>
8413
8414 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8415 package prefix elsewhere than at the start of the name.
8416
84172005-09-03 Richard M. Stallman <rms@gnu.org>
8418
8419 * tips.texi (Programming Tips): Add conventions for minibuffer
8420 questions and prompts.
8421
84222005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8423
8424 * intro.texi (nil and t): Minor cleanup.
8425 Delete spurious mention of keyword symbols.
8426 (Evaluation Notation): Add index entry.
8427 (A Sample Function Description): Minor cleanup.
8428 (A Sample Variable Description): Not all vars can be set.
8429
84302005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8431
8432 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8433
8434 (Insertion): Document precise type of `insert-char' arg COUNT.
8435
84362005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * modes.texi (Other Font Lock Variables): Sync the default of
8439 font-lock-lines-before.
8440
84412005-08-31 Michael Albinus <michael.albinus@gmx.de>
8442
8443 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8444
84452005-08-29 Richard M. Stallman <rms@gnu.org>
8446
8447 * elisp.texi (Top): Update subnode menu.
8448
8449 * searching.texi (Searching and Matching): Move node.
8450 Rearrange contents and add overall explanation.
8451 (Searching and Case): Move node.
8452 (Searching and Matching): Update menu.
8453
84542005-08-27 Eli Zaretskii <eliz@gnu.org>
8455
8456 * os.texi (Startup Summary): Fix the description of the initial
8457 startup message display.
8458
84592005-08-25 Richard M. Stallman <rms@gnu.org>
8460
8461 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8462
84632005-08-25 Emilio C. Lopes <eclig@gmx.net>
8464
8465 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8466 `next-overlay-change' example.
8467
84682005-08-22 Juri Linkov <juri@jurta.org>
8469
8470 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8471 Fix invert-face. Fix args of face-background.
8472
8473 * display.texi (Standard Faces): Delete node.
8474 (Faces): Add xref to `(emacs)Standard Faces'.
8475 (Displaying Faces): Fix xref to `Standard Faces'.
8476
8477 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8478
84792005-08-20 Alan Mackenzie <acm@muc.de>
8480
8481 * buffers.texi (The Buffer List): Clarify the manipulation of the
8482 buffer list.
8483
84842005-08-14 Richard M. Stallman <rms@gnu.org>
8485
8486 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8487 a regexp.
8488
84892005-08-11 Richard M. Stallman <rms@gnu.org>
8490
8491 * elisp.texi (Top): Update subnode lists.
8492
8493 * display.texi (Inverse Video): Node deleted.
8494
8495 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8496 New nodes split out of Coding Conventions.
8497
8498 * searching.texi (Regular Expressions): Document re-builder.
8499
8500 * os.texi (Time Parsing): New node split out of Time Conversion.
8501
8502 * processes.texi (Misc Network, Network Feature Testing)
8503 (Network Options, Make Network): New nodes split out of
8504 Low-Level Network.
8505
85062005-08-09 Richard M. Stallman <rms@gnu.org>
8507
8508 * frames.texi (Geometry): New node, split from Size and Position.
8509 (Frame Parameters): Refer to Geometry.
8510
8511 * buffers.texi (The Buffer List): Fix xrefs.
8512
8513 * windows.texi (Splitting Windows): Fix xref.
8514
8515 * frames.texi (Layout Parameters): Add xref.
8516
8517 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8518
8519 * keymaps.texi (Menu Bar): Fix xref.
8520
8521 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8522
8523 * modes.texi (%-Constructs): Fix xref.
8524
8525 * frames.texi (Window Frame Parameters): Node split up.
8526 (Basic Parameters, Position Parameters, Size Parameters)
8527 (Layout Parameters, Buffer Parameters, Management Parameters)
8528 (Cursor Parameters, Color Parameters): New subnodes.
8529
85302005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8531
8532 * positions.texi (Screen Lines): Update xref for previous change
8533 in minibuf.texi.
8534
8535 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8536 change in minibuf.texi.
8537
85382005-08-09 Richard M. Stallman <rms@gnu.org>
8539
8540 * tips.texi (Coding Conventions): Minor cleanup.
8541
8542 * modes.texi (Defining Minor Modes): Explain when init-value
8543 can be non-nil.
8544
8545 * elisp.texi (Top): Update submenu for Minibuffer.
8546
8547 * minibuf.texi (Minibuffer Misc): Node split up.
8548 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8549 (Recursive Mini): New nodes split out from Minibuffer Misc.
8550 (Minibuffer Misc): Document max-mini-window-height.
8551
8552 * hash.texi (Defining Hash): Delete stray paren in example.
8553
8554 * display.texi (Echo Area Customization): Don't define
8555 max-mini-window-height here; xref instead.
8556
8557 * commands.texi (Event Input Misc): Update while-no-input.
8558
8559 * advice.texi (Advising Functions): Explain when to use advice
8560 and when to use a hook.
8561
85622005-07-30 Eli Zaretskii <eliz@gnu.org>
8563
8564 * makefile.w32-in (info): Don't run install-info.
8565 ($(infodir)/dir): New target, produced by running install-info.
8566
85672005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * modes.texi (Defining Minor Modes): The keyword for the initial
8570 value is :init-value, not :initial-value.
8571
85722005-07-23 Eli Zaretskii <eliz@gnu.org>
8573
8574 * loading.texi (Autoload): Make the `doctor' example be consistent
8575 with what's in current loaddefs.el. Describe the "fn" magic in
8576 the usage portion of the doc string.
8577
85782005-07-22 Richard M. Stallman <rms@gnu.org>
8579
8580 * internals.texi (Garbage Collection): Clarify previous change.
8581
85822005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8585
85862005-07-18 Juri Linkov <juri@jurta.org>
8587
8588 * commands.texi (Accessing Events):
8589 * frames.texi (Text Terminal Colors, Resources):
8590 * markers.texi (The Mark):
8591 * modes.texi (Defining Minor Modes):
8592 Delete duplicate duplicate words.
8593
85942005-07-16 Richard M. Stallman <rms@gnu.org>
8595
8596 * display.texi (Managing Overlays): Clarify make-overlay
8597 args for insertion types.
8598
85992005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8600
8601 * customize.texi (Variable Definitions):
8602 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8603 `standard-value' is a list too.
8604 (Defining New Types): Use @key{RET} instead of @key{ret}.
8605
86062005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8607
8608 * os.texi (Translating Input): Fix typo.
8609
86102005-07-08 Richard M. Stallman <rms@gnu.org>
8611
8612 * README: Update edition number and size estimate.
8613
8614 * elisp.texi (VERSION): Set to 2.9.
8615
86162005-07-07 Richard M. Stallman <rms@gnu.org>
8617
8618 * book-spine.texinfo: Update Emacs version.
8619
8620 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8621
86222005-07-06 Richard M. Stallman <rms@gnu.org>
8623
8624 * searching.texi (Regexp Search): Clarify what re-search-forward
8625 does when the search fails.
8626
86272005-07-05 Lute Kamstra <lute@gnu.org>
8628
8629 * Update FSF's address in GPL notices.
8630
8631 * doclicense.texi (GNU Free Documentation License):
8632 * gpl.texi (GPL):
8633 * tips.texi (Coding Conventions, Library Headers):
8634 * vol1.texi:
8635 * vol2.texi: Update FSF's address.
8636
86372005-07-04 Richard M. Stallman <rms@gnu.org>
8638
8639 * hooks.texi (Standard Hooks): Add occur-hook.
8640
86412005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8642
8643 * display.texi (The Echo Area): Correct menu.
8644
86452005-07-03 Richard M. Stallman <rms@gnu.org>
8646
8647 * elisp.texi (Top): Update subnode menu for Display.
8648
8649 * display.texi (Displaying Messages): New node, with most
8650 of what was in The Echo Area.
5dcb4c4e 8651 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8652 (Logging Messages): New node with new text.
8653 (Echo Area Customization): New node, the rest of what was
8654 in The Echo Area. Document message-truncate-lines with @defvar.
8655 (Display): Update menu.
8656
8657 * windows.texi (Textual Scrolling): Doc 3 values for
8658 scroll-preserve-screen-position.
8659
8660 * text.texi (Special Properties): Change hook functions
8661 should bind inhibit-modification-hooks around altering buffer text.
8662
8663 * keymaps.texi (Key Binding Commands): Call binding BINDING
8664 rather than DEFINITION.
8665
86662005-06-29 Juanma Barranquero <lekktu@gmail.com>
8667
8668 * variables.texi (Defining Variables): `user-variable-p' returns t
8669 for aliases of user options, nil for alias loops.
8670
86712005-06-28 Richard M. Stallman <rms@gnu.org>
8672
8673 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8674 make-keymap.
8675
86762005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8677
8678 * variables.texi (Setting Variables): Correct and clarify
8679 description of `add-to-ordered-list'.
8680
86812005-06-26 Richard M. Stallman <rms@gnu.org>
8682
8683 * display.texi (Faces): Minor cleanup.
8684
86852005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8686
8687 * display.texi (Faces): `facep' returns t for strings that are
8688 face names.
8689
86902005-06-25 Richard M. Stallman <rms@gnu.org>
8691
8692 * objects.texi (Equality Predicates): Clarify meaning of equal.
8693
8694 * windows.texi (Selecting Windows): save-selected-window
8695 and with-selected-window save and restore the current buffer.
8696
86972005-06-24 Richard M. Stallman <rms@gnu.org>
8698
8699 * numbers.texi (Float Basics): Explain how to test for NaN,
8700 and printing the sign of NaNs.
8701
87022005-06-24 Eli Zaretskii <eliz@gnu.org>
8703
8704 * makefile.w32-in (MAKEINFO): Use --force.
8705
87062005-06-23 Richard M. Stallman <rms@gnu.org>
8707
8708 * display.texi (Face Functions): Correct Texinfo usage.
8709
87102005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8711
8712 * lists.texi (Rings): `ring-elements' now returns the elements of
8713 RING in order.
8714
87152005-06-23 Juanma Barranquero <lekktu@gmail.com>
8716
8717 * markers.texi (The Mark): Texinfo usage fix.
8718
87192005-06-23 Kim F. Storm <storm@cua.dk>
8720
8721 * searching.texi (Entire Match Data): Remove evaporate option for
8722 match-data. Do not mention evaporate option for set-match-data.
8723
87242005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8725
8726 * display.texi (Face Functions): Mention face aliases.
8727
87282005-06-21 Richard M. Stallman <rms@gnu.org>
8729
8730 * anti.texi (Antinews): Texinfo usage fix.
8731
87322005-06-21 Karl Berry <karl@gnu.org>
8733
8734 * elisp.texi: Use @copying.
8735
8736 * elisp.texi: Put @summarycontents and @contents before the Top
8737 node, instead of the end of the file, so that the contents appear
8738 in the right place in the dvi/pdf output.
8739
87402005-06-21 Juri Linkov <juri@jurta.org>
8741
8742 * display.texi (Defining Faces): Add `customized-face'.
8743
87442005-06-20 Kim F. Storm <storm@cua.dk>
8745
8746 * variables.texi (Setting Variables): Any type of element can be
8747 given order in add-to-ordered-list. Compare elements with eq.
8748
8749 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
8750
87512005-06-20 Karl Berry <karl@gnu.org>
8752
8753 * syntax.texi (Syntax Flags): Make last column very slightly wider
8754 to avoid "generic comment" breaking on two lines and causing an
8755 underfull box.
8756
87572005-06-19 Luc Teirlinck <teirllm@auburn.edu>
8758
8759 * lists.texi (Rings): Various minor clarifications and corrections.
8760
87612005-06-18 Richard M. Stallman <rms@gnu.org>
8762
8763 * functions.texi (Obsolete Functions): Simplify.
8764
8765 * variables.texi (Variable Aliases): Simplify.
8766
8767 * anti.texi, backups.texi, compile.texi, customization.texi:
8768 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
8769 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
8770 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
8771 * variables.texi: Fix formatting ugliness.
8772
8773 * elisp.texi: Add links to Rings and Byte Packing.
8774 Update version and copyright years.
8775
8776 * minibuf.texi: Fix formatting ugliness.
8777 (Completion Commands): Move keymap vars to the end
8778 and vars completing-read binds to the top.
8779
87802005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8781
8782 * processes.texi: Fix typos.
8783 (Bindat Spec): Correct Texinfo error.
8784 (Byte Packing): Fix ungrammatical sentence.
8785
87862005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
8787
8788 * lists.texi (Rings): New node.
8789 (Lists): Add it to menu.
8790
8791 * processes.texi (Byte Packing): New node.
8792 (Processes): Add it to menu.
8793
87942005-06-17 Richard M. Stallman <rms@gnu.org>
8795
8796 * syntax.texi (Parsing Expressions): Fix texinfo usage.
8797
8798 * help.texi (Documentation Basics): Explain the xref to
8799 Documentation Tips.
8800
8801 * debugging.texi (Debugger Commands): Minor fix.
8802
88032005-06-16 Luc Teirlinck <teirllm@auburn.edu>
8804
8805 * edebug.texi (Instrumenting): Eliminate duplicate link.
8806 (Specification List): Replace references to "below", referring to
8807 a later node, with one @ref to that node.
8808
8809 * os.texi (Timers): Timers should save and restore the match data
8810 if they change it.
8811
8812 * debugging.texi (Debugger Commands): Mention that the Lisp
8813 debugger can not step through primitive functions.
8814
88152005-06-16 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * functions.texi (Obsolete Functions): Update argument names of
8818 `make-obsolete' and `define-obsolete-function-alias'.
8819
8820 * variables.texi (Variable Aliases): Update argument names of
8821 `defvaralias', `make-obsolete-variable' and
8822 `define-obsolete-variable-alias'.
8823
88242005-06-15 Kim F. Storm <storm@cua.dk>
8825
8826 * searching.texi (Entire Match Data): Rephrase warnings about
8827 evaporate arg to match-data and set-match-data.
8828
88292005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8830
8831 * elisp.texi (Top): Update detailed menu.
8832
8833 * edebug.texi (Edebug): Update menu.
8834 (Instrumenting): Update xrefs.
8835 (Edebug Execution Modes): Correct xref.
8836 (Jumping): Clarify description of `h' command.
8837 Eliminate redundant @ref.
8838 (Breaks): New node.
8839 (Breakpoints): Is now a subsubsection.
8840 (Global Break Condition): Mention `C-x X X'.
8841 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
8842 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
8843 (Edebug Display Update): Correct pxref.
8844 (Edebug and Macros): New node.
8845 (Instrumenting Macro Calls): Is now a subsubsection.
8846 Neither arg of `def-edebug-spec' is evaluated.
8847 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
8848 (Specification Examples): Fix typo.
8849
88502005-06-14 Lute Kamstra <lute@gnu.org>
8851
8852 * debugging.texi (Function Debugging): Primitives can break on
8853 entry too.
8854
88552005-06-14 Kim F. Storm <storm@cua.dk>
8856
8857 * variables.texi (Setting Variables): Add add-to-ordered-list.
8858
88592005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8860
8861 * syntax.texi (Parsing Expressions): Document aux functions and vars of
8862 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
8863
88642005-06-13 Lute Kamstra <lute@gnu.org>
8865
8866 * text.texi (Special Properties): Fix cross reference.
8867
88682005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8869
8870 * debugging.texi (Function Debugging): Delete mention of empty
8871 string argument to `cancel-debug-on-entry'. Delete inaccurate
8872 description of the return value of that command.
8873
88742005-06-11 Alan Mackenzie <acm@muc.de>
8875
8876 * text.texi (Adaptive Fill): Amplify the description of
8877 fill-context-prefix.
8878
88792005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8880
8881 * syntax.texi (Parsing Expressions): Fix Texinfo error.
8882
88832005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * syntax.texi (Parsing Expressions): Document syntax-ppss.
8886
88872005-06-10 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * debugging.texi (Error Debugging): Minor rewording.
8890 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
8891 is optional.
8892
88932005-06-10 Lute Kamstra <lute@gnu.org>
8894
8895 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
8896 (Top): Give it a title. Correct version number. Give the
8897 detailed node listing a more prominent header.
8898 * intro.texi: Don't set VERSION here a second time.
8899 Mention Emacs's version too.
8900 * anti.texi (Antinews): Use EMACSVER to refer to the current
8901 version of Emacs.
8902
89032005-06-09 Kim F. Storm <storm@cua.dk>
8904
8905 * searching.texi (Entire Match Data): Explain new `reseat' argument to
8906 match-data and set-match-data.
8907
89082005-06-08 Richard M. Stallman <rms@gnu.org>
8909
8910 * searching.texi (Entire Match Data): Clarify when match-data
8911 returns markers and when integers.
8912
8913 * display.texi (Defining Faces): Explain that face name should not
8914 end in `-face'.
8915
8916 * modes.texi (Mode Line Data): Minor cleanup.
8917 (Customizing Keywords): Node split out of Search-based Fontification.
8918 Add example of using font-lock-add-keywords from a hook.
8919 Clarify when MODE should be non-nil, and when nil.
8920
89212005-06-06 Richard M. Stallman <rms@gnu.org>
8922
8923 * modes.texi (Mode Line Data): Explain what happens when the car
8924 of a list is a void symbol.
8925 (Search-based Fontification): Explain MODE arg to
8926 font-lock-add-keywords and warn about calls from major modes.
8927
89282005-06-08 Juri Linkov <juri@jurta.org>
8929
8930 * display.texi (Standard Faces): Add `shadow' face.
8931
89322005-05-29 Luc Teirlinck <teirllm@auburn.edu>
8933
8934 * modes.texi (Major Mode Conventions): A derived mode only needs
8935 to put the call to the parent mode inside `delay-mode-hooks'.
8936
89372005-05-29 Richard M. Stallman <rms@gnu.org>
8938
8939 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
8940 new, and what that implies. Clarify.
8941
8942 * files.texi (Locating Files): Clean up the text.
8943
8944 * frames.texi (Window Frame Parameters): Document user-size.
8945 Shorten entry for top by referring to left.
8946
89472005-05-26 Richard M. Stallman <rms@gnu.org>
8948
8949 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
8950 is new, and what the implications are. Other clarifications.
8951
89522005-05-24 Richard M. Stallman <rms@gnu.org>
8953
8954 * frames.texi (Dialog Boxes): Minor fixes.
8955
89562005-05-25 Masatake YAMATO <jet@gyve.org>
8957
8958 * display.texi (Standard Faces): Write about `mode-line-highlight'.
8959
89602005-05-24 Luc Teirlinck <teirllm@auburn.edu>
8961
8962 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
8963 is optional.
8964
89652005-05-24 Nick Roberts <nickrob@snap.net.nz>
8966
10d1d0af 8967 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
8968
89692005-05-23 Lute Kamstra <lute@gnu.org>
8970
8971 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
8972 syntax-begin-function over font-lock-beginning-of-syntax-function.
8973
89742005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8975
8976 * minibuf.texi (Reading File Names): Update description of
8977 `read-directory-name'.
8978
8979 * modes.texi (Derived Modes): Clarify :group keyword.
8980
89812005-05-21 Eli Zaretskii <eliz@gnu.org>
8982
8983 * files.texi (Locating Files): New subsection.
8984 Describe locate-file and executable-find.
8985
89862005-05-21 Kevin Ryde <user42@zip.com.au>
8987
8988 * frames.texi (Initial Parameters): Update cross reference to
8989 "Emacs Invocation".
8990
89912005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8992
8993 * keymaps.texi (Active Keymaps): Add anchor.
8994
8995 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
8996 (Major Mode Conventions): Refer to `Auto Major Mode' in more
8997 appropriate place.
8998 (Derived Modes): Small clarifications.
8999 (Minor Mode Conventions, Keymaps and Minor Modes):
9000 Replace references to nodes with references to anchors.
9001 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9002 Clarify description of lists whose first element is an integer.
9003 (Mode Line Variables): Add anchor.
9004 (%-Constructs): Clarify description of integer after %.
9005 (Emulating Mode Line): Describe nil value for FACE.
9006
90072005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9008
9009 * modes.texi (Derived Modes): Correct references to non-existing
9010 variable standard-syntax-table.
9011
90122005-05-17 Lute Kamstra <lute@gnu.org>
9013
9014 * modes.texi (Defining Minor Modes): Mention the mode hook.
9015
90162005-05-15 Kim F. Storm <storm@cua.dk>
9017
9018 * processes.texi (Network): Remove open-network-stream-nowait.
9019 (Network Servers): Remove open-network-stream-server.
9020
90212005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9022
9023 * elisp.texi (Top): Update detailed menu.
9024
9025 * variables.texi: Reorder nodes.
9026 (Variables): Update menu.
9027 (File Local Variables): Do not refer to the `-*-' line as
9028 a "local variables list". Add pxref.
9029
90302005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9031
9032 * elisp.texi (Top): Update detailed menu for node changes.
9033
9034 * modes.texi (Modes): Update Menu.
9035 (Hooks): Move to beginning of chapter.
9036 Most minor modes run mode hooks too.
9037 `add-hook' can handle void hooks or hooks whose value is a single
9038 function.
9039 (Major Modes): Update Menu.
9040 (Major Mode Basics): New node, split off from `Major Modes'.
9041 (Major Mode Conventions): Correct xref. Explain how to handle
9042 auto-mode-alist if the major mode command has an autoload cookie.
9043 (Auto Major Mode): Major update. Add magic-mode-alist.
9044 (Derived Modes): Major update.
9045 (Mode Line Format): Update Menu.
9046 (Mode Line Basics): New node, split off from `Mode Line Format'.
9047
9048 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9049 for `magic autoload comment'. Add index entries and anchor.
9050
90512005-05-14 Richard M. Stallman <rms@gnu.org>
9052
9053 * tips.texi (Coding Conventions): Explain how important it is
9054 that just loading certain files not change Emacs behavior.
9055
9056 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9057
90582005-05-12 Lute Kamstra <lute@gnu.org>
9059
9060 * modes.texi (Generic Modes): Update.
9061 (Major Modes): Refer to node "Generic Modes".
9062
9063 * elisp.texi (Top): Update to the current structure of the manual.
9064 * processes.texi (Processes): Add menu description.
9065 * customize.texi (Customization): Add menu descriptions.
9066
90672005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9068
9069 * processes.texi (Signals to Processes)
9070 (Low-Level Network): Fix typos.
9071
90722005-05-11 Lute Kamstra <lute@gnu.org>
9073
9074 * elisp.texi (Top): Add some nodes from the chapter "Major and
9075 Minor Modes" to the detailed node listing.
9076
90772005-05-10 Richard M. Stallman <rms@gnu.org>
9078
9079 * keymaps.texi (Extended Menu Items): Menu item filter functions
9080 can be called at any time.
9081
90822005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9083
9084 * variables.texi (File Local Variables): `(hack-local-variables t)'
9085 now also checks whether a mode is specified in the local variables
9086 list.
9087
90882005-05-05 Kevin Ryde <user42@zip.com.au>
9089
9090 * display.texi (The Echo Area): Correct format function cross
9091 reference.
9092
90932005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9094
9095 * variables.texi (Variable Aliases): Change description of
9096 `define-obsolete-variable-alias'.
9097
9098 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9099 (Defining Functions): Add xref.
9100 (Obsolete Functions): New node.
9101 (Function Safety): Standardize capitalization of section title.
9102
9103 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9104 (Dialog Boxes): Complete description of `x-popup-dialog'.
9105
91062005-05-04 Richard M. Stallman <rms@gnu.org>
9107
9108 * commands.texi (Interactive Codes): Fix Texinfo usage.
9109 Document U more clearly.
9110
91112005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9112
9113 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9114 function and not a macro.
9115
9116 * frames.texi (Pop-Up Menus): Correct and clarify description of
9117 `x-popup-menu'.
9118 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9119
91202005-05-01 Richard M. Stallman <rms@gnu.org>
9121
9122 * edebug.texi (Checking Whether to Stop): Fix previous change.
9123
91242005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9125
9126 * display.texi: Fix typos and Texinfo usage.
9127
9128 * edebug.texi (Checking Whether to Stop): executing-macro ->
9129 executing-kbd-macro.
9130
91312005-05-01 Richard M. Stallman <rms@gnu.org>
9132
9133 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9134
91352005-04-30 Richard M. Stallman <rms@gnu.org>
9136
9137 * files.texi (Magic File Names): Document `operations' property.
9138
91392005-04-29 Lute Kamstra <lute@gnu.org>
9140
9141 * modes.texi (Generic Modes): New node.
9142 (Major Modes): Add it to the menu.
9143 (Derived Modes): Add "derived mode" to concept index.
9144
91452005-04-28 Lute Kamstra <lute@gnu.org>
9146
9147 * modes.texi (Defining Minor Modes): Fix previous change.
9148 (Font Lock Mode): Simplify.
9149 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9150 when set and that some parts are optional. Add cross references.
9151 (Search-based Fontification): Say how to specify font-lock-keywords.
9152 Add cross references. Add font-lock-multiline to index.
9153 Move font-lock-keywords-case-fold-search here from node "Other Font
9154 Lock Variables". Document font-lock-add-keywords and
9155 font-lock-remove-keywords.
9156 (Other Font Lock Variables): Move font-lock-keywords-only,
9157 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9158 and font-lock-syntactic-face-function to node "Syntactic Font
9159 Lock". Move font-lock-keywords-case-fold-search to node
9160 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9161 and font-lock-{,un}fontify-{buffer,region}-function.
9162 (Precalculated Fontification): Remove reference to deleted variable
9163 font-lock-core-only.
9164 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9165 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9166 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9167 and font-lock-syntactic-face-function here from node "Other Font
9168 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9169 Syntax Properties". Add cross references.
9170 (Setting Syntax Properties): New node.
9171 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9172 * syntax.texi (Syntax Properties): Add cross reference.
9173 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9174
91752005-04-26 Richard M. Stallman <rms@gnu.org>
9176
9177 * display.texi (Defining Faces):
9178 Document `default' elements of defface spec.
9179
9180 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9181
9182 * variables.texi (Variable Aliases): Clarify text.
9183
91842005-04-25 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9187
91882005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9189
9190 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9191
91922005-04-24 Eli Zaretskii <eliz@gnu.org>
9193
9194 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9195 syntax-after and syntax-class.
9196
9197 * files.texi (Changing Files): Fix last change's cross-reference.
9198 (Unique File Names): Don't mention "numbers" in the documentation
9199 of make-temp-file and make-temp-name.
9200
92012005-04-23 Richard M. Stallman <rms@gnu.org>
9202
9203 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9204
92052005-04-22 Nick Roberts <nickrob@snap.net.nz>
9206
9207 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9208
92092005-04-22 Nick Roberts <nickrob@snap.net.nz>
9210
9211 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9212 and define-obsolete-variable-alias.
9213
92142005-04-22 Kim F. Storm <storm@cua.dk>
9215
9216 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9217 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9218
92192005-04-21 Lute Kamstra <lute@gnu.org>
9220
9221 * lists.texi (Association Lists): Document rassq-delete-all.
9222
92232005-04-19 Richard M. Stallman <rms@gnu.org>
9224
9225 * modes.texi (Search-based Fontification): Explain that
9226 facespec is an expression to be evaluated.
9227
92282005-04-19 Kevin Ryde <user42@zip.com.au>
9229
9230 * streams.texi (Output Functions): Fix xref.
9231 * strings.texi (String Conversion): Fix xref.
9232
92332005-04-19 Kim F. Storm <storm@cua.dk>
9234
9235 * symbols.texi (Symbol Plists): Add safe-get.
9236 Mention that `get' may signal an error.
9237
92382005-04-18 Nick Roberts <nickrob@snap.net.nz>
9239
9240 * customize.texi (Variable Definitions): Replace tooltip-mode
9241 example with save-place.
9242
92432005-04-17 Richard M. Stallman <rms@gnu.org>
9244
9245 * buffers.texi (Indirect Buffers): Clarify.
9246
9247 * positions.texi (Positions): Clarify converting marker to integer.
9248
9249 * strings.texi (String Basics): Mention string-match; clarify.
9250
92512005-04-08 Lute Kamstra <lute@gnu.org>
9252
9253 * modes.texi (Search-based Fontification): Fix cross references.
9254 Use consistent terminology. Document anchored highlighting.
9255
92562005-04-05 Lute Kamstra <lute@gnu.org>
9257
9258 * modes.texi (Defining Minor Modes): Document :group keyword
9259 argument and its default value.
9260
92612005-04-03 Lute Kamstra <lute@gnu.org>
9262
9263 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9264 references and/or descriptions. Delete major mode hooks; mention
9265 them as a category instead. Rename or delete obsolete hooks.
9266
92672005-04-02 Richard M. Stallman <rms@gnu.org>
9268
9269 * nonascii.texi (Coding System Basics): Another wording cleanup.
9270
92712005-04-01 Richard M. Stallman <rms@gnu.org>
9272
9273 * nonascii.texi (Coding System Basics): Clarify previous change.
9274
92752005-04-01 Kenichi Handa <handa@m17n.org>
9276
10d1d0af 9277 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
9278 identity of coding systems.
9279
92802005-03-29 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * text.texi (Buffer Contents): Add filter-buffer-substring and
9283 buffer-substring-filters.
9284
92852005-03-26 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * anti.texi (Antinews): Mention `G' interactive code.
9288
9289 * tips.texi (Compilation Tips): Mention benchmark.el.
9290
92912005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9292
9293 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9294 is now bound to M-o M-o.
9295
9296 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9297
92982005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9299
9300 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9301 in the Emacs Manual).
9302 * Makefile.in (srcs): Remove calendar.texi.
9303 * makefile.w32-in (srcs): Remove calendar.texi.
9304 * display.texi (Display): Change name of next node.
9305 * os.texi (System In): Change name of previous node.
9306 * elisp.texi (Top): Remove Calendar references.
9307 * vol1.texi (Top): Remove Calendar references.
9308 * vol2.texi (Top): Remove Calendar references.
9309
93102005-03-25 Richard M. Stallman <rms@gnu.org>
9311
9312 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9313 Cleanup previous change.
9314
93152005-03-25 Chong Yidong <cyd@stupidchicken.com>
9316
9317 * display.texi (Face Attributes): Faces earlier in an :inherit
9318 list take precedence.
9319 (Scroll Bars): Fix description of vertical-scroll-bars.
9320 Document frame-current-scroll-bars and window-current-scroll-bars.
9321
9322 * markers.texi (The Mark): Document temporary Transient Mark mode.
9323
9324 * minibuf.texi (Reading File Names):
9325 Document read-file-name-completion-ignore-case.
9326
9327 * positions.texi (Screen Lines): Document nil for width argument
9328 to compute-motion.
9329
93302005-03-23 Kim F. Storm <storm@cua.dk>
9331
9332 * display.texi (Standard Faces): Other faces used in the fringe
9333 implicitly inherits from the fringe face.
9334 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9335 properties implicitly inherits from fringe face.
9336 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9337
93382005-03-20 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * display.texi (Invisible Text): State default value of
9341 line-move-ignore-invisible.
9342 (Managing Overlays): Document remove-overlays.
9343 (Standard Faces): Document escape-glyph face.
9344
9345 * minibuf.texi (Reading File Names): Document read-file-name-function.
9346
9347 * modes.texi (Other Font Lock Variables):
9348 Document font-lock-lines-before.
9349
9350 * positions.texi (Skipping Characters): skip-chars-forward allows
9351 character classes.
9352
93532005-03-18 Lute Kamstra <lute@gnu.org>
9354
9355 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9356
93572005-03-17 Richard M. Stallman <rms@gnu.org>
9358
9359 * text.texi (Undo): Document extensible undo entries.
9360
dd7b651b 9361 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
9362
9363 * nonascii.texi (Character Codes): Minor fix.
9364
9365 * display.texi (Display Property): Explain the significance
9366 of having text properties that are eq.
9367 (Other Display Specs): Explain string as display spec.
9368
9369 * commands.texi (Interactive Codes): Document G option.
9370
93712005-03-17 Chong Yidong <cyd@stupidchicken.com>
9372
9373 * text.texi (Filling): Add sentence-end-without-period and
9374 sentence-end-without-space.
9375 (Changing Properties): Minor fix.
9376
9377 * anti.texi: Total rewrite.
9378
93792005-03-15 Lute Kamstra <lute@gnu.org>
9380
9381 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9382
93832005-03-08 Kim F. Storm <storm@cua.dk>
9384
9385 * display.texi (Specified Space): Property :width is support on
9386 non-graphic terminals, :height is not.
9387
93882005-03-07 Richard M. Stallman <rms@gnu.org>
9389
9390 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9391 Now subnodes of Fringes.
9392 (Overlay Arrow): Document overlay-arrow-variable-list.
9393 (Fringe Size/Pos): New node, broken out of Fringes.
9394 (Display): Explain clearing vs redisplay better.
9395 (Truncation): Clarify use of bitmaps.
9396 (The Echo Area): Clarify the uses of the echo area.
9397 Add max-mini-window-height.
9398 (Progress): Clarify.
9399 (Invisible Text): Explain that main loop moves point out.
9400 (Selective Display): Say "hidden", not "invisible".
9401 (Managing Overlays): Move up. Describe relation to Undo here.
9402 (Overlay Properties): Clarify intro.
9403 (Finding Overlays): Explain return values when nothing found.
9404 (Width): truncate-string-to-width has added arg.
9405 (Displaying Faces): Clarify and update mode line face handling.
9406 (Face Functions): Minor cleanup.
9407 (Conditional Display): Merge into Other Display Specs.
9408 (Pixel Specification, Other Display Specs): Minor cleanups.
9409 (Images, Image Descriptors): Minor cleanups.
9410 (GIF Images): Patents have expired.
9411 (Showing Images): Explain default text for insert-image.
9412 (Manipulating Button Types): Merge into Manipulating Buttons.
9413 (Making Buttons): Explain return values.
9414 (Button Buffer Commands): Add xref.
9415 (Inverse Video): Update mode-line-inverse-video.
9416 (Display Table Format): Clarify.
9417 (Active Display Table): Give defaults for window-display-table.
9418
9419 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9420 and calendar-today-marker are strings, not chars.
9421 (Holiday Customizing): Minor fix.
9422
9423 * internals.texi (Writing Emacs Primitives): Update `or' example.
9424 Update limit on # args of subr.
9425
9426 * edebug.texi (Using Edebug): Arrow is in fringe.
9427 (Instrumenting): Arg to eval-defun works without loading edebug.
9428 (Edebug Execution Modes): Add xref.
9429
9430 * customize.texi (Common Keywords): Clarify :require.
9431 Mention :version here.
9432 (Variable Definitions, Group Definitions): Not here.
9433 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9434
94352005-03-07 Chong Yidong <cyd@stupidchicken.com>
9436 * nonascii.texi (Text Representations): Clarify position-bytes.
9437 (Character Sets): Add list-charset-chars.
9438 (Scanning Charsets): Add charset-after.
9439 (Encoding and I/O): Minor fix.
9440
94412005-03-06 Richard M. Stallman <rms@gnu.org>
9442
9443 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9444 (Resizing Windows): Likewise.
9445
9446 * text.texi (Change Hooks): Get rid of "Emacs 21".
9447
9448 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9449
9450 * streams.texi (Output Variables): Get rid of "Emacs 21".
9451
9452 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9453
9454 * os.texi (Translating Input): Replace flow-control example
9455 with a less obsolete example that uses `keyboard-translate'.
9456
9457 * objects.texi (Hash Table Type, Circular Objects):
9458 Get rid of "Emacs 21".
9459
9460 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9461 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9462
9463 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9464
9465 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9466
9467 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9468 (Menu Bar): Fix when menu-bar-update-hook is called.
9469
9470 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9471
9472 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9473 and make it read better.
9474
9475 * files.texi (Writing to Files): Get rid of "Emacs 21".
9476 (Unique File Names): Likewise.
9477
9478 * elisp.texi: Update Emacs version to 22.
9479
9480 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9481 (Overlay Properties, Face Attributes): Likewise.
9482 (Managing Overlays): Fix punctuation.
9483 (Attribute Functions): Clarify set-face-font; get rid of
9484 info about old Emacs versions.
9485 (Auto Faces, Font Lookup, Display Property, Images):
9486 Get rid of "Emacs 21".
9487
9488 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9489
94902005-03-05 Richard M. Stallman <rms@gnu.org>
9491
9492 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9493
94942005-03-04 Lute Kamstra <lute@gnu.org>
9495
9496 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9497
94982005-03-03 Lute Kamstra <lute@gnu.org>
9499
9500 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9501
95022005-03-01 Lute Kamstra <lute@gnu.org>
9503
9504 * debugging.texi (Debugger Commands): Update `j'.
9505
95062005-02-28 Lute Kamstra <lute@gnu.org>
9507
9508 * debugging.texi (Debugging): Fix typo.
9509 (Error Debugging): Document eval-expression-debug-on-error.
9510 (Function Debugging): Update example.
9511 (Using Debugger): Mention starred stack frames.
9512 (Debugger Commands): Document `j' and `l'.
9513 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9514 Update the messages that the debugger displays.
9515 (Internals of Debugger): Add cross reference. Update example.
9516 (Excess Open): Minor improvement.
9517 (Excess Close): Minor improvement.
9518
95192005-02-26 Richard M. Stallman <rms@gnu.org>
9520
9521 * tips.texi (Coding Conventions): Clarify.
9522 Put all the major mode key reservations together.
9523 Mention the Mouse-1 => Mouse-2 conventions.
9524
9525 * syntax.texi (Syntax Class Table): Clarify.
9526 (Syntax Table Functions): syntax-after moved from here.
9527 (Syntax Table Internals): syntax-after moved to here.
9528 (Parsing Expressions): Update info on number of values
9529 and what's meaningful in the STATE argument.
9530 (Categories): Fix typo.
9531
9532 * sequences.texi (Arrays): Cleanup.
9533 (Char-Tables): Clarify.
9534
9535 * processes.texi (Deleting Processes): Cleanups, add xref.
9536 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9537 (Process Information): set-process-coding-system, some args optional.
9538 (Input to Processes): Explain various types for PROCESS args.
9539 Rename them from PROCESS-NAME to PROCESS.
9540 (Signals to Processes): Likewise.
9541 (Decoding Output): Cleanup.
9542 (Query Before Exit): Clarify.
9543
9544 * os.texi (Startup Summary): Correct the options; add missing ones.
9545 (Terminal Output, Batch Mode): Clarify.
9546 (Flow Control): Node deleted.
9547
9548 * markers.texi (The Mark): Clarify.
9549
9550 * macros.texi (Expansion): Cleanup.
9551 (Indenting Macros): indent-spec allows ints, not floats.
9552
9553 * keymaps.texi (Keymaps): Clarify.
9554 (Format of Keymaps): Update lisp-mode-map example.
9555 (Active Keymaps, Key Lookup): Clarify.
9556 (Changing Key Bindings): Add xref to `kbd'.
9557 (Key Binding Commands, Simple Menu Items): Clarify.
9558 (Mouse Menus, Menu Bar): Clarify.
9559 (Menu Example): Replace print example with menu-bar-replace-menu.
9560
9561 * help.texi (Documentation Basics): Add function-documentation prop.
9562
9563 * elisp.texi (Top): Don't refer to Flow Control node.
9564
9565 * commands.texi (Command Overview): Improve xrefs.
9566 (Adjusting Point): Adjusting point applies to intangible and invis.
9567 (Key Sequence Input): Doc extra read-key-sequence args.
9568 Likewise for read-key-sequence-vector.
9569
9570 * backups.texi (Rename or Copy): Minor fix.
9571 (Numbered Backups): For version-control, say the default.
9572 (Auto-Saving): make-auto-save-file-name example is simplified.
9573
9574 * advice.texi (Advising Functions): Don't imply one part of Emacs
9575 should advise another part. Markup changes.
9576 (Defining Advice): Move transitional para.
9577 (Activation of Advice): Cleanup.
9578 Explain if COMPILE is nil or negative.
9579
9580 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9581
95822005-02-24 Lute Kamstra <lute@gnu.org>
9583
9584 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9585 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9586
95872005-02-23 Lute Kamstra <lute@gnu.org>
9588
9589 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9590 to define global minor modes as well.
9591
9592 * display.texi (Managing Overlays): overlay-buffer returns nil for
9593 deleted overlays.
9594
95952005-02-22 Kim F. Storm <storm@cua.dk>
9596
9597 * minibuf.texi (Basic Completion): Allow symbols in addition to
9598 strings in try-completion and all-completions.
9599
96002005-02-14 Lute Kamstra <lute@gnu.org>
9601
9602 * elisp.texi (Top): Remove reference to deleted node.
9603
9604 * lists.texi (Lists): Remove reference to deleted node.
9605 (Cons Cells): Fix typo.
9606
9607 * loading.texi (Where Defined): Fix typo.
9608
96092005-02-14 Richard M. Stallman <rms@gnu.org>
9610
9611 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9612 is useful for discarding some minor modes.
9613
9614 * symbols.texi (Symbol Components): Reorder examples.
9615
9616 * streams.texi (Input Functions): State standard-input default.
9617 (Output Variables): State standard-output default.
9618
9619 * objects.texi (Printed Representation): Clarify read syntax vs print.
9620 (Floating Point Type): Explain meaning better.
9621 (Symbol Type): Explain uniqueness better.
9622 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9623 List examples sooner.
9624 (Box Diagrams): New subnode broken out.
9625 Some examples moved from old Lists as Boxes node.
9626 (Dotted Pair Notation): Clarify intro.
9627 (Array Type): Clarify.
9628 (Type Predicates): Add hash-table-p.
9629
9630 * numbers.texi (Integer Basics): Clarify radix explanation.
9631 (Predicates on Numbers): Minor clarification.
9632 (Comparison of Numbers): Minor clarification. Clarify eql.
9633 Typos in min, max.
9634 (Math Functions): Clarify overflow in expt.
9635
9636 * minibuf.texi (Text from Minibuffer): Minor clarification.
9637 Mention arrow keys.
9638
9639 * loading.texi (Autoload): defun's doc string overrides autoload's
9640 doc string.
9641 (Repeated Loading): Modernize "add to list" examples.
9642 (Where Defined): Finish updating table of load-history elts.
9643
9644 * lists.texi (List-related Predicates): Minor wording improvement.
9645 (Lists as Boxes): Node deleted.
9646 (Building Lists): Explain trivial cases of number-sequence.
9647
9648 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9649 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9650 (Hash Access): Any object can be a key.
9651 State value of maphash.
9652
9653 * functions.texi (What Is a Function): Wording cleanup.
9654 (Function Documentation): Minor cleanup.
9655 Explain purpose of calling convention at end of doc string.
9656 (Function Names): Wording cleanup.
9657 (Calling Functions): Wording cleanup.
9658 Explain better how funcall calls the function.
9659 (Function Cells): Delete example of saving and redefining function.
9660
9661 * control.texi (Combining Conditions): Wording cleanup.
9662 (Iteration): dolist and dotimes bind VAR locally.
9663 (Cleanups): Xref to Atomic Changes.
9664
9665 * compile.texi (Byte Compilation): Delete 19.29 info.
9666 (Compilation Functions): Macros' difficulties don't affect defsubst.
9667 (Docs and Compilation): Delete 19.29 info.
9668
96692005-02-10 Richard M. Stallman <rms@gnu.org>
9670
9671 * objects.texi (Symbol Type): Minor correction.
9672
96732005-02-06 Lute Kamstra <lute@gnu.org>
9674
9675 * modes.texi (Example Major Modes): Fix typos.
9676
96772005-02-06 Richard M. Stallman <rms@gnu.org>
9678
9679 * text.texi (Margins): fill-nobreak-predicate can be one function.
9680
9681 * strings.texi (Modifying Strings): clear-string can make unibyte.
9682 (Formatting Strings): format gives error if values missing.
9683
9684 * positions.texi (Character Motion): Mention default arg
9685 for forward-char. backward-char refers to forward-char.
9686 (Word Motion): Mention default arg for forward-word.
9687 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9688 Simplify end-of-buffer.
9689 (Text Lines): Mention default arg for forward-line.
9690 (List Motion): Mention default arg for beginning/end-of-defun.
9691 (Skipping Characters): Minor fixes in explaining character-set.
9692
9693 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9694 Mode inheritance applies only when default-major-mode is nil.
9695 Clarifications.
9696 (Example Major Modes): Update Text mode and Lisp mode examples.
9697 (Minor Mode Conventions): Mention define-minor-mode at top.
9698 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9699 (Mode Line Format): Update mode line face display info.
9700 (Properties in Mode): Mention effect of risky vars.
9701 (Imenu): Define imenu-add-to-menubar.
9702 (Font Lock Mode): Add descriptions to menu lines.
9703 (Faces for Font Lock): Add font-lock-doc-face.
9704
97052005-02-05 Lute Kamstra <lute@gnu.org>
9706
9707 * text.texi (Maintaining Undo): Remove obsolete function.
9708
97092005-02-05 Eli Zaretskii <eliz@gnu.org>
9710
9711 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9712 color specifications. Improve indexing.
b8d4c8d0
GM
9713 (Text Terminal Colors): Replace the description of RGB values by
9714 an xref to "Color Names".
9715
97162005-02-03 Richard M. Stallman <rms@gnu.org>
9717
9718 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9719 Clarify.
9720 (Selecting Windows): Clarify save-selected-window.
9721 (Cyclic Window Ordering): Clarify walk-windows.
9722 (Window Point): Clarify.
9723 (Window Start): Add comment to example.
9724 (Resizing Windows): Add `interactive' specs in examples.
9725 Document fit-window-to-buffer.
9726
9727 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9728 (Undo, Maintaining Undo): Clarify last change.
9729 (Sorting): In sort-numeric-fields, explain about octal and hex.
9730 Mention sort-numeric-base.
9731 (Format Properties): Add xref for hard newlines.
9732
9733 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9734 (Pop-Up Menus): Fix typo.
9735 (Color Names): Explain all types of color names.
9736 Explain color-values on B&W terminal.
9737 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9738
9739 * files.texi (File Locks): Not supported on MS systems.
9740 (Testing Accessibility): Clarify.
9741
9742 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9743 (Coverage Testing): Fix typo.
9744
9745 * commands.texi (Misc Events): Remove stray space.
9746
9747 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
9748 (Modification Time): Clarify when visited-file-modtime returns 0.
9749 (The Buffer List): Clarify bury-buffer.
9750 (Killing Buffers): Clarify.
9751 (Indirect Buffers): Add clone-indirect-buffer.
9752
97532005-02-02 Matt Hodges <MPHodges@member.fsf.org>
9754
9755 * edebug.texi (Printing in Edebug): Fix default value of
9756 edebug-print-circle.
9757 (Coverage Testing): Fix displayed frequency count data.
9758
97592005-02-02 Luc Teirlinck <teirllm@auburn.edu>
9760
9761 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
9762
97632005-02-02 Kim F. Storm <storm@cua.dk>
9764
9765 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
9766
97672005-01-29 Eli Zaretskii <eliz@gnu.org>
9768
9769 * commands.texi (Misc Events): Describe the help-echo event.
9770
9771 * text.texi (Special Properties) <help-echo>: Use `pos'
9772 consistently in description of the help-echo property.
9773 Use @code{nil} instead of @var{nil}.
9774
9775 * display.texi (Overlay Properties): Fix the index entry for
9776 help-echo overlay property.
9777
9778 * customize.texi (Type Keywords): Uncomment the xref to the
9779 help-echo property documentation.
9780
97812005-01-23 Kim F. Storm <storm@cua.dk>
9782
9783 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
9784 return value. Third element FULLY replaced by PARTIAL which
9785 specifies number of invisible pixels if row is only partially visible.
9786 (Textual Scrolling): Mention auto-window-vscroll.
9787 (Vertical Scrolling): New defvar auto-window-vscroll.
9788
97892005-01-16 Luc Teirlinck <teirllm@auburn.edu>
9790
9791 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
9792 command remapping.
9793
97942005-01-15 Richard M. Stallman <rms@gnu.org>
9795
9796 * display.texi (Defining Images): Mention DATA-P arg of create-image.
9797
97982005-01-14 Kim F. Storm <storm@cua.dk>
9799
9800 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
9801
9802 * text.texi (Links and Mouse-1): Fix string and vector item.
9803
98042005-01-13 Richard M. Stallman <rms@gnu.org>
9805
9806 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
9807 descriptions of overriding-local-map and overriding-terminal-local-map.
9808
9809 * text.texi (Links and Mouse-1): Clarify text.
9810
98112005-01-13 Kim F. Storm <storm@cua.dk>
9812
9813 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
9814
98152005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
9816
9817 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
9818
98192005-01-12 Kim F. Storm <storm@cua.dk>
9820
9821 * text.texi (Links and Mouse-1): Rename section from Enabling
9822 Mouse-1 to Following Links. Change xrefs.
9823 Add examples for define-button-type and define-widget.
9824
9825 * display.texi (Button Properties, Button Buffer Commands):
9826 Clarify mouse-1 and follow-link functionality.
9827
98282005-01-12 Richard M. Stallman <rms@gnu.org>
9829
9830 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
9831
9832 * display.texi (Beeping): Fix Texinfo usage.
9833
9834 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
9835
98362005-01-11 Kim F. Storm <storm@cua.dk>
9837
9838 * display.texi (Button Properties, Button Buffer Commands):
9839 Mention mouse-1 binding. Add follow-link keyword.
9840
9841 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
9842 (Enabling Mouse-1 to Follow Links): New subsection.
9843
98442005-01-06 Richard M. Stallman <rms@gnu.org>
9845
9846 * text.texi (Special Properties): Minor change.
9847
9848 * os.texi (Timers): Clarify previous change.
9849
9850 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
9851
98522005-01-01 Luc Teirlinck <teirllm@auburn.edu>
9853
9854 * display.texi (Face Attributes): Correct xref to renamed node.
9855
98562005-01-01 Richard M. Stallman <rms@gnu.org>
9857
9858 * display.texi (Face Attributes): Describe hex color specs.
9859
98602004-12-31 Richard M. Stallman <rms@gnu.org>
9861
9862 * os.texi (Timers): Update previous change.
9863
98642004-12-30 Kim F. Storm <storm@cua.dk>
9865
9866 * display.texi (Line Height): Total line-height is now specified
9867 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
9868 in cons cells. (nil . RATIO) is relative to actual line height.
9869 Use line-height `t' instead of `0' to get minimum height.
9870
98712004-12-29 Richard M. Stallman <rms@gnu.org>
9872
9873 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
9874
98752004-12-28 Richard M. Stallman <rms@gnu.org>
9876
9877 * commands.texi (Quitting): Clarify value of with-local-quit.
9878
9879 * elisp.texi (Top): Fix previous change.
9880
9881 * loading.texi (Loading): Fix previous change.
9882
98832004-12-27 Richard M. Stallman <rms@gnu.org>
9884
9885 * Makefile.in (MAKEINFO): Specify --force.
9886
9887 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
9888
9889 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
9890
9891 * display.texi (Line Height): Further clarify.
9892
9893 * elisp.texi (Top): Update Loading submenu.
9894
9895 * loading.texi (Where Defined): New node.
9896 (Unloading): load-history moved to Where Defined.
9897
98982004-12-21 Richard M. Stallman <rms@gnu.org>
9899
9900 * commands.texi (Event Input Misc): Add while-no-input.
9901
99022004-12-11 Richard M. Stallman <rms@gnu.org>
9903
9904 * display.texi (Line Height): Rewrite text for clarity.
9905
99062004-12-11 Kim F. Storm <storm@cua.dk>
9907
9908 * display.texi (Display): Add node "Line Height" to menu.
9909 (Line Height): New node. Move full description of line-spacing
9910 and line-height text properties here from text.texi.
9911 (Scroll Bars): Add vertical-scroll-bar variable.
9912
9913 * frames.texi (Window Frame Parameters): Remove line-height defvar.
9914
9915 * locals.texi (Standard Buffer-Local Variables): Fix xref for
9916 line-spacing and vertical-scroll-bar.
9917
9918 * text.texi (Special Properties): Just mention line-spacing and
9919 line-height here, add xref to new "Line Height" node.
9920
99212004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
9922
9923 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
9924
9925 * locals.texi (Standard Buffer-Local Variables):
9926 Add @xref for `line-spacing'.
9927
99282004-12-05 Richard M. Stallman <rms@gnu.org>
9929
9930 * Makefile.in (maintainer-clean): Remove the info files
9931 in $(infodir) where they are created.
9932
99332004-12-03 Richard M. Stallman <rms@gnu.org>
9934
9935 * windows.texi (Selecting Windows): get-lru-window and
9936 get-largest-window don't consider dedicated windows.
9937
9938 * text.texi (Undo): Document undo-in-progress.
9939
99402004-11-26 Richard M. Stallman <rms@gnu.org>
9941
9942 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
9943 Remove a few vars that are not always buffer-local.
9944
99452004-11-24 Luc Teirlinck <teirllm@auburn.edu>
9946
9947 * locals.texi (Standard Buffer-Local Variables): Comment out
9948 xref's to non-existent node `Yet to be written'.
9949
99502004-11-24 Richard M. Stallman <rms@gnu.org>
9951
9952 * processes.texi (Synchronous Processes): Grammar fix.
9953
9954 * numbers.texi (Comparison of Numbers): Add eql.
9955
9956 * locals.texi (Standard Buffer-Local Variables): Add many vars.
9957
9958 * intro.texi (Printing Notation): Fix previous change.
9959
9960 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
9961 and default-indicate-buffer-boundaries from here.
9962 (Usual Display): To here.
9963 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
9964 (Usual Display): Move tab-width up.
9965
5dcb4c4e
SM
9966 * customize.texi (Variable Definitions):
9967 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
9968 (Simple Types, Composite Types, Defining New Types):
9969 Minor cleanups.
9970
99712004-11-21 Jesper Harder <harder@ifa.au.dk>
9972
9973 * processes.texi (Synchronous Processes, Output from Processes):
9974 Markup fix.
9975
99762004-11-20 Richard M. Stallman <rms@gnu.org>
9977
9978 * positions.texi (Skipping Characters): skip-chars-forward
9979 now handles char classes.
9980
9981 * intro.texi (Printing Notation): Avoid confusion of `print'
9982 when explaining @print.
9983
9984 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
9985
9986 * display.texi (Display Table Format): Minor fix.
9987
9988 * streams.texi (Output Functions): Fix print example.
9989
9990 * Makefile.in (elisp): New target.
9991 (dist): Depend on $(infodir)/elisp, not elisp.
9992 Copy the info files from $(infodir).
9993
9994 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
9995 read-from-minibuffer.
9996
9997 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
9998
99992004-11-19 Richard M. Stallman <rms@gnu.org>
10000
10001 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10002
100032004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10004
10005 * tips.texi (Coding Conventions): Fix typo.
10006
100072004-11-16 Richard M. Stallman <rms@gnu.org>
10008
10009 * tips.texi (Coding Conventions): Separate defvar and require
10010 methods to avoid warnings. Use require only when there are many
10011 functions and variables from that package.
10012
10013 * minibuf.texi (Minibuffer Completion): When ignoring case,
10014 predicate must not be case-sensitive.
10015
10016 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10017 (Test Coverage): Don't talk about "splotches". Clarified.
10018
100192004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10020
10021 * frames.texi (Window Frame Parameters): Fix typo.
10022
100232004-11-15 Kim F. Storm <storm@cua.dk>
10024
10025 * symbols.texi (Other Plists): Note that plist-get may signal error.
10026 Add safe-plist-get.
10027
100282004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10029
10030 * modes.texi (Font Lock Basics): Fix typo.
10031
100322004-11-08 Richard M. Stallman <rms@gnu.org>
10033
10034 * syntax.texi (Syntax Table Functions): Add syntax-after.
10035
100362004-11-06 Lars Brinkhoff <lars@nocrew.org>
10037
10038 * os.texi (Processor Run Time): New section documenting
10039 get-internal-run-time.
10040
100412004-11-06 Eli Zaretskii <eliz@gnu.org>
10042
10043 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10044 it nukes elisp-cover.texi.
10045 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10046 elisp-0 etc.
10047
100482004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10049
10050 * commands.texi (Keyboard Macros): Document `append' return value
10051 of `defining-kbd-macro'.
10052
100532004-11-01 Richard M. Stallman <rms@gnu.org>
10054
10055 * commands.texi (Interactive Call): Add called-interactively-p.
10056
100572004-10-29 Simon Josefsson <jas@extundo.com>
10058
10059 * minibuf.texi (Reading a Password): Revert.
10060
100612004-10-28 Richard M. Stallman <rms@gnu.org>
10062
10063 * frames.texi (Display Feature Testing): Explain about "vendor".
10064
100652004-10-27 Richard M. Stallman <rms@gnu.org>
10066
10067 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10068 not raw. Clarify `n'.
10069 (Interactive Call): Rewrite interactive-p, focusing on when
10070 and how to use it.
10071 (Misc Events): Clarify previous change.
10072
10073 * advice.texi (Simple Advice): Clarify what job the example does.
10074 (Around-Advice): Clarify ad-do-it.
10075 (Activation of Advice): An option of ad-default-compilation-action
10076 is `never', not `nil'.
10077
100782004-10-26 Kim F. Storm <storm@cua.dk>
10079
10080 * commands.texi (Interactive Codes): Add U code letter.
10081
100822004-10-25 Simon Josefsson <jas@extundo.com>
10083
10084 * minibuf.texi (Reading a Password): Add.
10085
100862004-10-24 Jason Rumney <jasonr@gnu.org>
10087
10088 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10089 and wheel-down.
10090
100912004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10092
10093 * processes.texi (Synchronous Processes): Document process-file.
10094
100952004-10-22 Kenichi Handa <handa@m17n.org>
10096
10097 * text.texi (translate-region): Document that it accepts also a
10098 char-table.
10099
101002004-10-22 David Ponce <david@dponce.com>
10101
10102 * windows.texi (Resizing Windows): Document the `preserve-before'
10103 argument of the functions `enlarge-window' and `shrink-window'.
10104
101052004-10-19 Jason Rumney <jasonr@gnu.org>
10106
10107 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10108
101092004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10110
10111 * text.texi (Filling): Add anchor for definition of
10112 `sentence-end-double-space'.
10113
10114 * searching.texi (Regexp Example): Update description of how
10115 Emacs currently recognizes the end of a sentence.
10116 (Standard Regexps): Update definition of the variable
10117 `sentence-end'. Add definition of the function `sentence-end'.
10118
101192004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10120
10121 * display.texi (Progress): New node.
10122
101232004-10-05 Kim F. Storm <storm@cua.dk>
10124
10125 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10126
101272004-09-29 Kim F. Storm <storm@cua.dk>
10128
10129 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10130 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10131 fringe bitmap symbols, as they now have their own namespace.
10132 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10133 vs. pixels. Signal error if no free bitmap slots.
10134 (Pixel Specification): Change IMAGE to @var{image}.
10135
101362004-09-28 Richard M. Stallman <rms@gnu.org>
10137
10138 * text.texi (Special Properties): Clarify line-spacing and line-height.
10139
10140 * searching.texi (Regexp Search): Add looking-back.
10141
101422004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10143
10144 * display.texi: Correct typos.
10145 (Image Descriptors): Correct xref's.
10146
101472004-09-25 Richard M. Stallman <rms@gnu.org>
10148
10149 * text.texi (Special Properties): Cleanups in `cursor'.
10150 Rewrites in `line-height' and `line-spacing'; exchange them.
10151
10152 * display.texi (Fringes): Rewrite previous change.
10153 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10154 (Display Fringe Bitmaps): Node deleted, text moved.
10155 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10156 (Scroll Bars): Clarify set-window-scroll-bars.
10157 (Pointer Shape): Rewrite.
10158 (Specified Space): Clarify :align-to, etc.
10159 (Pixel Specification): Use @var. Clarify new text.
10160 (Other Display Specs): Clarify `slice'.
10161 (Image Descriptors): Cleanups.
10162 (Showing Images): Cleanups.
10163
101642004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10165
10166 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10167
10168 * modes.texi: Various minor changes in addition to:
10169 (Major Mode Conventions): Final call to `run-mode-hooks' should
10170 not be inside the `delay-mode-hooks' form.
10171 (Mode Hooks): New node.
10172 (Hooks): Delete obsolete example.
10173 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10174 node "Mode Hooks".
10175
101762004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10177
10178 * display.texi: Correct various typos.
10179 (Display): Rename node "Pointer Shapes" to "Pointer
10180 Shape". (There is already a node called "Pointer Shapes" in
10181 frames.texi.)
10182 (Images): Remove non-existent node "Image Slices" from menu.
10183
101842004-09-23 Kim F. Storm <storm@cua.dk>
10185
10186 * text.texi (Special Properties): Add `cursor', `pointer',
10187 `line-height', and `line-spacing' properties.
10188
10189 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10190 Shapes' to menu.
10191 (Standard Faces): Doc fix for fringe face.
10192 (Fringes): Add `overflow-newline-into-fringe' and
10193 'indicate-buffer-boundaries'.
10194 (Fringe Bitmaps, Pointer Shapes): New nodes.
10195 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10196 Bitmaps' to menu.
10197 (Specified Space): Describe pixel width and height.
10198 (Pixel Specification): New node.
10199 (Other Display Specs): Add `slice' property.
10200 (Display Fringe Bitmaps): New node.
10201 (Images): Add 'Image Slices' to menu.
10202 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
10203 (Showing Images): Add slice arg to `insert-image'.
10204 Add 'insert-sliced-image'.
b8d4c8d0
GM
10205
102062004-09-20 Richard M. Stallman <rms@gnu.org>
10207
10208 * commands.texi (Key Sequence Input):
10209 Clarify downcasing in read-key-sequence.
10210
102112004-09-08 Juri Linkov <juri@jurta.org>
10212
10213 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10214
102152004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10216
5dcb4c4e
SM
10217 * locals.texi (Standard Buffer-Local Variables):
10218 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
10219 * internals.texi (Buffer Internals): Describe new
10220 auto_save_file_format field of the buffer structure.
10221 * files.texi (Format Conversion): `auto-save-file-format' has been
10222 renamed `buffer-auto-save-file-format'.
10223
102242004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10225
10226 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10227 an integer or a marker.
10228 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10229
102302004-08-22 Richard M. Stallman <rms@gnu.org>
10231
10232 * modes.texi (Major Mode Conventions): Discuss rebinding of
10233 standard key bindings.
10234
102352004-08-18 Kim F. Storm <storm@cua.dk>
10236
10237 * processes.texi (Accepting Output): Add `just-this-one' arg to
10238 `accept-process-output'.
10239 (Output from Processes): New var `process-adaptive-read-buffering'.
10240
102412004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10242
10243 * keymaps.texi: Various changes in addition to:
10244 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10245 Give more varied examples for `kbd'.
10246 (Creating Keymaps): Char tables have slots for all characters
10247 without modifiers.
10248 (Active Keymaps): `overriding-local-map' and
10249 `overriding-terminal-local-map' also override text property and
10250 overlay keymaps.
10251 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10252 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10253 to denote a prefix of no events.
10254 `map-keymap' includes parent's bindings _recursively_.
10255 Clarify and correct description of `where-is-internal'.
10256 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10257 (Menu Example): For menus intended for use with the keyboard, the
10258 menu items should be bound to characters or real function keys.
10259
102602004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10261
10262 * objects.texi (Character Type): Reposition `@anchor' to prevent
10263 double space inside sentence in Info.
10264
10265 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10266 renamed to `disabled-command-function'.
10267 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10268 (Command Loop Info): Replace reference to it.
10269 (Disabling Commands): `disabled-command-hook' has been renamed to
10270 `disabled-command-function'.
10271
102722004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10273
10274 * os.texi (Translating Input): Only non-prefix bindings in
10275 `key-translation-map' override actual key bindings. Warn about
10276 possible indirect effect of actual key bindings on non-prefix
10277 bindings in `key-translation-map'.
10278
102792004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10280
10281 * minibuf.texi (High-Level Completion): Add anchor for definition
10282 of `read-variable'.
10283
10284 * commands.texi: Various changes in addition to:
10285 (Using Interactive): Clarify description of `interactive-form'.
10286 (Interactive Call): Mention default for KEYS argument to
10287 `call-interactively'.
10288 (Command Loop Info): Clarify description of `this-command-keys'.
10289 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10290 Value of `last-event-frame' can be `macro'.
10291 (Repeat Events): `double-click-fuzz' is also used to distinguish
10292 clicks and drags.
10293 (Classifying Events): Clarify descriptions of `event-modifiers'
10294 `event-basic-type' and `event-convert-list'.
10295 (Accessing Events): `posn-timestamp' takes POSITION argument.
10296 (Quoted Character Input): Clarify description of
10297 `read-quoted-char' and fix example.
10298 (Quitting): Add `with-local-quit'.
10299 (Disabling Commands): Correct and clarify descriptions of
10300 `enable-command' and `disable-command'.
10301 Mention what happens if `disabled-command-hook' is nil.
10302 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10303 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10304
103052004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10306
10307 * frames.texi: Various changes in addition to:
10308 (Creating Frames): Expand and clarify description of `make-frame'.
10309 (Window Frame Parameters): Either none or both of the `icon-left'
10310 and `icon-top' parameters must be specified. Put descriptions of
10311 `menu-bar-lines' and `toolbar-lines' closer together and change
10312 them accordingly.
10313 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10314 except while processing `frame-title-format' or `icon-title-format'.
10315 (Deleting Frames): Correct description of `delete-frame'.
10316 Non-nil return values of `frame-live-p' are like those of `framep'.
10317 (Frames and Windows): Mention return value of
10318 `set-frame-selected-window'.
10319 (Visibility of Frames): Mention `force' argument to
10320 `make-frame-invisible'. `frame-visible-p' returns t for all
10321 frames on text-only terminals.
10322 (Frame Configurations): Restoring a frame configuration does not
10323 restore deleted frames.
10324 (Window System Selections): `x-set-selection' returns DATA.
10325 (Resources): Add example.
10326 (Display Feature Testing): Clarify descriptions of
10327 `display-pixel-height', `display-pixel-width', `x-server-version'
10328 and `x-server-vendor'.
10329
10330 * windows.texi (Choosing Window): Add anchor.
10331 * minibuf.texi (Minibuffer Misc): Add anchor.
10332
103332004-07-23 John Paul Wallington <jpw@gnu.org>
10334
10335 * macros.texi (Defining Macros): Declaration keyword for setting
10336 Edebug spec is `debug' not `edebug'.
10337
103382004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10339
10340 * windows.texi: Various small changes in addition to:
10341 (Window Point): Mention return value of `set-window-point'.
10342 (Window Start): `pos-visible-in-window-p' disregards horizontal
10343 scrolling. Explain return value if PARTIALLY is non-nil.
10344 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10345 and `set-window-vscroll'.
10346 (Size of Window): The argument WINDOW to `window-inside-edges',
10347 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10348 (Resizing Windows): Explain return value of
10349 `shrink-window-if-larger-than-buffer'.
10350 `window-size-fixed' automatically becomes buffer local when set.
10351 (Window Configurations): Explain return value of
10352 `set-window-configuration'.
10353
10354 * minibuf.texi (Minibuffer Misc): Add anchor for
10355 `minibuffer-scroll-window'.
10356
10357 * positions.texi (Text Lines): Add anchor for `count-lines'.
10358
103592004-07-17 Richard M. Stallman <rms@gnu.org>
10360
10361 * display.texi (Overlay Properties): Adding `evaporate' prop
10362 deletes empty overlay immediately.
10363
10364 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10365 fix example.
10366
103672004-07-16 Jim Blandy <jimb@redhat.com>
10368
10369 * searching.texi (Regexp Backslash): Document new \_< and \_>
10370 operators.
10371
103722004-07-16 Juanma Barranquero <lektu@terra.es>
10373
10374 * display.texi (Images): Fix Texinfo usage.
10375
103762004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10377
10378 * buffers.texi (Modification Time): `visited-file-modtime' now
10379 returns a list of two integers, instead of a cons.
10380
103812004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10382
10383 * windows.texi: Various changes in addition to:
10384 (Splitting Windows): Add `split-window-keep-point'.
10385
103862004-07-09 Richard M. Stallman <rms@gnu.org>
10387
10388 * frames.texi (Input Focus): Minor fix.
10389
103902004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10391
10392 * frames.texi (Input Focus): Clarify descriptions of
10393 `select-frame-set-input-focus' and `select-frame'.
10394
103952004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10396
10397 * os.texi: Various small changes in addition to:
10398 (Killing Emacs): Expand and clarify description of
10399 `kill-emacs-query-functions' and `kill-emacs-hook'.
10400 (System Environment): Expand and clarify description of `getenv'
10401 and `setenv'.
10402 (Timers): Clarify description of `run-at-time'.
10403 (Translating Input): Correct description of
10404 `extra-keyboard-modifiers'.
10405 (Flow Control): Correct description of `enable-flow-control'.
10406
104072004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10408
10409 * os.texi: Update copyright.
10410 (Session Management): Grammar fix.
10411 Clarify which Emacs does the restarting.
10412 Use @samp for *scratch* buffer.
10413
104142004-07-04 Alan Mackenzie <acm@muc.de>
10415
10416 * frames.texi (Input Focus): Add documentation for
10417 `select-frame-set-input-focus'. Replace refs to non-existent
10418 `switch-frame' with `select-frame'. Minor corrections and tidying
10419 up of text-only terminal stuff.
10420
104212004-07-02 Richard M. Stallman <rms@gnu.org>
10422
10423 * files.texi (Saving Buffers): Cleanup write-contents-function.
10424 (Magic File Names): Cleanup file-remote-p.
10425
b344d29d 104262004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
10427
10428 * files.texi (Magic File Names): `file-remote-p' returns an
10429 identifier of the remote system, not just t.
10430
104312004-07-02 David Kastrup <dak@gnu.org>
10432
10433 * searching.texi (Entire Match Data): Add explanation about new
10434 match-data behavior when @var{integers} is non-nil.
10435
104362004-06-24 Richard M. Stallman <rms@gnu.org>
10437
10438 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10439
10440 * customize.texi (Variable Definitions): Note about doc strings
10441 and :set.
10442
10443 * keymaps.texi (Keymap Terminology): Document `kbd'.
10444 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10445
10446 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10447 makes it buffer-local.
10448
10449 * files.texi (Saving Buffers): Correct previous change.
10450
10451 * commands.texi (Accessing Events):
10452 Clarify posn-col-row and posn-actual-col-row.
10453
104542004-06-24 David Ponce <david.ponce@wanadoo.fr>
10455
10456 * commands.texi (Accessing Events): New functions
10457 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10458
104592004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10460
10461 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10462 * frames.texi, buffers.texi, backups.texi, variables.texi:
10463 * loading.texi, eval.texi, functions.texi, control.texi:
10464 * symbols.texi, minibuf.texi: Reposition @anchor's.
10465
10466 * help.texi: Various small changes in addition to the following.
10467 (Describing Characters): Describe PREFIX argument to
10468 `key-description'. Correct and clarify definition of
10469 `text-char-description'. Describe NEED-VECTOR argument to
10470 `read-kbd-macro'.
10471 (Help Functions): Clarify definition of `apropos'.
10472
104732004-06-23 Lars Hansen <larsh@math.ku.dk>
10474
10475 * files.texi (Saving Buffers): Correct description of
10476 `write-contents-functions'.
10477
104782004-06-21 Juanma Barranquero <lektu@terra.es>
10479
10480 * display.texi (Images): Remove redundant @vindex directives.
10481 Rewrite `image-library-alist' doc in active voice.
10482
104832004-06-14 Juanma Barranquero <lektu@terra.es>
10484
10485 * display.texi (Images): Document new delayed library loading,
10486 variable `image-library-alist' and (existing but undocumented)
10487 function `image-type-available-p'.
10488
104892004-06-05 Richard M. Stallman <rms@gnu.org>
10490
10491 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10492 refer the user to the Initial Input node.
10493 (Text from Minibuffer): Likewise.
10494 (Initial Input): New node. Document this feature
10495 and say it is mostly deprecated.
10496
104972004-05-30 Richard M. Stallman <rms@gnu.org>
10498
10499 * loading.texi (Named Features): Clarify return value
10500 and meaning of NOERROR.
10501
10502 * variables.texi (File Local Variables): Minor cleanup.
10503
105042004-05-30 Michael Albinus <michael.albinus@gmx.de>
10505
10506 * files.texi (Magic File Names): Add `file-remote-p' as operation
10507 of file name handlers.
10508
105092004-05-29 Richard M. Stallman <rms@gnu.org>
10510
10511 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10512 as arg to a minor mode command.
10513
105142004-05-22 Richard M. Stallman <rms@gnu.org>
10515
10516 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10517
10518 * streams.texi (Output Variables): Doc float-output-format.
10519
10520 * searching.texi (Regexp Special): Nested repetition can be infloop.
10521
10522 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10523 real stack overflow.
10524
10525 * compile.texi: Minor cleanups.
10526
105272004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10528
10529 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10530 circular lists.
10531 (List Elements): Explain handling of circular and dotted lists.
10532
105332004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10534
10535 * modes.texi (Search-based Fontification): Fix typo.
10536
105372004-05-10 Juanma Barranquero <lektu@terra.es>
10538
10539 * modes.texi (Mode Line Variables): Fix description of
10540 global-mode-string, which is now after which-func-mode, not the
10541 buffer name.
10542
105432004-05-07 Lars Hansen <larsh@math.ku.dk>
10544
10545 * modes.texi (Desktop Save Mode): Add.
10546 (Modes): Add menu entry Desktop Save Mode.
10547
10548 * hooks.texi: Add desktop-after-read-hook,
10549 desktop-no-desktop-file-hook and desktop-save-hook.
10550
10551 * locals.texi: Add desktop-save-buffer.
10552
105532004-04-30 Jesper Harder <harder@ifa.au.dk>
10554
10555 * display.texi: emacs -> Emacs.
10556
105572004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10558
10559 * files.texi (Changing Files): Document set-file-times.
10560
105612004-04-23 Juanma Barranquero <lektu@terra.es>
10562
10563 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10564
105652004-04-18 Jesper Harder <harder@ifa.au.dk>
10566
10567 * tips.texi (Coding Conventions): defopt -> defcustom.
10568
105692004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10570
10571 * sequences.texi: Various clarifications.
10572
105732004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10574
10575 * buffers.texi (Read Only Buffers): Mention optional ARG to
10576 `toggle-read-only'.
10577
105782004-04-14 Nick Roberts <nick@nick.uklinux.net>
10579
10580 * windows.texi (Selecting Windows): Note that get-lru-window
10581 returns a full-width window if possible.
10582
105832004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10584
10585 * buffers.texi: Various changes in addition to:
10586 (Buffer File Name): Add `find-buffer-visiting'.
10587 (Buffer Modification): Mention optional ARG to `not-modified'.
10588 (Indirect Buffers): Mention optional CLONE argument to
10589 `make-indirect-buffer'.
10590
10591 * files.texi: Various changes in addition to:
10592 (Visiting Functions): `find-file-hook' is now a normal hook.
10593 (File Name Expansion): Explain difference between the way that
10594 `expand-file-name' and `file-truename' treat `..'.
10595 (Contents of Directories): Mention optional ID-FORMAT argument to
10596 `directory-files-and-attributes'.
10597 (Format Conversion): Mention new optional CONFIRM argument to
10598 `format-write-file'.
10599
106002004-04-12 Miles Bader <miles@gnu.org>
10601
10602 * macros.texi (Expansion): Add description of `macroexpand-all'.
10603
106042004-04-05 Jesper Harder <harder@ifa.au.dk>
10605
5dcb4c4e
SM
10606 * variables.texi (Variable Aliases):
10607 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10608
10609 * errors.texi (Standard Errors): Ditto.
10610
106112004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10612
10613 * backups.texi: Various small changes in addition to:
10614 (Making Backups): Mention return value of `backup-buffer'.
10615 (Auto-Saving): Mention optional FORCE argument to
10616 `delete-auto-save-file-if-necessary'.
10617 (Reverting): Mention optional PRESERVE-MODES argument to
10618 `revert-buffer'. Correct description of `revert-buffer-function'.
10619
106202004-03-22 Juri Linkov <juri@jurta.org>
10621
10622 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10623 with `Vector Functions'.
10624
10625 * text.texi (Sorting): Add missing quote.
10626
106272004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10628
10629 * intro.texi (Lisp History): Replace xref to `cl' manual with
10630 inforef.
10631
106322004-03-12 Richard M. Stallman <rms@gnu.org>
10633
10634 * intro.texi (Version Info): Add arg to emacs-version.
10635 (Lisp History): Change xref to CL manual.
10636
106372004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10638
10639 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10640 for Partial Completion mode.
10641
106422004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10643
10644 * customize.texi: Fix typo. Remove eol whitespace.
10645
106462004-03-04 Richard M. Stallman <rms@gnu.org>
10647
10648 * processes.texi: Fix typos.
10649
10650 * lists.texi (Building Lists): Minor clarification.
10651
10652 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10653 in make-hash-table.
10654
106552004-02-29 Juanma Barranquero <lektu@terra.es>
10656
10657 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10658 rm, and ignore exit code.
10659
106602004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10661
10662 * display.texi (Defining Faces): Add description for min-colors.
10663 Update example.
10664
106652004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10666
10667 * abbrevs.texi: Various corrections and clarifications in addition
10668 to the following:
10669 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10670
106712004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10672
10673 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10674
106752004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10676
10677 * text.texi: Various small changes in addition to the following:
10678 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10679 to delete-horizontal-space.
10680 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10681 description of yank-handler text property at various places.
10682
10683 * frames.texi (Window System Selections): Add anchor.
10684
10685 * syntax.texi (Syntax Table Functions): Clarify and correct
10686 descriptions of make-syntax-table and copy-syntax-table.
10687 (Motion and Syntax): Clarify SYNTAXES argument to
10688 skip-syntax-forward.
10689 (Parsing Expressions): Mention that the return value of
10690 parse-partial-sexp is currently a list of ten rather than nine
10691 elements.
10692 (Categories): Various corrections and clarifications.
10693
106942004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10695
10696 * markers.texi (Marker Insertion Types): Minor change.
10697
10698 * locals.texi (Standard Buffer-Local Variables):
10699 * commands.texi (Interactive Codes, Using Interactive):
10700 * functions.texi (Related Topics): Fix xrefs.
10701
107022004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10703
10704 * lists.texi (Sets And Lists): Update description of delete-dups.
10705
107062004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10707
10708 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10709
c8763fb6 107102004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10711
10712 * frames.texi (Parameter Access): frame-parameters arg is optional.
10713 modify-frame-parameters handles nil for FRAME.
10714 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10715 are all-or-nothing for certain toolkits.
10716 Mention parameter wait-for-wm.
10717 (Frames and Windows): In frame-first-window and frame-selected-window
10718 the arg is optional.
10719 (Input Focus): In redirect-frame-focus the second arg is optional.
10720 (Window System Selections): Mention selection type CLIPBOARD.
10721 Mention data-type UTF8_STRING.
10722 Mention numbering of cut buffers.
10723 (Resources): Describe x-resource-name.
10724
107252004-02-16 Richard M. Stallman <rms@gnu.org>
10726
10727 * windows.texi (Buffers and Windows): Delete false table
10728 about all-frames.
10729
10730 * syntax.texi (Parsing Expressions): Delete old caveat
10731 about parse-sexp-ignore-comments.
10732
10733 * streams.texi (Output Variables): Add print-quoted.
10734
10735 * lists.texi (Building Lists): Minor cleanup.
10736
10737 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10738
10739 * display.texi (Overlays): Explain overlays use markers.
10740 (Managing Overlays): Explain front-advance and rear-advance
10741 in more detail.
10742
10743 * loading.texi (Unloading): Document unload-feature-special-hooks.
10744 Get rid of fns-NNN.el file.
10745
107462004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10747
10748 * help.texi (Describing Characters): Fix text-char-description
10749 example output.
10750
10751 * edebug.texi (Using Edebug): Fix example.
10752
10753 * debugging.texi (Internals of Debugger): Fix return value.
10754
10755 * files.texi (Changing Files): Fix argname.
10756
10757 * calendar.texi: Fix parens, and default values.
10758
10759 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
10760 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 10761 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
10762
10763 * positions.texi (Text Lines): Don't add -1 in current-line.
10764
107652004-02-16 Richard M. Stallman <rms@gnu.org>
10766
10767 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
10768
107692004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10770
10771 * processes.texi (Low-Level Network): Fix a typo.
10772
107732004-02-12 Kim F. Storm <storm@cua.dk>
10774
10775 * display.texi (Fringes): Use consistent wording.
10776 Note that window-fringe's window arg is optional.
10777 (Scroll Bars): Use consistent wording.
10778
107792004-02-11 Luc Teirlinck <teirllm@auburn.edu>
10780
10781 * tips.texi (Comment Tips): Document the new conventions for
10782 commenting out code.
10783
c8763fb6 107842004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 10785
5dcb4c4e 10786 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
10787
107882004-02-07 Kim F. Storm <storm@cua.dk>
10789
10790 * positions.texi (Text Lines): Add line-number-at-pos.
10791
107922004-02-06 John Paul Wallington <jpw@gnu.org>
10793
10794 * display.texi (Button Properties, Button Buffer Commands):
10795 mouse-2 invokes button, not down-mouse-1.
10796
107972004-02-04 Jason Rumney <jasonr@gnu.org>
10798
10799 * makefile.w32-in: Sync with Makefile.in changes.
10800
108012004-02-03 Luc Teirlinck <teirllm@auburn.edu>
10802
10803 * minibuf.texi (Text from Minibuffer): Various corrections and
10804 clarifications.
10805 (Object from Minibuffer): Correct Lisp description of
10806 read-minibuffer.
10807 (Minibuffer History): Clarify description of cons values for
10808 HISTORY arguments.
5dcb4c4e
SM
10809 (Basic Completion): Various corrections and clarifications.
10810 Add completion-regexp-list.
b8d4c8d0
GM
10811 (Minibuffer Completion): Correct and clarify description of
10812 completing-read.
5dcb4c4e
SM
10813 (Completion Commands): Mention Partial Completion mode.
10814 Various other minor changes.
b8d4c8d0
GM
10815 (High-Level Completion): Various corrections and clarifications.
10816 (Reading File Names): Ditto.
10817 (Minibuffer Misc): Ditto.
10818
108192004-01-26 Luc Teirlinck <teirllm@auburn.edu>
10820
10821 * strings.texi (Text Comparison): assoc-string also matches
10822 elements of alists that are strings instead of conses.
10823 (Formatting Strings): Standardize Texinfo usage. Update index
10824 entries.
10825
108262004-01-20 Luc Teirlinck <teirllm@auburn.edu>
10827
10828 * lists.texi (Sets And Lists): Add delete-dups.
10829
108302004-01-15 Luc Teirlinck <teirllm@auburn.edu>
10831
10832 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
10833 special form.
10834 * macros.texi (Defining Macros): Update description of `declare',
10835 which now is a macro.
10836 (Wrong Time): Fix typos.
10837
108382004-01-14 Luc Teirlinck <teirllm@auburn.edu>
10839
10840 * compile.texi (Compilation Functions): Expand descriptions of
10841 `compile-defun', `byte-compile-file', `byte-recompile-directory'
10842 and `batch-byte-compile'. In particular, mention and describe
10843 all optional arguments.
10844 (Disassembly): Correct and clarify the description of `disassemble'.
10845
108462004-01-11 Luc Teirlinck <teirllm@auburn.edu>
10847
10848 * searching.texi: Various small changes in addition to the
10849 following.
10850 (Regexp Example): Adapt to new value of `sentence-end'.
10851 (Regexp Functions): The PAREN argument to `regexp-opt' can be
10852 `words'.
10853 (Search and Replace): Add usage note for `perform-replace'.
10854 (Entire Match Data): Mention INTEGERS and REUSE arguments to
10855 `match-data'.
10856 (Standard Regexps): Update for new values of `paragraph-start'
10857 and `sentence-end'.
10858
108592004-01-07 Luc Teirlinck <teirllm@auburn.edu>
10860
10861 * files.texi (Saving Buffers): Clarify descriptions of
10862 `write-contents-functions' and `before-save-hook'.
10863 Make the defvar's for `before-save-hook' and `after-save-hook'
10864 into defopt's.
10865
108662004-01-07 Kim F. Storm <storm@cua.dk>
10867
10868 * commands.texi (Click Events): Describe new image and
10869 width/height elements of click events.
10870 (Accessing Events): Add posn-string, posn-image, and
10871 posn-object-width-height. Change posn-object to return either
10872 image or string object.
10873
108742004-01-01 Simon Josefsson <jas@extundo.com>
10875
10876 * hooks.texi (Standard Hooks): Add before-save-hook.
10877 * files.texi (Saving Buffers): Likewise.
10878
108792004-01-03 Richard M. Stallman <rms@gnu.org>
10880
10881 * frames.texi (Frames and Windows): Delete frame-root-window.
10882
108832004-01-03 Luc Teirlinck <teirllm@auburn.edu>
10884
10885 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
10886
10887 * functions.texi: Various small changes in addition to the
10888 following.
5dcb4c4e
SM
10889 (What Is a Function): `functionp' returns nil for macros.
10890 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
10891 (Function Documentation): Add `\' in front of (fn @var{arglist})
10892 and explain why.
10893 (Defining Functions): Mention DOCSTRING argument to `defalias'.
10894 Add anchor.
10895 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
10896
108972004-01-01 Miles Bader <miles@gnu.org>
10898
10899 * display.texi (Buttons): New section.
10900
109012003-12-31 Andreas Schwab <schwab@suse.de>
10902
10903 * numbers.texi (Math Functions): sqrt reports a domain-error
10904 error.
10905 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
10906
109072003-12-30 Luc Teirlinck <teirllm@auburn.edu>
10908
10909 * tips.texi (Documentation Tips): Update item on hyperlinks in
10910 documentation strings.
10911
10912 * errors.texi (Standard Errors): Various small corrections and
10913 additions.
10914
10915 * control.texi: Various small changes in addition to the
10916 following.
10917 (Signaling Errors): Provide some more details on how `signal'
10918 constructs the error message. Add anchor to the definition of
10919 `signal'.
10920 (Error Symbols): Describe special treatment of `quit'.
10921 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
10922 to emphasize that it has to be a single form.
10923
10924 * buffers.texi: Add anchor.
10925
109262003-12-29 Richard M. Stallman <rms@gnu.org>
10927
10928 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
10929 (Window Configurations): Add window-configuration-frame.
10930
10931 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
10932
10933 * text.texi (Examining Properties): Add get-char-property-and-overlay.
10934 Change arg name in get-char-property.
10935 (Special Properties): Update handling of keymap property.
10936
10937 * strings.texi (Modifying Strings): Add clear-string.
10938 (Text Comparison): Add assoc-string and remove
10939 assoc-ignore-case, assoc-ignore-representation.
10940
10941 * os.texi (Time of Day): Add set-time-zone-rule.
10942
10943 * numbers.texi (Math Functions): asin, acos, log, log10
10944 report domain-error errors.
10945
10946 * nonascii.texi (Converting Representations):
10947 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
10948 (Encoding and I/O): Add file-name-coding-system.
10949
10950 * modes.texi (Search-based Fontification): Explain that
10951 face specs are symbols with face names as values.
10952
10953 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
10954
10955 * lists.texi (Building Lists): remq moved elsewhere.
10956 (Sets And Lists): remq moved here.
10957 (Association Lists): Refer to assoc-string.
10958
10959 * internals.texi (Garbage Collection): Add memory-use-counts.
10960
10961 * frames.texi (Frames and Windows): Add set-frame-selected-window
10962 and frame-root-window.
10963
10964 * files.texi (Contents of Directories):
10965 Add directory-files-and-attributes.
10966
10967 * display.texi (Refresh Screen): Add force-window-update.
10968 (Invisible Text): Explain about moving point out of invis text.
10969 (Overlay Properties): Add overlay-properties.
10970 (Managing Overlays): Add overlayp.
10971 (GIF Images): Invalid image number displays a hollow box.
10972
10973 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
10974 (Killing Buffers): Add buffer-live-p.
10975
109762003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
10977
10978 * display.texi (Fringes): Fix typo "set-buffer-window".
10979
109802003-12-24 Luc Teirlinck <teirllm@auburn.edu>
10981
10982 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
10983 * nonascii.texi, processes.texi, tips.texi, variables.texi:
10984 Add or change various xrefs and anchors.
10985
10986 * commands.texi: Replace all occurrences of @acronym{CAR} with
10987 @sc{car}, for consistency with the rest of the Elisp manual.
10988 `car' and `cdr' are historically acronyms, but are no longer
10989 widely thought of as such.
10990
10991 * internals.texi (Pure Storage): Mention that `purecopy' does not
10992 copy text properties.
10993 (Object Internals): Now 29 bits are used (in most implementations)
10994 to address Lisp objects.
10995
10996 * variables.texi (Variables with Restricted Values): New node.
10997
10998 * objects.texi (Lisp Data Types): Mention that certain variables
10999 can only take on a restricted set of values and add an xref to
11000 the new node "Variables with Restricted Values".
11001
11002 * eval.texi (Function Indirection): Describe the errors that
11003 `indirect-function' can signal.
11004 (Eval): Clarify the descriptions of `eval-region' and `values'.
11005 Describe `eval-buffer' instead of `eval-current-buffer' and
11006 mention `eval-current-buffer' as an alias for `current-buffer'.
11007 Correct the description and mention all optional arguments.
11008
11009 * nonascii.texi: Various small changes in addition to the
11010 following.
11011 (Converting Representations): Clarify behavior of
11012 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11013 ASCII arguments.
11014 (Character Sets): Document the variable `charset-list' and adapt
11015 the definition of the function `charset-list' accordingly.
11016 (Translation of Characters): Clarify use of generic characters in
11017 `make-translation-table'. Clarify and correct the description of
11018 the use of translation tables in encoding and decoding.
11019 (User-Chosen Coding Systems): Correct and clarify the description
11020 of `select-safe-coding-system'.
11021 (Default Coding Systems): Clarify description of
11022 `file-coding-system-alist'.
11023
110242003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11025
11026 * strings.texi (Text Comparison): Correctly describe when two
11027 strings are `equal'. Combine and clarify descriptions of
11028 `assoc-ignore-case' and `assoc-ignore-representation'.
11029
11030 * objects.texi (Non-ASCII in Strings): Clarify description of
11031 when a string is unibyte or multibyte.
11032 (Bool-Vector Type): Update examples.
11033 (Equality Predicates): Correctly describe when two strings are
11034 `equal'.
11035
110362003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11037
11038 * lists.texi (Building Lists): `append' no longer accepts integer
11039 arguments. Update the description of `number-sequence' to reflect
11040 recent changes.
11041 (Sets And Lists): Describe `member-ignore-case' after `member'.
11042
110432003-11-27 Kim F. Storm <storm@cua.dk>
11044
11045 * commands.texi (Click Events): Click object may be an images.
11046 Describe (dx . dy) element of click positions.
11047 (Accessing Events): Remove duplicate posn-timestamp.
11048 New functions posn-object and posn-object-x-y.
11049
110502003-11-23 Kim F. Storm <storm@cua.dk>
11051
11052 * commands.texi (Click Events): Describe enhancements to event
11053 position lists, including new text-pos and (col . row) items.
11054 Mention left-fringe and right-fringe area events.
11055 (Accessing Events): New functions posn-area and
11056 posn-actual-col-row. Mention posn-timestamp. Mention that
11057 posn-point in non-text area still returns buffer position.
11058 Clarify posn-col-row.
11059
110602003-11-21 Lars Hansen <larsh@math.ku.dk>
11061
11062 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11063 * anti.texi (File Attributes): Describe removed parameter
11064 ID-FORMAT.
11065
110662003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11067
11068 * positions.texi (Positions): Mention that, if a marker is used as
11069 a position, its buffer is ignored.
11070
11071 * markers.texi (Overview of Markers): Mention it here too.
11072
110732003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11074
11075 * numbers.texi (Numeric Conversions): Not just `floor', but also
11076 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11077
110782003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11079
11080 * markers.texi (Creating Markers): Specify insertion type of
11081 created markers. Add xref to `Marker Insertion Types'.
11082 Second argument to `copy-marker' is optional.
11083 (Marker Insertion Types): Mention that most markers are created
11084 with insertion type nil.
11085 (The Mark): Correctly describe when `mark' signals an error.
11086 (The Region): Correctly describe when `region-beginning' and
11087 `region-end' signal an error.
11088
110892003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11090
11091 * hash.texi (Creating Hash): Clarify description of `eql'.
11092 `makehash' is obsolete.
11093 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11094
11095 * positions.texi (Point): Change description of `buffer-end', so
11096 that it is also correct for floating point arguments.
11097 (List Motion): Correct argument lists of `beginning-of-defun' and
11098 `end-of-defun'.
11099 (Excursions): Add xref to `Marker Insertion Types'.
11100 (Narrowing): Argument to `narrow-to-page' is optional.
11101
111022003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11103
11104 * streams.texi (Output Streams): Clarify behavior of point for
11105 marker output streams.
11106
111072003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11108
11109 * variables.texi (Defining Variables): Second argument to
11110 `defconst' is not optional.
11111 (Setting Variables): Mention optional argument APPEND to
11112 `add-to-list'.
11113 (Creating Buffer-Local): Expand description of
11114 `make-variable-buffer-local'.
11115 (Frame-Local Variables): Expand description of
11116 `make-variable-frame-local'.
11117 (Variable Aliases): Correct description of optional argument
11118 DOCSTRING to `defvaralias'. Mention return value of
11119 `defvaralias'.
11120 (File Local Variables): Add xref to `File variables' in Emacs
11121 Manual. Correct description of `hack-local-variables'. Mention
11122 `safe-local-variable' property. Mention optional second argument
11123 to `risky-local-variable-p'.
11124
111252003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11126
11127 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11128
111292003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11130
11131 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11132 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11133 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11134 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11135 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11136 lispref/processes.texi, lispref/searching.texi,
11137 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11138 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11139 @acronym{FOO}.
11140
111412003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11142
11143 * strings.texi (Creating Strings): Argument START to `substring'
11144 can not be `nil'. Expand description of
11145 `substring-no-properties'. Correct description of `split-string',
11146 especially with respect to empty matches. Prevent very bad line
11147 break in definition of `split-string-default-separators'.
11148 (Text Comparison): `string=' and `string<' also accept symbols as
11149 arguments.
11150 (String Conversion): More completely describe argument BASE in
11151 `string-to-number'.
11152 (Formatting Strings): `%s' and `%S' in `format' do require
11153 corresponding object. Clarify behavior of numeric prefix after
11154 `%' in `format'.
11155 (Case Conversion): The argument to `upcase-initials' can be a
11156 character.
11157
111582003-10-27 Kenichi Handa <handa@m17n.org>
11159
11160 * display.texi (Fontsets): Fix texinfo usage.
11161
111622003-10-25 Kenichi Handa <handa@m17n.org>
11163
11164 * display.texi (Fontsets): Add description of the function
11165 set-fontset-font.
11166
111672003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11168
11169 * display.texi (Temporary Displays): Add xref to `Documentation
11170 Tips'.
11171
11172 * functions.texi (Function Safety): Use inforef instead of pxref
11173 for SES.
11174
111752003-10-23 Andreas Schwab <schwab@suse.de>
11176
11177 * Makefile.in (TEX, texinputdir): Don't define.
11178 (TEXI2DVI): Define.
11179 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11180 add $(srcdir)/index.texi.
11181 ($(infodir)/elisp): Remove index.texi dependency.
11182 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11183 (index.texi): Remove target.
11184 (dist): Don't link $(srcdir)/permute-index.
11185 (clean): Don't remove index.texi.
11186
11187 * permute-index, index.perm: Remove.
11188 * index.texi: Rename from index.unperm.
11189
111902003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11191
11192 * tips.texi (Documentation Tips): Document new behavior for face
11193 and variable hyperlinks in Help mode.
11194
111952003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11196
11197 * objects.texi (Integer Type): Update for extra bit of integer range.
11198 (Character Type): Ditto.
11199
112002003-10-16 Eli Zaretskii <eliz@gnu.org>
11201
11202 * numbers.texi (Integer Basics): Add index entries for reading
11203 numbers in hex, octal, and binary.
11204
112052003-10-16 Lute Kamstra <lute@gnu.org>
11206
11207 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11208 argument.
11209
112102003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11211
11212 * windows.texi (Choosing Window): Fix typo.
11213 * edebug.texi (Edebug Execution Modes): Fix typo.
11214
112152003-10-13 Richard M. Stallman <rms@gnu.org>
11216
11217 * windows.texi (Basic Windows): A window has fringe settings,
11218 display margins and scroll-bar settings.
11219 (Splitting Windows): Doc split-window return value.
11220 Clean up one-window-p.
11221 (Selecting Windows): Fix typo.
11222 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11223 (Buffers and Windows): In set-window-buffer, explain effect
11224 on fringe settings and scroll bar settings.
11225 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11226 (Choosing Window): Use defopt for pop-up-frame-function.
11227 For special-display-buffer-names, explain same-window and same-frame.
11228 Clarify window-dedicated-p return value.
11229 (Textual Scrolling): scroll-up and scroll-down can get an error.
11230 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11231 Clarify set-window-hscroll.
11232 (Size of Window): Don't mention tool bar in window-height.
11233 (Coordinates and Windows): Explain what coordinates-in-window-p
11234 returns for fringes and display margins.
11235 (Window Configurations): Explain saving fringes, etc.
11236
11237 * tips.texi (Library Headers): Clean up Documentation.
11238
11239 * syntax.texi (Parsing Expressions): Clean up forward-comment
11240 and parse-sexp-lookup-properties.
11241
11242 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11243
11244 * os.texi (System Environment): Clean up text for load-average errors.
11245
11246 * modes.texi (Hooks): Don't explain local hook details at front.
11247 Clarify run-hooks and run-hook-with-args a little.
11248 Clean up add-hook and remove-hook.
11249
11250 * edebug.texi (Edebug Execution Modes): Clarify t.
11251 Document edebug-sit-for-seconds.
11252 (Coverage Testing): Document C-x X = and =.
11253 (Instrumenting Macro Calls): Fix typo.
11254 (Specification List): Don't index the specification keywords.
11255
112562003-10-10 Kim F. Storm <storm@cua.dk>
11257
11258 * processes.texi (Network): Introduce make-network-process.
11259
112602003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11261
11262 * tips.texi (Library Headers): Fix typo.
11263
112642003-10-07 Juri Linkov <juri@jurta.org>
11265
11266 * modes.texi (Imenu): Mention imenu-create-index-function's
11267 default value. Explain submenus better.
11268
112692003-10-07 Lute Kamstra <lute@gnu.org>
11270
11271 * modes.texi (Faces for Font Lock): Fix typo.
11272 (Hooks): Explain how buffer-local hook variables can refer to
11273 global hook variables.
11274 Various minor clarifications.
11275
112762003-10-06 Lute Kamstra <lute@gnu.org>
11277
11278 * tips.texi (Coding Conventions): Mention naming conventions for
11279 hooks.
11280
112812003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11282
11283 * loading.texi (Library Search): Correct default value of
11284 load-suffixes.
11285 (Named Features): Fix typo.
11286
112872003-10-05 Richard M. Stallman <rms@gnu.org>
11288
11289 * loading.texi (Named Features): In `provide',
11290 say how to test for subfeatures.
11291 (Unloading): In unload-feature, use new var name
11292 unload-feature-special-hooks.
11293
112942003-10-03 Lute Kamstra <lute@gnu.org>
11295
11296 * modes.texi (Major Mode Conventions): Mention third way to set up
11297 Imenu.
11298 (Imenu): A number of small fixes.
11299 Delete documentation of internal variable imenu--index-alist.
11300 Document the return value format of imenu-create-index-function
11301 functions.
11302
113032003-09-30 Richard M. Stallman <rms@gnu.org>
11304
11305 * processes.texi (Network): Say what stopped datagram connections do.
11306
11307 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11308
11309 * display.texi (Overlay Properties): Clarify `evaporate' property.
11310
113112003-09-29 Lute Kamstra <lute@gnu.org>
11312
11313 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11314 constructs should be marked as risky.
11315 Change cons cell into proper list.
11316 (Mode Line Variables): Change cons cell into proper list.
11317
113182003-09-26 Lute Kamstra <lute@gnu.org>
11319
11320 * modes.texi (Mode Line Data): Document the :propertize construct.
11321 (Mode Line Variables): Reorder the descriptions of the variables
11322 to match their order in the default mode-line-format.
11323 Describe the new variables mode-line-position and mode-line-modes.
11324 Update the default values of mode-line-frame-identification,
11325 minor-mode-alist, and default-mode-line-format.
11326 (Properties in Mode): Mention the :propertize construct.
11327
113282003-09-26 Richard M. Stallman <rms@gnu.org>
11329
11330 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11331 * loading.texi, minibuf.texi, text.texi, variables.texi:
11332 Avoid @strong{Note:}.
11333
113342003-09-26 Richard M. Stallman <rms@gnu.org>
11335
11336 * keymaps.texi (Remapping Commands): Fix typo.
11337
113382003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11339
11340 * processes.texi (Low-Level Network): Fix typo.
11341
113422003-09-23 Kim F. Storm <storm@cua.dk>
11343
11344 * processes.texi (Network, Network Servers): Fix typos.
11345 (Low-Level Network): Add timeout value for :server keyword.
11346 Add new option keywords to make-network-process.
11347 Add set-network-process-options.
11348 Explain how to test availability of network options.
11349
113502003-09-19 Richard M. Stallman <rms@gnu.org>
11351
11352 * text.texi (Motion by Indent): Arg to
11353 backward-to-indentation and forward-to-indentation is optional.
11354
11355 * strings.texi (Creating Strings): Add substring-no-properties.
11356
11357 * processes.texi
11358 (Process Information): Add list-processes arg QUERY-ONLY.
11359 Delete process-contact from here.
11360 Add new status values for process-status.
11361 Add process-get, process-put, process-plist, set-process-plist.
11362 (Synchronous Processes): Add call-process-shell-command.
11363 (Signals to Processes): signal-process allows process objects.
11364 (Network): Complete rewrite.
11365 (Network Servers, Datagrams, Low-Level Network): New nodes.
11366
11367 * positions.texi (Word Motion): forward-word, backward-word
11368 arg is optional. Reword.
11369
11370 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11371
11372 * variables.texi (Creating Buffer-Local):
11373 Delete duplicate definition of buffer-local-value.
11374 (File Local Variables): Explain about discarding text props.
11375
113762003-09-11 Richard M. Stallman <rms@gnu.org>
11377
11378 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11379 changes variables that record input events.
11380 (Minibuffer Misc): Add minibuffer-selected-window.
11381
11382 * lists.texi (Building Lists): Add copy-tree.
11383
11384 * display.texi (Fontsets): Add char-displayable-p.
11385 (Scroll Bars): New node.
11386
113872003-09-08 Lute Kamstra <lute@gnu.org>
11388
11389 * modes.texi (%-Constructs): Document new `%i' and `%I'
11390 constructs.
11391
113922003-09-03 Peter Runestig <peter@runestig.com>
11393
11394 * makefile.w32-in: New file.
11395
113962003-08-29 Richard M. Stallman <rms@gnu.org>
11397
11398 * display.texi (Overlay Properties): Clarify how priorities
11399 affect use of the properties.
11400
114012003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11402
11403 * customize.texi (Type Keywords): Correct the description of
11404 `:help-echo' in the case where `motion-doc' is a function.
11405
114062003-08-14 John Paul Wallington <jpw@gnu.org>
11407
11408 * modes.texi (Emulating Mode Line): Subsection, not section.
11409
114102003-08-13 Richard M. Stallman <rms@gnu.org>
11411
11412 * elisp.texi (Top): Update subnode lists in menu.
11413
11414 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11415 (Kill Functions): kill-region has new arg yank-handler.
11416 (Yanking): New node.
11417 (Yank Commands): Add yank-undo-function.
11418 (Low-Level Kill Ring):
11419 kill-new and kill-append have new arg yank-handler.
11420 (Changing Properties): Add remove-list-of-text-properties.
11421 (Atomic Changes): New node.
11422
11423 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11424
11425 * streams.texi (Output Variables): Add eval-expression-print-length
11426 and eval-expression-print-level.
11427
11428 * os.texi (Time Conversion): For encode-time, explain limits on year.
11429
11430 * objects.texi (Character Type): Define anchor "modifier bits".
11431
11432 * modes.texi (Emulating Mode Line): New node.
11433 (Search-based Fontification): Font Lock uses font-lock-face property.
11434 (Other Font Lock Variables): Likewise.
11435
11436 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11437 not vectors.
11438 (Active Keymaps): Add emulation-mode-map-alists.
11439 (Functions for Key Lookup): key-binding has new arg no-remap.
11440 (Remapping Commands): New node.
11441 (Scanning Keymaps): where-is-internal has new arg no-remap.
11442 (Tool Bar): Add tool-bar-local-item-from-menu.
11443 Clarify when to use tool-bar-add-item-from-menu.
11444
11445 * commands.texi (Interactive Call): commandp has new arg.
11446 (Command Loop Info): Add this-original-command.
11447
114482003-08-06 John Paul Wallington <jpw@gnu.org>
11449
11450 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11451
11452 * display.texi (Warning Basics): Fix typo.
11453 (Fringes): Add closing curly bracket and fix typo.
11454
11455 * elisp.texi (Top): Fix typo.
11456
114572003-08-05 Richard M. Stallman <rms@gnu.org>
11458
11459 * elisp.texi: Update lists of subnodes.
11460
11461 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11462
11463 * variables.texi (Local Variables): Use lc for example variable names.
11464
11465 * tips.texi (Library Headers): Explain where to put -*-.
11466
11467 * strings.texi (Creating Strings): Fix xref for vconcat.
11468
11469 * sequences.texi (Vector Functions):
11470 vconcat no longer allows integer args.
11471
11472 * minibuf.texi (Reading File Names): read-file-name has new
11473 arg PREDICATE. New function read-directory-name.
11474
c4cc8b9a 11475 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
11476 (Indenting Macros): New node.
11477
11478 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11479 (Window Frame Parameters): Make separate table of parameters
11480 that are coupled with specific face attributes.
11481 (Deleting Frames): delete-frame-hooks renamed to
11482 delete-frame-functions.
11483
11484 * files.texi (Magic File Names): Add file-remote-p.
11485 Clarify file-local-copy.
11486
11487 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11488 here; instead xref Defining Macros.
11489
11490 * display.texi (Warnings): New node, and subnodes.
11491 (Fringes): New node.
11492
11493 * debugging.texi (Test Coverage): New node.
11494
11495 * compile.texi (Compiler Errors): Explain with-no-warnings
11496 and other ways to suppress warnings.
11497
11498 * commands.texi (Interactive Call): Minor clarification.
11499
11500 * buffers.texi (Buffer File Name): set-visited-file-name
11501 renames the buffer too.
11502
11503 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11504
115052003-07-24 Markus Rost <rost@math.ohio-state.edu>
11506
11507 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11508
115092003-07-22 Markus Rost <rost@math.ohio-state.edu>
11510
11511 * internals.texi (Garbage Collection): Fix previous change.
11512
115132003-07-22 Richard M. Stallman <rms@gnu.org>
11514
11515 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11516
11517 * display.texi (Width): Use \s syntax in example.
11518 (Font Selection): Add face-font-rescale-alist.
11519
11520 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11521 Remove spurious indent in example.
11522
11523 * lists.texi (Building Lists): Add number-sequence.
11524
11525 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11526
11527 * functions.texi (Function Documentation): Explain how to
11528 show calling convention explicitly in the doc string.
11529
11530 * windows.texi (Selecting Windows): save-selected-window saves
11531 selected window of each frame.
11532 (Window Configurations): Minor change.
11533
11534 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11535
11536 * streams.texi (Output Variables): Add print-continuous-numbering
11537 and print-number-table.
11538
11539 * processes.texi (Decoding Output): New node.
11540
11541 * os.texi (Time Conversion): decode-time arg is optional.
11542
11543 * objects.texi (Character Type): Don't use space as example for \.
11544 Make list of char names and \-sequences correspond.
11545 Explain that \s is not used in strings. `\ ' needs space after.
11546
11547 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11548 (Translation of Characters): Add translation-table-for-input.
11549 (Default Coding Systems): Add auto-coding-functions.
11550 (Explicit Encoding): Add decode-coding-inserted-region.
11551 (Locales): Add locale-info.
11552
11553 * minibuf.texi (Basic Completion): Describe test-completion.
11554 Collections can be lists of strings.
11555 Clean up lazy-completion-table.
11556 (Programmed Completion): Mention test-completion.
11557 Clarify why lambda expressions are not accepted.
11558 (Minibuffer Misc): Describe minibufferp.
11559
115602003-07-14 Richard M. Stallman <rms@gnu.org>
11561
11562 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11563
11564 * windows.texi (Selecting Windows): New arg to select-window.
11565 (Selecting Windows): Add with-selected-window.
11566 (Size of Window): Add window-inside-edges, etc.
11567
11568 * internals.texi (Garbage Collection): Add post-gc-hook.
11569
11570 * processes.texi (Subprocess Creation): Add exec-suffixes.
11571
11572 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11573 (Scanning Keymaps): Add map-keymaps.
11574 (Defining Menus): Add keymap-prompt.
11575
11576 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11577 most-negative-fixnum.
11578
c4cc8b9a 11579 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11580 (Compiler Errors): New node.
11581
11582 * os.texi (User Identification): user-uid, user-real-uid
11583 can return float.
11584
11585 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11586 and about derived modes.
11587 (Minor Modes): Add minor-mode-list.
11588 (Defining Minor Modes): Keyword args for define-minor-mode.
11589 (Search-based Fontification): Explain managing other properties.
11590 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11591 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11592 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11593
11594 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11595 (Variable Aliases): Clarify defvaralias.
11596
11597 * loading.texi (Library Search): Add load-suffixes.
11598
11599 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11600 (Programmed Completion): Add dynamic-completion-table.
11601
11602 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11603 (Magic File Names): Specify precedence order of handlers.
11604
11605 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11606 and post-command-hook.
11607 (Waiting): New calling convention for sit-for.
11608
11609 * text.texi (Special Properties): local-map and keymap properties
11610 apply based on their stickiness.
11611
116122003-07-07 Richard M. Stallman <rms@gnu.org>
11613
11614 * modes.texi (Minor Mode Conventions): Specify only some kinds
11615 of list values as args to minor modes.
11616
11617 * files.texi (File Name Expansion): Warn about iterative use
11618 of substitute-in-file-name.
11619
11620 * advice.texi (Activation of Advice): Clean up previous change.
11621
116222003-07-06 Markus Rost <rost@math.ohio-state.edu>
11623
11624 * advice.texi (Activation of Advice): Note that ad-start-advice is
11625 turned on by default.
11626
116272003-06-30 Richard M. Stallman <rms@gnu.org>
11628
11629 * text.texi (Buffer Contents): Document current-word.
11630 (Change Hooks): Not called for *Messages*.
11631
11632 * functions.texi (Defining Functions): Explain about redefining
11633 primitives.
f4e90db0 11634 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11635 Comment out the detailed criteria for what is safe.
11636
116372003-06-22 Andreas Schwab <schwab@suse.de>
11638
11639 * objects.texi (Symbol Type): Fix description of examples.
11640
116412003-06-16 Andreas Schwab <schwab@suse.de>
11642
11643 * hash.texi (Creating Hash): Fix description of :weakness.
11644
c8763fb6 116452003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11646
11647 * files.texi (Changing Files): copy-file copies file modes, too.
11648
116492003-05-28 Richard M. Stallman <rms@gnu.org>
11650
11651 * strings.texi (Creating Strings): Clarify split-string.
11652
116532003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11654
11655 * strings.texi (Creating Strings): Update split-string specification
11656 and examples.
11657
116582003-05-19 Richard M. Stallman <rms@gnu.org>
11659
11660 * elisp.texi: Correct invariant section names.
11661
116622003-04-20 Richard M. Stallman <rms@gnu.org>
11663
11664 * os.texi (Timers): Explain about timers and quitting.
11665
116662003-04-19 Richard M. Stallman <rms@gnu.org>
11667
11668 * internals.texi (Writing Emacs Primitives): Strings are
11669 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11670 Explain GCPRO convention for varargs function args.
11671
116722003-04-16 Richard M. Stallman <rms@gnu.org>
11673
11674 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11675
116762003-04-08 Richard M. Stallman <rms@gnu.org>
11677
11678 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11679
116802003-02-13 Kim F. Storm <storm@cua.dk>
11681
11682 * objects.texi (Character Type): New \s escape for space.
11683
116842003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11685
5dcb4c4e 11686 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11687
116882003-01-25 Richard M. Stallman <rms@gnu.org>
11689
11690 * keymaps.texi: Document that a symbol can act as a keymap.
11691
116922003-01-13 Richard M. Stallman <rms@gnu.org>
11693
11694 * text.texi (Changing Properties): Say string indices are origin-0.
11695
11696 * positions.texi (Screen Lines) <compute-motion>:
11697 Correct order of elts in return value.
11698
11699 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11700 how to define a default binding.
11701
117022002-12-07 Markus Rost <rost@math.ohio-state.edu>
11703
11704 * loading.texi (Unloading): Fix recent change for load-history.
11705
11706 * customize.texi (Simple Types): Clarify description of custom
11707 type 'number. Describe new custom type 'float.
11708
117092002-12-04 Markus Rost <rost@math.ohio-state.edu>
11710
11711 * variables.texi (File Local Variables): Fix typo.
11712
c8763fb6 117132002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11714
11715 From Michael Albinus <Michael.Albinus@alcatel.de>.
11716
11717 * README: Target for Info file is `make info'.
11718
5dcb4c4e 11719 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11720 `file-name-sans-extension'.
11721 (Magic File Names): Complete list of operations for magic file
11722 name handlers.
11723
117242002-09-16 Jonathan Yavner <jyavner@engineer.com>
11725
11726 * variables.texi (File Local Variables): New function
11727 risky-local-variable-p.
11728
117292002-09-15 Jonathan Yavner <jyavner@engineer.com>
11730
11731 * functions.texi (Function safety): New node about unsafep.
11732
117332002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11734
5dcb4c4e 11735 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11736 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11737
117382002-06-17 Juanma Barranquero <lektu@terra.es>
11739
11740 * frames.texi (Display Feature Testing): Fix typo.
11741
117422002-06-12 Andreas Schwab <schwab@suse.de>
11743
11744 * frames.texi (Initial Parameters, Resources): Fix references to
11745 the Emacs manual.
11746
117472002-05-13 Kim F. Storm <storm@cua.dk>
11748
6e911150 11749 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
11750 example relating to changing buffer inside let.
11751
c8763fb6 117522002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
11753
11754 * os.texi (Session Management): New node about X Session management.
11755
117562002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
11757
11758 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
11759 to which the manual corresponds, and the copyright years.
11760
11761 * Makefile.in (VERSION): Set to 2.9.
11762
117632001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
11764
11765 * elisp.texi: Change the category in @dircategory to "Emacs", to
11766 make it consistent with info/dir.
11767
117682001-11-25 Miles Bader <miles@gnu.org>
11769
11770 * text.texi (Fields): Describe new `limit' arg in
11771 field-beginning/field-end.
11772
117732001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
11774
5dcb4c4e
SM
11775 * permute-index: Don't depend on csh-specific features.
11776 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
11777
11778 * two-volume-cross-refs.txt: New file.
11779 * two.el: New file.
11780 * spellfile: New file.
11781
117822001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
11783
11784 * permute-index: New file.
11785
11786 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
11787 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
11788 8+3 restricted namespace.
11789
11790 * Makefile.in (infodir): Define relative to $(srcdir).
11791 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
11792 include directories list via -I switch to makeinfo.
11793 (index.texi): Use cp if both hard and symbolic links fail.
11794
117952001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
11796
11797 * Makefile.in (distclean): Add.
11798
11799 The following changes make ELisp manual part of the Emacs
11800 distribution:
11801
11802 * Makefile.in: Add Copyright notice.
11803 (prefix): Remove.
11804 (infodir): Change value to "../info".
11805 (VPATH): New variable.
11806 (MAKE): Don't define.
11807 (texmacrodir): Don't define.
11808 (texinputdir): Append the existing value of TEXINPUTS.
11809 ($(infodir)/elisp): Instead of just "elisp". Reformat the
11810 command to be compatible with man/Makefile.in, and to put the
11811 output into ../info.
11812 (info): Add target.
11813 (installall): Target removed.
11814
c8763fb6 118152001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
11816
11817 * tips.texi (Coding Conventions): Fix typo.
11818
118192001-10-23 Gerd Moellmann <gerd@gnu.org>
11820
11821 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
11822
118232001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
11824
11825 * files.texi (File Name Components): Update the description of
11826 file-name-sans-extension and file-name-extension, as they now
11827 ignore leading dots.
11828
118292001-10-20 Gerd Moellmann <gerd@gnu.org>
11830
11831 * (Version 21.1 released.)
11832
118332001-10-19 Miles Bader <miles@gnu.org>
11834
11835 * positions.texi (Text Lines): Describe behavior of
11836 `beginning-of-line'/`end-of-line' in the presence of field properties.
11837
118382001-10-17 Gerd Moellmann <gerd@gnu.org>
11839
11840 * Makefile.in (VERSION): Set to 2.8.
11841 (manual): Use `manual-21'.
11842
11843 * elisp.texi (VERSION): Add and use it where the version
11844 number was used. Set it to 2.8.
11845
11846 * intro.texi: Likewise.
11847
118482001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
11849
11850 * files.texi (File Name Completion): Document the significance of
11851 a trailing slash in elements of completion-ignored-extensions.
11852
118532001-10-06 Miles Bader <miles@gnu.org>
11854
11855 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
11856
118572001-10-04 Gerd Moellmann <gerd@gnu.org>
11858
11859 * variables.texi (Variable Aliases): New node.
11860
118612001-10-04 Gerd Moellmann <gerd@gnu.org>
11862
11863 * Branch for 21.1.
11864
118652001-10-02 Miles Bader <miles@gnu.org>
11866
11867 * minibuf.texi (Minibuffer Misc): Add entries for
11868 `minibuffer-contents', `minibuffer-contents-no-properties', and
11869 `delete-minibuffer-contents'.
11870 Correct description for `minibuffer-prompt-end'.
11871
11872 * text.texi (Property Search): Correct descriptions of
11873 `next-char-property-change' and `previous-char-property-change'.
11874 Add entries for `next-single-char-property-change' and
11875 `previous-single-char-property-change'.
11876 Make operand names a bit more consistent.
11877
118782001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
11879
11880 * frames.texi (Finding All Frames): Document that next-frame and
11881 previous-frame are local to current terminal.
11882
118832001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
11884
11885 * keymaps.texi (Creating Keymaps): Fix the description of the
11886 result of make-keymap.
11887
118882001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
11889
11890 * display.texi (Font Lookup, Attribute Functions)
11891 (Image Descriptors): Add cross-references to the definition of
11892 selected frame.
11893
11894 * buffers.texi (The Buffer List): Add cross-references to the
11895 definition of selected frame.
11896
11897 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11898 frame at any given time.
11899 (Multiple Displays, Size and Position): Add a cross-reference to
11900 the definition of the selected frame.
11901
119022001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11903
11904 * strings.texi (String Conversion) <string-to-number>: Document
11905 that a float is returned for integers that are too large.
11906
11907 * frames.texi (Mouse Position): Document mouse-position-function.
11908 (Display Feature Testing): Document display-images-p.
11909 (Window Frame Parameters): Document the cursor-type variable.
11910
11911 * numbers.texi (Integer Basics): Document CL style read syntax for
11912 integers in bases other than 10.
11913
5dcb4c4e
SM
11914 * positions.texi (List Motion):
11915 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
11916
11917 * lists.texi (Sets And Lists): Document member-ignore-case.
11918
11919 * internals.texi (Garbage Collection): Document the used and free
11920 strings report.
11921 (Memory Usage): Document strings-consed.
11922
11923 * os.texi (Time of Day): Document float-time.
11924 (Recording Input): Document that clear-this-command-keys clears
11925 the vector to be returned by recent-keys.
11926
ed9265fc
JB
11927 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
11928 The argument keymap can be a list.
b8d4c8d0
GM
11929
11930 * nonascii.texi (User-Chosen Coding Systems)
11931 <select-safe-coding-system>: Document the new argument
11932 accept-default-p and the variable
11933 select-safe-coding-system-accept-default-p. Tell what happens if
11934 buffer-file-coding-system is undecided.
11935 (Default Coding Systems): Document auto-coding-regexp-alist.
11936
11937 * display.texi (The Echo Area) <message>: Document
11938 message-truncate-lines.
11939 (Glyphs): Document that the glyph table is unused on windowed
11940 displays.
11941
11942 * help.texi (Describing Characters) <single-key-description>:
11943 Document the new argument no-angles.
11944 (Accessing Documentation) <documentation-property>: Document that
11945 a non-string property is evaluated.
11946 <documentation>: Document that the function-documentation property
11947 is looked for.
11948
11949 * windows.texi (Selecting Windows): Document some-window.
11950
11951 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
11952
11953 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
11954 apropos-mode-hook.
11955
11956 * commands.texi (Using Interactive): Document interactive-form.
11957 (Keyboard Macros): Document kbd-macro-termination-hook.
11958 (Command Loop Info): Document that clear-this-command-keys clears
11959 the vector to be returned by recent-keys.
11960
119612001-09-04 Werner LEMBERG <wl@gnu.org>
11962
11963 * Makefile.in (srcdir, texinputdir): New variables.
11964 (srcs, index.texi, install): Use $(srcdir).
11965 (.PHONY): Remove elisp.dvi.
11966 (elisp): Use -I switch for makeinfo.
11967 (elisp.dvi): Use $(srcdir) and $(texinputdir).
11968 (installall, dist): Use $(srcdir).
11969 Fix path to texinfo.tex.
11970 (maintainer-clean): Add elisp.dvi and elisp.oaux.
11971
119722001-08-30 Gerd Moellmann <gerd@gnu.org>
11973
11974 * display.texi (Conditional Display): Adjust to API change.
11975
11976 * configure: New file.
11977
119782001-07-30 Gerd Moellmann <gerd@gnu.org>
11979
11980 * commands.texi (Repeat Events): Add description of
11981 double-click-fuzz.
11982
119832001-05-08 Stefan Monnier <monnier@cs.yale.edu>
11984
11985 * syntax.texi (Syntax Class Table): Add the missing designator for
11986 comment and string fences.
11987 (Syntax Properties): Add a xref to syntax table internals.
11988 (Syntax Table Internals): Document string-to-syntax.
11989
119902001-05-07 Gerd Moellmann <gerd@gnu.org>
11991
11992 * Makefile.in (install): Use install-info command line options
11993 like in Emacs' Makefile.in.
11994
119952000-12-09 Miles Bader <miles@gnu.org>
11996
11997 * windows.texi (Window Start): Update documentation for
11998 `pos-visible-in-window-p'.
11999
120002000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12001
12002 * lists.texi (Building Lists): Add footnote to explain how to add
12003 to the end of a list.
12004
120052000-10-25 Gerd Moellmann <gerd@gnu.org>
12006
12007 * files.texi (Visiting Functions): Typos.
12008
120092000-10-25 Kenichi Handa <handa@etl.go.jp>
12010
12011 * files.texi (Visiting Functions): Return value of
12012 find-file-noselect may be a list of buffers if wildcards are used.
12013
120142000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12015
12016 * display.texi (Defining Faces): Document `graphic' display type
12017 in face specs.
12018
b344d29d 120192000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12020
12021 * hooks.texi (Standard Hooks): Replace obsolete
12022 `after-make-frame-hook' with `after-make-frame-functions'.
12023
12024 * frames.texi (Creating Frames): Ditto.
12025
12026 * variables.texi (Future Local Variables): Ditto.
12027
120282000-10-16 Gerd Moellmann <gerd@gnu.org>
12029
12030 * display.texi (Other Image Types): Add description of :foreground
12031 and :background properties of mono PBM images.
12032
120332000-08-17 Werner LEMBERG <wl@gnu.org>
12034
12035 * .cvsignore: New file.
12036
120372000-01-05 Gerd Moellmann <gerd@gnu.org>
12038
12039 * tindex.pl: New script.
12040
120411999-12-03 Dave Love <fx@gnu.org>
12042
12043 * Makefile.in (MAKEINFO): New parameter.
12044
120451999-09-17 Richard Stallman <rms@gnu.org>
12046
12047 * Makefile.in (srcs): Add hash.texi.
12048 (VERSION): Update to 20.6.
12049
120501999-09-13 Richard Stallman <rms@gnu.org>
12051
12052 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12053
120541998-08-29 Karl Heuer <kwzh@gnu.org>
12055
12056 * configure.in: New file.
12057 * Makefile.in: Renamed from Makefile.
12058 (prefix, infodir): Use value obtained from configure.
12059 (emacslibdir): Obsolete variable deleted.
12060 (dist): Distribute configure.in, configure, Makefile.in.
12061
120621998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12063
12064 * Makefile (INSTALL_INFO): New variable.
12065 (install): Run install-info.
12066
120671998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12068
12069 * Makefile (elisp.dvi): Add missing backslash.
12070
120711998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12072
12073 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12074 Run texindex without `./'. Always run texindex on elisp.tp.
12075 (elisp.tps): Target deleted.
12076
120771998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12078
12079 * Makefile (srcs): Add nonascii.texi and customize.texi.
12080 (dist): Start by deleting `temp'.
12081
120821998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12083
12084 * Makefile (makeinfo, texindex): Targets deleted.
12085 (makeinfo.o, texindex.o): Targets deleted.
12086 (clean, dist): Don't do anything with them or with getopt*.
12087
120881998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12089
12090 * Makefile (SHELL): Defined.
12091
120921998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12093
12094 * Makefile (elisp.tps): New target.
12095 (elisp.dvi): Depend on elisp.tps.
12096
c5602427 120971996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12098
12099 * README: Update phone number.
12100
12101 * Makefile (elisp): Make this be the default target.
12102 Depend on makeinfo.c instead of makeinfo.
12103 (install): Don't depend on elisp.dvi, since we don't install that.
12104 Use mkinstalldirs.
12105 (dist): Add mkinstalldirs.
12106
c5602427 121071995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
12108
12109 * Makefile (VERSION): Update version number.
5dcb4c4e 12110 (maintainer-clean): Rename from realclean.
b8d4c8d0 12111
c5602427 121121995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
12113
12114 * Makefile (realclean): New target.
12115 (elisp): Remove any old elisp-* files first.
12116
c5602427 121171993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
12118
12119 * Makefile (VERSION): New variable.
12120 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12121 Compressed file suffix should be `.gz', not `.z'.
12122
ce058493 121231993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12124
12125 * Makefile (elisp): Depend on makeinfo.
12126
c5602427 121271993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
12128
12129 * Makefile (srcs): Add anti.texi.
12130
c5602427 121311993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12132
12133 * Makefile (infodir, prefix): New vars.
12134 (install): Use infodir.
f4e90db0 12135 (emacsinfodir): Delete.
b8d4c8d0 12136
c5602427 121371993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12138
12139 * Makefile (srcs): Add calendar.texi.
12140
12141 * Makefile (dist): Copy texindex.c and makeinfo.c.
12142 Limit elisp-* files to those with one or two digits.
12143
c5602427 121441993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 12145
f4e90db0 12146 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 12147
c5602427 121481993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12149
12150 * loading.texi (Unloading): define-function changed back to
12151 defalias. It may not stay this way, but at least it's
12152 consistent with the known-good version of the code patch.
12153
c5602427 121541993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
12155
12156 * modes.texi (Hooks): Document new optional arg of add-hook.
12157
c5602427 121581993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12159
12160 * variables.texi: Document nil initial value of buffer-local variables.
12161
12162 * tips.texi: Add new section on standard library headers.
12163
c5602427 121641993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12165
12166 * Makefile (srcs): Add frame.texi to the list of sources.
12167
c5602427 121681993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12169
12170 * Makefile (dist): Don't bother excluding autosave files; they'll
12171 never make it into the temp directory anyway, and the hash marks
12172 in the name are problematic for make and the Bourne shell.
ed9265fc 12173 (srcs): ???
b8d4c8d0 12174
c5602427 121751993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12176
12177 * Makefile (dist): Don't include backup files or autosave files in
12178 the distribution tar file.
12179
c5602427 121801991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 12181
5dcb4c4e 12182 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
12183 (elisp.dvi): Remove erroneous shell comment.
12184 Expect output of permute-index in permuted.fns.
12185 Save old elisp.aux in elisp.oaux.
5dcb4c4e 12186 (clean): Add index.texi to be deleted.
b8d4c8d0 12187
c5602427 121881990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12189
12190 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12191
c5602427 121921990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
12193
12194 * files.texi: Noted that completion-ignored-extensions is ignored
12195 when making *Completions*.
12196
3e868ee3 121971990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
12198
12199 * Makefile make dist now depends on elisp.dvi, since it tries
12200 to include it in the dist file.
12201
c5602427 122021990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 12203
c5602427 12204 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 12205
c5602427 122061989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12207
12208 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12209 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12210
c5602427 122111989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12212
12213 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12214 and @error{} are the terms now being used. The files in the
12215 directory have been changed to reflect this.
12216
12217 * All instances of @indentedresultt{} have been changed to
333f9019 12218 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 12219
c5602427 122201989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12221
12222 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12223 experimental @indentedresult{}, @indentedexpandsto{} are part of
12224 the texinfo.tex in this directory. These TeX macros are not
12225 stable yet.
12226
c5602427 122271989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12228
12229 * texinfo.tex: Temporarily added
12230 \let\result=\dblarrow
12231 \def\error{{\it ERROR} \longdblarrow}
12232 We need to do this better soon.
12233
c5602427 122341989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12235
12236 * Applied Karl Berry's patches to *.texinfo files, but not to
12237 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12238 new title page format is also not applied, since it requires
12239 texinfo.tex changes.)
12240
12241 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12242 for the Project GNU development environment.
12243
12244;; Local Variables:
c8763fb6 12245;; coding: utf-8
b8d4c8d0
GM
12246;; End:
12247
ab422c4d 12248 Copyright (C) 1998-2013 Free Software Foundation, Inc.
b8d4c8d0
GM
12249
12250 This file is part of GNU Emacs.
12251
352c8b4a 12252 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 12253 it under the terms of the GNU General Public License as published by
352c8b4a
GM
12254 the Free Software Foundation, either version 3 of the License, or
12255 (at your option) any later version.
b8d4c8d0
GM
12256
12257 GNU Emacs is distributed in the hope that it will be useful,
12258 but WITHOUT ANY WARRANTY; without even the implied warranty of
12259 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12260 GNU General Public License for more details.
12261
12262 You should have received a copy of the GNU General Public License
352c8b4a 12263 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.