* lisp/linum.el (linum-update-window): Fix boundary test.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
7db9c31e
XF
12013-10-26 Xue Fuqiao <xfq.free@gmail.com>
2
3 * display.texi (Fringe Indicators): Add indexes for fringe indicators.
918a7ad4 4 (Customizing Bitmaps): Add an index for customizing fringe bitmaps.
7db9c31e 5
619a46f8
XF
62013-10-25 Xue Fuqiao <xfq.free@gmail.com>
7
8 * display.texi (Fontsets): Minor wording fix.
3e1300f7
XF
9 (Low-Level Font): Improve indexing.
10
11 * nonascii.texi (Character Properties): Add an index for script symbols.
619a46f8 12
578ef6b9
XF
132013-10-24 Xue Fuqiao <xfq.free@gmail.com>
14
15 * display.texi (Face Remapping): Add indexes for face remapping.
4fa11a36 16 (Font Selection): Add indexes.
8b78f36c 17 (Low-Level Font): Add an index for font registry.
578ef6b9 18
48f73cfb
GM
192013-10-23 Glenn Morris <rgm@gnu.org>
20
76f1a3c3
GM
21 * eval.texi, files.texi, intro.texi, objects.texi, searching.texi:
22 Nuke @refill.
23
48f73cfb
GM
24 * Makefile.in (install-dvi, install-html, install-pdf)
25 (install-ps, uninstall-dvi, uninstall-html, uninstall-ps)
26 (uninstall-pdf): Quote entities that might contain whitespace.
27
8d02f0ad
XF
282013-10-19 Xue Fuqiao <xfq.free@gmail.com>
29
76f1a3c3
GM
30 * display.texi (Face Attributes): Add indexes for the ‘:box’
31 face attribute.
8d02f0ad 32
917ac5eb
XF
332013-10-18 Xue Fuqiao <xfq.free@gmail.com>
34
74f202ae 35 * display.texi (Line Height): Add indexes for line height.
917ac5eb 36
475c7d3f
XF
372013-10-17 Xue Fuqiao <xfq.free@gmail.com>
38
39 * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
40
89f20e05
XF
412013-10-16 Xue Fuqiao <xfq.free@gmail.com>
42
43 * display.texi (Selective Display): Add an index for explicit
44 selective display.
45
2641f1a5
XF
462013-10-15 Xue Fuqiao <xfq.free@gmail.com>
47
48 * display.texi (Warning Basics): Mention the ‘*Warnings*’ buffer.
49
8c106d17
GM
502013-10-13 Glenn Morris <rgm@gnu.org>
51
52 * intro.texi (Acknowledgments): Use accented form of some names.
53
fa022909
GM
542013-10-09 Glenn Morris <rgm@gnu.org>
55
56 * control.texi (Conditionals): Copyedits. (Bug#15558)
57
4ed77415 582013-10-08 Eli Zaretskii <eliz@gnu.org>
981b26a6 59
4ed77415 60 Support menus on text-mode terminals.
981b26a6
EZ
61 * keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify
62 wording to the effect that menus are supported on TTYs.
63
64 * frames.texi (Pop-Up Menus, Dialog Boxes)
65 (Display Feature Testing): Update for menu support on TTYs.
66
6de913c4
SM
672013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * tips.texi (Comment Tips): Discourage use of triple semi-colons for
70 non-headings.
71
9e73b242
XF
722013-10-05 Xue Fuqiao <xfq.free@gmail.com>
73
74 * syntax.texi (Categories): Add an index for category sets.
75
79b3ad55
XF
762013-10-03 Xue Fuqiao <xfq.free@gmail.com>
77
c9358b45
XF
78 * syntax.texi (Syntax Flags):
79 (Syntax Table Functions): Add indexes.
79b3ad55 80
8c1f51ff
XF
812013-10-02 Xue Fuqiao <xfq.free@gmail.com>
82
83 * syntax.texi (Syntax Class Table): Add an index for syntax class table.
84
6cfe977d
XF
852013-09-29 Xue Fuqiao <xfq.free@gmail.com>
86
87 * searching.texi (Regexp Search): Refine.
88
69b3debc
XF
892013-09-22 Xue Fuqiao <xfq.free@gmail.com>
90
91 * nonascii.texi (Default Coding Systems): Typo fix.
92
87829449
XF
932013-09-21 Xue Fuqiao <xfq.free@gmail.com>
94
95 * nonascii.texi (Coding System Basics): Add information about carriage-return.
96
0df00f59
EZ
972013-09-14 Eli Zaretskii <eliz@gnu.org>
98
99 * display.texi (Display Margins): State the units of measuring
100 margin width. (Bug#15375)
101
3509fb40
EZ
1022013-09-13 Eli Zaretskii <eliz@gnu.org>
103
104 * text.texi (Not Intervals): Minor wording fix.
105
99d8e6d6
XF
1062013-09-12 Xue Fuqiao <xfq.free@gmail.com>
107
3509fb40
EZ
108 * functions.texi (Obsolete Functions): Add an index for obsolete
109 functions.
99d8e6d6 110
44ee2147
XF
1112013-09-11 Xue Fuqiao <xfq.free@gmail.com>
112
113 * nonascii.texi (Character Properties): Character properties fix
114 for decimal-digit-value and digit-value.
115
eb31a86c
SM
1162013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * macros.texi (Defining Macros): Prefer "function" to "lambda
119 expression" (bug#15296).
120
50b13cde
PE
1212013-08-28 Paul Eggert <eggert@cs.ucla.edu>
122
123 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
124 for portability to hosts where /bin/sh has problems.
125
a8544941
SM
1262013-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * variables.texi (File Local Variables): Don't recommend quoting! Ever!
129
9f0809d4
EZ
1302013-08-20 Eli Zaretskii <eliz@gnu.org>
131
132 * files.texi (Information about Files): Mention file names with
133 trailing blanks on MS-Windows. (Bug#15130)
134
c5074806
XF
1352013-08-18 Xue Fuqiao <xfq.free@gmail.com>
136
137 * positions.texi (Positions): Improve indexing.
138
e2c90473
EZ
1392013-08-18 Eli Zaretskii <eliz@gnu.org>
140
141 * markers.texi (The Region): Improve indexing.
142
278d6dd0
XF
1432013-08-17 Xue Fuqiao <xfq.free@gmail.com>
144
ab100635
XF
145 * modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some indexes.
146
278d6dd0
XF
147 * text.texi (Maintaining Undo): Mention interactive call of
148 buffer-disable-undo.
c9b39934 149 (Filling): Add cross-reference for hard newlines.
d3110177 150 (Sorting): Fix indentation.
38b4c7f8 151 (Columns): Comment out undefined behavior.
ad6643fe 152 (Case Changes): Fix an `args-out-of-range' error in the example.
278d6dd0 153
2bede2ed
XF
1542013-08-16 Xue Fuqiao <xfq.free@gmail.com>
155
c8068af5 156 * text.texi (Insertion): Refine.
bd805d5b 157 (Margins): Add an index.
e4043ba0 158 (Undo): Doc fix for `buffer-undo-list'.
8b8bf4a3 159
2bede2ed
XF
160 * positions.texi (Character Motion):
161 * markers.texi (Moving Markers):
162 (Creating Markers): Comment out undefined behavior.
163
7cbbcaa0
XF
1642013-08-15 Xue Fuqiao <xfq.free@gmail.com>
165
166 * markers.texi (The Region): Add/move indexes.
167
8259030d
LMI
1682013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
169
170 * display.texi (ImageMagick Images): Mention :content-type and
171 `image-content-type-suffixes'.
172
f73f4ce6
XF
1732013-08-13 Xue Fuqiao <xfq.free@gmail.com>
174
175 * positions.texi (Word Motion): Remove redundant sentence.
176
3e6b67c9
GM
1772013-08-13 Glenn Morris <rgm@gnu.org>
178
179 * lists.texi (List Elements):
180 Undocument behavior of nth and nthcdr with n < 0. (Bug#15059)
181
5c41e9ff
XF
1822013-08-13 Xue Fuqiao <xfq.free@gmail.com>
183
916119ec 184 * frames.texi (Display Feature Testing): Add indexes.
5c41e9ff 185
8496d8d7
GM
1862013-08-12 Glenn Morris <rgm@gnu.org>
187
188 * Makefile.in (prefix, datarootdir, datadir, PACKAGE_TARNAME)
189 (docdir, dvidir, htmldir, pdfdir, psdir, GZIP_PROG, INSTALL)
190 (INSTALL_DATA): New, set by configure.
191 (HTML_OPTS, DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS):
192 New variables.
193 (.SUFFIXES): Add .ps and .dvi.
194 (.dvi.ps): New suffix rule.
195 (dvi, html, pdf, ps): Use *_TARGETS variables.
196 (elisp.html): Use HTML_OPTS.
197 (elisp.ps): Remove explicit rule.
198 (.PHONY): install-dvi, install-html, install-pdf, install-ps
199 ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf,
200 uninstall-ps, and uninstall-doc.
201 (install-dvi, install-html, install-pdf, install-ps, install-doc)
202 (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf)
203 (uninstall-doc): New rules.
204 (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS.
205
3a3bb904
XF
2062013-08-10 Xue Fuqiao <xfq.free@gmail.com>
207
208 * edebug.texi (Instrumenting Macro Calls): Use @defmac for macros.
209
4517cbc2
XF
2102013-08-09 Xue Fuqiao <xfq.free@gmail.com>
211
212 * control.texi (Error Symbols): Minor fix for previous change.
213
54bd972f
SM
2142013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * errors.texi (Standard Errors): Don't refer to `error-conditions'.
217
218 * control.texi (Signaling Errors): Refer to define-error.
219 (Error Symbols): Add `define-error'.
220
e30b79c1
DA
2212013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
222
223 * positions.texi (Motion by Screen Lines):
224 * display.texi (Truncation): Rename `cache-long-line-scans'
225 to `cache-long-scans'.
226
123ff297
XF
2272013-08-05 Xue Fuqiao <xfq.free@gmail.com>
228
229 * windows.texi (Window Start and End): Add an index.
230
9097ad86
XF
2312013-08-02 Xue Fuqiao <xfq.free@gmail.com>
232
233 * display.texi (Face Functions): Add an index.
234
235 * variables.texi (Variable Aliases): Add an index.
236
237 * functions.texi (Defining Functions): Add an index.
238
239 * nonascii.texi (Coding System Basics): Add an index.
240
64a695bd
XF
2412013-07-31 Xue Fuqiao <xfq.free@gmail.com>
242
243 * nonascii.texi (Non-ASCII Characters): Update menu.
244 (Disabling Multibyte): Move here from doc/emacs/mule.texi. Fix cross-references.
245
246 * elisp.texi (Top): Update menu.
247
39e8fb76
XF
2482013-07-30 Xue Fuqiao <xfq.free@gmail.com>
249
250 * windows.texi (Window History): Mention the default value of
3cd51eaa 251 switch-to-visible-buffer. Add cross-references.
39e8fb76 252
95e6e62b
MA
2532013-07-24 Michael Albinus <michael.albinus@gmx.de>
254
255 * errors.texi (Standard Errors): Fix typo.
256
257 * files.texi (Magic File Names):
258 * os.texi (File Notifications): Remove file-notify-supported-p.
259
53840e55
PE
2602013-07-24 Paul Eggert <eggert@cs.ucla.edu>
261
262 * eval.texi (Special Forms): Mention 'lambda'. Also, say that
263 non-well-formed expressions result in unspecified behavior, though
264 Emacs will not crash.
265
32813ea7
MA
2662013-07-22 Michael Albinus <michael.albinus@gmx.de>
267
268 * files.texi (Magic File Names): Add file-notify-add-watch,
269 file-notify-rm-watch and file-notify-supported-p. Move
270 file-remote-p down.
271
272 * errors.texi (Standard Errors): Add file-notify-error.
273
274 * os.texi (Desktop Notifications): Rename from Notifications.
275 (File Notifications): New node.
276
277 * elisp.texi (Top): Update menu for these changes.
278
ac446ed8
XF
2792013-07-19 Xue Fuqiao <xfq.free@gmail.com>
280
281 * windows.texi (Display Action Functions): Mention next-window.
282
e6c005c5
XF
2832013-07-16 Xue Fuqiao <xfq.free@gmail.com>
284
285 * windows.texi (Selecting Windows): Fix the introduction of
286 `set-frame-selected-window''s arguments.
287
954b166e
PE
2882013-07-10 Paul Eggert <eggert@cs.ucla.edu>
289
290 Timestamp fixes for undo (Bug#14824).
291 * text.texi (Undo): Document (t . 0) and (t . -1) in buffer-undo-list.
292
3323c263
EZ
2932013-07-06 Eli Zaretskii <eliz@gnu.org>
294
295 * nonascii.texi (Text Representations): Document that
296 multibyte-string-p returns nil for non-string objects.
297
4431e6d9 2982013-07-06 Glenn Morris <rgm@gnu.org>
d4aa7284
GM
299
300 * elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
301
a944db14
GM
3022013-07-03 Glenn Morris <rgm@gnu.org>
303
304 * debugging.texi (Debugging):
305 * files.texi (File Attributes, Changing Files): Fix cross-references.
306
307 * package.texi (Package Archives): Fix @url call.
308
253e30aa
GM
309 * syntax.texi (Syntax Table Functions): Mention describe-syntax.
310
4c672a0f
EZ
3112013-06-29 Eli Zaretskii <eliz@gnu.org>
312
313 * display.texi (Bidirectional Display): Document move-point-visually.
314
4366ddd4
XF
3152013-06-29 Xue Fuqiao <xfq.free@gmail.com>
316
317 * buffers.texi (Buffer File Name): Fix typo.
318
bace8013
CS
3192013-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
320
321 * tips.texi (Coding Conventions): Improve wording.
322
f99f7826 3232013-06-24 Glenn Morris <rgm@gnu.org>
e8b3825d
GM
324
325 * loading.texi (Autoload): Fix typo.
326
611e8a48
GM
327 * variables.texi (Lexical Binding): Fix typo.
328
edfaf7c0
GM
329 * functions.texi (Anonymous Functions): Put back ' removed 2012-10-23.
330
f3f9606c
LMI
3312013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * display.texi (ImageMagick Images): Mention :max-width and
334 :max-height.
335
89561f72
PE
3362013-06-20 Paul Eggert <eggert@cs.ucla.edu>
337
338 * numbers.texi (Math Functions): Remove obsolete function log10.
339
9716fedb
SM
3402013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * modes.texi (Mode Line Data, Properties in Mode): Advertise `keymap'
343 rather than `local-map'.
344
345 * keymaps.texi (Active Keymaps): Fix documentation of
346 set-temporary-overlay-map and overriding-terminal-local-map.
347
789cf833
GM
3482013-06-19 Glenn Morris <rgm@gnu.org>
349
350 * Makefile.in (dist): Edit more configure variables.
351 Try to check that we do not miss any in future.
352
254408ca
JB
3532013-06-17 Juanma Barranquero <lekktu@gmail.com>
354
355 * text.texi (Undo, Changing Properties): Fix typos.
356
708e05f6
LMI
3572013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
359 * text.texi (Changing Properties): Document `add-face-text-property'.
360
3da95318
KH
3612013-06-17 Kenichi Handa <handa@gnu.org>
362
363 * display.texi (Face Attributes): Refer to "Low-Level font" (not
2c149f93 364 "Font Selection") in the explanation of :font attribute (bug#14629).
3da95318 365
de0503df
SM
3662013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * loading.texi (Hooks for Loading): Don't document after-load-alist.
369 Document with-eval-after-load instead of eval-after-load.
370
823777b5
XF
3712013-06-11 Xue Fuqiao <xfq.free@gmail.com>
372
373 * files.texi (File Name Expansion): Make the example more
374 intuitive.
375
08c0a604
PE
3762013-06-10 Paul Eggert <eggert@cs.ucla.edu>
377
378 Documentation fix for 'ls' and hard links.
379 * compile.texi (Compilation Functions):
380 * files.texi (File Attributes, Changing Files):
381 Use current format for GNU 'ls' output.
382 (File Attributes): Fix problem introduced in previous change:
383 the link count is the number of hard links, not the number
384 of hard links + 1.
385
e4568f3b
XF
3862013-06-10 Xue Fuqiao <xfq.free@gmail.com>
387
388 * files.texi (File Attributes): Fix typo.
389
a5cf7779
SM
3902013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * functions.texi (Lambda Expressions): Lambda expressions don't
393 evaluate to themselves in general (bug#11782).
394
6e911150
SM
3952013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * loading.texi (Autoload):
398 * help.texi (Documentation Basics, Accessing Documentation)
399 (Accessing Documentation, Accessing Documentation): DOC-* is now DOC.
400
b02b5481
GM
4012013-04-23 Glenn Morris <rgm@gnu.org>
402
403 * internals.texi (Writing Emacs Primitives): Remove obvious example.
404 Tweak other to avoid overly long line.
405
f8152bcb
XF
4062013-04-21 Xue Fuqiao <xfq.free@gmail.com>
407
84ebefe9
XF
408 * internals.texi (Writing Emacs Primitives): Remove unnecessary
409 references to the sources. (Bug#13800)
410
f8152bcb
XF
411 * searching.texi (Regexp Backslash): Doc fix for backslash
412 constructs in regular expressions.
413
8fa2654e
CS
4142013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
415
416 * tips.texi (Coding Conventions): Mention separation of package
417 descriptor and name of internal symbols by two hyphens.
418
0aa3616e
SB
4192013-04-13 Stephen Berman <stephen.berman@gmx.net>
420
421 * windows.texi (Splitting Windows): Change category of
422 split-window from a command to a function.
423
cd542620
CY
4242013-04-06 Chong Yidong <cyd@gnu.org>
425
426 * display.texi (Faces): Minor clarifications.
6e911150
SM
427 (Defining Faces): Clarify default vs custom face specs.
428 Document face-spec-set.
cd542620
CY
429
430 * display.texi (Overlay Properties):
431 * text.texi (Special Properties): Use the "anonymous face"
432 terminology. Describe foreground-color and background-color forms
433 as compatibility-only.
434
8d0c20ae
EZ
4352013-03-24 Eli Zaretskii <eliz@gnu.org>
436
437 * compile.texi (Byte-Code Objects): Add index entry.
438 (Disassembly): Add cross-references.
439
45f1d362
EZ
4402013-03-23 Eli Zaretskii <eliz@gnu.org>
441
442 * frames.texi (Size Parameters): More accurate description of the
443 difference between 'fullboth' and 'maximized'. (Bug#13935)
444
5784e319
CS
4452013-03-17 Christopher Schmidt <christopher@ch.ristopher.com>
446
447 * symbols.texi (Standard Properties): Document pure. (Bug#13823)
448
78be8b64 4492013-03-16 Glenn Morris <rgm@gnu.org>
c0765905
GM
450
451 * elisp.texi: Add some stuff specific to www.gnu.org.
452
b388e7ad
TZ
4532013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
454
455 * control.texi (Pattern matching case statement): Fix typo.
456
681ebc33
PE
4572013-03-04 Paul Eggert <eggert@cs.ucla.edu>
458
459 * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.
460
9bed73f3
GM
4612013-03-03 Glenn Morris <rgm@gnu.org>
462
463 * objects.texi (Symbol Type): Fix typo.
464
929aeac6 4652013-02-28 Bastien Guerry <bzg@gnu.org>
5765e9e0
BG
466
467 * variables.texi (File Local Variables): Fix reference.
468
1abfd3e8 4692013-02-24 Eli Zaretskii <eliz@gnu.org>
39ef03af
EZ
470
471 * files.texi (Magic File Names): Improve wording and indexing.
472
f0c954fa
GM
4732013-02-21 Glenn Morris <rgm@gnu.org>
474
475 * display.texi (Multi-Frame Images): Minor rephrasing.
476
1e56f8ef
GM
4772013-02-20 Glenn Morris <rgm@gnu.org>
478
479 * display.texi (GIF Images, TIFF Images): Delete these nodes.
480 (ImageMagick Images): For :index, use an xref rather than duplicating.
481 (Other Image Types): Add GIF, adjust formatting.
482 (Multi-Frame Images): Rename from Animated Images. Expand section.
483 * elisp.texi (Top): Update menu for these changes.
484
93c2fa46
GM
4852013-02-19 Glenn Morris <rgm@gnu.org>
486
487 * text.texi (Change Hooks): Fix typo.
488
d64d97e5 4892013-02-15 Glenn Morris <rgm@gnu.org>
df1af142
GM
490
491 * modes.texi (Basic Major Modes): 'z' no longer bound in special-mode.
492
b5ca9d53
GM
4932013-02-13 Glenn Morris <rgm@gnu.org>
494
b6c3e4b1
GM
495 * objects.texi (Char-Table Type): Add footnote about #^^.
496
b5ca9d53
GM
497 * modes.texi (Minor Mode Conventions): Fix typo.
498
85adc63f
GM
499 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
500 meta characters; this changed in 22.1. (Bug#13684)
501
662abcc1
GM
502 * objects.texi (Char-Table Type): Add cindex.
503
9d6c9dd1
GM
504 * keymaps.texi (Key Binding Commands): Trivial rephrasing.
505
490a9458 5062013-02-10 Glenn Morris <rgm@gnu.org>
dc55466e
GM
507
508 * keymaps.texi (Creating Keymaps): Update make-keymap result.
509
8549f9e8
EZ
5102013-02-09 Eli Zaretskii <eliz@gnu.org>
511
512 * modes.texi (%-Constructs): Remove the description of %t.
513
514 * nonascii.texi (MS-DOS File Types): Delete node.
515
7bd00724
GM
5162013-02-08 Glenn Morris <rgm@gnu.org>
517
518 * keymaps.texi (Active Keymaps, Searching Keymaps):
519 Remove confusing mention of "symbolic prefix". (Bug#13643)
520
795e7a5b 5212013-01-19 Glenn Morris <rgm@gnu.org>
f8a42ad6
GM
522
523 * macros.texi (Indenting Macros): Fix order of an indent
524 symbol's arguments. (Bug#13450)
525
b3fbb395
PE
5262013-01-19 Paul Eggert <eggert@cs.ucla.edu>
527
528 Allow floating-point file offsets.
529 * files.texi (Reading from Files, Writing to Files):
530 Say that file offsets can be numbers, not just integers.
531
45a7e57c
GM
5322013-01-09 Glenn Morris <rgm@gnu.org>
533
534 * commands.texi (Interactive Codes):
535 Whitespace does not terminate interactive "S". (Bug#13393)
536
04c48b14
CY
5372013-01-06 Chong Yidong <cyd@gnu.org>
538
539 * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
540
1f1c405d
GM
5412013-01-05 Glenn Morris <rgm@gnu.org>
542
543 * display.texi (Overlay Properties): Mention field. (Bug#13364)
544
5d7c18a8
EZ
5452013-01-05 Eli Zaretskii <eliz@gnu.org>
546
547 * hooks.texi (Standard Hooks): Use @item, not @itemx, as the first
548 directive in a group of items.
549
89cb305e 5502013-01-05 Chong Yidong <cyd@gnu.org>
27e4813f
CY
551
552 * keymaps.texi (Key Sequences): Remove obsolete sentence
553 (Bug#13356).
554
0f668a4d 5552013-01-04 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4217dc29
AR
556
557 * hash.texi (Defining Hash): Fix typo. (Bug#13345)
558
553081a5
SM
5592013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * files.texi (File Attributes): Undocument return format of file-acl.
562
1cbb9ed6
GM
5632013-01-03 Glenn Morris <rgm@gnu.org>
564
75e78d1e
GM
565 * processes.texi (System Processes):
566 * syntax.texi (Syntax Table Functions): Tweak some line breaks.
567
5f1a9647
GM
568 * searching.texi (Replacing Match): Fix xref.
569
1cbb9ed6
GM
570 * elisp.texi (DATE): Bump to Jan 2013.
571
9539d465 5722013-01-02 Glenn Morris <rgm@gnu.org>
9800c5b0 573
22ff2cb8
GM
574 * customize.texi (Common Keywords, Type Keywords):
575 Replace "active field" with "button". (Bug#13310)
576
9800c5b0
GM
577 * customize.texi (Common Keywords): Add xref. (Bug#13311)
578 * tips.texi (Library Headers): Add cindex.
579
d5e5e7b4 5802012-12-30 Wolfgang Jenkner <wjenkner@inode.at>
151d9088
EZ
581
582 * functions.texi (Declare Form):
583 * intro.texi (A Sample Function Description):
584 * syntax.texi (Syntax Table Internals, Syntax Table Functions):
585 * variables.texi (Using Lexical Binding): Don't use @var or CAPS
586 in @def.. commands. (Bug#13292)
587
ccad023b
EZ
5882012-12-29 Eli Zaretskii <eliz@gnu.org>
589
590 * files.texi (Changing Files): Document the return values of
591 set-file-selinux-context and set-file-acl.
592
1ab0c851
GM
5932012-12-27 Glenn Morris <rgm@gnu.org>
594
595 * files.texi (File Names): Mention Cygwin conversion functions.
596
94900bfe
MR
5972012-12-22 Martin Rudalics <rudalics@gmx.at>
598
599 * windows.texi (Selecting Windows): Reword description of
600 select-window (Bug#13248).
601
04d9b71a
EZ
6022012-12-22 Eli Zaretskii <eliz@gnu.org>
603
604 * files.texi (File Attributes, Changing Files): Remove the details
605 about the text returned by file-acl. Instead, just document that
606 it is an opaque string meant to be used by set-file-acl.
607
6e55f03e
CY
6082012-12-21 Chong Yidong <cyd@gnu.org>
609
07b9c0be
CY
610 * modes.texi (Auto Major Mode): Fix typo (Bug#13230).
611
6e55f03e
CY
612 * customize.texi (Simple Types): Document key-sequence type
613 (Bug#13048).
614
5bec25eb
CY
615 * strings.texi (Text Comparison): Doc fix for compare-strings.
616
15ccf05e
MA
6172012-12-19 Michael Albinus <michael.albinus@gmx.de>
618
619 * files.texi (Magic File Names): Add `file-acl',
620 `file-selinux-context', `set-file-acl' and
621 `set-file-selinux-context'. Make the list consistent.
622
ee3c0aec
JB
6232012-12-19 Jonas Bernoulli <jonas@bernoul.li>
624
625 * tips.texi (Library Headers): New header keyword `Homepage'.
626 Make continuation lines syntax more precise.
627
66447e07
EZ
6282012-12-17 Eli Zaretskii <eliz@gnu.org>
629
630 * files.texi (File Attributes, Changing Files): Update to include
631 MS-Windows support for ACLs.
632
7c3d167f
RF
6332012-12-16 Romain Francoise <romain@orebokech.com>
634
635 * files.texi (File Attributes): Document ACL support and new
636 `file-acl' function.
637 (Changing Files): Mention argument name change of `copy-file' and
638 document new function `set-file-acl'.
639
97976f9f
PE
6402012-12-14 Paul Eggert <eggert@cs.ucla.edu>
641
642 Fix permissions bugs with setgid directories etc. (Bug#13125)
643 * files.texi (Testing Accessibility): Document GROUP arg
644 of file-ownership-preserved-p.
645 (File Attributes): Document that 9th element is now
646 just a placeholder.
647 * os.texi (User Identification): Document new functions group-gid,
648 group-real-gid.
649
d92d9c95
PE
6502012-12-11 Paul Eggert <eggert@cs.ucla.edu>
651
652 * internals.texi (C Integer Types): New section.
653 This follows up and records an email in
654 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
655
265c2fbf 6562012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
f433306a 657
4a0e1924 658 * control.texi (Pattern matching case statement): New node.
f433306a 659
1cbae532
SM
660 * customize.texi (Variable Definitions): Mention the default :group
661 for defcustoms (bug#13093).
662
c6c08d3f
GM
6632012-12-09 Glenn Morris <rgm@gnu.org>
664
665 * customize.texi (Variable Definitions): Mention eval-defun
666 on a defcustom calls the :set function when appropriate.
667
4288142b
PE
6682012-12-06 Paul Eggert <eggert@cs.ucla.edu>
669
670 * doclicense.texi, gpl.texi: Update to latest version from FSF.
671 These are just minor editorial changes.
672
d8ad4d3f 6732012-12-06 Chong Yidong <cyd@gnu.org>
a20ae0b9
CY
674
675 * lists.texi (Plist Access): Move put example to Symbol Plists.
676
677 * symbols.texi (Standard Properties): Fix typo.
678
c5bc2d1d 6792012-12-03 Chong Yidong <cyd@gnu.org>
547d6865 680
f02f19bd
CY
681 * symbols.texi (Symbol Properties): New node.
682 (Symbol Plists): Make it a subsection under Symbol Properties.
683 (Standard Properties): New node.
684
685 * lists.texi (Property Lists): Move here from symbols.texi.
686 (Plist Access): Rename from Other Plists.
687
688 * customize.texi (Variable Definitions):
689 * display.texi (Defining Faces):
690 * sequences.texi (Char-Tables): Fix xref.
691
1cbae532 692 * keymaps.texi (Key Sequences): `kbd' is now a function.
547d6865 693
f02f19bd
CY
694 * commands.texi (Using Interactive): Fix index entry.
695
cb6f5650
PE
6962012-11-24 Paul Eggert <eggert@cs.ucla.edu>
697
c07a6ded
PE
698 * doclicense.texi: Update to latest version from FSF.
699 These are just minor editorial changes.
700 * elisp.texi (GNU Free Documentation License)
701 (GNU General Public Licens):
702 Provide sectioning, since doclicense.texi no longer does that.
703
cb6f5650
PE
704 * loading.texi (Named Features): @ -> @@ to fix typo.
705
d125ca15 7062012-11-24 Martin Rudalics <rudalics@gmx.at>
0d4bb04f
MR
707
708 * windows.texi (Basic Windows): Fix typo.
709 (Windows and Frames): Fix example. Move description of
710 window-in-direction here.
711 (Recombining Windows): Fix example.
1cbae532 712 (Buffers and Windows): Fix description of replace-buffer-in-windows.
0d4bb04f
MR
713 (Switching Buffers): Reword.
714 (Display Action Functions): Minor adjustments.
715 (Choosing Window Options): Minor fixes.
716 (Window History): Minor rewording.
717 (Dedicated Windows): Correct and reword part describing how
718 dedicatedness affects functions removing buffers or windows.
1cbae532 719 * buffers.texi (The Buffer List): Fix description of bury-buffer.
0d4bb04f 720
d125ca15 7212012-11-24 Chong Yidong <cyd@gnu.org>
90d99fdf
CY
722
723 * modes.texi (%-Constructs): Fix statement about mode construct
724 padding (Bug#12866).
725
d125ca15 7262012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
365fc14a
SM
727
728 * debugging.texi (Profiling): Make it more clear
729 that --enable-profiling is about profiling the C code.
730
38a2f917
GM
7312012-11-21 Glenn Morris <rgm@gnu.org>
732
3ca2f1bf
GM
733 * display.texi (Attribute Functions):
734 Update for set-face-* name changes.
1bf335cf
GM
735 Add new "inherit" argument for face-bold-p etc.
736 Move description of this argument to a common section, like "frame".
3ca2f1bf 737
6ef2e5ef 738 * debugging.texi (Profiling): New section.
b6729a18 739 (Debugging): Mention profiling in the introduction.
5b776637
GM
740 * tips.texi (Compilation Tips): Move profiling to separate section.
741 * elisp.texi: Add Profiling to detailed menu.
742
6ef2e5ef 7432012-11-21 Martin Rudalics <rudalics@gmx.at>
66c466d4
MR
744
745 * windows.texi (Display Action Functions): Fix recently added
746 example. Suggested by Michael Heerdegen.
747
6ef2e5ef 7482012-11-21 Paul Eggert <eggert@cs.ucla.edu>
0c93aa38
PE
749
750 Minor cleanup for times as lists of four integers.
751 * os.texi (Time Parsing): Time values can now be four integers.
752
7351b73d
GM
7532012-11-18 Glenn Morris <rgm@gnu.org>
754
755 * loading.texi (How Programs Do Loading): Add eager macro expansion.
756 * macros.texi (Expansion): Mention eager macro expansion.
757
a045a167
GM
758 * minibuf.texi (Basic Completion): Mention misc completion-table funcs.
759
2ac9538d 7602012-11-18 Leo Liu <sdl.web@gmail.com>
74ca4d39
LL
761
762 * minibuf.texi (Programmed Completion): Doc fix for metadata
763 request (Bug#12850).
764
2ac9538d 7652012-11-18 Glenn Morris <rgm@gnu.org>
6439ae19 766
7fe37cfc
GM
767 * display.texi (Temporary Displays): Document with-temp-buffer-window.
768
6439ae19
GM
769 * frames.texi (Size and Position): Add fit-frame-to-buffer command.
770 * windows.texi (Resizing Windows): Add fit-frame-to-buffer option.
771 (Window Sizes): Add vindex for window-min-height, window-min-width.
2279276c 772 (Display Action Functions): Mention pop-up-frame-parameters.
6439ae19 773
0ff7851c
MR
7742012-11-16 Martin Rudalics <rudalics@gmx.at>
775
776 * windows.texi (Choosing Window): Rewrite description of
777 display-buffer-alist (Bug#12167).
1cbae532
SM
778 (Display Action Functions): Mention inhibit-switch-frame.
779 Fix description of display-buffer-below-selected. Reorder actions.
0ff7851c
MR
780 Add example (Bug#12848).
781
96e05507 7822012-11-16 Glenn Morris <rgm@gnu.org>
c79c7f2f
GM
783
784 * display.texi (Face Attributes): Fix :underline COLOR description.
bde3c6c0
GM
785 (Attribute Functions): Update for set-face-underline rename.
786 Tweak descriptions of face-underline-p, face-inverse-video-p.
c79c7f2f 787
e4e9830b
GM
788 * keymaps.texi (Searching Keymaps, Tool Bar): Untabify examples,
789 so they align better in info.
921c067f
GM
790 (Active Keymaps, Searching Keymaps, Controlling Active Maps):
791 Document set-temporary-overlay-map.
e4e9830b 792
c8915b67
SM
7932012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * keymaps.texi (Translation Keymaps): Add a subsection "Interaction
796 with normal keymaps".
797
74934dcc
DA
7982012-11-15 Dmitry Antipov <dmantipov@yandex.ru>
799
800 * internals.texi (Garbage Collection): Update descriptions
801 of vectorlike_header, garbage-collect and gc-cons-threshold.
802 (Object Internals): Explain Lisp_Object layout and the basics
803 of an internal type system.
804 (Buffer Internals): Update description of struct buffer.
805
f78ee6af 8062012-11-13 Glenn Morris <rgm@gnu.org>
a13e12f9
GM
807
808 * variables.texi (Adding Generalized Variables):
809 At least mention gv-define-expander and gv-letplace.
810
164f28b5 811 * debugging.texi (Error Debugging): Mention debug-on-message.
57fc0fee 812 (Using Debugger): Mention debugger-bury-or-kill.
164f28b5 813
38868ad7
GM
814 * control.texi (Signaling Errors):
815 * debugging.texi (Error Debugging):
816 * errors.texi (Standard Errors): Add user-error.
817
6efddf78
GM
818 * variables.texi (Adding Generalized Variables):
819 Use standard formatting for common lisp note about setf functions.
820
6baf66d5 8212012-11-10 Martin Rudalics <rudalics@gmx.at>
fdaf534a
MR
822
823 * elisp.texi (Top): Add Recombining Windows to menu.
824 * windows.texi (Recombining Windows): New subsection.
825 (Splitting Windows): Rewrite text on handling of window
826 combinations and move it to new subsection.
827
6baf66d5 8282012-11-10 Chong Yidong <cyd@gnu.org>
7c08f8ba 829
8a3afaf9
CY
830 * searching.texi (Replacing Match): Document \? in replace-match.
831
7c08f8ba
CY
832 * variables.texi (Creating Buffer-Local): Document setq-local and
833 defvar-local.
834 (Setting Generalized Variables): Arrange table alphabetically.
835
836 * lists.texi (List Elements, List Variables): Clarify descriptions
837 of push and pop for generalized variables.
838
839 * edebug.texi (Specification List): setf is no longer CL-only.
840
6baf66d5 8412012-11-10 Glenn Morris <rgm@gnu.org>
2ee1d59f
GM
842
843 * variables.texi (Adding Generalized Variables):
844 Update description of FIX-RETURN expansion.
845
ebdbfb95
GM
846 * variables.texi (Setting Generalized Variables):
847 Split most of previous contents into this subsection.
848 (Adding Generalized Variables): New subsection.
651af8c6
GM
849 Move note on lack of setf functions here from misc/cl.texi.
850
ebdbfb95
GM
851 * elisp.texi: Add Generalized Variables subsections to detailed menu.
852
6baf66d5 8532012-11-10 Chong Yidong <cyd@gnu.org>
a9a3835c
CY
854
855 * frames.texi (Initial Parameters): Doc fix (Bug#12144).
856
a43d02f0
MA
8572012-11-08 Michael Albinus <michael.albinus@gmx.de>
858
859 * os.texi (Notifications): Update descriptions of
860 notifications-notify, notifications-close-notification and
861 notifications-get-capabilities according to latest code changes.
862 Add notifications-get-server-information.
863
2395ab64
CY
8642012-11-03 Chong Yidong <cyd@gnu.org>
865
866 * objects.texi (General Escape Syntax): Clarify the explanation of
867 escape sequences.
868 (Non-ASCII in Strings): Clarify when a string is unibyte vs
869 multibyte. Hex escapes do not automatically make a string
870 multibyte.
871
43bcfda6
MR
8722012-11-03 Martin Rudalics <rudalics@gmx.at>
873
874 * windows.texi (Switching Buffers): Document option
875 switch-to-buffer-preserve-window-point.
876 (Display Action Functions): Document window-height and
877 window-width alist entries.
1cbae532
SM
878 (Display Action Functions):
879 Document display-buffer-below-selected and
43bcfda6 880 display-buffer-in-previous-window.
1cbae532
SM
881 (Quitting Windows): Document quit-restore-window.
882 Rewrite section.
43bcfda6
MR
883 (Window Configurations): In window-state-get mention that
884 argument window must be valid.
885 (Window Parameters): Document quit-restore window parameter
886 (Bug#12158).
887
89b2c8a1
GM
8882012-10-31 Glenn Morris <rgm@gnu.org>
889
88390adf
GM
890 * control.texi (Catch and Throw): Add xref to cl.texi.
891
aec5e6f9
GM
892 * lists.texi (Sets And Lists): Point xref to better location.
893
0d8e94e9
GM
894 * errors.texi (Standard Errors):
895 * loading.texi (Autoload): Update for cl-lib namespace changes.
896
5241598a
GM
897 * modes.texi (Defining Minor Modes): "Generalized Variables"
898 section is now in this manual rather than cl.texi.
899
89b2c8a1
GM
900 * eval.texi (Special Forms): No longer special forms: defmacro,
901 defun, save-window-excursion, with-output-to-temp-buffer.
902 * functions.texi (Defining Functions): Defun is now a macro.
903 Defalias is a function.
904
516e1a08
GM
9052012-10-30 Glenn Morris <rgm@gnu.org>
906
907 * variables.texi (Generalized Variables): Fix typo.
908
e29e39c9
CY
9092012-10-30 Chong Yidong <cyd@gnu.org>
910
911 * symbols.texi (Symbol Plists): Document function-get.
912
913 * loading.texi (Autoload): Document autoloadp, autoload-do-load.
914
915 * frames.texi (Visibility of Frames): Document tty-top-frame.
916
70edffb1
SM
9172012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * keymaps.texi (Format of Keymaps): Document the multiple
920 inheritance format.
921
3a51f0eb
MR
9222012-10-28 Martin Rudalics <rudalics@gmx.at>
923
924 * windows.texi (Basic Windows): Reformulate description of live,
925 internal and valid windows.
926 (Cyclic Window Ordering): Describe new argument of
927 get-lru-window and get-largest-window. Add description of
928 window-in-direction.
929
5b6887ad
GM
9302012-10-27 Glenn Morris <rgm@gnu.org>
931
5887564d
GM
932 * variables.texi (Generalized Variables): New section,
933 adapted from misc/cl.texi.
934 * elisp.texi (Top): Add Generalized Variables to menu.
935 * lists.texi (List Elements, List Variables):
936 Mention generalized variables.
937
5b6887ad
GM
938 * lists.texi (List Elements): Typo fix.
939
05b621a6
CY
9402012-10-27 Chong Yidong <cyd@gnu.org>
941
942 * minibuf.texi (High-Level Completion): Don't mention removed
943 function iswitchb-read-buffer.
944
945 * commands.texi (Event Input Misc): Remove last-input-char.
946 (Command Loop Info): Remove last-command-char.
947
948 * frames.texi (Initial Parameters): Don't mention the obsolete
949 special-display feature.
950
951 * windows.texi (Choosing Window): Don't mention the obsolete
952 special display feature.
953 (Choosing Window Options): Remove obsolete special-display
954 variables, and the functions special-display-p and
955 special-display-popup-frame.
956
957 * display.texi (Fringe Bitmaps): Add exclamation-mark bitmap.
958
959 * hooks.texi (Standard Hooks): Remove obsolete hooks.
960
961 * markers.texi (Information from Markers): Remove obsolete
962 function buffer-has-markers-at.
963
964 * text.texi (Yanking): Document yank-handled-properties.
965
72ec96fb
PE
9662012-10-24 Paul Eggert <eggert@penguin.cs.ucla.edu>
967
968 Update manual for new time stamp format (Bug#12706).
969 * buffers.texi (Modification Time):
970 * files.texi (Testing Accessibility, File Attributes):
971 * intro.texi (Version Info):
972 * os.texi (Time of Day):
973 Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
974 These instances were missed the first time around.
975 Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
976
75e8f9d2
CY
9772012-10-24 Chong Yidong <cyd@gnu.org>
978
cd996018
CY
979 * minibuf.texi (Text from Minibuffer): Document read-regexp
980 changes.
981
1cbae532
SM
982 * nonascii.texi (Selecting a Representation):
983 Document set-buffer-multibyte changes.
cd996018 984
75e8f9d2
CY
985 * keymaps.texi (Toolkit Differences): Node deleted.
986 (Easy Menu): New node.
987
d1069532
SM
9882012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
991
c4132fd4
PE
9922012-10-23 Paul Eggert <eggert@cs.ucla.edu>
993
994 Fix outdated timestamp documentation in Elisp manual (bug#12706).
995 * files.texi (File Attributes):
996 * text.texi (Undo):
997 Time stamp resolution is now 1 picosecond, not 1 second.
998
1fb3aa3f
CY
9992012-10-23 Chong Yidong <cyd@gnu.org>
1000
49238e7f
CY
1001 * display.texi (Font Lookup): Remove font-list-limit.
1002
1fb3aa3f
CY
1003 * keymaps.texi (Key Sequences): Avoid referring to Edit Macro mode
1004 (Bug#12529).
1005
5fb904b0
GM
10062012-10-22 Glenn Morris <rgm@gnu.org>
1007
f961c7d8
GM
1008 * os.texi (Recording Input): Tiny fix.
1009
4ee87740
GM
1010 * intro.texi (Lisp History):
1011 * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
5fb904b0
GM
1012 * tips.texi (Coding Conventions): Recommend cl-lib over cl.
1013
d18a0d24
CY
10142012-10-15 Chong Yidong <cyd@gnu.org>
1015
1016 * macros.texi (Defining Macros): defmacro is now a macro.
1017 Explicitly list the docstring and declare arguments.
1018
1019 * functions.texi (Anonymous Functions): Explicitly list the
1020 docstring, declare, and interactive arguments to lambda.
1021 (Defining Functions): Likewise for defun.
1022 (Inline Functions): Likewise for defsubst.
1023 (Declare Form): Tweak description.
1024
73f2b4ab
CY
10252012-10-13 Chong Yidong <cyd@gnu.org>
1026
1027 * display.texi (ImageMagick Images): ImageMagick enabled by default.
1028
379acb95
CY
10292012-10-05 Chong Yidong <cyd@gnu.org>
1030
1031 * minibuf.texi (Basic Completion): Clarify list form of completion
1032 table (Bug#12564).
1033
e8757f09 10342012-10-05 Bruno Félix Rezende Ribeiro <oitofelix@gmail.com> (tiny change)
26026637
BFRR
1035
1036 * functions.texi (Function Safety): Copyedit. (Bug#12562)
1037
86ec63ba
PE
10382012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1039
1040 Revert the FOLLOW-SYMLINKS change for file-attributes.
1041 * files.texi (File Attributes, Magic File Names): Undo last change.
1042
e7a2937b
PE
10432012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1044
1045 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1046 * files.texi (File Attributes): Describe it.
1047 (Magic File Names): Use it.
1048
48de8b12
CY
10492012-09-30 Chong Yidong <cyd@gnu.org>
1050
1051 * commands.texi (Click Events): Define "mouse position list".
1052 Remove mention of unimplemented horizontal scroll bars.
1053 (Drag Events, Motion Events): Refer to "mouse position list".
1054 (Accessing Mouse): Document posnp.
1055
1056 * errors.texi (Standard Errors): Tweak arith-error description.
1057 Tweak markup. Remove domain-error and friends, which seem to be
1058 unused after the floating-point code revamp.
1059
1060 * functions.texi (Obsolete Functions): Obsolescence also affects
1061 documentation commands. Various clarifications.
1062 (Declare Form): New node.
1063
1064 * strings.texi (String Basics): Copyedits.
1065
1066 * os.texi (Idle Timers): Minor clarifications.
1067 (User Identification): Add system-users and system-groups.
1068
1069 * macros.texi (Defining Macros): Move description of `declare' to
1070 Declare Form node.
1071
1072 * loading.texi (Autoload):
1073 * help.texi (Documentation Basics): The special sequences can
1074 trigger autoloading.
1075
1076 * numbers.texi (Integer Basics): Copyedits.
1077 (Float Basics): Consider IEEE floating point always available.
1078 (Random Numbers): Document actual limits.
1079 (Arithmetic Operations): Clarify division by zero. Don't mention
1080 the machine-independence of negative division since it does not
1081 happen in practice.
1082
10832012-09-28 Chong Yidong <cyd@gnu.org>
1084
1085 * os.texi (Startup Summary): Document leim-list.el change.
1086
10872012-09-25 Chong Yidong <cyd@gnu.org>
1088
1089 * functions.texi (Defining Functions): defun is now a macro.
1090
e61d39cd 10912012-09-28 Leo Liu <sdl.web@gmail.com>
03922966
LL
1092
1093 * files.texi (Files): Fix typo.
1094
e109c4a6
CY
10952012-09-23 Chong Yidong <cyd@gnu.org>
1096
1097 * buffers.texi (Read Only Buffers): Document read-only-mode.
1098
1099 * keymaps.texi (Alias Menu Items): Replace toggle-read-only with
1100 read-only-mode.
1101
1102 * backups.texi (Auto-Saving): Refer to Minor Mode Conventions for
1103 calling conventions.
1104
c88b867f
CY
11052012-09-22 Chong Yidong <cyd@gnu.org>
1106
1107 * searching.texi (Replacing Match): Minor clarification.
1108
df9685f3
EZ
11092012-09-22 Eli Zaretskii <eliz@gnu.org>
1110
287d7455
EZ
1111 * edebug.texi (Instrumenting): Improve indexing.
1112
df9685f3
EZ
1113 * os.texi (Idle Timers): Warn against reinvoking an idle timer
1114 from within its own timer action. (Bug#12447)
1115
47133380
CY
11162012-09-22 Chong Yidong <cyd@gnu.org>
1117
1118 * frames.texi (Pop-Up Menus): Minor clarification (Bug#11148).
1119
ab199df2 11202012-09-21 Glenn Morris <rgm@gnu.org>
1bfe3177
GM
1121
1122 * debugging.texi (Using Debugger): Fix typo.
1123
ed1f0bd3
CY
11242012-09-18 Chong Yidong <cyd@gnu.org>
1125
1126 * display.texi (Faces): Discuss anonymous faces.
1127 (Face Attributes): Tweak intro.
1128 (Defining Faces): Move after the Face Attributes node. Copyedits.
1129 (Displaying Faces): Describe role of inheritance.
1130
1131 * customize.texi (Customization): Define customization more
1132 carefully (Bug#11440).
1133 (Common Keywords): Add xref to Constant Variables.
1134
1135 * variables.texi (Defining Variables): Link to defcustom's node
1136 instead of the higher-level Customization chapter.
1137
c990426a
PE
11382012-09-11 Paul Eggert <eggert@cs.ucla.edu>
1139
1140 Simplify, document, and port floating-point (Bug#12381).
1141 * numbers.texi (Float Basics, Arithmetic Operations, Math Functions):
1142 Document that / and mod (with floating point arguments), along
1143 with asin, acos, log, log10, expt and sqrt, return special values
1144 instead of signaling exceptions.
1145 (Float Basics): Document that logb operates on the absolute value
1146 of its argument.
1147 (Math Functions): Document that (log ARG BASE) also returns NaN if
1148 BASE is negative. Document that (expt X Y) returns NaN if X is a
1149 finite negative number and Y a finite non-integer.
1150
011474aa
CY
11512012-09-09 Chong Yidong <cyd@gnu.org>
1152
bb6b0efc
CY
1153 * lists.texi (Sets And Lists): Explain that the return value for
1154 delete should be used, like for delq.
1155
011474aa
CY
1156 * minibuf.texi (Yes-or-No Queries): Document recentering and
1157 scrolling in y-or-n-p. Remove gratuitous example.
1158
1159 * searching.texi (Search and Replace): Document window scrolling
1160 entries in query-replace-map.
1161
6dcef6ec
CY
11622012-09-08 Chong Yidong <cyd@gnu.org>
1163
1164 * syntax.texi (Syntax Table Internals): Define "raw syntax
1165 descriptor" terminology (Bug#12383).
1166 (Syntax Descriptors): Mention raw syntax descriptors.
1167
52404181
CY
11682012-09-07 Chong Yidong <cyd@gnu.org>
1169
1a5432bc
CY
1170 * variables.texi (Creating Buffer-Local): Fix description of
1171 local-variable-if-set-p (Bug#10713).
1172
0a6bdaa1
CY
1173 * eval.texi (Intro Eval): Add index entry for sexp (Bug#12233).
1174
14ba4cf3
CY
1175 * windows.texi (Display Action Functions)
1176 (Choosing Window Options): Remove obsolete variable
1177 display-buffer-reuse-frames.
cee2e90d 1178 (Switching Buffers): Minor doc tweak for switch-to-buffer.
14ba4cf3 1179
e5c2edf7
CY
1180 * positions.texi (Narrowing): Document buffer-narrowed-p.
1181
52404181
CY
1182 * markers.texi (Moving Markers): Add xref to Point (Bug#7151).
1183
1184 * syntax.texi (Low-Level Parsing): Add xref to Parser State
1185 (Bug#12269).
1186
7f7e0167
LI
11872012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
1188
1189 * debugging.texi (Explicit Debug): Document `debug-on-message'.
1190
6a787d9a
CY
11912012-09-02 Chong Yidong <cyd@gnu.org>
1192
1193 * windows.texi (Window Configurations): Recommend against using
1194 save-window-excursion (Bug#12075).
1195
1196 * control.texi (Catch and Throw):
1197 * positions.texi (Excursions): Don't mention it.
1198
0e23ef9d
PE
11992012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1200
1201 Better seed support for (random).
1202 * numbers.texi (Random Numbers): Document new behavior of
1203 the calls (random) and (random STRING).
1204
342dac71
MR
12052012-08-21 Martin Rudalics <rudalics@gmx.at>
1206
1207 * windows.texi (Window Point): Document recent changes in
1208 window-point and set-window-point.
1209 (Selecting Windows): Document recent change in select-window.
1210
a08eadfe
EZ
12112012-08-06 Eli Zaretskii <eliz@gnu.org>
1212
1213 * functions.texi (Closures): Put the main index entry for
1214 "closures" here. (Bug#12138)
1215
1216 * variables.texi (Lexical Binding): Disambiguate the index entry
1217 for "closures".
1218
35b6586e
CY
12192012-08-05 Chong Yidong <cyd@gnu.org>
1220
1221 * display.texi (Defining Faces): Move documentation of
1222 frame-background-mode to the Emacs manual (Bug#7774).
1223
02676e5d
CY
12242012-08-04 Chong Yidong <cyd@gnu.org>
1225
1226 * syntax.texi (Syntax Basics): Rearrange the text for clarity.
1227 Fix description of syntax table inheritance.
1228 (Syntax Table Functions): Don't refer to internal contents of
1229 syntax table, since that is not explained yet. Copyedits.
1230 (Standard Syntax Tables): Node deleted.
1231 (Syntax Table Internals): Misc clarifications. Improve table
1232 formatting.
1233
1234 * keymaps.texi (Inheritance and Keymaps):
1235 * text.texi (Sticky Properties): Tweak index entry.
1236
73e0cbc0
EZ
12372012-07-28 Eli Zaretskii <eliz@gnu.org>
1238
1239 * nonascii.texi (Character Sets): Fix a typo. (Bug#12062)
1240
09ae5da1
PE
12412012-07-25 Paul Eggert <eggert@cs.ucla.edu>
1242
1243 Prefer typical American spelling for "acknowledgment".
1244 * intro.texi (Acknowledgments): Rename from Acknowledgements.
1245
1ada2e55
EZ
12462012-07-21 Eli Zaretskii <eliz@gnu.org>
1247
1248 * commands.texi (Special Events): Mention language-change event.
1249 (Input Events, Interactive Codes):
1250 * keymaps.texi (Key Sequences): Mention events that are
1251 non-keyboard but also non-mouse events.
1252
9ea10cc3
CY
12532012-07-17 Chong Yidong <cyd@gnu.org>
1254
1255 * text.texi (Insertion): Document insert-char changes.
1256
2e2d2a13
LL
12572012-07-15 Leo Liu <sdl.web@gmail.com>
1258
1259 * display.texi (Fringe Bitmaps): Add exclamation-mark.
1260
b68b3337
CY
12612012-07-13 Chong Yidong <cyd@gnu.org>
1262
1263 * buffers.texi (Read Only Buffers): Document toggle-read-only
1264 changes. Reword to account for the fact that read-only is
1265 currently not supported in overlay properties.
1266
ab4c47d3
CY
12672012-07-07 Chong Yidong <cyd@gnu.org>
1268
1269 * loading.texi (Library Search): Index site-lisp directories.
1270
d4913798
CY
12712012-07-06 Chong Yidong <cyd@gnu.org>
1272
1273 * intro.texi (A Sample Function Description): Fix incorrect
1274 markup, undoing previous change.
1275 (A Sample Variable Description): Minor clarifications and markup
1276 improvements.
1277
1278 * elisp.texi (Top):
1279 * text.texi (Text): Fix menu order.
1280
251736f4
RS
12812012-07-06 Richard Stallman <rms@gnu.org>
1282
1283 * intro.texi (Evaluation Notation, A Sample Function Description):
8c6c57ea 1284 (A Sample Variable Description): Improve/undo previous changes.
251736f4 1285
e8d71283
GM
12862012-07-05 Glenn Morris <rgm@gnu.org>
1287
1288 * intro.texi (A Sample Function Description): Fix cross-refs.
1289
47187200
MW
12902012-07-05 Michael Witten <mfwitten@gmail.com> (tiny change)
1291
1292 * intro.texi (Evaluation Notation, A Sample Function Description)
1293 (A Sample Variable Description, Version Info): Copy edits (bug#11862).
1294
a2eb421b
CY
12952012-06-27 Chong Yidong <cyd@gnu.org>
1296
1297 * processes.texi (Asynchronous Processes, Input to Processes):
1298 * internals.texi (Process Internals): Don't capitalize "pty".
1299
6d41a41d
TTN
13002012-06-24 Thien-Thi Nguyen <ttn@gnuvola.org>
1301
1302 * processes.texi (Asynchronous Processes): Make the pty vs pipe
1303 discussion more prominent.
1304
0bd8297f
EZ
13052012-06-23 Eli Zaretskii <eliz@gnu.org>
1306
1307 * commands.texi (Misc Events): Document the language-change event.
1308
d35af63c
PE
13092012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1310
1311 Support higher-resolution time stamps (Bug#9000).
1312 * os.texi (Time of Day, Time Parsing, Processor Run Time, Idle Timers):
1313 * processes.texi (System Processes):
1314 Time stamp resolution is now picosecond, not microsecond.
1315
ac1a0ce1 13162012-06-21 Glenn Morris <rgm@gnu.org>
2fecccba
GM
1317
1318 * Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
1319
1053a871
SM
13202012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * functions.texi (Defining Functions):
1323 * macros.texi (Defining Macros): Un-define the return value of `defun',
1324 `defmacro' and `defalias'.
1325
41b7f8bc
CY
13262012-06-17 Chong Yidong <cyd@gnu.org>
1327
1328 * elisp.texi: Remove urlcolor setting.
1329
82a25657
GM
13302012-06-17 Glenn Morris <rgm@gnu.org>
1331
1332 * display.texi (Face Attributes): Copyedits. Add a few cindex entries.
1333 Overlining no longer behaves exactly like underlining.
1334
a04689de 13352012-06-16 Aurélien Aptel <aurelien.aptel@gmail.com>
8da9479c
GM
1336
1337 * display.texi (Face Attributes):
1338 Document wave-style underline face attribute.
1339
1b9b4cf4
CY
13402012-06-11 Chong Yidong <cyd@gnu.org>
1341
1342 * display.texi (ImageMagick Images): ImageMagick now supports the
1343 :background property.
1344
dbab98c7
DA
13452012-06-10 Dmitry Antipov <dmantipov@yandex.ru>
1346
1347 * internals.texi (Garbage Collection): Typo fix.
1348
6175e34b
CY
13492012-06-09 Chong Yidong <cyd@gnu.org>
1350
1351 * text.texi (Special Properties): Clarify the meaning of a list of
1352 faces in the `face' property.
1353
1354 * display.texi (Face Remapping): Minor clarification.
1355
4b56d0fe
CY
13562012-06-08 Chong Yidong <cyd@gnu.org>
1357
1358 * display.texi (Face Attributes): Font family does not accept
1359 wildcards. De-document obsolete :bold and :italic attributes.
1360 (Defining Faces): Use new-style face spec format.
1361
f3372c87
DA
13622012-06-08 Dmitry Antipov <dmantipov@yandex.ru>
1363
8d7c7eed 1364 * internals.texi (Garbage Collection): Document new
f3372c87
DA
1365 vector management code and vectorlike_header structure.
1366
5f2c76c6
CY
13672012-06-03 Chong Yidong <cyd@gnu.org>
1368
1369 * modes.texi (Mode Line Data): Use "mode line construct"
1370 terminology for consistency.
1371
ecc6530d
GM
13722012-05-27 Glenn Morris <rgm@gnu.org>
1373
1374 * abbrevs.texi, advice.texi, anti.texi, backups.texi:
1375 * buffers.texi, commands.texi, compile.texi, control.texi:
1376 * customize.texi, debugging.texi, display.texi, doclicense.texi:
1377 * edebug.texi, elisp.texi, errors.texi, eval.texi, files.texi:
1378 * frames.texi, functions.texi, gpl.texi, hash.texi, help.texi:
1379 * hooks.texi, index.texi, internals.texi, intro.texi, keymaps.texi:
1380 * lists.texi, loading.texi, macros.texi, maps.texi, markers.texi:
1381 * minibuf.texi, modes.texi, nonascii.texi, numbers.texi:
1382 * objects.texi, os.texi, package.texi, positions.texi:
1383 * processes.texi, searching.texi, sequences.texi, streams.texi:
1384 * strings.texi, symbols.texi, syntax.texi, text.texi, tips.texi:
1385 * variables.texi, windows.texi: Nuke hand-written node pointers.
1386
33017faf 13872012-05-27 Chong Yidong <cyd@gnu.org>
27d1f87a 1388
33017faf
GM
1389 * functions.texi (Obsolete Functions):
1390 Fix doc for set-advertised-calling-convention.
27d1f87a
CY
1391
1392 * modes.texi (Mode Help): Fix describe-mode.
1393
1394 * display.texi (Face Functions): Fix define-obsolete-face-alias.
1395
1396 * variables.texi (Variable Aliases): Fix make-obsolete-variable.
1397
33017faf 13982012-05-27 Martin Rudalics <rudalics@gmx.at>
0b128ac4 1399
33017faf 1400 * commands.texi (Recursive Editing): recursive-edit is a command.
0b128ac4
MR
1401
1402 * compile.texi (Docs and Compilation):
1403 byte-compile-dynamic-docstrings is an option.
1404
1405 * debugging.texi (Invoking the Debugger): debug is a command.
1406
1407 * display.texi (Progress): progress-reporter-update and
1408 progress-reporter-force-update have VALUE argument optional.
1409 (Animated Images): Use non-@code{nil} instead of non-nil.
1410
33017faf
GM
1411 * files.texi (Format Conversion Round-Trip):
1412 Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1413
1414 * frames.texi (Creating Frames): make-frame is a command.
1415 (Input Focus): select-frame is a command.
1416 (Pointer Shape): void-text-area-pointer is an option.
1417
33017faf 1418 * help.texi (Describing Characters): read-kbd-macro is a command.
0b128ac4
MR
1419 (Help Functions): describe-prefix-bindings is a command.
1420
1421 * markers.texi (Creating Markers): Both arguments of copy-marker
1422 are optional.
1423
1424 * minibuf.texi (Reading File Names): Use @kbd instead of @code.
1425
1426 * modes.texi (Mode Line Variables): mode-line-remote and
1427 mode-line-client are not options.
1428 (Imenu): imenu-add-to-menubar is a command.
33017faf 1429 (SMIE Indentation Helpers): Use non-@code{nil} instead of non-nil.
0b128ac4
MR
1430
1431 * os.texi (Sound Output): play-sound-file is a command.
1432
33017faf 1433 * package.texi (Package Archives): Use @key{RET} instead of @kbd{RET}.
0b128ac4 1434
33017faf
GM
1435 * processes.texi (Signals to Processes):
1436 Use @key{RET} instead of @code{RET}.
0b128ac4
MR
1437 (Signals to Processes): signal-process is a command.
1438
33017faf 1439 * text.texi (Clickable Text): Use @key{RET} instead of @kbd{RET}.
0b128ac4
MR
1440 (Base 64): base64-encode-string is not a command while
1441 base64-decode-region is.
1442
1443 * windows.texi (Switching Buffers): pop-to-buffer is a command.
1444
3fe7cdc8
GM
14452012-05-12 Glenn Morris <rgm@gnu.org>
1446
1447 * Makefile.in (MKDIR_P): New, set by configure.
1448 (mkinfodir): Use $MKDIR_P.
1449
dc0f75c8
GM
14502012-05-10 Glenn Morris <rgm@gnu.org>
1451
b8a82b69
GM
1452 * loading.texi (Loading Non-ASCII): Replace the obsolete "unibyte: t"
1453 with "coding: raw-text".
51b1e059 1454 Concept of multibyte sessions no longer exists.
b8a82b69 1455
dc0f75c8
GM
1456 * files.texi (File Locks): Mention create-lockfiles option.
1457
666b903b 14582012-05-09 Glenn Morris <rgm@gnu.org>
143d9dd8 1459
5b6eebcf
GM
1460 * vol1.texi, vol2.texi: Remove files.
1461 * elisp.texi: Add VOL1,2 conditionals equivalent to vol1,2.texi
1462 * two-volume.make: Use elisp.texi as input rather than vol1,2.texi.
1463
0a454caf 1464 * Makefile.in (clean, mostlyclean): Add some more vol1/2 items.
e6afe47b 1465
143d9dd8
GM
1466 * two-volume.make (emacsdir): New.
1467 (tex): Add directory with emacsver.texi to TEXINPUTS.
1468
e68b393e
GM
1469 * minibuf.texi (Minibuffer History, Basic Completion):
1470 Tweak page breaks.
1471
9658dc2a
GM
1472 * internals.texi (Garbage Collection, Memory Usage)
1473 (Writing Emacs Primitives): Tweak page breaks.
1474
161c2a25
GM
1475 * streams.texi (Output Variables): Improve page break.
1476
1477 * edebug.texi (Edebug Display Update): Improve page break.
1478
51d58083
GM
1479 * compile.texi (Disassembly): Condense the examples.
1480
ddff3351
GM
1481 * eval.texi, functions.texi, loading.texi, macros.texi:
1482 Where possible, use example rather than smallexample.
1483
1484 * symbols.texi: Where possible, use example rather than smallexample.
1485 (Symbol Components): Fix typo.
1486 (Other Plists): Tweak page break.
1487
1488 * sequences.texi (Arrays): Tweak page breaks.
1489
1490 * customize.texi: Where possible, use example rather than smallexample.
1491 (Common Keywords, Variable Definitions, Applying Customizations)
1492 (Custom Themes): Tweak page breaks.
1493
1494 * control.texi: Where possible, use example rather than smallexample.
1495 (Sequencing, Conditionals, Signaling Errors, Handling Errors):
1496 Tweak page breaks.
1497
ca4b98fa
GM
14982012-05-08 Glenn Morris <rgm@gnu.org>
1499
5122804a
GM
1500 * two.el: Remove; unused since creation of two-volume.make.
1501
ca4b98fa
GM
1502 * vol1.texi, vol2.texi: No need to keep menus in these files.
1503
eceeb5fc
CY
15042012-05-05 Glenn Morris <rgm@gnu.org>
1505
1506 * objects.texi (Process Type, Overlay Type): Tweak page-breaks.
1507
1508 * intro.texi (Caveats): Copyedit.
1509 (Lisp History): Convert inforef to xref.
1510 (Lisp History, Printing Notation, Version Info): Improve page-breaks.
1511
1512 * text.texi (Auto Filling): Don't mention Emacs 19.
1513
1514 * commands.texi (Event Input Misc): Don't mention unread-command-char.
1515 * numbers.texi (Predicates on Numbers): Don't mention Emacs 18.
1516
1517 * elisp.texi (DATE): Forgot to change the month in 2012-04-21 change.
1518
eceeb5fc
CY
1519 * lists.texi (List-related Predicates, List Variables):
1520 Tweak page-breaks.
1521 (Sets And Lists): Convert inforef to xref.
1522
8045b906
GM
15232012-05-04 Glenn Morris <rgm@gnu.org>
1524
1525 * Makefile.in (INFO_EXT, INFO_OPTS): New, set by configure.
1526 (info, infoclean): Use $INFO_EXT.
1527 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1528 * makefile.w32-in (INFO_EXT, INFO_OPTS): New.
1529 (info, maintainer-clean): Use $INFO_EXT.
1530 ($(infodir)/elisp$(INFO_EXT)): Use $INFO_EXT and $INFO_OPT.
1531
78f3273a
CY
15322012-05-04 Chong Yidong <cyd@gnu.org>
1533
1534 * os.texi (Timers): Use defopt for timer-max-repeats.
1535
ab0fa4e4
PE
15362012-05-03 Paul Eggert <eggert@cs.ucla.edu>
1537
1538 * os.texi (Time of Day): Do not limit current-time-string
1539 to years 1000..9999.
1540
2bc356d7
CY
15412012-05-02 Chong Yidong <cyd@gnu.org>
1542
1543 * display.texi (Font Lookup):
1544 * frames.texi (Pointer Shape):
1545 * processes.texi (Subprocess Creation): Use defopt for options.
1546
90207a15 15472012-05-02 Glenn Morris <rgm@gnu.org>
bbba8869
GM
1548
1549 * elisp.texi (@copying):
1550 * intro.texi (Introduction): Only print VERSION in the TeX version.
1551
90207a15 15522012-05-02 Chong Yidong <cyd@gnu.org>
5a5fd9f3
CY
1553
1554 * text.texi (Change Hooks): Minor fix for after-change-functions.
1555
90207a15 15562012-05-02 Glenn Morris <rgm@gnu.org>
7eac3782
GM
1557
1558 * package.texi (Packaging Basics):
1559 * loading.texi (Autoload):
1560 * files.texi (Magic File Names):
1561 Reword to remove/reduce some overly long/short lines.
1562
a8e7d6d7 15632012-04-27 Glenn Morris <rgm@gnu.org>
cf988578
GM
1564
1565 * elisp.texi, vol1.texi, vol2.texi: Some fixes for detailed menu.
1566 * modes.texi (Major Modes, Auto-Indentation):
1567 * buffers.texi (Buffers): Some fixes for menu descriptions.
1568
a8e7d6d7 15692012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
88ed9e87
SM
1570 * functions.texi (Simple Lambda, Argument List):
1571 * eval.texi (Function Indirection): Avoid deprecated form.
1572
a8e7d6d7 15732012-04-27 Glenn Morris <rgm@gnu.org>
16152b76 1574
1a72be46
GM
1575 * book-spine.texi, elisp.texi, vol1.texi, vol2.texi:
1576 Add "et al." to authors.
1577
16152b76
GM
1578 * buffers.texi, commands.texi, compile.texi, control.texi:
1579 * customize.texi, display.texi, eval.texi, files.texi, frames.texi:
1580 * hash.texi, help.texi, intro.texi, keymaps.texi, lists.texi:
1581 * modes.texi, numbers.texi, objects.texi, streams.texi:
1582 * symbols.texi, syntax.texi, text.texi, tips.texi, variables.texi:
1583 Use Texinfo recommended convention for quotes+punctuation.
1584
a8e7d6d7 15852012-04-27 Chong Yidong <cyd@gnu.org>
9ec7751f
CY
1586
1587 * keymaps.texi (Scanning Keymaps): Fix description of NO-REMAP arg
1588 to where-is-internal (Bug#10872).
1589
a8e7d6d7 15902012-04-27 Glenn Morris <rgm@gnu.org>
9c51bbaa 1591
a2715669
GM
1592 * macros.texi (Indenting Macros): Fix typo.
1593
0b27932b
GM
1594 * windows.texi (Basic Windows, Windows and Frames, Window Sizes)
1595 (Resizing Windows, Deleting Windows, Selecting Windows)
e78d873d
GM
1596 (Choosing Window Options, Horizontal Scrolling)
1597 (Cyclic Window Ordering, Window History, Dedicated Windows)
09ebefe1
GM
1598 (Quitting Windows, Window Configurations, Textual Scrolling):
1599 (Coordinates and Windows, Window Configurations)
1600 (Window Parameters, Window Hooks): Copyedits.
0b27932b
GM
1601 (Splitting Windows, Deleting Windows):
1602 Fix ignore-window-parameters logic.
1603 (Selecting Windows, Choosing Window Options): Markup fixes.
e78d873d
GM
1604 (Window Start and End): Remove pointless example.
1605 Remove cross-reference to deleted count-lines content.
09ebefe1
GM
1606 (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom,
1607 and recenter-positions. Remove recenter example.
0b27932b 1608
0dc91072
GM
1609 * elisp.texi, vol1.texi, vol2.texi: Bump VERSION and DATE.
1610
9c51bbaa
GM
1611 * minibuf.texi (Intro to Minibuffers):
1612 Tweak discussion of resizing minibuffer window.
1613
674ea9c6
GM
16142012-04-26 Glenn Morris <rgm@gnu.org>
1615
8a4ca8e3 1616 * elisp-covers.texi, front-cover-1.texi: Remove files.
8191c3bd 1617
562e638f
GM
1618 * tindex.pl: Remove file.
1619
674ea9c6
GM
1620 * makefile.w32-in (srcs):
1621 * Makefile.in (srcs): Remove back.texi (which is unused).
1622
b613912b
MA
16232012-04-24 Michael Albinus <michael.albinus@gmx.de>
1624
e43042fe
MA
1625 * os.texi (Notifications): Extend possible notification hints.
1626 Add notifications-get-capabilities.
b613912b 1627
f30d612a
CY
16282012-04-20 Chong Yidong <cyd@gnu.org>
1629
1630 * processes.texi (Asynchronous Processes): Mention nil argument to
1631 start-process.
1632
b58b1df8
GM
16332012-04-20 Glenn Morris <rgm@gnu.org>
1634
1635 * minibuf.texi (Basic Completion): No need to describe obarrays here.
1636 Don't mention obsolete `nospace' argument of all-completions.
1637 (Minibuffer Completion, Completion Commands, Reading File Names)
1638 (Completion Variables): Copyedits.
1639 (Completion Commands): Mention parent keymaps.
1640 Remove obsolete minibuffer-local-filename-must-match-map.
1641 (High-Level Completion): Remove read-variable's almost
1642 word-for-word duplication of read-command.
1643 * elisp.texi, vol1.texi, vol2.texi, minibuf.texi (Completion):
1644 Update "High-Level Completion" description.
1645
c0ea08d2
GM
1646 * minibuf.texi (Minibuffers):
1647 * elisp.texi, vol1.texi, vol2.texi: Fix minibuffer subsection order.
1648
9d2754f5
GM
1649 * minibuf.texi: Standardize metasyntactic variables ("history", etc).
1650 Use Texinfo-recommended form of quote+punctuation.
1651 (Intro to Minibuffers): First minibuffer is #1, not #0.
1652 Mention minibuffer-inactive-mode.
1653 (Text from Minibuffer): Copyedits.
1654 (Minibuffer History, Programmed Completion): Fix @var usage.
c5467d73
GM
1655 (Object from Minibuffer): Remove overly pedantic para.
1656 (Minibuffer History): Copyedits. Add face-name-history.
1657 (Initial Input, Yes-or-No Queries, Multiple Queries)
1658 (Minibuffer Windows, Minibuffer Misc): Copyedits.
1659 (Yes-or-No Queries): Tweak example.
1660 (Minibuffer Commands): Add next-complete-history-element.
1661 (Minibuffer Misc): Mention minibuffer-message-timeout, and
1662 minibuffer-inactive-mode.
9d2754f5 1663
4373fd43
GM
1664 * processes.texi (Serial Ports, Byte Packing, Bindat Spec)
1665 (Bindat Functions): Copyedits.
1666
61bb069e 16672012-04-20 Christopher Schmidt <christopher@ch.ristopher.com>
0e80650b
CS
1668
1669 * files.texi (Saving Buffers): Document `visit and `visit-save'
1670 values of require-final-newline.
1671
61bb069e 16722012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
1673
1674 * processes.texi (Output from Processes, Filter Functions):
1675 Mention waiting-for-user-input-p.
1676 (Sentinels, Query Before Exit, System Processes, Transaction Queues):
1677 (Network Servers, Datagrams, Network Processes, Network Options)
1678 (Network Feature Testing, Serial Ports): Copyedits.
1679 (Network): Add encrypted network overview paragraph.
1680 Cross-reference the Emacs-GnuTLS manual. Use @acronym.
1681
61bb069e 16822012-04-20 Chong Yidong <cyd@gnu.org>
21ffa320
CY
1683
1684 * help.texi (Keys in Documentation): Mention :advertised-binding.
1685
1686 * keymaps.texi (Menu Bar): Move most of the :advertised-binding
1687 description to help.texi.
1688
61bb069e 16892012-04-20 Glenn Morris <rgm@gnu.org>
62f4b18c
GM
1690
1691 * processes.texi (Process Information, Input to Processes)
1692 (Signals to Processes, Output from Processes, Process Buffers)
1693 (Filter Functions, Decoding Output): Copyedits.
4f5d565f 1694 (Accepting Output): Discourage use of `millisec' argument.
62f4b18c 1695
e153c136
GM
16962012-04-15 Glenn Morris <rgm@gnu.org>
1697
1698 * processes.texi (Processes, Subprocess Creation, Shell Arguments):
12acf783
GM
1699 (Synchronous Processes, Asynchronous Processes, Deleting Processes):
1700 Copyedits.
e153c136 1701 (Subprocess Creation): Discourage modifying exec-path directly.
12acf783
GM
1702 (Synchronous Processes, Asynchronous Processes):
1703 Update some example output.
e153c136
GM
1704 (Process Information): Fix typo.
1705 (Bindat Spec): Use Texinfo-recommended form of quote+punctuation.
1706
e6fd457e 17072012-04-15 Glenn Morris <rgm@gnu.org>
764a3017
GM
1708
1709 * anti.texi (Antinews): Copyedits. Don't @dfn anything here.
1710 open-network-stream does exist in Emacs 23, but is simpler.
1711
e6fd457e 17122012-04-15 Chong Yidong <cyd@gnu.org>
03ed9e82
CY
1713
1714 * customize.texi (Custom Themes): Also document load-theme etc.
1715
35dc09a1 17162012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
1717
1718 * customize.texi (Applying Customizations):
1719 (Custom Themes): New nodes.
1720
1721 * display.texi (Defining Faces): Reference custom-set-faces.
1722
1723 * modes.texi (Defining Minor Modes, Defining Minor Modes):
1724 * os.texi (Startup Summary): Copyedits.
1725
35dc09a1 17262012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
1727
1728 * loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end.
1729
9fce7eda
GM
1730 * strings.texi (Case Tables):
1731 * objects.texi (General Escape Syntax):
1732 * keymaps.texi (Key Sequences): Use @acronym with "ASCII".
1733
2bb0eca1
GM
1734 * buffers.texi, compile.texi, customize.texi, debugging.texi:
1735 * display.texi, edebug.texi, eval.texi, help.texi, intro.texi:
1736 * keymaps.texi, minibuf.texi, modes.texi, os.texi, processes.texi:
1737 * text.texi: Use @file for buffers, per the Texinfo manual.
1738
62200c14
GM
1739 * compile.texi (Compiler Errors): Add missing space in buffer name.
1740
35dc09a1 17412012-04-14 Chong Yidong <cyd@gnu.org>
9fe9631c
CY
1742
1743 * processes.texi (Query Before Exit): Remove obsolete function
1744 process-kill-without-query (Bug#11190).
1745
35dc09a1 17462012-04-14 Glenn Morris <rgm@gnu.org>
8fc85b20
GM
1747
1748 * files.texi, frames.texi, loading.texi, os.texi, processes.texi:
1749 Use @env for environment variables.
1750
f48a9cb4
GM
1751 * Makefile.in: Replace non-portable use of $< in ordinary rules.
1752
0a6dd5e2
JA
17532012-04-12 Jari Aalto <jari.aalto@cante.net>
1754
1cbae532
SM
1755 * processes.texi (Synchronous Processes):
1756 Mention `default-directory' (bug#7515).
0a6dd5e2 1757
b4d3bc10
CY
17582012-04-09 Chong Yidong <cyd@gnu.org>
1759
1760 * customize.texi (Variable Definitions): Remove user-variable-p.
1761
1762 * commands.texi (Interactive Codes):
1763 * help.texi (Accessing Documentation):
1764 * minibuf.texi (High-Level Completion): Callers changed.
1765
ea0ff314
CY
17662012-04-06 Chong Yidong <cyd@gnu.org>
1767
1768 * minibuf.texi (Programmed Completion): Document metadata method.
1769 (Completion Variables): Document completion-category-overrides.
1770
91b65361
CY
17712012-04-05 Chong Yidong <cyd@gnu.org>
1772
1773 * anti.texi (Antinews): Rewrite for Emacs 23.
1774
3d439cd1
CY
17752012-04-04 Chong Yidong <cyd@gnu.org>
1776
321cc491
CY
1777 * minibuf.texi (Programmed Completion): Remove obsolete variable
1778 completion-annotate-function.
1cbae532
SM
1779 (Completion Variables): Rename from Completion Styles.
1780 Document completion-extra-properties. Document completion-styles-alist
321cc491 1781 change.
245d176b
CY
1782 (Reading File Names): minibuffer-local-filename-must-match-map is
1783 not used anymore.
1784 (Minibuffer Completion): Document completing-read-function.
1785 (Completion in Buffers): completion-at-point-functions can return
1786 properties recognized in completion-extra-properties.
321cc491 1787
3d439cd1
CY
1788 * display.texi (Delayed Warnings): New node.
1789
a7972adf
CY
1790 * os.texi (Notifications): Copyedits.
1791
97f4a299
GM
17922012-04-04 Glenn Morris <rgm@gnu.org>
1793
1794 * os.texi (Notifications): Copyedits.
1795
9ff687e1
MA
17962012-04-03 Michael Albinus <michael.albinus@gmx.de>
1797
1798 * os.texi (Terminal-Specific): Fix typo.
1799 (Notifications): New section.
1800
1801 * elisp.texi (Top):
1802 * vol1.texi (Top):
1803 * vol2.texi (Top): Add "Notifications" and "Dynamic Libraries"
1804 menu entries.
1805
42ee526b
CY
18062012-04-01 Chong Yidong <cyd@gnu.org>
1807
1808 * files.texi (Kinds of Files): file-subdir-of-p renamed to
1809 file-in-directory-p.
1810
0b021094
GM
18112012-03-31 Glenn Morris <rgm@gnu.org>
1812
1813 * edebug.texi (Instrumenting Macro Calls):
1814 Mention defining macros at instrumentation time.
1815 (Edebug Options): Mention edebug-unwrap-results.
1816
50fe197c
EZ
18172012-03-31 Eli Zaretskii <eliz@gnu.org>
1818
1819 * text.texi (Special Properties): Clarify the description of the
1820 effect of integer values of the 'cursor' property on cursor
1821 position. See the discussions in bug#11068 for more details and
1822 context.
1823
650b6d0b
GM
18242012-03-31 Glenn Morris <rgm@gnu.org>
1825
1826 * edebug.texi (Edebug Eval, Specification List, Edebug Options):
1827 Copyedits.
1828
5319014e
CY
18292012-03-30 Chong Yidong <cyd@gnu.org>
1830
1831 * display.texi (Image Formats): Add imagemagick type.
1832 (Image Descriptors): Mention how they are used.
1833 (ImageMagick Images): Clarify role of imagemagick-register-types.
1834 (Character Display): Don't mention glyph tables.
1835 (Display Tables): Use make-glyph-code in example.
1836 (Glyphs): Avoid "simple glyph code" terminology. Note that glyph
1837 tables are semi-obsolete. De-document create-glyph.
1838 (Glyphless Chars): Note that display tables override this.
1839 (Bidirectional Display): Copyedits. Introduce "bidirectional
1840 reordering" terminology, and use it.
1841
f1224267
GM
18422012-03-30 Glenn Morris <rgm@gnu.org>
1843
1844 * edebug.texi (Jumping): Give name of `i' binding.
1845
d14daa28
GM
18462012-03-28 Glenn Morris <rgm@gnu.org>
1847
1848 * searching.texi (Regular Expressions, Regexp Special):
fee88ca0
GM
1849 (Regexp Backslash, Regexp Example, Regexp Functions, Regexp Search):
1850 (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
d14daa28
GM
1851 (Regexp Special): Mention collation.
1852 Clarify char classes with an example.
fee88ca0
GM
1853 (Regexp Functions): Mention regexp-opt is not guaranteed.
1854 Mention regexp-opt-charset.
1855 (Regexp Search): Recommend against looking-back.
1856 (Search and Replace): Use Texinfo recommended quote convention.
1857 Add more query-replace-map items. List multi-query-replace-map items.
d14daa28 1858
dcb6e7b3
MR
18592012-03-27 Martin Rudalics <rudalics@gmx.at>
1860
1861 * windows.texi (Window History): Describe new option
1862 switch-to-visible-buffer.
1863
cf0495f2
GM
18642012-03-27 Glenn Morris <rgm@gnu.org>
1865
4fb9a543
GM
1866 * searching.texi (String Search): Add xref to Emacs manual.
1867 Copyedits. Mention the function word-search-regexp.
1868 (Searching and Case): Add xref to Emacs manual. Copyedits.
1869
9364727b
GM
1870 * processes.texi (Network Servers): Standardize apostrophe usage.
1871
cf0495f2
GM
1872 * os.texi (System Environment): Copyedits. Remove some examples
1873 that do not seem useful. Mention setenv third arg.
1874 tty-erase-char does not seem to be nil under a window-system.
1875 (User Identification): Copyedits.
1876 Remove some examples that do not seem useful.
1877
33da7b16
GM
18782012-03-26 Glenn Morris <rgm@gnu.org>
1879
1880 * os.texi (Startup Summary): Copyedits. Fix startup screen logic.
1881 (Init File): Copyedits.
1882 (Command-Line Arguments): Copyedits. Do not mention argv alias.
02243d9d
GM
1883 (Killing Emacs): Copyedits.
1884 (Suspending Emacs): Copyedits. Mention not very relevant with GUIs.
1885 Shorten the example, use more standard shell prompts.
33da7b16 1886
9a69676a
CY
18872012-03-25 Chong Yidong <cyd@gnu.org>
1888
1889 * display.texi (Fringes): Note that fringes are shown on graphical
1890 displays only.
1891 (Fringe Size/Pos, Fringe Bitmaps, Making Buttons): Clarifications.
1892 (Replacing Specs): Clarify example.
1893 (Manipulating Buttons): Note that button-at can return a marker.
1894 (Buttons): Minor rewrite.
1895 (Character Display): New node. Consolidate all character display
1896 related nodes into its subsections.
1897 (Usual Display): Character 127 is also affected by ctl-arrow.
1898 (Display Tables): Improve example.
1899
c8f6ec5c
GM
19002012-03-22 Glenn Morris <rgm@gnu.org>
1901
1902 * strings.texi (Text Comparison): Mention string-prefix-p.
1903
fb5b8aca
CY
19042012-03-21 Chong Yidong <cyd@gnu.org>
1905
1906 * display.texi (The Echo Area): Add xref to Output Streams.
1907 (Displaying Messages): Improve doc of message.
1908 (Echo Area Customization, Invisible Text): Copyedits.
1909 (Invisible Text): Mention that spec comparison is done with eq.
1910 (Width): Improve doc of char-width.
1911 (Faces): Recommend using symbol instead of string for face name.
1912 Minor clarifications.
1913 (Defining Faces): Copyedits. Update face example.
1914 (Attribute Functions): Mark set-face-foreground etc as commands.
1cbae532
SM
1915 (Face Remapping): Mention text-scale-adjust.
1916 Clarify face-remapping-alist and related docs.
fb5b8aca
CY
1917 (Face Functions): Don't document make-face or copy-face.
1918
025de85b
CY
19192012-03-20 Chong Yidong <cyd@gnu.org>
1920
1921 * display.texi (Forcing Redisplay): Various rewrites to reflect
1922 new value of redisplay-dont-pause.
1923 (Truncation): Copyedits.
1924
a5656eae
GM
19252012-03-20 Glenn Morris <rgm@gnu.org>
1926
1927 * os.texi (Startup Summary): Don't mention initial-buffer-choice = t.
1928 Add summary table of some relevant command-line options.
1929
d15aac68
CY
19302012-03-18 Chong Yidong <cyd@gnu.org>
1931
1932 * internals.texi (Building Emacs, Garbage Collection): Copyedits.
1933 (Writing Emacs Primitives): Re-organize discussion of functions
1934 with variable Lisp arguments are handled. Delete an obsolete
1935 remark, previously tagged as FIXME.
1936
1937 * os.texi (Idle Timers): Minor clarification.
1938 (Idle Timers): Link to Time of Day for description of time list.
1939
b59af549
GM
19402012-03-18 Glenn Morris <rgm@gnu.org>
1941
1942 * os.texi (System Interface): Flow control was removed.
1943 (Startup Summary): General update.
1944 (Init File): Don't mention compiling it.
1945
986bd52a
CY
19462012-03-17 Chong Yidong <cyd@gnu.org>
1947
1948 * os.texi (Startup Summary): Mention package loading.
1949 (Init File): Don't refer to .emacs in section title. Copyedits.
1950 (Terminal-Specific): Give a realistic example.
1951 (Command-Line Arguments): Reference Entering Emacs instead of
1952 repeating the spiel about not restarting Emacs.
1953 (Time of Day): Discuss time representation at beginning of node.
1954 (Sound Output): Copyedits.
1955
1956 * package.texi (Packaging Basics): Document package-initialize.
1957
f761251a
EZ
19582012-03-17 Eli Zaretskii <eliz@gnu.org>
1959
1960 * frames.texi (Initial Parameters): Add an index entry for
1961 minibuffer-only frame.
1962
da986230
GM
19632012-03-16 Glenn Morris <rgm@gnu.org>
1964
1965 * modes.texi (Major Mode Conventions): Mention the strange
1966 relationship between View mode and special modes. (Bug#10650)
1967
2cc775f9
CY
19682012-03-11 Chong Yidong <cyd@gnu.org>
1969
1970 * windows.texi (Window Configurations): save-window-excursion is
1971 now a macro.
1972
1973 * display.texi (Temporary Displays): with-output-to-temp-buffer is
1974 now a macro.
1975
66c5eebd
CY
1976 * text.texi (Fields): Minor copyedit.
1977
310a820f
EZ
19782012-03-10 Eli Zaretskii <eliz@gnu.org>
1979
83a96c08
EZ
1980 * strings.texi (String Basics):
1981 * sequences.texi (Sequence Functions): Mention that `length' is
1982 not appropriate for computing the string width on display; add a
1983 cross-reference to the description of `string-width'. (Bug#10978)
1984
310a820f
EZ
1985 * eval.texi (Autoloading): Minor change of wording.
1986
83ef8187
CY
19872012-03-10 Chong Yidong <cyd@gnu.org>
1988
bc44be50
CY
1989 * loading.texi (Autoload): Explicitly state which forms are
1990 processed specially (Bug#7783).
1991
83ef8187
CY
1992 * keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the
1993 non-default situation. Describe one-submenu exception (Bug#7695).
1994
1995 * nonascii.texi (Character Properties): Copyedits.
1996
483ab230
CY
19972012-03-08 Chong Yidong <cyd@gnu.org>
1998
1999 * text.texi (Mode-Specific Indent): Document new behavior of
2000 indent-for-tab-command. Document tab-always-indent.
2001 (Special Properties): Copyedits.
2002 (Checksum/Hash): Improve secure-hash doc. Do not recommend MD5.
2003 (Parsing HTML/XML): Rename from Parsing HTML. Update doc of
2004 libxml-parse-html-region.
2005
00e84de0
GM
20062012-03-07 Glenn Morris <rgm@gnu.org>
2007
eaa6bc3c
GM
2008 * markers.texi (The Region): Briefly mention use-empty-active-region
2009 and region-active-p.
a9685db7 2010 (Overview of Markers): Reword garbage collection, add cross-ref.
eaa6bc3c 2011 (The Mark): Tiny clarification re command loop and activate-mark-hook.
00e84de0 2012
67cd45a2
CY
20132012-03-07 Chong Yidong <cyd@gnu.org>
2014
2015 * text.texi (Buffer Contents): Don't duplicate explanation of
2016 region arguments from Text node. Put doc of obsolete var
2017 buffer-substring-filters back, since it is referred to.
2018 (Low-Level Kill Ring): Yank now uses clipboard instead of primary
2019 selection by default.
2020
2021 * markers.texi (The Mark): Fix typo.
2022 (The Region): Copyedits.
2023
2ad80941
GM
20242012-03-07 Glenn Morris <rgm@gnu.org>
2025
2026 * markers.texi (Overview of Markers): Copyedits.
2027 (Creating Markers): Update approximate example buffer size.
2028 (The Mark): Don't mention uninteresting return values.
2029
ef959d3a
CY
20302012-03-05 Chong Yidong <cyd@gnu.org>
2031
2032 * positions.texi (Text Lines): Document count-words.
2033
a08a07e3
CY
20342012-03-04 Chong Yidong <cyd@gnu.org>
2035
2036 * frames.texi (Frames): Remove little-used "terminal frame" and
2037 "window frame" terminology.
2038 (Frame Parameters, Font and Color Parameters, Initial Parameters)
2039 (Size and Position, Visibility of Frames): Callers changed.
2040 (Frames): Clarify which terminals in framep are graphical.
2041 (Initial Parameters): --geometry is not the only option which adds
2042 to initial-frame-alist.
2043 (Position Parameters): Note that icon-left and icon-top are for
2044 old window managers only.
2045 (Size Parameters): Sizes are in characters even on graphical
2046 displays.
2047 (Management Parameters): Note that window-id and outer-window-id
2048 can't really be changed, and that auto-raise isn't always obeyed.
2049 (Cursor Parameters): Document cursor-type explicitly.
2050 (Size and Position): The aliases set-screen-height and
2051 set-screen-width have been deleted.
2052 (Visibility of Frames): Mention "minimization".
2053
2054 * os.texi (Startup Summary): Minor clarifications.
2055 (Startup Summary, Suspending Emacs): Standardize on "text
2056 terminal" terminology.
2057
2058 * windows.texi (Basic Windows, Coordinates and Windows)
2059 (Coordinates and Windows):
2060 * display.texi (Refresh Screen, Line Height, Face Attributes)
2061 (Overlay Arrow, Beeping, Glyphless Chars): Likewise.
2062
ea16568d
GM
20632012-03-04 Glenn Morris <rgm@gnu.org>
2064
2065 * abbrevs.texi: Small copyedits throughout.
2066 (Abbrev Mode): Remove this section, folding it into the top-level.
2067 (Abbrev Tables): Don't mention irrelevant return values.
2068 (Abbrev Expansion): Add cross-ref for wrapper hooks.
2069 (Standard Abbrev Tables): Emacs Lisp mode now has its own table.
2070 (Abbrev Table Properties): Update nil :regexp description.
2071
b3134b95
GM
20722012-03-03 Glenn Morris <rgm@gnu.org>
2073
520f2425
GM
2074 * internals.texi: Change @appendix section commands to @section.
2075 (Building Emacs): Say less about CANNOT_DUMP platforms.
2076 Replace deleted eval-at-startup with custom-initialize-delay.
999dd333 2077 (Pure Storage): Small changes.
01a6dcc8 2078 (Memory Usage): Copyedit.
7d2d7cc0
GM
2079 (Writing Emacs Primitives): Update Fcoordinates_in_window_p and For
2080 example definitions. Give examples of things with non-nil
2081 interactive args. Mention eval_sub. Remove old info about
2082 strings and GCPRO. Mention cus-start.el.
2083 (Buffer Internals, Window Internals, Process Internals):
2084 Misc small updates and fixes for fields.
520f2425 2085
b3134b95
GM
2086 * tips.texi: Copyedits.
2087 (Coding Conventions): Mention autoloads.
2088 Combine partially duplicated macro items. Fix xref.
2089 Refer to Library Headers for copyright notice.
2090 (Programming Tips): edit-options is long-obsolete.
2091 (Compilation Tips): Mention loading bytecomp for byte-compile props.
2092 (Warning Tips): Mention declare-function.
2093 (Documentation Tips): Remove old info.
2094 (Comment Tips): Mention comment-dwim, not indent-for-comment.
2095 (Library Headers): General update.
2096
2064cc6a
GM
20972012-03-02 Glenn Morris <rgm@gnu.org>
2098
6945faa6
GM
2099 * backups.texi (Reverting): Un-duplicate revert-buffer-in-progress-p,
2100 and relocate entry. Mention buffer-stale-function.
2101
4186e877
GM
2102 * elisp.texi, vol1.texi, vol2.texi: Standardize some menu entries.
2103
2064cc6a
GM
2104 * hooks.texi (Standard Hooks): General update.
2105 Put related hooks together. Add and remove items.
2106 * commands.texi (Keyboard Macros): Remove cross-ref to Standard Hooks.
2107 * modes.texi (Hooks): Tweak cross-ref description.
2108
7272fbf3
MA
21092012-03-01 Michael Albinus <michael.albinus@gmx.de>
2110
2111 * files.texi (Kinds of Files): The return value of file-equal-p is
2112 unspecified, if FILE1 or FILE2 does not exist.
2113
53a1239b
GM
21142012-03-01 Glenn Morris <rgm@gnu.org>
2115
90db9af9
GM
2116 * hooks.texi (Standard Hooks): Remove mode-specific hooks.
2117
53a1239b
GM
2118 * maps.texi (Standard Keymaps): General update.
2119 Remove mode-specific maps, talk about the more general keymaps.
2120 * help.texi (Help Functions): Add vindex for Helper-help-map.
2121 * keymaps.texi (Active Keymaps): Minor rephrasing.
2122
775b55af
GM
21232012-02-29 Glenn Morris <rgm@gnu.org>
2124
2125 * elisp.texi, vol1.texi, vol2.texi: Use "" quotes in menus.
2126
96b49301 21272012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2128
7272fbf3 2129 * files.texi (Kinds of Files): Rename files-equal-p to file-equal-p.
bf7f9bc5 2130 Update changed behavior of file-subdir-of-p.
96b49301 2131
1383d930
GM
21322012-02-28 Glenn Morris <rgm@gnu.org>
2133
44e97401
GM
2134 * advice.texi, anti.texi, display.texi, elisp.texi:
2135 * processes.texi, variables.texi, vol1.texi, vol2.texi:
2136 Standardize possessive apostrophe usage.
2137
e3c73f1e
GM
2138 * locals.texi: Remove file.
2139 * elisp.texi, vol1.texi, vol2.texi: Don't include locals.texi.
2140 Remove menu entry.
2141 * errors.texi, maps.texi: Adjust node pointers.
2142 * internals.texi (Buffer Internals): Remove cross-refs to locals.texi.
edb3ac8c 2143 * makefile.w32-in (srcs):
e3c73f1e
GM
2144 * Makefile.in (srcs): Remove locals.texi.
2145
1383d930
GM
2146 * frames.texi (Mouse Position): Fix cross-ref.
2147
431ee44b
CY
21482012-02-27 Chong Yidong <cyd@gnu.org>
2149
2150 * buffers.texi (Creating Buffers): Clarify that
2151 generate-new-buffer uses generate-new-buffer-names.
2152 (Killing Buffers): Remove bogus example duplicating buffer-live-p.
2153
2154 * files.texi (Directory Names): Index entry for file name abbreviations.
2155 (Relative File Names, File Name Expansion): Refer to it.
2156 (Locating Files): Move locate-user-emacs-file documentation to
2157 Standard File Names.
2158 (Standard File Names): Add locate-user-emacs-file; update examples.
2159
6a11ec9d
MA
21602012-02-26 Michael Albinus <michael.albinus@gmx.de>
2161
2162 * files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
2163
9a4888c0
CY
21642012-02-26 Chong Yidong <cyd@gnu.org>
2165
2166 * files.texi (Kinds of Files): Improve documentation of
2167 files-equal-p and file-subdir-of-p.
2168
f0e751b9
GM
21692012-02-26 Glenn Morris <rgm@gnu.org>
2170
2171 * intro.texi (Acknowledgements): Small changes.
2172
7e05b1ec
GM
21732012-02-25 Glenn Morris <rgm@gnu.org>
2174
2175 * errors.texi: Don't try to list _all_ the error symbols.
2176 Add circular-list, cl-assertion-failed, compression-error.
2177 * elisp.texi, vol1.texi, vol2.texi:
2178 * control.texi (Error Symbols): Tweak "Standard Errors" description.
2179
23453255 21802012-02-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2181
2182 * files.texi (files-equal-p, file-subdir-of-p): New,
2183 add initial documentation.
2184
4963495d
CY
21852012-02-25 Chong Yidong <cyd@gnu.org>
2186
fa74b241
CY
2187 * files.texi (File Attributes): Document file-selinux-context.
2188 (Changing Files): Link to it.
2189 (Changing Files): Document set-file-selinux-context.
2190
2191 * backups.texi (Making Backups): Return value of backup-buffer is
d268b4fe
CY
2192 changed. Mention default value of backup-directory-alist.
2193 (Rename or Copy): Note that backup-by-copying-when-mismatch is t.
2194 (Auto-Saving): New minor mode behavior for auto-save-mode.
2195 (Reverting): Add defvar for revert-buffer-in-progress-p.
fa74b241 2196
4963495d
CY
2197 * searching.texi (Regexp Backslash): Add index entry (Bug#10869).
2198
4bb82fa8
GM
21992012-02-24 Glenn Morris <rgm@gnu.org>
2200
2201 * errors.texi (Standard Errors): Mention dbus-error.
2202 For arith-error sub-classes, just use one cross-ref.
2203
2cb228f7
AM
22042012-02-23 Alan Mackenzie <acm@muc.de>
2205
2206 * modes.texi (Defining Minor Modes): Document the new keyword
2207 :after-hook.
2208
a59225b1
CY
22092012-02-21 Chong Yidong <cyd@gnu.org>
2210
2211 * files.texi (Files): Mention magic file names as arguments.
2212 (Reading from Files): Copyedits.
2213 (File Attributes): Mention how to change file modes.
2214 (Changing Files): Use standard "file permissions" terminology.
2215 Add xref to File Attributes node.
2216 (Locating Files): Document locate-user-emacs-file.
2217 (Unique File Names): Recommend against using make-temp-name.
2218
8376d7c2
CY
22192012-02-19 Chong Yidong <cyd@gnu.org>
2220
2221 * help.texi (Documentation, Documentation Basics, Help Functions):
2222 Minor clarifications.
2223 (Accessing Documentation): Clarify what documentation-property is
2224 for. Add xref to Keys in Documentation.
2225
2226 * tips.texi (Documentation Tips): Don't recommend using * in
2227 docstrings.
2228
2229 * macros.texi (Defining Macros):
2230 * modes.texi (Derived Modes): Say "documentation string" instead
2231 of docstring.
2232
82233bea
CY
22332012-02-18 Chong Yidong <cyd@gnu.org>
2234
2235 * modes.texi (Tabulated List Mode): New node.
2236 (Basic Major Modes): Add xref to it.
2237
2238 * processes.texi (Process Information): Mention Process Menu mode.
2239
7b926f3f
CY
22402012-02-17 Chong Yidong <cyd@gnu.org>
2241
2242 * syntax.texi (Motion via Parsing): Doc fix for scan-lists.
2243
0fd2c9a3
GM
22442012-02-17 Glenn Morris <rgm@gnu.org>
2245
2246 * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
2247
f700caa3
CY
22482012-02-16 Chong Yidong <cyd@gnu.org>
2249
4230351b
CY
2250 * syntax.texi (Syntax Tables, Syntax Descriptors)
2251 (Syntax Table Functions): Copyedits.
2252 (Syntax Basics): Don't repeat the material in the preceding node.
2253 (Syntax Class Table): Use a table.
2254 (Syntax Properties): Document syntax-propertize-function and
2255 syntax-propertize-extend-region-functions.
2256 (Motion via Parsing): Clarify scan-lists. Fix indentation.
1cbae532
SM
2257 (Parser State): Update for the new "c" comment style.
2258 Fix description of item 7 (comment style).
4230351b 2259
f700caa3
CY
2260 * modes.texi (Minor Modes): Update how mode commands should treat
2261 arguments now.
2262 (Mode Line Basics): Clarify force-mode-line-update.
2263 (Mode Line Top): Note that the example is not realistic.
2264 (Mode Line Variables, Mode Line Data, %-Constructs, Header Lines)
2265 (Emulating Mode Line): Use "mode line" instead of "mode-line", and
2266 "mode line construct" instead of "mode line specification".
2267 (Syntactic Font Lock): Remove mention of obsolete variable
2268 font-lock-syntactic-keywords.
2269 (Setting Syntax Properties): Node deleted.
2270 (Font Lock Mode): Note that Font Lock mode is a minor mode.
2271 (Font Lock Basics): Note that syntactic fontification falls back
2272 on `syntax-table'.
2273 (Search-based Fontification): Emphasize that font-lock-keywords
2274 should not be set directly.
2275 (Faces for Font Lock): Avoid some confusing terminology.
4230351b
CY
2276 (Syntactic Font Lock): Minor clarifications. Add xref to
2277 Syntactic Font Lock node.
f700caa3 2278
60236b0d
CY
22792012-02-15 Chong Yidong <cyd@gnu.org>
2280
2281 * minibuf.texi (Basic Completion): Define "completion table".
2282 Move completion-in-region to Completion in Buffers node.
2283 (Completion Commands): Use "completion table" terminology.
2284 (Completion in Buffers): New node.
2285
2286 * modes.texi (Hooks): add-hook can be used for abnormal hooks too.
2287 (Setting Hooks): Update minor mode usage example.
2288 (Major Mode Conventions): Note that completion-at-point-functions
2289 should be altered locally. Add xref to Completion in Buffers.
f700caa3
CY
2290 Remove duplicate tip about auto-mode-alist.
2291 (Minor Modes): Rewrite introduction.
2292 (Minor Mode Conventions): Copyedits. Don't recommend
2293 variable-only minor modes since few minor modes are like that.
60236b0d 2294
d7dbb11a
GM
22952012-02-15 Glenn Morris <rgm@gnu.org>
2296
2297 * processes.texi (Network): Document open-network-stream :parameters.
2298
3d8badf4
CY
22992012-02-14 Chong Yidong <cyd@gnu.org>
2300
2301 * keymaps.texi (Format of Keymaps): The CACHE component of keymaps
2302 was removed on 2009-09-10. Update lisp-mode-map example.
2303 (Inheritance and Keymaps): Minor clarification.
2304 (Searching Keymaps): Remove out-of-place enumeration.
2305 (Key Lookup): Remove unnecessary example (one was already given in
2306 Format of Keymaps).
2307 (Changing Key Bindings): Update suppress-keymap example.
2308 (Menu Bar, Tool Bar): Copyedits.
2309 (Tool Bar): Update tool-bar-map example.
2310
faccede1
CY
23112012-02-12 Chong Yidong <cyd@gnu.org>
2312
2313 * debugging.texi (Debugger Commands): Continuing is now allowed
2314 for errors.
2315
355cabc6
CY
23162012-02-11 Chong Yidong <cyd@gnu.org>
2317
d860baa0
CY
2318 * display.texi (Fringe Indicators): Add xref to Fringe Bitmaps.
2319 Move the list of standard bitmaps there.
2320 (Fringe Cursors): Rewrite for clarity.
2321 (Fringe Bitmaps): Consolidate the list of standard bitmaps here.
2322
34106abe
CY
2323 * commands.texi (Command Overview): Mention read-key.
2324 (Using Interactive, Interactive Call): Minor clarifications.
2325 (Function Keys, Click Events): Avoid "input stream" terminology.
2326 (Click Events): Add xref to Window Sizes and Accessing Mouse.
2327 Clarify column and row components.
2328 (Accessing Mouse): Add xref to Click Events. Minor fixes.
2329 (Special Events): Copyedits.
2330
2331 * streams.texi (Input Streams): De-document get-file-char.
2332 (Output Variables): Don't refer to old backquote syntax.
2333
355cabc6
CY
2334 * debugging.texi (Debugging): Copyedits. Describe testcover, ERT.
2335 (Error Debugging): Note that debug-ignored-errors overrides list
1cbae532
SM
2336 values of debug-on-error too. Add xref to Signaling Errors.
2337 Note that debug-on-signal is not customizable.
2338 Mention condition-case-unless-debug.
355cabc6
CY
2339 (Compilation Errors): Node deleted.
2340
2341 * compile.texi (Compiler Errors): Move a paragraph here from
2342 deleted node Compilation Errors.
2343
1be3ca5a
LL
23442012-02-10 Leo Liu <sdl.web@gmail.com>
2345
2346 * control.texi (Handling Errors): Change condition-case-no-debug
2347 to condition-case-unless-debug.
2348
25dec365
CY
23492012-02-10 Chong Yidong <cyd@gnu.org>
2350
2351 * advice.texi (Defining Advice): Clarify ad-unadvise.
2352 (Activation of Advice): Specifying the ACTIVATE flag in defadvice
2353 is not abnormal.
2354 (Advising Primitives): Node deleted; ad-define-subr-args has been
2355 removed.
2356
2357 * compile.texi (Speed of Byte-Code): Use float-time in example.
2358 (Compilation Functions): Note that the log uses Compilation mode.
2359 Don't discuss the contents of byte-code function object here.
2360 (Compilation Functions): De-document internal function byte-code.
2361 (Docs and Compilation): Minor clarifications.
2362
2363 * objects.texi (Byte-Code Type): Add xref to Byte-Code Function
2364 Objects.
2365
5f5e4ea1
GM
23662012-02-10 Glenn Morris <rgm@gnu.org>
2367
2368 * text.texi (Checksum/Hash): Rename node from MD5 Checksum.
2369 Mention secure-hash.
2370 * elisp.texi, vol1.texi, vol2.texi: Update menu entry.
2371
6c1e4b46
CY
23722012-02-10 Chong Yidong <cyd@gnu.org>
2373
2374 * loading.texi (Loading): Don't emphasize "library" terminology.
2375 (Library Search): load-path is not a user option. Mention role of
2376 -L option and packages. Improve examples.
2377 (Loading Non-ASCII): Don't mention unibyte Emacs, which is
2378 obsolete.
2379 (Autoload): Minor clarifications.
2380
72ca698c
GM
23812012-02-10 Glenn Morris <rgm@gnu.org>
2382
b011fbfe
GM
2383 * files.texi (Magic File Names): Tweak remote-file-name-inhibit-cache.
2384
72ca698c
GM
2385 * modes.texi (Basic Major Modes): Mention tabulated-list-mode.
2386
14a1f380
GM
23872012-02-08 Glenn Morris <rgm@gnu.org>
2388
2389 * loading.texi (Named Features): Update the require example.
2390
60d47423
GM
23912012-02-07 Glenn Morris <rgm@gnu.org>
2392
2393 * modes.texi (Defining Minor Modes):
2394 Expand on args of defined minor modes.
2395
0992bd9c
CY
23962012-02-07 Chong Yidong <cyd@gnu.org>
2397
2398 * variables.texi (Creating Buffer-Local): Minor clarification
2399 to buffer-local-variables doc (Bug#10715).
2400
af008560
GM
24012012-02-07 Glenn Morris <rgm@gnu.org>
2402
e80e1825 2403 * display.texi (ImageMagick Images): General update.
af008560
GM
2404 Move most details of imagemagick-render-type to the variable's doc.
2405
866c1d22
GM
24062012-02-06 Glenn Morris <rgm@gnu.org>
2407
f7c9199f 2408 * keymaps.texi (Tool Bar): Mention separators.
dac86404
GM
2409 (Inheritance and Keymaps):
2410 Mention make-composed-keymap and multiple inheritance.
f7c9199f 2411
e7bc51d0
GM
2412 * modes.texi (Running Hooks): Mention run-hook-wrapped.
2413
866c1d22
GM
2414 * control.texi (Handling Errors):
2415 Mention condition-case-no-debug and with-demoted-errors.
2416
03988c98
CY
24172012-02-05 Chong Yidong <cyd@gnu.org>
2418
2419 * customize.texi (Common Keywords): Minor clarifications.
2420 Document custom-unlispify-remove-prefixes.
2421 (Variable Definitions): Backquotes in defcustom seem to work fine
2422 now. Various other copyedits.
e1161b06
CY
2423 (Simple Types): Copyedits. Document color selector.
2424 (Composite Types): Copyedits.
2425 (Splicing into Lists): Clarifications.
03988c98
CY
2426
2427 * eval.texi (Backquote): Move from macros.texi.
2428
2429 * macros.texi (Expansion): Minor clarification.
2430 (Backquote): Move node to eval.texi.
2431 (Defining Macros): Move an example from Backquote node.
2432 (Argument Evaluation): No need to mention Pascal.
2433 (Indenting Macros): Add xref to Defining Macros.
2434
649f602c
GM
24352012-02-05 Glenn Morris <rgm@gnu.org>
2436
2437 * debugging.texi (Error Debugging): Mention debug-on-event default.
2438
34c99998
GM
24392012-02-04 Glenn Morris <rgm@gnu.org>
2440
8f05da42
GM
2441 * backups.texi (Reverting): Mention revert-buffer-in-progress-p.
2442
7aa5aad8
GM
2443 * debugging.texi (Error Debugging): Mention debug-on-event.
2444 * commands.texi (Misc Events): Mention sigusr1,2 and debugging.
2445
c7291ad9
GM
2446 * modes.texi (Running Hooks): Try to clarify with-wrapper-hook.
2447
34c99998
GM
2448 * text.texi (Buffer Contents):
2449 Update filter-buffer-substring description.
2450
735cc5ca
CY
24512012-02-04 Chong Yidong <cyd@gnu.org>
2452
6e911150
SM
2453 * functions.texi (What Is a Function): Add closures.
2454 Mention "return value" terminology. Add xref for command-execute.
1cbae532 2455 Remove unused "keystroke command" terminology.
735cc5ca
CY
2456 (Lambda Expressions): Give a different example than in the
2457 following subsection. Add xref to Anonymous Functions.
2458 (Function Documentation): Remove gratuitous markup.
2459 (Function Names): Move introductory text to `What Is a Function'.
2460 (Defining Functions): Fix defun argument spec.
1cbae532
SM
2461 (Anonymous Functions): Document lambda macro explicitly.
2462 Mention effects on lexical binding.
735cc5ca
CY
2463 (Function Cells): Downplay direct usage of fset.
2464 (Closures): New node.
2465 (Inline Functions): Remove "open-code" terminology.
2466 (Declaring Functions): Minor tweak; .m is not C code.
2467
2468 * variables.texi (Variables): Don't refer to "global value".
2469 (Local Variables, Void Variables): Copyedits.
2470 (Lexical Binding): Minor clarification of example.
2471 (File Local Variables): Mention :safe and :risky defcustom args.
2472 (Lexical Binding): Add xref to Closures node.
2473
94bc7984
GM
24742012-02-04 Glenn Morris <rgm@gnu.org>
2475
2476 * minibuf.texi (High-Level Completion): Updates for read-color.
2477
4f5a10ef
GM
24782012-02-03 Glenn Morris <rgm@gnu.org>
2479
eea14f31
GM
2480 * display.texi (GIF Images): Mention animation.
2481 Remove commented-out old example of animation.
2482 (Animated Images): New subsection.
2483 * elisp.texi (Top):
2484 * vol1.texi (Top):
2485 * vol2.texi (Top): Add Animated Images menu entry.
2486
4f5a10ef
GM
2487 * display.texi (Image Formats): Remove oddly specific information
2488 on versions of image libraries.
204e728d 2489 (GIF Images, TIFF Images): Minor rephrasing.
4f5a10ef 2490
12f381b7
GM
24912012-02-02 Glenn Morris <rgm@gnu.org>
2492
1b9f60cc
GM
2493 * processes.texi (Synchronous Processes):
2494 Mention call-process's :file gets overwritten.
2495
7e2734bc
GM
2496 * commands.texi (Reading One Event):
2497 * help.texi (Help Functions): Document read-char-choice.
2498
f58b9822
GM
2499 * hooks.texi (Standard Hooks):
2500 * modes.texi (Keymaps and Minor Modes):
2501 * text.texi (Commands for Insertion): Document post-self-insert-hook.
2502
2503 * hooks.texi (Standard Hooks): Add prog-mode-hook.
2504
12f381b7
GM
2505 * hooks.texi (Standard Hooks):
2506 * modes.texi (Major Mode Conventions, Mode Hooks):
2507 Document change-major-mode-after-body-hook.
2508
7a9a2fc6
GM
25092012-02-01 Glenn Morris <rgm@gnu.org>
2510
2511 * modes.texi (Defining Minor Modes):
2512 Mention disabling global minor modes on a per-major-mode basis.
2513
a037c171
CY
25142012-01-31 Chong Yidong <cyd@gnu.org>
2515
2516 * syntax.texi (Parsing Expressions): Clarify intro (Bug#10657).
2517 (Parser State): Remove unnecessary statement (Bug#10661).
2518
2519 * eval.texi (Intro Eval): Add footnote about "sexp" terminology.
2520
56afad3a
GM
25212012-01-31 Glenn Morris <rgm@gnu.org>
2522
2523 * modes.texi (Defining Minor Modes):
2524 Document define-minor-mode's new :variable keyword.
2525
0f29fa41
CY
25262012-01-29 Chong Yidong <cyd@gnu.org>
2527
837a390a
CY
2528 * syntax.texi (Syntax Class Table): Tweak description of newline
2529 char syntax (Bug#9619).
2530
0f29fa41
CY
2531 * numbers.texi (Predicates on Numbers): Fix wholenump/natnump
2532 description (Bug#10189).
2533
182148ee
GM
25342012-01-29 Glenn Morris <rgm@gnu.org>
2535
a49ca6b9
GM
2536 * files.texi (Changing Files): Document SELinux support.
2537
182148ee
GM
2538 * windows.texi (Window Sizes): Fix typo.
2539
9962192e
CY
25402012-01-28 Chong Yidong <cyd@gnu.org>
2541
8c6e1920
CY
2542 * display.texi (Fringe Indicators): Clarify fringe-indicator-alist
2543 doc (Bug#8568).
2544
9583ec59
CY
2545 * frames.texi (Input Focus): Add NORECORD arg to
2546 select-frame-set-input-focus. Clarify its role in select-frame.
2547
10256988
CY
2548 * text.texi (Transposition): We don't use transpose-region as an
2549 internal subroutine (Bug#3249).
2550
9962192e
CY
2551 * modes.texi (Example Major Modes): Update Lisp example code to
2552 current sources. Delete the old non-derived-major-mode example,
2553 which has diverged badly from current sources.
2554
2aa43abb
GM
25552012-01-27 Glenn Morris <rgm@gnu.org>
2556
2557 * makefile.w32-in (texinputdir): Fix (presumed) typo.
2558 (VERSION, manual): Remove, unused.
2559
9f40220d
CY
25602012-01-27 Chong Yidong <cyd@gnu.org>
2561
2562 * commands.texi (Command Overview): Minor clarification (Bug#10384).
2563
acc28cb9
CY
25642012-01-26 Chong Yidong <cyd@gnu.org>
2565
2566 * searching.texi (String Search): Document negative repeat count
2567 (Bug#10507).
2568
48da7392
GM
25692012-01-26 Glenn Morris <rgm@gnu.org>
2570
2571 * variables.texi (Using Lexical Binding):
2572 Mention that lexical-binding should be set in the first line.
2573
69b0acb9
LI
25742012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2575
2576 * macros.texi (Defining Macros): Don't claim that `declare' only
2577 affects Edebug and indentation.
2578
543757a8
LI
25792012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2580
2581 * macros.texi (Defining Macros): Slight `declare' fixup.
2582
450e3cae
GM
25832012-01-25 Glenn Morris <rgm@gnu.org>
2584
24189ce0 2585 * makefile.w32-in (texinputdir):
450e3cae
GM
2586 * Makefile.in (ENVADD): Add $emacsdir. (Bug#10603)
2587
1021c761
CY
25882012-01-24 Chong Yidong <cyd@gnu.org>
2589
2590 * variables.texi (Variables, Local Variables, Void Variables):
2591 Edit to make the descriptions less specific to dynamic binding.
2592 (Local Variables): Default max-specpdl-size is now 1300.
1cbae532
SM
2593 (Defining Variables): Edits for lexical scoping.
2594 Delete information about starting docstrings with *. De-document
1021c761
CY
2595 user-variable-p.
2596 (Tips for Defining): Remove an unimportant discussion of quitting
2597 in the middle of a load.
2598 (Accessing Variables, Setting Variables): Discuss lexical binding.
2599 (Variable Scoping): Rewrite.
2600 (Scope, Extent, Impl of Scope): Nodes deleted.
2601 (Dynamic Binding): New node, with material from Scope, Extent, and
2602 Impl of Scope nodes.
2603 (Dynamic Binding Tips): Rename from Using Scoping.
2604 (Lexical Binding): Rewrite.
2605 (Using Lexical Binding): Rename from Converting to Lexical
2606 Binding. Convert to subsection.
2607
2608 * customize.texi (Variable Definitions): Add custom-variable-p.
2609 Move user-variable-p documentation here.
2610
31cbea1d
CY
26112012-01-23 Chong Yidong <cyd@gnu.org>
2612
2613 * strings.texi (Text Comparison): Minor qualification.
2614
2615 * lists.texi (Cons Cells): Copyedits.
2616 (List Elements): Mention push.
2617 (List Variables): Mention pop.
2618 (Rings): Move to sequences.texi.
2619
2620 * sequences.texi (Sequence Functions): Don't repeat the
2621 introduction already given in the parent.
2622 (Vectors): Copyedits.
2623 (Rings): Move from lists.texi. Note that this is specific to the
2624 ring package.
2625
2626 * symbols.texi (Definitions, Symbol Components): Mention variable
2627 scoping issues.
2628 (Plists and Alists): Copyedits.
2629
2630 * eval.texi (Intro Eval, Symbol Forms): Minor tweaks for
2631 correctness with lexical scoping.
2632 (Eval): Copyedits.
2633
fead402d
CY
26342012-01-21 Chong Yidong <cyd@gnu.org>
2635
2636 * intro.texi (A Sample Function Description): Special notation
2637 used for macros too.
2638
2639 * objects.texi (Ctl-Char Syntax, Other Char Bits): Copyedits.
2640 (Symbol Type): Add xref for keyword symbols.
2641 (Sequence Type): Clarify differences between sequence types.
2642 (Cons Cell Type): Add "linked list" index entry.
2643 (Non-ASCII in Strings): Copyedits.
2644 (Equality Predicates): Symbols with same name need not be eq.
2645
2646 * numbers.texi (Float Basics): Document isnan, copysign, frexp and
2647 ldexp. Move float-e and float-pi to Math Functions node.
2648
61086eb6
GM
26492012-01-21 Glenn Morris <rgm@gnu.org>
2650
2651 * modes.texi (Auto Major Mode):
2652 * variables.texi (File Local Variables):
2653 Mention inhibit-local-variables-regexps.
2654
34a02f46
MR
26552012-01-19 Martin Rudalics <rudalics@gmx.at>
2656
2657 * windows.texi (Window Configurations): Rewrite references to
2658 persistent window parameters.
2659 (Window Parameters): Fix description of persistent window
2660 parameters.
2661
f5064cae
JB
26622012-01-16 Juanma Barranquero <lekktu@gmail.com>
2663
2664 * windows.texi (Window Parameters): Use @pxref.
2665
6a6ee00d
MR
26662012-01-16 Martin Rudalics <rudalics@gmx.at>
2667
2668 * windows.texi (Window Configurations, Window Parameters):
2669 Describe persistent window parameters.
2670
9ca4c014
SM
26712011-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2672
2673 * variables.texi (Creating Buffer-Local): Warn against misuses of
2674 make-variable-buffer-local (bug#10258).
2675
d027f83d
LMI
26762012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2677
2678 * macros.texi (Defining Macros): Document `doc-string' (bug#9668).
2679
89bd9ccd
CY
26802012-01-06 Chong Yidong <cyd@gnu.org>
2681
1cbae532
SM
2682 * variables.texi (Directory Local Variables):
2683 Document hack-dir-local-variables-non-file-buffer.
89bd9ccd 2684
c869783d
GM
26852012-01-06 Glenn Morris <rgm@gnu.org>
2686
2687 * maps.texi (Standard Keymaps): Refer to Info-edit by name
2688 rather than by keybinding.
2689
2cae5ba4
JB
26902011-12-29 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * frames.texi (Font and Color Parameters): Add @pxref.
2693
43da4d08
DC
26942011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2695
2696 * frames.texi (Font and Color Parameters):
2697 Document w32 font backends (bug#10399).
2698
8d80ef01
PE
26992011-12-28 Paul Eggert <eggert@cs.ucla.edu>
2700
2701 * files.texi (File Attributes, Changing Files):
2702 Use a more-natural notation for octal numbers.
2703
9022ae07
JB
27042011-12-23 Juanma Barranquero <lekktu@gmail.com>
2705
2706 * variables.texi (Variables with Restricted Values):
2707 Change reference to variable (bug#10354).
2708
454592a6
MR
27092011-12-13 Martin Rudalics <rudalics@gmx.at>
2710
2711 * windows.texi (Splitting Windows): Use t instead of non-nil
2712 when describing window-combination-resize.
2713
a7cdbfce
SM
27142011-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
2715
2716 * text.texi (Special Properties): Warn against `intangible' properties
2717 (bug#10222).
2718
a3dcc84e
EZ
27192011-11-26 Eli Zaretskii <eliz@gnu.org>
2720
579ebf8f
EZ
2721 * display.texi (Truncation):
2722 * text.texi (Special Properties): Describe what a stretch-glyph is
2723 instead of using that term without explanation. Make the
2724 cross-references more accurate.
2725
a3dcc84e
EZ
2726 * display.texi (Usual Display): Update the description,
2727 cross-references, and indexing related to display of control
2728 characters and raw bytes.
2729
94af99a4
MR
27302011-11-25 Martin Rudalics <rudalics@gmx.at>
2731
2732 * windows.texi (Splitting Windows): Fix description of
2733 window-combination-limit. Suggested by Eli Zaretskii.
2734
1c3d7a13
CY
27352011-11-23 Chong Yidong <cyd@gnu.org>
2736
2737 * windows.texi (Window Sizes): Move window-top-line,
2738 window-left-column, and window-*-pixel-edges to Coordinates and
2739 Windows node.
2740 (Coordinates and Windows): Restore window-edges doc.
2741
90151a1e
MR
27422011-11-21 Martin Rudalics <rudalics@gmx.at>
2743
a7cdbfce
SM
2744 * windows.texi (Windows and Frames, Splitting Windows):
2745 Fix typos.
90151a1e 2746
a9b9b7f5
CY
27472011-11-21 Chong Yidong <cyd@gnu.org>
2748
2749 * windows.texi (Splitting Windows): Fix error in documentation of
2750 window-combination-limit.
2751 (Cyclic Window Ordering): Minor fixes to next-window,
2752 one-window-p, and get-lru-window docs. Don't document
2753 window-list-1.
2754 (Buffers and Windows): Copyedits.
2755 (Choosing Window): Document special handling of special-display-*.
2756 (Choosing Window Options): Fix display-buffer-reuse-frames doc.
a7cdbfce
SM
2757 Don't document even-window-heights, which is going away.
2758 Clarify which options are obeyed by which action functions.
a9b9b7f5 2759
f4e90db0
SM
27602011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * display.texi (Invisible Text): Clarify point adjustment (bug#10072).
2763
d2999b1a
MR
27642011-11-20 Martin Rudalics <rudalics@gmx.at>
2765
f4e90db0
SM
2766 * windows.texi (Resizing Windows, Splitting Windows):
2767 Remove term "status" when talking about combination limits.
d2999b1a 2768
cd1181db
JB
27692011-11-20 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * compile.texi (Compiler Errors):
2772 * help.texi (Help Functions): Fix typos.
2773
7bf54975
CY
27742011-11-19 Chong Yidong <cyd@gnu.org>
2775
2776 * windows.texi (Splitting Windows): Clarify role of window
2777 parameters in split-window. Shorten the example.
f4e90db0
SM
2778 (Deleting Windows): Rewrite intro to handle internal windows.
2779 Fix delete-windows-on doc.
7bf54975
CY
2780 (Selecting Windows): Copyedits.
2781
a0c2d0ae
MR
27822011-11-17 Martin Rudalics <rudalics@gmx.at>
2783
2784 * windows.texi (Resizing Windows, Splitting Windows)
2785 (Deleting Windows): Use term window-combination-resize instead
2786 of window-splits.
2787
b6f67890
MR
27882011-11-16 Martin Rudalics <rudalics@gmx.at>
2789
f4e90db0
SM
2790 * windows.texi (Resizing Windows, Splitting Windows):
2791 Rename occurrences of window-nest to window-combination-limit.
b6f67890 2792
0b381c7e
JB
27932011-11-14 Juanma Barranquero <lekktu@gmail.com>
2794
2795 * intro.texi (Lisp History): Fix typo.
2796
89d61221
MR
27972011-11-12 Martin Rudalics <rudalics@gmx.at>
2798
f4e90db0
SM
2799 * windows.texi (Splitting Windows, Deleting Windows):
2800 Remove references to splits status of windows.
89d61221 2801
b2621720
GM
28022011-11-10 Glenn Morris <rgm@gnu.org>
2803
2804 * buffers.texi (Read Only Buffers): Expand a bit on why
2805 toggle-read-only should only be used interactively. (Bug#7292)
2806
d2ad7ee1
CY
28072011-11-09 Chong Yidong <cyd@gnu.org>
2808
2809 * windows.texi (Window Sizes): Document window-pixel-edges,
c4e7c63a 2810 window-inside-pixel-edges, window-absolute-pixel-edges, and
d2ad7ee1
CY
2811 window-inside-absolute-pixel-edges.
2812 (Resizing Windows): shrink-window-if-larger-than-buffer works on
2813 non-full-width windows.
2814
2cffd681
MR
28152011-11-09 Martin Rudalics <rudalics@gmx.at>
2816
2817 * windows.texi (Resizing Windows): Rewrite documentation of
2818 window-resizable.
2819
f6f6d7e7
CY
28202011-11-09 Chong Yidong <cyd@gnu.org>
2821
2822 * windows.texi (Splitting Windows): Simplify example.
2823
a79db6e0
CY
28242011-11-08 Chong Yidong <cyd@gnu.org>
2825
2826 * windows.texi (Window Sizes): Copyedits. Document
2827 window-text-height. Remove window-min-height and window-min-width
2828 discussion, referring instead to Emacs manual.
2829 (Splitting Windows, Resizing Windows): Add xref to Emacs manual.
e7313f33
CY
2830 (Resizing Windows): Simplify introduction. Don't document
2831 enlarge-window, shrink-window, enlarge-window-horizontally, and
2832 shrink-window-horizontally; they are no longer preferred for
2833 calling from Lisp, and are already documented in the Emacs manual.
a79db6e0 2834
441950c7
GM
28352011-11-07 Glenn Morris <rgm@gnu.org>
2836
2837 * windows.texi (Choosing Window): Fix keybinding typo.
2838
be7f5545
MR
28392011-11-07 Martin Rudalics <rudalics@gmx.at>
2840
2841 * windows.texi (Resizing Windows, Splitting Windows)
2842 (Window Configurations): Use "child window" instead of
2843 "subwindow".
2844
291d142b
CY
28452011-11-06 Chong Yidong <cyd@gnu.org>
2846
2847 * windows.texi (Basic Windows): Clarify various definitions.
2848 Treat window-normalize-* as internal; don't document them.
2849 (Windows and Frames): Various clarifications, e.g. non-live
2850 windows also belong to frames. Fix window-list description.
2851 Simplify window nesting example.
f4e90db0
SM
2852 (Splitting Windows, Window Configurations):
2853 Use split-window-below.
291d142b 2854
89bd5ee1
EZ
28552011-11-04 Eli Zaretskii <eliz@gnu.org>
2856
2857 * windows.texi (Window Sizes): Mention in the doc string that the
2858 return values of `window-body-height' and `window-body-width' are
2859 in frame's canonical units. (Bug#9949)
2860
3d8daefe
MR
28612011-10-30 Martin Rudalics <rudalics@gmx.at>
2862
2863 * windows.texi (Windows and Frames): Remove "iso-" infix from
2864 documentation of window-iso-combined-p.
2865
60754666
CY
28662011-10-26 Chong Yidong <cyd@gnu.org>
2867
2868 * modes.texi (Running Hooks): Document with-wrapper-hook.
2869
d366bd53
CY
28702011-10-18 Chong Yidong <cyd@gnu.org>
2871
2872 * display.texi (Glyphless Chars): New node.
2873
50b063c3
CY
28742011-10-13 Chong Yidong <cyd@stupidchicken.com>
2875
2876 * text.texi (Yanking): Document yank-excluded-properties.
2877
2878 * package.texi (Packaging Basics): The commentary should say how
2879 to begin using the package.
2880
c72063fa
MR
28812011-10-11 Martin Rudalics <rudalics@gmx.at>
2882
2883 * windows.texi (Deleting Windows): Mention which window gets
2884 selected when deleting the selected window.
2885
d83dc65b
MR
28862011-10-09 Martin Rudalics <rudalics@gmx.at>
2887
2888 * buffers.texi (The Buffer List): Describe how bury-buffer deals
2889 with the selected window.
2890 * windows.texi (Buffers and Windows): Reformulate text on how
2891 replace-buffer-in-windows deals with a window.
2892 (Quitting Windows): Describe how quit-window deals with a
2893 standalone frame. Describe new option frame-auto-hide-function.
2894
c599682c
GM
28952011-10-08 Glenn Morris <rgm@gnu.org>
2896
48bca619
GM
2897 * symbols.texi (Other Plists): Markup fix. (Bug#9702)
2898
c599682c
GM
2899 * positions.texi (Excursions): Update warning message.
2900
969aa734
CY
29012011-10-05 Chong Yidong <cyd@stupidchicken.com>
2902
f4e90db0
SM
2903 * display.texi (Low-Level Font, Face Attributes, Font Lookup):
2904 Fix Emacs manual xref (Bug#9675).
969aa734 2905
550f41cd
CY
29062011-10-01 Chong Yidong <cyd@stupidchicken.com>
2907
2908 * windows.texi (Textual Scrolling): Document scroll-up-command,
2909 scroll-down-command, scroll-error-top-bottom, and the
2910 scroll-command symbol property.
717a1362
CY
2911 (Display Action Functions): Fix description of
2912 display-buffer-pop-up-window.
550f41cd 2913
a239d4e9
JB
29142011-09-28 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * windows.texi (Splitting Windows): Fix typos.
2917
590c056d
MR
29182011-09-25 Martin Rudalics <rudalics@gmx.at>
2919
2920 * windows.texi (Windows and Frames, Display Action Functions)
2921 (Switching Buffers): Fix some typos.
2922 (Buffers and Windows): Remove reference to window-auto-delete.
2923 Reword description of replace-buffer-in-windows.
2924 (Window History): Fix some typos and refer to frame local buffer
2925 list.
c419f5cb
MR
2926 (Quitting Windows): New node.
2927 (Window Configurations): Add descriptions of window-state-get
2928 and window-state-put.
2929 (Window Parameters): Describe variable ignore-window-parameters.
2930 Sketch some window parameters currently in use.
2931 * elisp.texi (Top): Update node listing.
590c056d 2932
9ec20d36
CY
29332011-09-25 Chong Yidong <cyd@stupidchicken.com>
2934
2935 * windows.texi (Display Action Functions)
2936 (Choosing Window Options): New nodes.
2937
0e406a72
CY
29382011-09-24 Chong Yidong <cyd@stupidchicken.com>
2939
2940 * windows.texi (Window History): New node. Move text here from
2941 Buffers and Windows.
2942 (Switching Buffers): Rename from Displaying Buffers, since we
f4e90db0
SM
2943 don't document display-buffer here; callers changed.
2944 Document FORCE-SAME-WINDOW arg to switch-to-buffer and
0e406a72
CY
2945 switch-to-buffer-other-frame. Delete duplicate
2946 replace-buffer-in-windows doc.
2947 (Choosing Window): Document display actions.
2948
6bf7006f
EZ
29492011-09-24 Eli Zaretskii <eliz@gnu.org>
2950
2951 * display.texi (Forcing Redisplay): Update the description of
2952 redisplay-dont-pause due to change in the default value.
2953
b33b68a3
MR
29542011-09-23 Martin Rudalics <rudalics@gmx.at>
2955
2956 * frames.texi (Frames and Windows): Move section and rename to
2957 Windows and Frames in windows.texi.
2958 * windows.texi (Windows): Restructure.
2959 (Basic Windows): Rewrite. Explain live and internal windows and
2960 normalization functions.
2961 (Windows and Frames): Move section here from frames.texi.
2962 Describe subwindows, window combinations, window tree, and
2963 corresponding functions including window-list here.
2964 (Window Sizes): Rename section from Size of Window and move it
2965 up in chapter. Describe total and body sizes and the
2966 corresponding functions. Explain new semantics of
2967 window-min-height/-width.
2968 (Resizing Windows): Move section up in chapter. Describe new
2969 resize functions.
2970 (Splitting Windows): Describe new behavior of split-window,
2971 split-window-above-each-other and split-window-side-by-side.
2972 Provide examples. Describe window-nest and window-splits
2973 options.
2974 (Deleting Windows): Minor rewrite.
f4e90db0
SM
2975 (Selecting Windows): Minor rewrite.
2976 Describe frame-selected-window and set-frame-selected-window here.
2977 (Cyclic Window Ordering): Minor rewrite.
2978 Describe window-list-1.
b33b68a3
MR
2979 (Buffers and Windows): Rewrite. Explain a window's previous and
2980 next buffers and the corresponding functions.
c4682d18 2981 (Window Tree): Merge into Windows and Frames section.
b33b68a3
MR
2982 * elisp.texi (Top): Update node listings for frames and windows
2983 sections.
2984
4d3786ac
SM
29852011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * display.texi (Face Functions): `face-list' returns faces (bug#9564).
2988
713df35b
LMI
29892011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2990
2991 * errors.texi (Standard Errors): Remove apparent placeholder text
2992 (bug#9491).
2993
33ed493b
CY
29942011-09-18 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * frames.texi (Management Parameters): Fix description of
2997 icon-type parameter.
2998
b8f0a954
CY
29992011-09-17 Chong Yidong <cyd@stupidchicken.com>
3000
3001 * tips.texi (Key Binding Conventions): Don't bind a key sequence
3002 ending in C-g. Suggested by Edward O'Connor.
3003
eddf142c
EZ
30042011-09-17 Eli Zaretskii <eliz@gnu.org>
3005
3006 * numbers.texi (Integer Basics): Add indexing for
3007 most-positive-fixnum and most-negative-fixnum. (Bug#9525)
3008
d8e213eb 30092011-09-14 Dani Moncayo <dmoncayo@gmail.com>
bf1af6c7
DM
3010
3011 * lists.texi (Sets And Lists): Fix typo. (Bug#9393)
3012
cec2eab8
JB
30132011-09-11 Juanma Barranquero <lekktu@gmail.com>
3014
3015 * processes.texi (Network Servers): Clarify what the process
3016 buffer is used for (bug#9233).
3017
d8e213eb 30182011-08-30 Dani Moncayo <dmoncayo@gmail.com>
1f403cb9
DM
3019
3020 * lists.texi (Building Lists): Fix typo.
3021
35137ed3
CY
30222011-08-30 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * display.texi (Basic Faces): New node. Document new faces.
3025
3026 * modes.texi (Major Mode Conventions): Move some text there.
3027 (Mode Help): Remove major-mode var, duplicated in Major Modes.
3028
3fd50d5c
CY
30292011-08-29 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * modes.texi (Basic Major Modes): New node. Callers updated.
3032 (Major Modes): Document fundamental-mode and major-mode.
3033 (Major Mode Basics): Node deleted; text moved to Major Modes.
3034 (Derived Modes): Document derived-mode-p.
3035
ddb54206
CY
30362011-08-28 Chong Yidong <cyd@stupidchicken.com>
3037
a6326082
CY
3038 * files.texi (Changing Files, Create/Delete Dirs): Document new
3039 arguments for delete-file, delete-directory, and copy-directory.
e2aeef63
CY
3040 (Visiting Functions): Remove view-file; it is documented in the
3041 Emacs manual.
04e2ce72 3042
ddb54206
CY
3043 * frames.texi (Layout Parameters): The defaults for the
3044 menu-bar-lines and tool-bar-lines parameters depend on the mode.
3045
3046 * display.texi (Progress): Document spinner functionality.
3047
3048 * os.texi (Killing Emacs): Note that kill-emacs can be called by
3049 operating system signals. Refer to save-buffers-kill-terminal
3050 instead of save-buffers-kill-emacs.
3051
3052 * objects.texi (Symbol Type): Document ## print representation.
3053
0c95fcf7
EZ
30542011-08-25 Eli Zaretskii <eliz@gnu.org>
3055
3056 * display.texi (Specified Space): Mention that `space' specs
3057 influence bidi reordering.
3058 (Bidirectional Display): Explain how to use `(space . PROPS)' for
3059 separating fields with bidirectional content.
3060
5980d4c6
EZ
30612011-08-24 Eli Zaretskii <eliz@gnu.org>
3062
3063 * display.texi (Bidirectional Display): Document return value in
3064 buffers that are not bidi-reordered for display, and in unibyte
3065 buffers.
3066
bca633fb
EZ
30672011-08-23 Eli Zaretskii <eliz@gnu.org>
3068
3069 * nonascii.texi (Character Properties): Document the values for
3070 unassigned codepoints.
3071
c094bb0c
EZ
30722011-08-18 Eli Zaretskii <eliz@gnu.org>
3073
3074 * nonascii.texi (Character Properties): Document use of
3075 `bidi-class' and `mirroring' properties as part of reordering.
3076 Provide cross-references to "Bidirectional Display".
3077
3078 * display.texi (Bidirectional Display): Document the pitfalls of
3079 concatenating strings with bidirectional content, with possible
f4e90db0
SM
3080 solutions. Document bidi-string-mark-left-to-right.
3081 Mention paragraph direction in modes that inherit from prog-mode.
92b71444
EZ
3082 Document use of `bidi-class' and `mirroring' properties as part of
3083 reordering.
c094bb0c 3084
1ea897d5
EZ
30852011-08-16 Eli Zaretskii <eliz@gnu.org>
3086
9adfcd0b
EZ
3087 * modes.texi (Major Mode Conventions): Improve the documentation
3088 of `mode-class' `special' modes.
3089
10862873
EZ
3090 * nonascii.texi (Character Properties): Document the `mirroring'
3091 property. Add index entries.
3092
1ea897d5
EZ
3093 * syntax.texi (Categories): Add an example of defining a new
3094 category and category table.
3095
3096 * searching.texi (Regexp Backslash): Document how to display
3097 existing categories. Mention the possibility of adding
3098 categories, and add an xref to where this is described. Add an
3099 index entry.
3100
ebb552ed
CY
31012011-08-09 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * text.texi (Special Properties):
3104 * display.texi (Overlay Properties): Note that mouse-face cannot
3105 change the text size (Bug#8530).
3106
51a714e1
CY
31072011-08-08 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * os.texi (Time of Day): Remove set-time-zone-rule, and recommend
3110 using setenv instead.
3111
4cc60b9b
EZ
31122011-07-28 Eli Zaretskii <eliz@gnu.org>
3113
3114 * display.texi (Bidirectional Display): Document the fact that
3115 bidi-display-reordering is t by default.
3116
5deb92fd
EZ
31172011-07-23 Eli Zaretskii <eliz@gnu.org>
3118
3119 * display.texi (Bidirectional Display): New section.
3120
011b0ad6 31212011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
67f9b9f8
GM
3122 Tim Cross <theophilusx@gmail.com> (tiny change)
3123 Glenn Morris <rgm@gnu.org>
011b0ad6 3124
67f9b9f8 3125 * keymaps.texi (Toolkit Differences): New node. (Bug#8176)
011b0ad6 3126
4baf28e6
AS
31272011-07-15 Andreas Schwab <schwab@linux-m68k.org>
3128
3129 * help.texi (Keys in Documentation): Revert last change.
3130
66249842
LMI
31312011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
f863868c
LMI
3133 * help.texi (Keys in Documentation): Clarify that \= only quotes
3134 the next character, and doesn't affect longer sequences in
3135 particular (bug#8935).
3136
f4e90db0
SM
3137 * debugging.texi (Using Debugger):
3138 Mention @code{eval-expression-debug-on-error} (bug#8549).
66249842 3139
0bb23927 31402011-07-14 Eli Zaretskii <eliz@gnu.org>
a2eaa31d
EZ
3141
3142 * display.texi (Other Display Specs): Document that `left-fringe'
3143 and `right-fringe' display specifications are of the "replacing"
3144 kind.
3145
f2027cdf
LMI
31462011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3147
3148 * help.texi (Documentation Basics): Add a link to the Function
3149 Documentation node (bug#6580).
3150
f987fde4
LMI
31512011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
0bc59b25
LMI
3153 * keymaps.texi (Menu Bar): Mention :visible and :enable
3154 (bug#6344). Text by Drew Adams.
3155
63d55f1f
LMI
3156 * modes.texi (Running Hooks): Mention buffer-local hook variables
3157 (bug#6218).
3158
f987fde4
LMI
3159 * objects.texi (General Escape Syntax): "a with grave accent" is
3160 ?xe0, not ?x8e0 (bug#5259).
3161
b7527639
CY
31622011-07-12 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * display.texi (Face Attributes, Font Selection): Add references
3165 to the Fonts node in the Emacs manual (Bug#4178).
3166
c830e5ae
CY
31672011-07-12 Chong Yidong <cyd@stupidchicken.com>
3168
3169 * display.texi (Window Systems): `window-system' is
3170 terminal-local.
3171
3172 * frames.texi (Frame Parameters, Parameter Access): Don't mention
3173 frame-local variables.
3174
3175 * variables.texi (Buffer-Local Variables): Don't mention obsolete
3176 frame-local variables.
3177 (Frame-Local Variables): Node deleted.
3178
3179 * elisp.texi (Top): Update node listing.
3180
91223e54
LMI
31812011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
3183 * elisp.texi: Change "inferiors" to "subnodes" in three places
3184 (bug#3523).
3185
963578d3
CY
31862011-07-11 Chong Yidong <cyd@stupidchicken.com>
3187
3188 * frames.texi (Window System Selections): Discussion of
3189 x-select-enable-clipboard moved to Emacs manual.
3190
07151e49
DD
31912011-07-11 Deniz Dogan <deniz@dogan.se>
3192
3193 * commands.texi (Prefix Command Arguments): Remove excessive
3194 apostrophe.
3195
7261e1cf
LMI
31962011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3197
ad21a12a
LMI
3198 * syntax.texi (Syntax Descriptors): Clarify that the ". 23" syntax
3199 description is a string (bug#3313).
3200
7261e1cf
LMI
3201 * frames.texi (Display Feature Testing): Try to explain what all
3202 the visual classes mean (bug#3042).
3203
568f7b79
LMI
32042011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3205
18d59e29
LMI
3206 * modes.texi (Mode Line Variables): Document `mode-line-remote'
3207 and `mode-line-client' (bug#2974).
3208
568f7b79
LMI
3209 * text.texi (Insertion): Clarify marker movements (bug#1651).
3210 Text from Drew Adams.
3211
54e10184
LMI
32122011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3213
d94d85e9
LMI
3214 * text.texi (Special Properties): Clarify the format of `face'
3215 (bug#1375).
3216
54e10184
LMI
3217 * commands.texi (Interactive Call): Add a `call-interactively'
3218 example (bug#1010).
3219
413c488d
LMI
32202011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3221
3222 * functions.texi (Calling Functions): Link to the "Interactive
3223 Call" node (bug#1001).
3224
322b7dab 32252011-07-06 Chong Yidong <cyd@stupidchicken.com>
b00d8c1a 3226
3deead93
CY
3227 * customize.texi (Composite Types): Move alist and plist to here
3228 from Simple Types (Bug#7545).
3229
3230 * elisp.texi (Top): Update menu description.
3231
b00d8c1a
CY
3232 * display.texi (Face Attributes): Document negative line widths
3233 (Bug#6113).
3234
d2a6c43b
TR
32352011-07-03 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
3236
3237 * searching.texi (Match Data): Note that match data can be
3238 overwritten by most functions (bug#2499).
3239
c7844a27
LMI
32402011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3241
a9ab721e
LMI
3242 * strings.texi (Formatting Strings): Clarify what the "-" and "0"
3243 flags mean (bug#6659).
3244
c7844a27
LMI
3245 * functions.texi (What Is a Function): Document the autoload
3246 object (bug#6496).
3247
f68d76d0
LMI
32482011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3249
8a20ca4c
LMI
3250 * customize.texi (Variable Definitions): Clarify that SETFUNCTION
3251 is only used in the Customize user interface (bug#6089).
3252
f68d76d0 3253 * display.texi (Showing Images): Mention the point of sliced
6dd56db4 3254 images (bug#7836).
f68d76d0 3255
7018dbe7
EZ
32562011-07-02 Eli Zaretskii <eliz@gnu.org>
3257
3258 * variables.texi (Defining Variables, Void Variables)
3259 (Constant Variables): Fix incorrect usage of @kindex.
3260
36cb87a1
LMI
32612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3262
28ee97c7
LMI
3263 * variables.texi (Defining Variables): Add an index entry for
3264 `set-variable' (bug#7262).
8d4294e9 3265 (Defining Variables): Use @findex for functions.
28ee97c7 3266
8862ffd5
LMI
3267 * frames.texi (Basic Parameters): Document the `explicit-name'
3268 parameter (bug#6951).
3269
0ec389b9
LMI
3270 * customize.texi (Type Keywords): Clarify that :value provides a
3271 default value for all types (bug#7386).
3272
36cb87a1
LMI
3273 * streams.texi (Output Functions): Document `pp'.
3274
11fdef7d 32752011-06-25 Chong Yidong <cyd@stupidchicken.com>
dfc47e35
CY
3276
3277 * keymaps.texi (Searching Keymaps):
3278 * display.texi (Overlay Properties): Fix errors in 2011-05-29
3279 change. Suggested by Johan Bockgård.
3280
eeafcea7
CY
32812011-06-15 Chong Yidong <cyd@stupidchicken.com>
3282
3283 * text.texi (Special Properties): Clarify role of font-lock-face.
3284
b96e6cde
LMI
32852011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286
f4e90db0 3287 * processes.texi (Process Information): Rename `process-alive-p'
b96e6cde
LMI
3288 to `process-live-p' for consistency with other `-live-p' functions.
3289
be14b9ab
PE
32902011-06-03 Paul Eggert <eggert@cs.ucla.edu>
3291
3292 Document wide integers better.
3293 * files.texi (File Attributes): Document ino_t values better.
2d365993 3294 ino_t values no longer map to anything larger than a single cons.
be14b9ab
PE
3295 * numbers.texi (Integer Basics, Integer Basics, Arithmetic Operations):
3296 (Bitwise Operations):
001903b5
PE
3297 * objects.texi (Integer Type): Use a binary notation that is a bit easier
3298 to read, and that will port better if 62-bits becomes the default.
3299 Fix or remove incorrect examples.
be14b9ab
PE
3300 * os.texi (Time Conversion): Document time_t values better.
3301
bcd54f83
LMI
33022011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
f4e90db0
SM
3304 * processes.texi (Process Information):
3305 Document `process-alive-p'.
bcd54f83 3306
049bcbcb
CY
33072011-05-29 Chong Yidong <cyd@stupidchicken.com>
3308
3309 * help.texi (Accessing Documentation):
3310 * display.texi (Pixel Specification):
3311 * processes.texi (Serial Ports, Serial Ports):
3312 * nonascii.texi (Character Properties, Default Coding Systems):
3313 * text.texi (Changing Properties, Special Properties):
3314 * windows.texi (Window Start and End):
3315 * modes.texi (SMIE Indentation Example, SMIE Tricks):
3316 * keymaps.texi (Searching Keymaps, Tool Bar):
3317 * minibuf.texi (Basic Completion):
3318 * compile.texi (Eval During Compile):
3319 * strings.texi (Formatting Strings): Tweaks to avoid overflowing
3320 7x9 paper in printed manual.
3321
3322 * lists.texi (Sets And Lists): Fix misplaced text.
3323
58539c63
CY
33242011-05-29 Chong Yidong <cyd@stupidchicken.com>
3325
3326 * keymaps.texi (Remapping Commands): Emphasize that the keymap
3327 needs to be active (Bug#8350).
3328
6b5681bf
CY
33292011-05-28 Chong Yidong <cyd@stupidchicken.com>
3330
b4d52acc
CY
3331 * minibuf.texi (Reading File Names): Clarify (Bug#8480).
3332
6b5681bf
CY
3333 * tips.texi (Coding Conventions): Remove antediluvian filename
3334 limit recommendation (Bug#8538).
3335
e145f188
GM
33362011-05-27 Glenn Morris <rgm@gnu.org>
3337
3338 * modes.texi (Auto Major Mode): Update for set-auto-mode changes.
3339
eafed945
GM
33402011-05-26 Glenn Morris <rgm@gnu.org>
3341
3342 * variables.texi (File Local Variables):
3343 Update hack-local-variables `mode-only' return value.
2d3ba9e7 3344 Add some more details on what this function does in the other case.
eafed945 3345
bc8410af
GM
33462011-05-19 Glenn Morris <rgm@gnu.org>
3347
3348 * lists.texi (Sets And Lists): Mention cl provides union etc.
3349
35a30759
N
33502011-05-19 Nix <nix@esperi.org.uk>
3351
3352 * windows.texi (Displaying Buffers): pop-to-buffer is not a command.
3353
3354 * text.texi (Parsing HTML): Update for function name changes.
3355
3356 * syntax.texi (Syntax Flags): Small fix.
3357
3358 * keymaps.texi (Active Keymaps): Typo fix.
3359 (Changing Key Bindings): Grammar fix.
3360
3361 * frames.texi (Minibuffers and Frames): Grammar fix.
3362 (Window System Selections): x-select-enable-clipboard now defaults to t.
3363
3364 * customize.texi (Common Keywords):
3365 * display.texi (Abstract Display):
3366 * modes.texi (Auto-Indentation):
3367 * nonascii.texi (Converting Representations): Typo fixes.
3368
3369 * control.texi (Examples of Catch): Call it "goto" not "go to".
3370
e3934a8a
EZ
33712011-05-14 Eli Zaretskii <eliz@gnu.org>
3372
bc039a3b
EZ
3373 * nonascii.texi (Character Properties): Fix inconsistencies with
3374 implementation.
3375
e3934a8a
EZ
3376 * text.texi (Special Properties): Move @defvar's out of the
3377 @table. (Bug#8652)
3378
e2c94218
GM
33792011-05-12 Glenn Morris <rgm@gnu.org>
3380
3381 * display.texi (Image Descriptors): Fix typo. (Bug#8495)
3382
d2fc7e3d 33832011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
bc3bea9c
SM
3384
3385 * modes.texi (Region to Refontify): Rename from "Region to Fontify".
3386 (Multiline Font Lock):
3387 * vol2.texi (Top):
3388 * vol1.texi (Top):
3389 * elisp.texi (Top): Update menu accordingly.
3390
d2fc7e3d 33912011-05-12 Drew Adams <drew.adams@oracle.com>
e6dc6206
DA
3392
3393 * modes.texi (Region to Fontify): Fix typo.
3394
79b70037
GM
33952011-05-10 Jim Meyering <meyering@redhat.com>
3396
3397 * minibuf.texi: Fix typo "in in -> in".
3398
b08a63cc 33992011-05-06 Paul Eggert <eggert@cs.ucla.edu>
fed14fd7
PE
3400
3401 * numbers.texi (Integer Basics): Large integers are treated as floats.
3402
1ef14cb4
LMI
34032011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3404
3405 * processes.texi (Synchronous Processes): Document the (:file
3406 "/file-name") syntax for `call-process'.
3407
4ffd0d6b 34082011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
3409
3410 * windows.texi (Choosing Window): Fix typo.
3411
4ffd0d6b 34122011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
3413
3414 * frames.texi (Layout Parameters): Note the difference between
3415 querying and setting parameters for left-fringe and right-fringe
3416 (Bug#6930).
3417
fd5a8ae8
SM
34182011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3419
3420 * minibuf.texi (Basic Completion): Be a bit more precise about the
3421 valid kinds of completion tables.
3422 (Programmed Completion): Remove obsolete text about lambda expressions
3423 not being valid completion tables.
3424
c1bcd0d5
CY
34252011-03-19 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * positions.texi (Excursions): Explain the "save-excursion
3428 defeated by set-buffer" warning.
3429
3430 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
3431 save-excursion. Suggested by Uday S Reddy.
3432
03408648 34332011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 3434
03408648
SM
3435 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
3436 (Lexical Binding): New sub-section.
ba83908c 3437
03408648
SM
3438 * eval.texi (Eval): Discourage the use of `eval'.
3439 Document its new `lexical' argument.
6c075cd7 3440
f6d62986
SM
34412011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3442
03408648 3443 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
3444 nil any more.
3445
84ea5558 34462011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
3447
3448 * strings.texi (String Conversion): Don't mention
3449 string-make-(uni|multi)byte (bug#8262).
3450 * nonascii.texi (Converting Representations): Fix up range.
3451 * keymaps.texi (Key Binding Commands): Update code point, avoid
3452 "unibyte character" and remove mention of unibyte bindings.
3453
62d94509
EZ
34542011-03-10 Eli Zaretskii <eliz@gnu.org>
3455
3456 * modes.texi (Operator Precedence Grammars): Don't use characters
3457 outside ISO-8859-1.
3458
63a329f8
EZ
34592011-03-09 Eli Zaretskii <eliz@gnu.org>
3460
3461 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
3462
3463 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
3464
6446548e
GM
34652011-03-08 Glenn Morris <rgm@gnu.org>
3466
3467 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
3468 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 3469 * elisp.texi: Set documentencoding.
6446548e 3470
33383987
JB
34712011-03-07 Chong Yidong <cyd@stupidchicken.com>
3472
3473 * Version 23.3 released.
3474
0b3ceceb
CY
34752011-03-06 Chong Yidong <cyd@stupidchicken.com>
3476
3477 * package.texi: Update index keywords.
3478 (Package Archives): New node contents. Document package-x.el.
3479
78f5433f
JB
34802011-03-06 Juanma Barranquero <lekktu@gmail.com>
3481
3482 * makefile.w32-in (srcs): Add package.texi.
3483
555e9b5c
CY
34842011-03-06 Chong Yidong <cyd@stupidchicken.com>
3485
120d9389
CY
3486 * package.texi (Packaging, Packaging Basics, Simple Packages)
3487 (Multi-file Packages): Expand and clarify.
3488 (Package Archives): Temporary placeholder node.
3489
3490 * elisp.texi (Top): Update node listing.
3491
555e9b5c
CY
3492 * Makefile.in (srcs): Add package.texi.
3493
b59a4335
CY
34942011-03-05 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * processes.texi (Synchronous Processes): Minor clarification
3497 (Bug#8149).
3498
06083aa1
GM
34992011-03-03 Glenn Morris <rgm@gnu.org>
3500
3501 * files.texi (Truenames): Minor clarification. (Bug#2341)
3502
6640b281
GM
35032011-03-01 Glenn Morris <rgm@gnu.org>
3504
3505 * variables.texi (Directory Local Variables):
3506 Mention `(subdirs . nil)' alist element.
3507
2b0c7330 35082011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
3509
3510 * variables.texi (Directory Local Variables): Mention the optional
3511 mtime argument of dir-locals-set-directory-class. (Bug#3577)
3512
b923f7a9
CY
35132011-02-27 Chong Yidong <cyd@stupidchicken.com>
3514
3515 * minibuf.texi (Minibuffer History): Clarify discussion of
3516 minibuffer history lists (Bug#8085).
3517
67ab0163 35182011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 3519
e979a521
EZ
3520 * elisp.texi: Sync @dircategory with ../../info/dir.
3521
e03b2fd4
EZ
3522 * files.texi (Visiting Functions): Document find-file-literally,
3523 both the command and the variable.
3524
86ec878a
EZ
3525 * variables.texi (Creating Buffer-Local): Explain the meaning of
3526 permanent local variables.
3527
67ab0163
GM
3528 * files.texi (Visiting Functions): Document find-file-literally,
3529 both the command and the variable.
3530
3531 * variables.texi (Creating Buffer-Local): Explain the meaning of
3532 permanent local variables.
3533
35342011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
3535
3536 * keymaps.texi (Remapping Commands): Mention how to undo it.
3537
bfcb151a
RT
35382011-02-09 Reuben Thomas <rrt@sc3d.org>
3539
3540 * loading.texi (Hooks for Loading): Remove unnecessary advice
3541 about eval-after-load (Bug#7986).
3542
a41c8660
CY
35432011-02-05 Chong Yidong <cyd@stupidchicken.com>
3544
3545 * commands.texi (Accessing Mouse): Note that a header line is not
3546 included in the row of posn-col-row.
3547
e0dd6837
CY
35482011-02-02 Chong Yidong <cyd@stupidchicken.com>
3549
3550 * modes.texi (Major Mode Conventions): Add face guidelines.
3551 (Faces for Font Lock): List faces in order of prominence.
3552
a4180391
PE
35532011-02-01 Paul Eggert <eggert@cs.ucla.edu>
3554
3555 format-time-string now supports subsecond time stamp resolution
3556 * os.texi (Time Parsing): Document %N.
3557
7427eb97
CY
35582011-01-28 Chong Yidong <cyd@stupidchicken.com>
3559
61db307f
CY
3560 * vol1.texi (Top):
3561 * vol2.texi (Top):
3562 * elisp.texi (Top):
3563 * display.texi (Display Property): Shorten the menu description of
3564 the "Other Display Specs" node (Bug#7816).
3565
7427eb97
CY
3566 * keymaps.texi (Defining Menus): Add "menu item" and "extended
3567 menu item" concept index entries (Bug#7805).
3568
bf3dae7e
EZ
35692011-01-29 Eli Zaretskii <eliz@gnu.org>
3570
3571 * makefile.w32-in (texinfodir): New variable.
3572 (usermanualdir): Remove as redundant with $(emacsdir).
3573 (MAKEINFO): Remove options, leave only program name.
3574 (MAKEINFO_OPTS): New variable.
3575 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
3576
06d8ace5 35772011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
3578 Richard Kim <emacs18@gmail.com>
3579
3580 * loading.texi (Library Search): Document list-load-path-shadows
3581 (Bug#7757).
3582
06d8ace5 35832011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
3584
3585 * searching.texi (Regexp Special): Remove outdated discussion of
3586 character sets (Bug#7780).
3587
28a88153
CY
3588 * frames.texi (Pop-Up Menus): Document where menu title comes
3589 from (Bug#7684).
3590
06d8ace5 35912011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
3592
3593 * display.texi (Making Buttons): Mention limitation of text buttons.
3594
a8e1e9ee
WL
35952011-01-23 Werner Lemberg <wl@gnu.org>
3596
3597 * Makefile.in (MAKEINFO): Now controlled by `configure'.
3598 (MAKEINFO_OPTS): New variable. Use it where appropriate.
3599 (ENVADD): New variable to control texi2dvi and texi2pdf.
3600
362b9d48
GM
36012011-01-15 Chong Yidong <cyd@stupidchicken.com>
3602
3603 * files.texi (Directory Names): Move directory-abbrev-alist doc to
3604 Emacs manual.
3605
36062011-01-15 Eli Zaretskii <eliz@gnu.org>
3607
3608 * files.texi (Directory Names): Explain why FROM in
3609 directory-abbrev-alist should begin with \`. (Bug#7777)
3610
3fa173b4
SM
36112011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
3614
7c420169 36152011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
3616
3617 * modes.texi (Emulating Mode Line): Fix last change.
3618
7c420169 36192011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
3620
3621 * modes.texi (Emulating Mode Line): Update documentation of
3622 format-mode-line according to changes that fixed bug #7587.
3623
80b33766
SM
36242010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * modes.texi (Derived Modes): Mention prog-mode.
3627
3628 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
3629 of the key-binding-data cache since we don't use it any more.
3630
f49d1f52 36312010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 3632
4bb49a92
EZ
3633 * processes.texi (Shell Arguments):
3634 * strings.texi (Creating Strings): Don't mention "shell commands";
3635 make it explicit that `split-string-and-unquote' and
3636 `combine-and-quote-strings' are mainly for working with arguments
3637 to call-process and start-process.
3638
3c73e30e
EZ
3639 * processes.texi (Shell Arguments): Fix documentation of
3640 `split-string-and-unquote'. Add indexing. (Bug#7563)
3641
f49d1f52 36422010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
3643
3644 * modes.texi (Auto-Indentation): New section to document SMIE.
3645 (Major Mode Conventions):
3646 * text.texi (Mode-Specific Indent): Refer to it.
3647
f49d1f52 36482010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
3649
3650 * display.texi (Other Display Specs): Document left-fringe and
3651 right-fringe display specs.
3652
f49d1f52 36532010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
3654
3655 * backups.texi (Making Backups):
3656 * modes.texi (Example Major Modes): Use recommended coding style.
3657 (Major Mode Basics, Derived Modes): Encourge more strongly use of
3658 define-derived-mode. Mention completion-at-point-functions.
3659
f49d1f52 36602010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3661
5dcb4c4e
SM
3662 * nonascii.texi (Converting Representations):
3663 Document byte-to-string.
e1115396 3664
ec1b9b17
GM
36652010-12-08 Glenn Morris <rgm@gnu.org>
3666
3667 * buffers.texi (Modification Time):
3668 verify-visited-file-modtime now defaults to the current buffer.
3669
07976ae3 36702010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 3671
ec1b9b17 3672 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
3673
3674 * strings.texi (Creating Strings): Don't mention semi-obsolete
3675 function char-to-string.
3676 (String Conversion): Shorten discussion of semi-obsolete function
3677 string-to-char. Link to Converting Representations.
3678
3679 * objects.texi (Symbol Type):
3680 * text.texi (Near Point):
3681 * help.texi (Help Functions):
3682 * functions.texi (Mapping Functions): Use string instead of
3683 char-to-string in examples.
3684
07976ae3 36852010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
3686
3687 * text.texi (Kill Functions, Kill Functions)
3688 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
3689 YANK-HANDLER args.
3690
3691 * symbols.texi (Creating Symbols): Using unintern without an
3692 obarray arg is now obsolete.
3693
3694 * numbers.texi (Float Basics): Document float-e and float-pi.
3695
3696 * variables.texi (Defining Variables): Change "pi" example to
3697 "float-pi".
3698
8547874a
EZ
36992010-11-26 Eli Zaretskii <eliz@gnu.org>
3700
3701 * commands.texi (Click Events): Document the values of X, Y and
3702 COL, ROW in the event's position, when the click is on the header
3703 or mode line, on the fringes, or in the margins.
3704
4a47c275 37052010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 3706
5b05d75b
EZ
3707 * customize.texi (Composite Types): Lower-case index entry.
3708
5dcb4c4e
SM
3709 * loading.texi (How Programs Do Loading):
3710 Document load-file-name. (Bug#7346)
c7926fe2 3711
4a47c275 37122010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
3713
3714 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
3715
0eb025fb
EZ
37162010-11-13 Eli Zaretskii <eliz@gnu.org>
3717
3718 * display.texi (Usual Display): Characters with no fonts are not
3719 necessarily displayed as empty boxes.
3720
2699a554 37212010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
3722
3723 * maps.texi (Standard Keymaps): Update File menu description.
3724
8289f37b
GM
37252010-10-28 Glenn Morris <rgm@gnu.org>
3726
3727 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
3728
5793a7bc 37292010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
3730
3731 * display.texi (Window Systems): Deprecate use of window-system as
3732 a predicate.
3733
17284e30
GM
37342010-10-23 Glenn Morris <rgm@gnu.org>
3735
3736 * help.texi (Documentation Basics): Remove mentions of digest-doc and
3737 sorted-doc.
3738
00f113eb
JB
37392010-10-15 Eli Zaretskii <eliz@gnu.org>
3740
3741 * os.texi (Dynamic Libraries): New node, with slightly modified
3742 text deleted from "Image Formats".
3743 (System Interface): Add @menu entry for "Dynamic Libraries".
3744
3745 * display.texi (Image Formats): Remove description of
3746 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
3747
07277eb8
GM
37482010-10-12 Glenn Morris <rgm@gnu.org>
3749
3750 * book-spine.texinfo: Rename to book-spine.texi.
3751
c12e4a81
GM
37522010-10-11 Glenn Morris <rgm@gnu.org>
3753
df187c62
GM
3754 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
3755
c12e4a81 3756 * Makefile.in (DVIPS): New variable.
234db610
GM
3757 (.PHONY): Add html, ps.
3758 (html, elisp.html, ps, elisp.ps): New targets.
3759 (clean): Delete html, ps files.
3760 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 3761
6513b232
EZ
37622010-10-09 Eli Zaretskii <eliz@gnu.org>
3763
3764 * makefile.w32-in (emacsdir): New variable.
3765 (srcs): Add emacsver.texi.
3766 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
3767
abd40fb4
GM
37682010-10-09 Glenn Morris <rgm@gnu.org>
3769
c1dc72b3
GM
3770 * Makefile.in (VPATH): Remove.
3771 (infodir): Make it absolute.
3772 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
3773
4393405b
GM
3774 * Makefile.in (dist): Anchor regexps.
3775
eef3ab94
GM
3776 * Makefile.in (srcs): Put elisp.texi first.
3777 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
3778
aa9db089
GM
3779 * Makefile.in (infoclean): Remove harmless, long-standing error.
3780
abd40fb4
GM
3781 * Makefile.in ($(infodir)): Delete rule.
3782 (mkinfodir): New.
3783 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
3784
68db69ed 3785 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 3786 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 3787
ea274122
GM
37882010-10-09 Glenn Morris <rgm@gnu.org>
3789
f7a31f11
GM
3790 * Makefile.in (emacsdir): New variable.
3791 (MAKEINFO): Add -I $emacsdir.
3792 (dist): Copy emacsver.texi.
b13254e7
GM
3793 (srcs): Add emacsver.texi.
3794
f7a31f11
GM
3795 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
3796 Set EMACSVER by including emacsver.texi.
3797
ea274122
GM
3798 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
3799
17ca7950
GM
38002010-10-07 Glenn Morris <rgm@gnu.org>
3801
3802 * Makefile.in (version): New, set by configure.
3803 (clean): Delete dist tar file.
3804 (dist): Use version in tar name.
3805
4c83f6e1
GM
38062010-10-06 Glenn Morris <rgm@gnu.org>
3807
3808 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
3809 (INSTALL_INFO): Remove unused variable.
3810 (mostlyclean, infoclean, dist): New rules.
3811 (clean): Delete dvi and pdf files.
3812 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 3813 ($(infodir)): Add parallel build workaround.
4c83f6e1 3814
0264072d
GM
38152010-10-04 Glenn Morris <rgm@gnu.org>
3816
3817 * Makefile.in (dvi, pdf, $(infodir)): New targets.
3818 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 3819 Fix -I typo.
0264072d
GM
3820 (clean): No 'make.out' or 'core' files.
3821 (.PHONY): Declare clean rules.
3822 (maintainer-clean): Delete pdf file. Guard against cd failures.
3823
77f38949
GM
38242010-10-03 Glenn Morris <rgm@gnu.org>
3825
3826 * files.texi (File Name Components): Remove ignored section about
3827 deleted variable directory-sep-char.
3828
178fdd41
MA
38292010-10-03 Michael Albinus <michael.albinus@gmx.de>
3830
3831 * files.texi (Magic File Names): New defopt
3832 remote-file-name-inhibit-cache.
3833
9c524fcb
GM
38342010-10-02 Glenn Morris <rgm@gnu.org>
3835
3836 * os.texi (Killing Emacs): Hook now runs in batch mode.
3837
f816790b
SM
38382010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * text.texi (Special Properties): Clarify when modification-hooks run.
3841
7cf78aac
SM
38422010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * syntax.texi (Syntax Flags): Document new `c' flag.
3845
ca0d44e4
GM
38462010-09-09 Glenn Morris <rgm@gnu.org>
3847
3848 * display.texi (ImageMagick Images): General cleanup.
3849
10999305 38502010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
3851
3852 * files.texi (Directory Names): Use \` rather than ^.
3853
45240125
JD
38542010-09-02 Jan Djärv <jan.h.d@swipnet.se>
3855
3856 * text.texi (Low-Level Kill Ring):
3857 * frames.texi (Window System Selections): Remove cut buffer
3858 documentation.
3859
4abe5bf6
EZ
38602010-08-28 Eli Zaretskii <eliz@gnu.org>
3861
3862 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
3863 Parameters", where the default fringe width is described.
3864
3865 * frames.texi (Window Frame Parameters, Basic Parameters)
3866 (Position Parameters, Layout Parameters, Management Parameters)
3867 (Cursor Parameters, Font and Color Parameters): Add indexing for
3868 frame parameters. (Bug#6929)
3869
fdc76236
TT
38702010-08-25 Tom Tromey <tromey@redhat.com>
3871
3872 * vol2.texi (Top): Update.
3873 * vol1.texi (Top): Update.
3874 * tips.texi (Library Headers): Mention Package-Version and
3875 Package-Requires.
3876 * package.texi: New file.
3877 * os.texi (System Interface): Update pointers.
3878 * elisp.texi (Top): Link to new nodes. Include package.texi.
3879 * anti.texi (Antinews): Update pointers.
3880
1e5c1c80
EZ
38812010-08-25 Eli Zaretskii <eliz@gnu.org>
3882
3883 * processes.texi (Filter Functions): Fix last change.
3884
78e33835
CY
38852010-08-24 Markus Triska <triska@gmx.at>
3886
3887 * processes.texi (Filter Functions): Use `buffer-live-p' instead
3888 of `buffer-name' in the main text as well as in the example
3889 (Bug#3098).
3890
198a7a97
CY
38912010-08-22 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * nonascii.texi (Text Representations):
3894 * loading.texi (Loading Non-ASCII):
3895 * compile.texi (Byte Compilation): Don't mention obsolete
3896 --unibyte command-line argument.
3897
bc7d7ea6
CY
38982010-08-22 Chong Yidong <cyd@stupidchicken.com>
3899
3900 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
3901
b0126eac 39022010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
3903
3904 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
3905
e8a6cc19
EZ
39062010-08-20 Eli Zaretskii <eliz@gnu.org>
3907
3908 * commands.texi (Misc Events): Add cross-references to where
3909 POSITION of a mouse event is described in detail.
3910
c4e7c63a 39112010-08-08 Christoph Scholtes <cschol2112@googlemail.com>
ee301a7a 3912
c4e7c63a 3913 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
ee301a7a 3914
7815fe19 39152010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
3916
3917 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
3918 Suggested by Štěpán Němec <stepnem@gmail.com>.
3919
7815fe19 39202010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
3921
3922 * minibuf.texi (High-Level Completion): Document args of
3923 `read-buffer-function' (bug#5625).
3924
8b2dd508
JD
39252010-07-29 Jan Djärv <jan.h.d@swipnet.se>
3926
3927 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
3928
bace45fe
MA
39292010-07-29 Michael Albinus <michael.albinus@gmx.de>
3930
3931 * processes.texi (Process Information): Explain process property
3932 `remote-tty'.
3933
4ce5a4cc
JB
39342010-07-27 Juanma Barranquero <lekktu@gmail.com>
3935
3936 * modes.texi (Defining Minor Modes): Use C-delete in examples,
3937 instead of "\C-\^?" (bug#6334).
3938
1c84bc7a
JB
3939 * text.texi (Special Properties): Fix typo.
3940
b88746ba
EZ
39412010-07-09 Eli Zaretskii <eliz@gnu.org>
3942
3943 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
3944 calling sequences, which are now the standard.
3945
51422d6d
CY
39462010-06-24 Chong Yidong <cyd@stupidchicken.com>
3947
3948 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
3949
3950 * commands.texi (Command Overview): Mention undo-boundary call.
3951
d24880de
GM
39522010-06-23 Glenn Morris <rgm@gnu.org>
3953
3954 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
3955 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
3956 * frames.texi, functions.texi, internals.texi, keymaps.texi:
3957 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
3958 * searching.texi, sequences.texi, strings.texi, syntax.texi:
3959 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
3960 Untabify Texinfo files.
3961
0fc76035
CY
39622010-06-20 Chong Yidong <cyd@stupidchicken.com>
3963
3964 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
3965
5338dc0b
CY
39662010-06-19 Chong Yidong <cyd@stupidchicken.com>
3967
a628ad9d 3968 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 3969
2c3a3c1d
CY
39702010-06-02 Chong Yidong <cyd@stupidchicken.com>
3971
ba3bf1d9
CY
3972 * searching.texi (Regexp Special): Remove obsolete information
3973 about matching non-ASCII characters, and suggest using char
3974 classes (Bug#6283).
2c3a3c1d 3975
7f4b4249
JB
39762010-05-30 Juanma Barranquero <lekktu@gmail.com>
3977
3978 * minibuf.texi (Basic Completion): Add missing "@end defun".
3979
637821cd
SM
39802010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * minibuf.texi (Basic Completion): Document completion-boundaries.
3983 (Programmed Completion): Document the new fourth method for boundaries.
3984
e13051c3
CY
39852010-05-22 Chong Yidong <cyd@stupidchicken.com>
3986
a628ad9d 3987 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 3988
0235128c 39892010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
3990
3991 * windows.texi (Textual Scrolling):
3992 * tips.texi (Coding Conventions):
3993 * minibuf.texi (Minibuffer History):
3994 * maps.texi (Standard Keymaps):
3995 * loading.texi (Where Defined):
3996 * edebug.texi (Instrumenting): Fix typos.
3997
0235128c 39982010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 3999
c7c32279
CY
4000 * keymaps.texi (Menu Bar): Document :advertised-binding property.
4001
0235128c
SM
4002 * functions.texi (Obsolete Functions):
4003 Document set-advertised-calling-convention.
eb5ed549
CY
4004
4005 * minibuf.texi (Basic Completion): Document completion-in-region.
4006 (Programmed Completion): Document completion-annotate-function.
4007
4008 * commands.texi (Reading One Event): Document read-key.
4009 (Distinguish Interactive): Document KIND arg to
4010 called-interactively-p. Delete obsolete interactive-p.
4011
4012 * elisp.texi (Top): Update node description.
4013
f8848423
EZ
40142010-05-08 Eli Zaretskii <eliz@gnu.org>
4015
0235128c
SM
4016 * nonascii.texi (Character Properties):
4017 Document unicode-category-table. Add an index entry for Unicode
4018 general category.
4019
40202010-05-07 Chong Yidong <cyd@stupidchicken.com>
4021
4022 * Version 23.2 released.
f8848423 4023
938efb77
JB
40242010-04-20 Juanma Barranquero <lekktu@gmail.com>
4025
4026 * locals.texi (Standard Buffer-Local Variables):
4027 Remove @ignore'd reference to `direction-reversed'.
4028
5854c267
JL
40292010-04-14 Juri Linkov <juri@jurta.org>
4030
4031 Fix @deffn without category.
4032
4033 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
4034 for `abbrev-insert'.
4035
4036 * buffers.texi (Indirect Buffers): Add category `Command'
4037 to @deffn of `clone-indirect-buffer'.
4038
4039 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
4040 for `next-window' and `previous-window'. Add category `Command'
4041 to @deffn of `pop-to-buffer'.
4042
8a14dec7
CY
40432010-04-01 Chong Yidong <cyd@stupidchicken.com>
4044
4045 * nonascii.texi (Text Representations): Don't mark
4046 enable-multibyte-characters as a user option.
4047
7a1831cf
EZ
40482010-03-31 Eli Zaretskii <eliz@gnu.org>
4049
4050 * control.texi (Handling Errors): How to re-throw a signal caught
4051 by condition-case.
4052
c3863713
CY
40532010-03-26 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * loading.texi (Hooks for Loading): Document after-load-functions.
4056 Copyedits.
4057
c333f279
AM
40582010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
4059
4060 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
4061
e867cb5d 40622010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
4063
4064 * processes.texi (Network Processes): Document seqpacket type.
4065
605f35cd
DN
40662010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
4067
4068 * os.texi (System Environment): Do not mention lynxos.
4069
288f9fc0
CY
40702010-03-10 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * Branch for 23.2.
4073
eed5c93a
CY
40742010-03-06 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * objects.texi (Integer Type): Take note of the read syntax
4077 exception for numbers that cannot fit in the integer type.
4078
1ddd6622
GM
40792010-03-03 Glenn Morris <rgm@gnu.org>
4080
4081 * numbers.texi (Integer Basics, Bitwise Operations):
4082 * objects.texi (Integer Type): Update for integers now being 30-bit.
4083
a908c79a
CY
40842010-02-27 Chong Yidong <cyd@stupidchicken.com>
4085
4086 * display.texi (Low-Level Font): Document :otf font-spec property.
4087
cd61af01
SM
40882010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * display.texi (Line Height): Avoid obsolete special default variables
4091 like default-major-mode.
4092
c02f8fe2
AM
40932010-01-28 Alan Mackenzie <acm@muc.de>
4094
4095 * display.texi (Auto Faces): Say fontification-functions is called
4096 whether or not Font Lock is enabled. Tidy up the wording a bit.
4097
d738d18b
CY
40982010-01-17 Chong Yidong <cyd@stupidchicken.com>
4099
4100 * elisp.texi: Remove duplicate edition information (Bug#5407).
4101
4963739e
JB
41022010-01-17 Juanma Barranquero <lekktu@gmail.com>
4103
4104 * two.el (volume-header-toc-markup): Fix typos in docstring.
4105
c57008f6
SM
41062010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 Avoid dubious uses of save-excursions.
4109 * positions.texi (Excursions): Recommend the use of
4110 save-current-buffer if applicable.
4111 * text.texi (Clickable Text): Fix the example code which used
4112 save-excursion in a naive way which sometimes preserves point and
4113 sometimes not.
4114 * variables.texi (Creating Buffer-Local):
4115 * os.texi (Session Management):
4116 * display.texi (GIF Images):
4117 * control.texi (Cleanups): Use (save|with)-current-buffer.
4118
2f3725cd
EZ
41192010-01-02 Eli Zaretskii <eliz@gnu.org>
4120
4121 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
4122
85eeac93
CY
41232010-01-02 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * nonascii.texi (Text Representations, Character Codes)
4126 (Converting Representations, Explicit Encoding)
4127 (Translation of Characters): Use hex notation consistently.
4128 (Character Sets): Fix map-charset-chars doc (Bug#5197).
4129
4801c5fa
CY
41302010-01-01 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * loading.texi (Where Defined): Make it clearer that these are
4133 loaded files (Bug#5068).
4134
26e533e2
CY
41352009-12-29 Chong Yidong <cyd@stupidchicken.com>
4136
4137 * minibuf.texi (Completion Styles): Document `initials' style.
4138
16d1ff5f
CY
41392009-12-25 Chong Yidong <cyd@stupidchicken.com>
4140
4141 * frames.texi (Resources): Describe inhibit-x-resources.
4142 (Size Parameters): Copyedit.
4143
4144 * hash.texi (Creating Hash):
4145 * objects.texi (Hash Table Type): Document the new hash table
4146 printed representation.
4147
4148 * minibuf.texi (Basic Completion): 4th arg to all-completions is
4149 obsolete.
4150
5dcb4c4e
SM
4151 * processes.texi (Process Buffers):
4152 Document process-kill-buffer-query-function.
16d1ff5f 4153
9a5de3d9
GM
41542009-12-05 Glenn Morris <rgm@gnu.org>
4155
4156 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
4157 diary-display-function, and no longer recommended to be a hook.
4158 Update for changes in the names of calendar and diary hooks.
4159 diary-print-entries-hook has changed section.
4160
b640eb52
EZ
41612009-11-28 Eli Zaretskii <eliz@gnu.org>
4162
4163 * text.texi (Special Properties): More accurate description of
4164 what the `cursor' property does.
4165
be1674ab
KR
41662009-11-26 Kevin Ryde <user42@zip.com.au>
4167
4168 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
4169 mouse-wheel-down-event, the closest thing to a definition for them.
4170 * os.texi (Startup Summary): vindex inhibit-startup-message and
4171 inhibit-splash-screen.
4172 (Command-Line Arguments): vindex argv.
4173 (Suspending Emacs): vindex suspend-tty-functions and
4174 resume-tty-functions. Don't want to index every hook, but having
4175 the programming ones is helpful.
4176
603f5979
CY
41772009-11-14 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * commands.texi (Motion Events): Fix typo (Bug#4907).
4180
4359a806
CY
41812009-11-08 Chong Yidong <cyd@stupidchicken.com>
4182
4183 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
4184 are affected by case-fold-search (Bug#4483).
4185
0f063651
CY
41862009-11-02 Chong Yidong <cyd@stupidchicken.com>
4187
4188 * minibuf.texi (Reading File Names): Note that read-file-name may
4189 use a graphical file dialog.
4190
9bd79893
GM
41912009-10-31 Glenn Morris <rgm@gnu.org>
4192
4193 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
4194
ebe479ec
KR
41952009-10-16 Kevin Ryde <user42@zip.com.au>
4196
4197 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
4198 in particular so `info-lookup-symbol' can find its docs.
4199
2640fa86
CY
42002009-10-16 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * variables.texi (Constant Variables): Distinguish from defconst
4203 variables.
4204 (Defining Variables): Add cindex.
4205
edd6a733
CY
42062009-10-15 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * os.texi (Time of Day): Clarify that the microsecond part is
4209 ignored (Bug#4637).
4210
5feb0b73
GM
42112009-10-11 Glenn Morris <rgm@gnu.org>
4212
4213 * frames.texi (Size and Position): Clarify what is included in the frame
4214 height. (Bug#4535)
4215
0c5413c8
GM
42162009-10-10 Glenn Morris <rgm@gnu.org>
4217
4218 * windows.texi (Size of Window): The relationship between window and
4219 frame heights is not so simple. (Bug#4535)
4220 Mention window-full-height-p.
4221
7f8b600a
SM
42222009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
4225 used from Lisp.
4226
6185de1c
EZ
42272009-10-07 Eli Zaretskii <eliz@gnu.org>
4228
7f8b600a
SM
4229 * files.texi (Directory Names) <abbreviate-file-name>:
4230 Document that root home directories are not replaced with "~".
6185de1c 4231
9972911f
EZ
42322009-10-06 Eli Zaretskii <eliz@gnu.org>
4233
4234 * text.texi (Special Properties): Document the meaning of the
4235 `cursor' text property whose value is an integer.
4236
2a3f19ef
MA
42372009-10-05 Michael Albinus <michael.albinus@gmx.de>
4238
4239 * files.texi (Magic File Names): Add `copy-directory'.
4240
804543b5
EZ
42412009-10-05 Eli Zaretskii <eliz@gnu.org>
4242
4243 * files.texi (File Attributes): Fix description of file
4244 attributes. (Bug#4638) Update attributes of files.texi example to
4245 be more representative.
4246
461bf92b
MA
42472009-10-05 Michael Albinus <michael.albinus@gmx.de>
4248
4249 * files.texi (Create/Delete Dirs): New command copy-directory.
4250
a86cd395
JB
42512009-10-04 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * anti.texi (Antinews):
4254 * macros.texi (Indenting Macros):
4255 * strings.texi (Creating Strings, Case Conversion):
4256 Remove duplicate words.
4257
d3080264
MA
42582009-10-01 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * files.texi (Create/Delete Dirs): delete-directory has an
4261 optional parameter RECURSIVE.
4262
85d14563
SM
42632009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * buffers.texi (Swapping Text): Minor clarification.
4266
3d9842c6
GM
42672009-10-01 Glenn Morris <rgm@gnu.org>
4268
4269 * functions.texi (Declaring Functions): Mention that we also search for
4270 ".m" files in the src/ directory.
4271
78427304
CY
42722009-09-25 David Engster <deng@randomsample.de>
4273
3d9842c6 4274 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 4275
b578c9cc
GM
42762009-09-22 Glenn Morris <rgm@gnu.org>
4277
4278 * internals.texi (Building Emacs): Mention preloaded-file-list.
4279
beee5da7
AM
42802009-09-14 Alan Mackenzie <acm@muc.de>
4281
4282 * os.texi (Terminal Output): Put "@code{}" around "stdout".
4283
5d6ab672
CY
42842009-09-13 Chong Yidong <cyd@stupidchicken.com>
4285
4286 * functions.texi (Anonymous Functions): Rearrange discussion,
4287 giving usage of unquoted lambda forms first. Mention that
4288 `function' and `#'' are no longer required (Bug#4290).
4289
59375eeb
AM
42902009-09-11 Alan Mackenzie <acm@muc.de>
4291
a86cd395 4292 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
4293 batch mode.
4294
e7e2f529
GM
42952009-09-01 Glenn Morris <rgm@gnu.org>
4296
4297 * display.texi (Face Functions): Mention define-obsolete-face-alias.
4298
eae47088
GM
42992009-08-26 Ulrich Mueller <ulm@gentoo.org>
4300
4301 * nonascii.texi (Character Codes): Fix typos.
4302
3691a0a6
MA
43032009-08-25 Michael Albinus <michael.albinus@gmx.de>
4304
4305 * processes.texi (Synchronous Processes): New defvar
4306 process-file-side-effects.
4307
664d56b8
GM
43082009-08-25 Glenn Morris <rgm@gnu.org>
4309
4310 * display.texi (Fontsets): Fix typo.
4311
0706c025
GM
4312 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
4313
03a74b84
SM
43142009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
4315
4316 * processes.texi (Asynchronous Processes): Adjust arglist of
4317 start-process-shell-command and start-file-process-shell-command.
4318
f6de8a37
CY
43192009-08-15 Chong Yidong <cyd@stupidchicken.com>
4320
4b1ed1bb
CY
4321 * advice.texi (Argument Access in Advice): Note that argument
4322 positions are zero-based (Bug#3932).
4323
89a9e058
CY
4324 * commands.texi (Distinguish Interactive): Minor copyedit.
4325
23696fd7
CY
4326 * display.texi (Face Attributes): Add xref to Displaying Faces for
4327 explanation of "underlying face".
4328
f6de8a37
CY
4329 * customize.texi (Common Keywords): Add xref to Loading.
4330
4331 * loading.texi (How Programs Do Loading): Add xref to Lisp
4332 Libraries node in the Emacs manual.
4333
417f77e6
CY
43342009-08-13 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
4337
0999039c
CY
43382009-07-18 Chong Yidong <cyd@stupidchicken.com>
4339
4340 * processes.texi (Shell Arguments): Copyedits.
4341
9af167bc
GM
43422009-07-18 Glenn Morris <rgm@gnu.org>
4343
4344 * loading.texi (Repeated Loading): Fix typo.
4345
137987ab
RS
43462009-07-16 Richard Stallman <rms@gnu.org>
4347
4348 * buffers.texi (Swapping Text): Recommend setting
4349 write-region-annotate-functions and buffer-saved-size.
4350
4351 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
4352
622fa380
GM
43532009-07-15 Glenn Morris <rgm@gnu.org>
4354
4355 * edebug.texi: Minor re-phrasings throughout.
4356 (Edebug Execution Modes): Sit-for affects continue mode too.
4357 (Jumping): Use `forward-sexp' rather than its keybinding.
4358 (Edebug Misc): Fix Q binding.
4359 (Edebug Eval): Remove cl version.
4360 (Printing in Edebug): Clarify print-length etc.
4361 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
4362 (Specification List): Remove edebug-unwrap findex entry.
4363 (Specification Examples): defmacro is actually not the same as defun.
4364 Escape "`" in example.
4365
6bbd4600
CY
43662009-07-15 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * markers.texi (The Mark): Document optional arg to
4369 deactivate-mark.
4370
e538d479
GM
43712009-07-11 Kevin Ryde <user42@zip.com.au>
4372
4373 * hooks.texi (Standard Hooks): Fix cross-references.
4374
4c98b9ed
GM
4375 * loading.texi (Named Features): Refer to eval-after-load.
4376
5300838c
GM
43772009-07-11 Glenn Morris <rgm@gnu.org>
4378
64fbeb16
GM
4379 * Makefile.in (TEXI2PDF): New.
4380 (elisp.pdf): New target.
4381
4c98b9ed
GM
4382 * searching.texi (Regexp Backslash): Fix typo.
4383
4384 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 4385
51d9979c
GM
43862009-07-10 Glenn Morris <rgm@gnu.org>
4387
561c0216
GM
4388 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
4389
5b594a58
GM
4390 * customize.texi (Customization Types):
4391 * display.texi (Abstract Display):
0cc8c85a 4392 * objects.texi (Character Type, String Type):
5b594a58 4393 Merge in some menu descriptions from elisp.texi.
51d9979c 4394
c3cbbb40
GM
4395 * hash.texi (Hash Tables):
4396 * modes.texi (Multiline Font Lock):
4397 End menu description with period.
fe42c16a 4398
28528402
GM
43992009-07-09 Glenn Morris <rgm@gnu.org>
4400
4401 * back.texi: Don't hard-code texinfo location.
4402
4403 * two-volume.make (texinfodir): New, with location of texinfo.tex.
4404 (tex): Add texinfodir to TEXINPUTS.
4405 (elisp1med-init, elisp2med-init): Use texinfodir.
4406
4407 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
4408 (clean): Add two-volume.make intermediate files.
4409
4410 * elisp.texi, vol1.texi, vol2.texi:
4411 Use a DATE variable with the publication date, and update it.
4412 Fix antinews menu description.
4413
4414 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
4415 Update the detailed node listing to match elisp.texi.
4416
4417 * README: Update edition to match elisp.texi.
4418
4419 * objects.texi (General Escape Syntax):
4420 * nonascii.texi (Character Sets):
4421 Use consistent case for "Unicode Standard".
4422
4423 * anti.texi (Antinews):
4424 * customize.texi (Variable Definitions):
4425 * functions.texi (Declaring Functions):
4426 * nonascii.texi (Character Properties):
4427 * processes.texi (Serial Ports):
4428 * text.texi (Special Properties):
4429 * tips.texi (Coding Conventions):
4430 Minor rearrangements to improve TeX line-filling.
4431
4432 * commands.texi (Using Interactive): Fix cross-reference.
4433
17db8e10
JD
44342009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4435
4436 * frames.texi (Management Parameters): Mention sticky.
4437
77c7e2e1
AS
44382009-07-01 Andreas Schwab <aschwab@redhat.com>
4439
4440 * help.texi (Help Functions): Fix description of help-buffer and
4441 help-setup-xref to use @defun instead of @deffn.
4442
3f1c6666
JD
44432009-07-01 Jan Djärv <jan.h.d@swipnet.se>
4444
4445 * frames.texi (Size Parameters): Mention maximized for fullscreen.
4446
ca27c21b
CY
44472009-06-24 Chong Yidong <cyd@stupidchicken.com>
4448
4449 * display.texi (Window Systems): Add ns to the list.
4450
70243478
CY
44512009-06-21 Chong Yidong <cyd@stupidchicken.com>
4452
4453 * Branch for 23.1.
4454
df006536
MR
44552009-06-17 Martin Rudalics <rudalics@gmx.at>
4456
4457 * windows.texi (Dedicated Windows): Fix typo.
4458 (Resizing Windows): Replace @defun by @deffn.
4459
d259fc4b
GM
44602009-06-17 Glenn Morris <rgm@gnu.org>
4461
4462 * variables.texi (Directory Local Variables):
4463 Update for 2009-04-11 name-change of dir-locals-directory-alist.
4464
30781db6
KH
44652009-06-09 Kenichi Handa <handa@m17n.org>
4466
4467 * nonascii.texi (Character Sets): State clearly that FROM and TO
4468 are codepoints of CHARSET.
4469
62e8099c
CY
44702009-06-07 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * minibuf.texi (Reading File Names): Fix introductory text.
4473 Suggested by stan@derbycityprints.com.
4474 (High-Level Completion): Fix typo.
4475
ee1b1917
CY
44762009-05-28 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * frames.texi (Text Terminal Colors): Multi-tty is already
4479 implemented, but tty-local colors are not.
4480
5df647e8
CY
44812009-05-27 Chong Yidong <cyd@stupidchicken.com>
4482
4483 * hooks.texi (Standard Hooks): Remove mention of obsolete
4484 redisplay-end-trigger-functions.
4485
4486 * internals.texi (Window Internals): Remove mention of obsolete
4487 redisplay-end-trigger-functions.
4488
01f17ae2
MR
44892009-05-21 Martin Rudalics <rudalics@gmx.at>
4490
4491 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
4492
4493 * backups.texi (Making Backups): backup-directory-alist and
4494 make-backup-file-name-function are options.
4495 (Auto-Saving): auto-save-list-file-prefix is an option.
4496
4497 * buffers.texi (Killing Buffers): buffer-offer-save is an
4498 option.
4499
4500 * display.texi (Refresh Screen): no-redraw-on-reenter is an
4501 option.
4502 (Echo Area Customization): echo-keystrokes is an option.
4503 (Selective Display): selective-display-ellipses is an option.
4504 (Temporary Displays): temp-buffer-show-function is an option.
4505 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
4506 are options.
4507 (Font Selection): face-font-family-alternatives,
4508 face-font-selection-order, face-font-registry-alternatives, and
4509 scalable-fonts-allowed are options.
4510 (Fringe Indicators): indicate-buffer-boundaries is an option.
4511 (Fringe Cursors): overflow-newline-into-fringe is an option.
4512 (Scroll Bars): scroll-bar-mode is an option.
4513
4514 * eval.texi (Eval): max-lisp-eval-depth is an option.
4515
4516 * files.texi (Visiting Functions): find-file-hook is an option.
4517 (Directory Names): directory-abbrev-alist is an option.
4518 (Unique File Names): temporary-file-directory and
4519 small-temporary-file-directory are options.
4520
4521 * frames.texi (Initial Parameters): initial-frame-alist,
4522 minibuffer-frame-alist and default-frame-alist are options.
4523 (Cursor Parameters): blink-cursor-alist and
4524 cursor-in-non-selected-windows ar options.
4525 (Window System Selections): selection-coding-system is an
4526 option.
4527 (Display Feature Testing): display-mm-dimensions-alist is an
4528 option.
4529
4530 * help.texi (Help Functions): help-char and help-event-list are
4531 options.
4532
4533 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
4534 an option.
4535
4536 * minibuf.texi (Minibuffer History): history-length and
4537 history-delete-duplicates are options.
4538 (High-Level Completion): read-buffer-function and
4539 read-buffer-completion-ignore-case are options.
4540 (Reading File Names): read-file-name-completion-ignore-case is
4541 an option.
4542
4543 * modes.texi (Mode Line Top): mode-line-format is an option.
4544 (Mode Line Variables): mode-line-position and mode-line-modes
4545 are options.
4546
4547 * nonascii.texi (Text Representations):
4548 enable-multibyte-characters is an option.
4549 (Default Coding Systems): auto-coding-regexp-alist,
4550 file-coding-system-alist, auto-coding-alist and
4551 auto-coding-functions are options.
4552 (Specifying Coding Systems): inhibit-eol-conversion is an
4553 option.
4554
4555 * os.texi (Init File): site-run-file is an option.
4556 (System Environment): mail-host-address is an option.
4557 (User Identification): user-mail-address is an option.
4558 (Terminal Output): baud-rate is an option.
4559
4560 * positions.texi (Word Motion): words-include-escapes is an
4561 option.
4562
4563 * searching.texi (Standard Regexps): page-delimiter,
4564 paragraph-separate, paragraph-separate and sentence-end are
4565 options.
4566
4567 * text.texi (Margins): left-margin and fill-nobreak-predicate
4568 are options.
4569
4570 * variables.texi (Local Variables): max-specpdl-size is an
4571 option.
4572
4573 * windows.texi (Choosing Window):
4574 split-window-preferred-function, special-display-function and
4575 display-buffer-function are options.
4576
106e6894
CY
45772009-05-20 Chong Yidong <cyd@stupidchicken.com>
4578
4a83454d
CY
4579 Fix errors spotted by Martin Rudalics.
4580
106e6894
CY
4581 * syntax.texi (Position Parse): Document rationale for ignored
4582 arguments to syntax-ppss-flush-cache.
4583
4584 * processes.texi (Input to Processes): Mark PROCESS arg to
4585 process-running-child-p as optional.
4586 (Network Options): Document NO-ERROR arg to
4587 set-network-process-option.
4588
4589 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
4590 command.
4591
4592 * searching.texi (POSIX Regexps): Mark posix-search-forward and
4593 posix-search-backward as commands.
4594
4595 * os.texi (Killing Emacs): Mark kill-emacs as a command.
4596 (Suspending Emacs): Mark suspend-emacs as a command.
4597 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
4598 commands.
5dcb4c4e
SM
4599 (Terminal Output): Remove obsolete function baud-rate.
4600 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
4601
4602 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
4603 terminal-coding-system and set-terminal-coding-system.
4604 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
4605 as optional.
4606 (Character Sets): Document RESTRICTION arg of char-charset.
4607 (Character Codes): Mark POS argument to get-byte as optional.
4608
4609 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
4610 minibuffer-message.
4611
4612 * files.texi (Create/Delete Dirs): Mark make-directory and
4613 delete-directory as commands.
4614
4615 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
4616
4617 * text.texi (Base 64): Mark base64-decode-string and
4618 base64-encode-string as commands.
4619 (Columns): Mark move-to-column as a command.
4620 (Mode-Specific Indent): Document RIGID arg to
4621 indent-for-tab-command.
4622 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
4623 Mark indent-code-rigidly as a command.
4624 (Substitution): Mark translate-region as a command.
4625
4626 * frames.texi (Size and Position): Remove obsolete functions
4627 screen-height and screen-width.
4628
04173931
CY
46292009-05-19 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
4632 (Displaying Buffers, Resizing Windows): Correct mistakes;
4633 next-window, previous-window, and pop-to-buffer are not commands,
4634 and fit-window-to-buffer" is a command. (Pointed out by Martin
4635 Rudalics.)
4636
eae7d8f8
RS
46372009-05-17 Richard M Stallman <rms@gnu.org>
4638
4639 * modes.texi (Precalculated Fontification): Clarify text.
4640
b8766179
MR
46412009-05-17 Martin Rudalics <rudalics@gmx.at>
4642
4643 * windows.texi (Selecting Windows): Clarify descriptions of
4644 with-selected-window and get-lru-window.
4645 (Cyclic Window Ordering): Refer to particular frame when talking
4646 about how splitting affects the ordering.
4647 (Displaying Buffers): Fix descriptions of switch-to-buffer and
4648 switch-to-buffer-other-window. Explain how setting of
4649 display-buffer-reuse-frames affects pop-to-buffer.
4650 (Choosing Window): Clarify some details in descriptions of
4651 display-buffer-reuse-frames, pop-up-frames, and
4652 pop-up-frame-function.
4653 (Dedicated Windows): Clarify some details.
4654 (Textual Scrolling): Replace term vscroll by term vertical
4655 scroll position.
4656 (Vertical Scrolling): Fix typo.
4657 (Window Hooks): Relate text on jit-lock-register to window
4658 scrolling and size changes.
4659
734b5e3b
CY
46602009-05-14 Chong Yidong <cyd@stupidchicken.com>
4661
0a65633e
CY
4662 * frames.texi (Initial Parameters): Clarify what the initial
4663 minibuffer frame is.
05be46d7
CY
4664 (Buffer Parameters): Note that the minibuffer parameter can not be
4665 altered.
0a65633e 4666
734b5e3b
CY
4667 * anti.texi (Antinews): Copyedits. Rearrange some entries.
4668 Document display-buffer changes.
4669
925672cd
CY
46702009-05-13 Chong Yidong <cyd@stupidchicken.com>
4671
17ecd7af
CY
4672 * anti.texi (Antinews): Rewrite for Emacs 22.
4673
925672cd
CY
4674 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
4675 obarrays are first mentioned. Define "system abbrev" more
4676 prominently, and add it to the index.
4677 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
4678 Copyedits.
4679 (Abbrev Expansion): Document abbrev-insert.
4680
80be4dd7
CY
46812009-05-12 Chong Yidong <cyd@stupidchicken.com>
4682
4683 * frames.texi (Font and Color Parameters): Rename from Color
4684 Parameters. Document font-backend parameter.
4685
4686 * vol2.texi (Top): Update node listing.
4687 * vol1.texi (Top): Update node listing.
4688 * elisp.texi (Top): Update node listing.
4689
372a93ac
MR
46902009-05-11 Martin Rudalics <rudalics@gmx.at>
4691
4692 * windows.texi (Choosing Window): Don't explicitly refer to
4693 split-window-sensibly's window argument in descriptions of
4694 split-height-threshold and split-width-threshold.
4695
714c3541
MR
46962009-05-10 Martin Rudalics <rudalics@gmx.at>
4697
4698 * windows.texi (Choosing Window): Fix rewrite of window
4699 splitting section.
4700
0e90e7be
EZ
47012009-05-09 Eli Zaretskii <eliz@gnu.org>
4702
f4e90db0
SM
4703 * nonascii.texi (Default Coding Systems):
4704 Document find-auto-coding, set-auto-coding, and auto-coding-alist.
5dcb4c4e 4705 Add indexing.
0e90e7be
EZ
4706 (Lisp and Coding Systems): Add index entries.
4707
d3c0c321
MR
47082009-05-09 Martin Rudalics <rudalics@gmx.at>
4709
4710 * windows.texi (Choosing Window): Describe split-window-sensibly
4711 and rewrite section on window splitting accordingly.
4712 (Textual Scrolling): Replace `...' by @code{...}.
4713
c773345a
CY
47142009-05-04 Chong Yidong <cyd@stupidchicken.com>
4715
ee2d5b5e
CY
4716 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
4717 Remove obsoleted pre-abbrev-expand-hook.
4718
4719 * locals.texi (Standard Buffer-Local Variables): Consolidate table
4720 entries.
4721
c773345a
CY
4722 * internals.texi (Object Internals): Don't assume 32-bit machines
4723 are the norm.
4724 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
4725 (Window Internals): Synch field names to window.h.
4726 (Process Internals): Synch field names to process.h.
c773345a 4727
dd449674
CY
47282009-04-29 Chong Yidong <cyd@stupidchicken.com>
4729
4730 * variables.texi (File Local Variables): Note that read-circle is
4731 bound to nil when reading file-local variables.
4732
4733 * streams.texi (Input Functions): Document read-circle.
4734 (Output Variables): Add xref to Circular Objects.
4735
4f1e25e2
CY
47362009-04-25 Chong Yidong <cyd@stupidchicken.com>
4737
4738 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
4739 Features and Coding System Basics. Node that "p" stands for
4740 "predicate". Recommend utf-8-emacs instead of emacs-mule.
4741 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
4742 mouse-appearance-menu.
4743 (Programming Tips): Add xref to Progress.
4744
dca019f8
CY
47452009-04-22 Chong Yidong <cyd@stupidchicken.com>
4746
5dcb4c4e
SM
4747 * os.texi (Command-Line Arguments):
4748 Document command-line-args-left.
dca019f8
CY
4749 (Suspending Emacs): Adapt text to multi-tty case. Document use of
4750 terminal objects for tty arguments.
4751 (Startup Summary): Add xref to Session Management.
4752 (Session Management): Mention emacs-session-restore. Copyedits.
4753
02a89103
CY
47542009-04-20 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * os.texi (Startup Summary): Copyedits. The init file is not
4757 necessarily named .emacs now. Document initial-buffer-choice and
4758 initial-scratch-message. Note where Emacs exits in batch mode.
4759 Document inhibit-splash-screen as an alias.
4760 (Init File): Be neutral about which init file name to use.
4761
47622009-04-16 Chong Yidong <cyd@stupidchicken.com>
4763
4764 * os.texi (System Interface): Fix Texinfo usage.
4765
0c1cfe01
CY
47662009-04-15 Chong Yidong <cyd@stupidchicken.com>
4767
80d7cdca
CY
4768 * searching.texi (Regexp Backslash): Also refer to shy groups as
4769 non-capturing or unnumbered groups.
4770 (Regexp Functions): Add cross-reference to Regexp Backslash.
4771
0c1cfe01
CY
4772 * display.texi (Truncation): Overlays can use line-prefix and
4773 wrap-prefix too.
4774 (Overlay Properties): Document wrap-prefix and line-prefix.
4775 (Face Attributes): Document underline-minimum-offset.
4776 (Face Remapping): Copyedits.
4777 (Low-Level Font): Copyedits.
4778 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
4779 (Line Height): Emphasize that line-spacing only takes effect on
4780 graphical terminals.
0c1cfe01 4781
c4adeee0
CY
47822009-04-13 Chong Yidong <cyd@stupidchicken.com>
4783
4784 * display.texi (Refresh Screen): Note that a passage about screen
4785 refreshing is text terminal only.
4786 (Forcing Redisplay): Delete misleading comment---sit-for calls
4787 redisplay, not the other way around.
4788 (Truncation): Note new values of truncate-partial-width-windows.
4789 Copyedits.
4790 (Invisible Text): Document invisible-p.
4791
b20ecfa1
EZ
47922009-04-11 Eli Zaretskii <eliz@gnu.org>
4793
4794 * display.texi (Overlays): Overlays don't scale well. See
4795 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
4796
97d8273f
CY
47972009-04-10 Chong Yidong <cyd@stupidchicken.com>
4798
f147ff75
CY
4799 * syntax.texi (Syntax Table Functions): Document cons cell
4800 argument for modify-syntax-entry.
4801 (Categories): Document cons cell argument for
4802 modify-category-entry.
4803
fca4ec76
CY
4804 * searching.texi (String Search): Document word-search-forward-lax
4805 and word-search-backward-lax.
4806 (Searching and Case): Describe isearch behavior more precisely.
4807
9c283d5b
CY
4808 * keymaps.texi (Tool Bar): Mention that some platforms do not
4809 support multi-line toolbars. Suggested by Stephen Eglen.
4810
4811 * frames.texi (Layout Parameters): Mention that Nextstep also
4812 allows only one tool-bar line. Suggested by Stephen Eglen.
4813
97d8273f
CY
4814 * nonascii.texi (Text Representations): Copyedits.
4815 (Coding System Basics): Also mention utf-8-emacs.
4816 (Converting Representations, Selecting a Representation)
4817 (Scanning Charsets, Translation of Characters, Encoding and I/O):
4818 Copyedits.
4819 (Character Codes): Mention role of codepoints 1114112 to 4194175.
4820
2bad3299
CY
48212009-04-09 Chong Yidong <cyd@stupidchicken.com>
4822
4823 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
4824 (Filling): Clarify REGION argument of fill-paragraph.
4825 Document fill-forward-paragraph-function.
2bad3299
CY
4826 (Special Properties): Remove "new in Emacs 22" declaration.
4827 (Clickable Text): Merge with Links and Mouse-1 node.
4828
5dcb4c4e
SM
4829 * display.texi (Button Properties, Button Buffer Commands):
4830 Change xref to Clickable Text.
2bad3299
CY
4831
4832 * tips.texi (Key Binding Conventions): Change xref to Clickable
4833 Text.
4834
4835 * elisp.texi (Top): Update node listing.
4836
ea30ce4f
CY
48372009-04-05 Chong Yidong <cyd@stupidchicken.com>
4838
47af2f4b
CY
4839 * markers.texi (The Mark): Copyedits. Improve description of
4840 handle-shift-selection.
4841 (The Region): Move use-region-p here from The Mark.
4842
ea30ce4f
CY
4843 * positions.texi (Screen Lines): Document (cols . lines) argument
4844 for vertical-motion.
4845
2aa8ea6e
CY
48462009-04-04 Chong Yidong <cyd@stupidchicken.com>
4847
3ec61d4e
CY
4848 * frames.texi (Frames): Clean up introduction. Document `ns'
4849 return value for framep.
4850 (Creating Frames): Note how the terminal is chosen.
4851 (Multiple Terminals, Multiple Displays): Merge into a single node.
4852 (Color Parameters): Fix typo.
4853
4854 * variables.texi (Local Variables, Buffer-Local Variables)
4855 (Creating Buffer-Local): Change link to Multiple Terminals.
4856
4857 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
4858
4859 * keymaps.texi (Controlling Active Maps): Change link to Multiple
4860 Terminals.
4861
4862 * commands.texi (Command Loop Info, Keyboard Macros): Change link
4863 to Multiple Terminals.
4864
4865 * elisp.texi (Top): Update node listing.
4866 * vol2.texi (Top): Update node listing.
4867 * vol1.texi (Top): Update node listing.
4868
9257072f
CY
4869 * buffers.texi (Current Buffer): Note that the append-to-buffer
4870 example is no longer in synch with the latest code. Tie the two
4871 examples together.
4872
2aa8ea6e
CY
4873 * files.texi (File Attributes): Move note about MS-DOS from
4874 Changing Files to File Attributes.
4875 (Create/Delete Dirs): Note that mkdir is an alias for this.
4876
22e74b17
CY
48772009-04-01 Markus Triska <triska@gmx.at>
4878
4879 * processes.texi (Filter Functions): Suggest how to handle output
4880 batches.
4881
4bbe48ec
CY
48822009-03-30 Chong Yidong <cyd@stupidchicken.com>
4883
4884 * help.texi (Accessing Documentation): Update example to use
4885 help-setup-xref and with-help-window.
4886 (Help Functions): Remove print-help-return-message, which is
4887 semi-obsolete due to with-help-window. Document help-buffer and
4888 help-setup-xref.
4889
b9723f39
CY
48902009-03-29 Chong Yidong <cyd@stupidchicken.com>
4891
5dcb4c4e
SM
4892 * help.texi (Accessing Documentation, Help Functions):
4893 Remove information about long-obsolete Emacs versions.
9eb52e90 4894
b9723f39
CY
4895 * modes.texi (Mode Line Variables): The default values of the mode
4896 line variables are now more complicated.
4897
b0cc32db
CY
48982009-03-28 Chong Yidong <cyd@stupidchicken.com>
4899
3c25a5a9
CY
4900 * modes.texi (Major Mode Conventions): Note that specialness is
4901 inherited.
31c9eebb
CY
4902 (Derived Modes): Note that define-derive-mode sets the mode-class
4903 property.
3c25a5a9 4904
b0cc32db
CY
4905 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
4906 goto-map. Add search-map to the list.
4907
c5e0006d
EZ
49082009-03-27 Eli Zaretskii <eliz@gnu.org>
4909
1213465a
EZ
4910 * os.texi (System Environment): Update the list of system-type
4911 values.
4912
c5e0006d
EZ
4913 * markers.texi (The Mark) <handle-shift-selection>: Update for
4914 removal of the optional argument DEACTIVATE.
4915
48bab3d6
CY
49162009-03-25 Chong Yidong <cyd@stupidchicken.com>
4917
4918 * commands.texi (Focus Events): Most X window managers don't use
4919 focus-follows-mouse nowadays.
4920
6e4ff1b6
CY
49212009-03-24 Chong Yidong <cyd@stupidchicken.com>
4922
4923 * commands.texi (Defining Commands): Clarify introduction.
4924 (Using Interactive): Not that interactive can be put in a symbol
4925 property.
4926 (Interactive Call): Note that a symbol with a non-nil
4927 interactive-form property satisfies commandp.
4928
11625308
JB
49292009-03-23 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * minibuf.texi (Intro to Minibuffers): Fix typos.
4932
7b34420d
CY
49332009-03-23 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
4936 about minibuffers in old Emacs versions. Copyedits.
4937 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
4938 (Text from Minibuffer): Simplify introduction.
4939
f9257eed
AM
49402009-03-22 Alan Mackenzie <acm@muc.de>
4941
4942 * commands.texi (Using Interactive): Clarify string argument to
4943 `interactive' - even promptless elements need \n separators.
4944
f639ba70
CY
49452009-03-18 Chong Yidong <cyd@stupidchicken.com>
4946
4947 * minibuf.texi (Completion Styles): New node.
4948
4949 * elisp.texi (Top): Update node listing.
4950
d897e8ee
CY
49512009-03-17 Chong Yidong <cyd@stupidchicken.com>
4952
4953 * minibuf.texi (Basic Completion): Note that
4954 read-file-name-completion-ignore-case and
4955 read-buffer-completion-ignore-case can override
4956 completion-ignore-case.
4957 (Minibuffer Completion): Document completing-read changes.
4958 (Completion Commands): Avoid mentioning partial completion mode.
4959 Document minibuffer-completion-confirm changes, and
4960 minibuffer-confirm-exit-commands.
4961 (High-Level Completion): Document new require-match behavior for
4962 read-buffer. Document read-buffer-completion-ignore-case.
4963 (Reading File Names): Document new require-match behavior for
4964 read-file-name.
4965
b1f23349
CY
49662009-03-14 Chong Yidong <cyd@stupidchicken.com>
4967
4968 * debugging.texi (Error Debugging): Don't mislead the reader into
4969 thinking that debug-on-error enters debugger for C-f at EOB.
4970 (Error Debugging): Setting debug-on-init within the init file
4971 works, and has for some time.
4972
d6eb4e25
KH
49732009-03-13 Kenichi Handa <handa@m17n.org>
4974
4975 * display.texi (Fontsets): Update the description.
4976
1cf53dc5
CY
49772009-03-13 Chong Yidong <cyd@stupidchicken.com>
4978
4979 * advice.texi (Advising Primitives): Link to What Is a Function.
4980
81f919fc
CY
49812009-03-12 Chong Yidong <cyd@stupidchicken.com>
4982
cf4229eb
CY
4983 * compile.texi (Speed of Byte-Code): Update example.
4984 (Disassembly): Update examples.
4985
81f919fc 4986 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
4987
4988 * customize.texi (Common Keywords): It's not necessary to use :tag
4989 to remove hyphens, as custom-unlispify-tag-name does it
4990 automatically.
5dcb4c4e
SM
4991 (Variable Definitions): Link to File Local Variables.
4992 Document customized-value symbol property.
f2bbc08c
CY
4993 (Customization Types): Move menu to end of node.
4994
955964d7
CY
49952009-03-10 Chong Yidong <cyd@stupidchicken.com>
4996
4997 * macros.texi (Compiling Macros): Omit misleading sentence, which
4998 implied that macros can only be used in the same file they are
4999 defined.
5000 (Backquote): Remove obsolete information about Emacs 19.
5001
d25ed7db
GM
50022009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
5003
5004 * display.texi (Display Margins): Fix paren typo.
5005
d55f6ca5
CY
50062009-02-27 Chong Yidong <cyd@stupidchicken.com>
5007
f0e57ed8
CY
5008 * elisp.texi (Top): Update node listing.
5009
5010 * variables.texi (Variables): Clarify introduction.
5011 (Global Variables): Mention that setq is a special form.
5012 (Local Variables): Use active voice.
5013 (Tips for Defining): Mention marking variables as safe.
5014 (Buffer-Local Variables): Mention terminal-local and frame-local
5015 variables together.
5016 (File Local Variables): Copyedits.
5017 (Frame-Local Variables): Note that they are not really useful.
5018 (Future Local Variables): Node deleted.
5019
d55f6ca5 5020 * objects.texi (General Escape Syntax): Update explanation of
fe7a3057 5021 Unicode escape syntax.
d55f6ca5 5022
ca8f09a8
CY
50232009-02-23 Chong Yidong <cyd@stupidchicken.com>
5024
5025 * control.texi (Control Structures): Add cindex entry for "textual
5026 order".
5027
5028 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
5029 instead of "expression" throughout.
5030 (Function Indirection): Copyedits. Use active voice.
5031 (Eval): The default value of max-lisp-eval-depth is now 400.
5032
a20878b6
MB
50332009-02-23 Miles Bader <miles@gnu.org>
5034
5035 * processes.texi (System Processes): Rename `system-process-attributes'
5036 to `process-attributes'.
5037
61f66044
CY
50382009-02-22 Chong Yidong <cyd@stupidchicken.com>
5039
1b80d1f3
CY
5040 * symbols.texi (Property Lists): Emphasize that property lists are
5041 not restricted to symbol cells.
5042 (Other Plists): Copyedit.
5043
61f66044
CY
5044 * sequences.texi (Sequences Arrays Vectors): Make introduction
5045 more concise.
5046 (Arrays): Mention char-tables and bool-vectors too.
5047 (Vectors): Don't repeat information given in Arrays node. Link to
5048 nodes that explain the vector usage examples.
5049 (Char-Tables): Note that char-table elements can have arbitrary
5050 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 5051 Link to Property Lists node.
61f66044 5052
9403944b
CY
50532009-02-22 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
5056 `append'.
4068c7b4 5057 (List Elements): Copyedits.
9403944b
CY
5058
5059 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
5060 of `vconcat'.
5061
5062 * strings.texi (Creating Strings): Copyedits. Remove obsolete
5063 Emacs 20 usage of `concat'.
5064 (Case Conversion): Copyedits.
5065
b87a185f
CY
50662009-02-21 Chong Yidong <cyd@stupidchicken.com>
5067
5068 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
5069 Minor edits.
5070 (Frame Configuration Type): Emphasize that it is not primitive.
5071 (Font Type): New node.
5072 (Type Predicates): Add fontp; type-of now recognizes font object
5073 types.
5074
5075 * intro.texi (Version Info): Update version numbers in examples.
5076 (Acknowledgements): List more contributors.
5077
5078 * elisp.texi: Bump version number to 3.0.
5079 (Top): Link to Font Type node.
5080
867d4bb3
JB
50812009-02-20 Juanma Barranquero <lekktu@gmail.com>
5082
5083 * modes.texi (Major Mode Conventions): Remove duplicate words.
5084 (Customizing Keywords): Fix typo.
5085
77730170
EZ
50862009-02-14 Eli Zaretskii <eliz@gnu.org>
5087
5088 * nonascii.texi (User-Chosen Coding Systems): Document that
5089 select-safe-coding-system suggests raw-text if there are raw bytes
5090 in the region.
5091 (Explicit Encoding): Warn not to use `undecided' when encoding.
5092
c8736212
GM
50932009-02-11 Glenn Morris <rgm@gnu.org>
5094
5095 * frames.texi (Visibility of Frames): Mention the effect multiple
5096 workspaces/desktops can have on visibility.
5097
ab992d66
EZ
50982009-02-07 Eli Zaretskii <eliz@gnu.org>
5099
c8736212
GM
5100 * text.texi (Commands for Insertion):
5101 * commands.texi (Event Mod):
5102 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
5103 * nonascii.texi (Translation of Characters):
5104 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
5105 (Explicit Encoding): Document the `charset' text property produced
5106 by decode-coding-region and decode-coding-string.
ab992d66 5107
e651a255
AM
51082009-01-27 Alan Mackenzie <acm@muc.de>
5109
5110 * modes.texi (Search-based Fontification): Correct a typo.
5111
bc5cde4b
JB
51122009-01-25 Juanma Barranquero <lekktu@gmail.com>
5113
5114 * abbrevs.texi (Abbrev Table Properties): Fix typo.
5115 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
5116
3533155b
EZ
51172009-01-24 Eli Zaretskii <eliz@gnu.org>
5118
f721deda
EZ
5119 * display.texi (Window Systems): Document the value of
5120 `initial-window-system' under --daemon.
5121
3533155b
EZ
5122 * os.texi (System Environment): Remove description of the
5123 `environment' function which has been deleted.
5124
f79b43b2
DN
51252009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
5126
5127 * frames.texi (Multiple Displays): Remove documentation for
5128 removed function make-frame-on-tty.
5129
e3aa6669
CY
51302009-01-22 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
5133 write-region-annotate-functions.
5134 Document write-region-post-annotation-function.
e3aa6669 5135
fb13a416
CY
51362009-01-19 Chong Yidong <cyd@stupidchicken.com>
5137
5138 * display.texi (Font Lookup): Document WIDTH argument of
5139 x-list-fonts.
5140
02eccf6b
EZ
51412009-01-17 Eli Zaretskii <eliz@gnu.org>
5142
ead3f58d
EZ
5143 * maps.texi (Standard Keymaps): Rename function-key-map to
5144 local-function-key-map.
5145
5146 * keymaps.texi (Translation Keymaps): Rename function-key-map to
5147 local-function-key-map.
5148
5149 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
5150 and `set-keyboard-coding-system' now accept an optional terminal
5151 argument.
5152
5153 * commands.texi (Event Mod): `keyboard-translate-table' is now
5154 terminal-local.
5155 (Function Keys): Rename function-key-map to
5156 local-function-key-map.
5157
df05a163
EZ
5158 * elisp.texi (Top): Make @detailmenu be consistent with changes in
5159 frames.texi.
5160
0ed8034e 5161 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
5162 `delete-terminal-functions', `suspend-tty-functions' and
5163 `resume-tty-functions'.
0ed8034e
EZ
5164
5165 * frames.texi (Frames): Document `frame-terminal' and
5166 `terminal-live-p'.
5167 (Multiple Displays): Document `make-frame-on-tty'.
5168 (Multiple Terminals): Document `terminal-list', `delete-terminal',
5169 `terminal-name', and `get-device-terminal'.
490f1197
EZ
5170 (Terminal Parameters): Document `terminal-parameters',
5171 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
5172
5173 * os.texi (System Environment): Document `environment' and
5174 `initial-environment'.
490f1197
EZ
5175 (Suspending Emacs): Update for multi-tty; document
5176 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 5177
02eccf6b
EZ
5178 * nonascii.texi (Coding System Basics): More accurate description
5179 of `raw-text'.
5180
f19fea97
JB
51812009-01-12 Juanma Barranquero <lekktu@gmail.com>
5182
5183 * display.texi (Low-Level Font): Fix typo.
5184
16fa292f
CY
51852009-01-10 Chong Yidong <cyd@stupidchicken.com>
5186
5187 * elisp.texi (Top): Update node listing.
5188
5189 * display.texi (PostScript Images): Node deleted.
5190
0b4faef3
EZ
51912009-01-10 Eli Zaretskii <eliz@gnu.org>
5192
3355f04d
EZ
5193 * processes.texi (Decoding Output): Document that null bytes force
5194 no-conversion for reading process output.
5195
5196 * files.texi (Reading from Files): Document that null bytes force
5197 no-conversion when visiting files.
5198
11625308 5199 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 5200
5dcb4c4e
SM
5201 * nonascii.texi (Lisp and Coding Systems):
5202 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 5203 (Character Properties): Improve wording.
0b4faef3 5204
ce9cf065
CY
52052009-01-09 Chong Yidong <cyd@stupidchicken.com>
5206
5207 * display.texi (Font Lookup): Remove obsolete function
5208 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
5209 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
5210 (Font Selection): Reorder order of variable descriptions.
5211 Minor clarifications.
ce9cf065
CY
5212
5213 * elisp.texi (Top): Update node listing.
5214
ab756fb3
GM
52152009-01-09 Glenn Morris <rgm@gnu.org>
5216
5217 * commands.texi (Command Loop Info): Say that last-command-char and
5218 last-input-char are obsolete aliases.
5219
5220 * edebug.texi (Edebug Recursive Edit): Remove separate references to
5221 last-input-char and last-command-char, since they are just aliases for
5222 last-input-event and last-command-event.
5223
5224 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
5225 last-command-char.
5226
6b2b8ab1
CY
52272009-01-08 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * elisp.texi: Update node listing.
5230
5231 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
5232 (Face Attributes): Don't link to Font Lookup.
5233 Document font-family-list.
6b2b8ab1
CY
5234 (Fonts): New node.
5235
3568e767
JR
52362009-01-08 Jason Rumney <jasonr@gnu.org>
5237
5238 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 5239 changing the standard pointer shapes. (Bug#1485)
3568e767 5240
6221c8db
CY
52412009-01-08 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * display.texi (Attribute Functions): Note that a function value
5244 :height is relative, and that compatibility functions work by
5245 calling set-face-attribute.
5246 (Displaying Faces): Reorder list in order of increasing priority.
5247 (Face Remapping): New node. Content moved here from Displaying
5248 Faces.
5249 (Glyphs): Link to Face Functions.
5250
e3d3799a
CY
52512009-01-08 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * display.texi (Faces): Don't discuss face id here. facep does
5254 not return t.
5255 (Defining Faces): Minor clarification.
5256 (Face Attributes): Rearrange items to match docstring of
5257 set-face-attribute. Add :foundry attribute. Document new role of
5258 :font attribute. Texinfo usage fix.
5259 (Attribute Functions): Copyedits.
5260 (Face Functions): Note that face number is seldom used.
5261
638a2457
RS
52622009-01-05 Richard M Stallman <rms@gnu.org>
5263
5264 * strings.texi (Predicates for Strings): Minor clarification.
5265
5266 * functions.texi (Function Safety): Texinfo usage fix.
5267
39cb9e56 52682009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny change)
49ea0074
JB
5269
5270 * objects.texi (General Escape Syntax): Fix typo.
5271
9f822178
MR
52722009-01-03 Martin Rudalics <rudalics@gmx.at>
5273
5274 * windows.texi (Choosing Window): Say that pop-up-frame-alist
5275 works via the default value of pop-up-frame-function.
5276
af34ad36
EZ
52772009-01-02 Eli Zaretskii <eliz@gnu.org>
5278
5279 * processes.texi (System Processes): Document the `time' and
5280 `ctime' attributes of `system-process-attributes'.
5281
d31f6679
CY
52822009-01-01 Chong Yidong <cyd@stupidchicken.com>
5283
5284 * display.texi (Face Attributes): Clarify :height attribute.
5285
174dc00c
MR
52862008-12-31 Martin Rudalics <rudalics@gmx.at>
5287
5288 * buffers.texi (The Buffer List): Clarify what moves a buffer to
5289 the front of the buffer list. Add entries for `last-buffer' and
5290 `unbury-buffer'.
5291
b8afe7e4
EZ
52922008-12-27 Eli Zaretskii <eliz@gnu.org>
5293
d14030f5
EZ
5294 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
5295 and its subsections.
5296
5297 * frames.texi (Multiple Terminals, Low-level Terminal)
5298 (Terminal Parameters, Frames on Other TTY devices): New sections.
5299 (Frames): Add an xref to "Multiple Terminals".
5300
765980a4
EZ
5301 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
5302
5303 * objects.texi (Terminal Type): New node.
5304 (Editing Types): Add it to the menu.
5305
47bd5577
EZ
5306 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
5307 Variables".
5308
eb22b78c 5309 * variables.texi (Directory Local Variables): New node.
47bd5577 5310 (Variables): Add a menu item for it.
eb22b78c 5311
b8afe7e4
EZ
5312 * loading.texi (Autoload): Document `generate-autoload-cookie' and
5313 `generated-autoload-file'.
5314
77bb0476
EZ
53152008-12-20 Eli Zaretskii <eliz@gnu.org>
5316
028e2c19
EZ
5317 * os.texi (Startup Summary): Add xref to documentation of
5318 `initial-window-system'.
5319
77bb0476
EZ
5320 * display.texi (Window Systems): Document `window-system' the
5321 function. The variable `window-system' is now frame-local.
028e2c19 5322 Document `initial-window-system'.
77bb0476 5323
dda87836
MR
53242008-12-19 Martin Rudalics <rudalics@gmx.at>
5325
5326 * windows.texi (Windows): Rewrite description of
5327 fit-window-to-buffer.
5328
caef3ed2
GM
53292008-12-13 Glenn Morris <rgm@gnu.org>
5330
5331 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
5332 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
5333
21c58e4d
GM
53342008-12-12 Glenn Morris <rgm@gnu.org>
5335
5336 * debugging.texi (Error Debugging): Refer forwards to
5337 eval-expression-debug-on-error.
5338
af38459f
EZ
53392008-12-05 Eli Zaretskii <eliz@gnu.org>
5340
5dedd9b5
EZ
5341 * strings.texi (String Basics): Only unibyte strings that
5342 represent key sequences hold 8-bit raw bytes.
5343
af38459f
EZ
5344 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
5345 paragraph to speak about `undecided'.
5346 (Character Properties): Don't explain the meaning of each
5347 property; instead, identify their Unicode Standard names.
b3f1f4a5 5348 (Character Sets): Document `map-charset-chars'.
af38459f 5349
fa047ae7
GM
53502008-12-02 Glenn Morris <rgm@gnu.org>
5351
5352 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
5353 section yet again.
5354
47dbc044
EZ
53552008-11-29 Eli Zaretskii <eliz@gnu.org>
5356
98d05998
EZ
5357 * nonascii.texi (Character Properties): New Section.
5358 (Specifying Coding Systems): Document
5359 `coding-system-priority-list', `set-coding-system-priority', and
5360 `with-coding-priority'.
5361 (Lisp and Coding Systems): Document `check-coding-systems-region'
5362 and `coding-system-charset-list'.
5363 (Coding System Basics): Document `coding-system-aliases'.
5364
5365 * elisp.texi (Top): Add a @detailmenu entry for "Character
5366 Properties".
5367
47dbc044
EZ
5368 * objects.texi (Character Type): Correct the range of Emacs
5369 characters. Add an @xref to "Character Codes".
5370
5371 * strings.texi (String Basics): Add an @xref to "Character Codes".
5372
5373 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
5374
5375 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
5376 (Character Codes): Document `max-char'.
5377
8b80cdf5
EZ
53782008-11-28 Eli Zaretskii <eliz@gnu.org>
5379
5380 * nonascii.texi (Text Representations, Converting Representations)
5381 (Character Sets, Scanning Charsets, Translation of Characters):
5382 Make text more accurate.
5383
a99dceba
GM
53842008-11-28 Glenn Morris <rgm@gnu.org>
5385
5386 * files.texi (Format Conversion Round-Trip): Improve previous change.
5387
f6dc3bed
CY
53882008-11-26 Chong Yidong <cyd@stupidchicken.com>
5389
5390 * modes.texi (Auto Major Mode): Fix example.
5391
5da9413d
GM
53922008-11-25 Glenn Morris <rgm@gnu.org>
5393
5394 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
5395
5396 * files.texi (Format Conversion Round-Trip):
5397 Use active voice for previous change.
5398
fcca848c
CY
53992008-11-25 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * os.texi (Processor Run Time):
5402 * processes.texi (Transaction Queues):
5403 * markers.texi (The Mark):
5404 * windows.texi (Choosing Window, Selecting Windows):
5405 * files.texi (Changing Files, Magic File Names):
5406 * commands.texi (Key Sequence Input):
5407 * functions.texi (Declaring Functions):
5408 * strings.texi (Predicates for Strings):
5409 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
5410
36c8dc54
CY
54112008-11-24 Chong Yidong <cyd@stupidchicken.com>
5412
5413 * help.texi (Accessing Documentation): Update example.
5414
5415 * variables.texi (Defining Variables): Note that `*' is not
5416 necessary if defcustom is used.
5417
2a79b242
EZ
54182008-11-22 Eli Zaretskii <eliz@gnu.org>
5419
5420 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
5421 Characters" from @detailmenu.
5422
5423 * nonascii.texi (Character Codes, Character Sets)
5424 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
5425 (Chars and Bytes, Splitting Characters): Sections removed.
5426
392f0d26
LK
54272008-11-22 Lute Kamstra <lute@gnu.org>
5428
5429 * positions.texi (Text Lines): Update goto-line documentation.
5430
af1a5cd5
MR
54312008-11-21 Martin Rudalics <rudalics@gmx.at>
5432
6a4cfb0c
MR
5433 * frames.texi (Frames): Fix typo, add cross references, reword.
5434 (Initial Parameters): Reword special-display-frame-alist text.
5435 (Frames and Windows): Reword. Describe argument norecord for
5436 set-frame-selected-window.
5437 (Input Focus): Describe argument norecord for select-frame.
5438 Remove comment on MS-Windows behavior for focus-follows-mouse.
5439 (Raising and Lowering): Mention windows-frames dichotomy in
5440 metaphor.
5441
af1a5cd5
MR
5442 * windows.texi (Displaying Buffers, Vertical Scrolling)
5443 (Horizontal Scrolling): Fix indenting and rewording issues
5444 introduced with 2008-11-07 change.
5445
c249fa9c
GM
54462008-11-20 Glenn Morris <rgm@gnu.org>
5447
5448 * files.texi (Format Conversion Round-Trip): Mention `preserve'
5449 element of `format-alist'.
5450
204d4665
GM
54512008-11-19 Glenn Morris <rgm@gnu.org>
5452
5453 * doclicense.texi: Update to FDL 1.3.
5454 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
5455
cc0910af
CY
54562008-11-18 Chong Yidong <cyd@stupidchicken.com>
5457
efe6e7c4
CY
5458 * windows.texi (Window Hooks): Remove *-end-trigger-functions
5459 vars, which are obsolete. Mention jit-lock-register.
5460
5dcb4c4e
SM
5461 * modes.texi (Other Font Lock Variables):
5462 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 5463
cc0910af
CY
5464 * frames.texi (Color Parameters): Document alpha parameter.
5465
aeeedf76
MR
54662008-11-16 Martin Rudalics <rudalics@gmx.at>
5467
5468 * windows.texi (Splitting Windows, Deleting Windows)
5469 (Selecting Windows, Cyclic Window Ordering)
5470 (Buffers and Windows, Displaying Buffers, Choosing Window)
5471 (Dedicated Windows, Window Point, Window Start and End)
5472 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
5473 (Size of Window, Resizing Windows, Window Configurations)
5474 (Window Parameters): Avoid @var at beginning of sentences and
5475 reword accordingly.
5476
4c565c5c
LK
54772008-11-11 Lute Kamstra <lute@gnu.org>
5478
5479 * files.texi (File Name Components): Fix file-name-extension
5480 documentation.
5481
25f494c9
JB
54822008-11-11 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * frames.texi (Basic Parameters): Remove display-environment-variable
5485 and term-environment-variable.
5486
a1401ab1
EZ
54872008-11-08 Eli Zaretskii <eliz@gnu.org>
5488
5489 * windows.texi (Basic Windows, Splitting Windows)
5490 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
5491 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
5492 (Resizing Windows, Window Configurations, Window Parameters):
5493 Fix wording and markup.
a1401ab1 5494
efafc282
MR
54952008-11-07 Martin Rudalics <rudalics@gmx.at>
5496
5497 * windows.texi (Windows): Update entries.
5498 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 5499 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
5500 (Selecting Windows, Cyclic Window Ordering): Reword with special
5501 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
5502 (Buffers and Windows, Choosing Window): Reword with special
5503 emphasis on dedicated windows.
5504 (Displaying Buffers): Reword. For switch-to-buffer mention that
5505 it may fall back on pop-to-buffer. For other-window try to
5506 explain how it treats the cyclic ordering of windows.
efafc282
MR
5507 (Dedicated Windows): New node and section discussing dedicated
5508 windows and associated functions.
86ab855a 5509 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
5510 (Window Start and End): Rename node and section title. Reword.
5511 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
5512 Minor rewording.
5513 (Size of Window): Reword, in particular text on window-width.
5514 (Resizing Windows): Reword. Add text on balancing windows.
5515 (Window Configurations): Reword. Mention window parameters.
5516 (Window Parameters): New node and section on window parameters.
5517 (Window Hooks): Reword. Mention that
5518 window-configuration-change-hook is run "buffer-locally".
5519 * elisp.texi (Top): Update Windows entries in @detailmenu
5520 section.
5521
d60a8ab2
JB
55222008-11-04 Juanma Barranquero <lekktu@gmail.com>
5523
5524 * searching.texi (Regexp Search): Fix typo.
5525
01777627
CY
55262008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5527
5528 * searching.texi (Regexp Search): Document GREEDY arg.
5529 (Simple Match Data): Fix return value.
5530
c4526e93
EZ
55312008-11-01 Eli Zaretskii <eliz@gnu.org>
5532
5533 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
5534 with Emacs 23 internal representation of characters.
5535 Document `unibyte-string'.
c4526e93 5536
fe2ae8b5
CY
55372008-10-28 Chong Yidong <cyd@stupidchicken.com>
5538
5539 * processes.texi (Process Information): Note that process-status
5540 does not accept buffer names.
5541
cc5a21e3
CY
55422008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
5543
5544 * positions.texi (Skipping Characters): Correct return value of
5545 skip-chars-forward.
5546
09460d9a
MR
55472008-10-25 Martin Rudalics <rudalics@gmx.at>
5548
520b29e7
MR
5549 * windows.texi (Deleting Windows): Update documentation of
5550 delete-windows-on.
5551 (Buffers and Windows): Update documentations of
5552 get-buffer-window and get-buffer-window-list.
5553 (Displaying Buffers): Update documentation of
5554 replace-buffer-in-windows.
5555
09460d9a
MR
5556 * buffers.texi (Current Buffer): Reword set-buffer and
5557 with-current-buffer documentations.
5558 (Creating Buffers): Reword documentation of get-buffer-create.
5559
4d48fcdc
MR
55602008-10-23 Martin Rudalics <rudalics@gmx.at>
5561
5562 * buffers.texi (Current Buffer): Reword documentation of
5563 set-buffer.
5564 (Buffer Names): Reword documentation of buffer-name.
5565 (The Buffer List): For bury-buffer explain what happens with the
5566 buffer's window.
5567 (Creating Buffers): Say that get-buffer-create's arg is called
5568 buffer-or-name.
5569
f0143c43
CY
55702008-10-22 Chong Yidong <cyd@stupidchicken.com>
5571
3e5dbbd3
CY
5572 * advice.texi (Computed Advice): Explain what DEFINITION is.
5573
f0143c43
CY
5574 * nonascii.texi (Character Codes): Remove obsolete function
5575 char-valid-p, and document characterp instead.
5576
52a94b85
MR
55772008-10-22 Martin Rudalics <rudalics@gmx.at>
5578
5579 * windows.texi (Displaying Buffers): Reword documentation of
5580 pop-to-buffer.
5581 (Choosing Window): Rewrite documentation of display-buffer and
5582 its options.
5583
f76f8246
MR
5584 * buffers.texi (Killing Buffers): Update documentation of
5585 kill-buffer.
5586
acc8b598
EZ
55872008-10-21 Eli Zaretskii <eliz@gnu.org>
5588
80e6b6df
EZ
5589 * processes.texi (Serial Ports): Fix wording and improve markup.
5590
3645358a
EZ
5591 * searching.texi (Regexp Search): Document `string-match-p' and
5592 `looking-at-p'.
5593 (POSIX Regexps): Add an xref for "non-greedy".
5594 (Regexp Special): Add @cindex entry for "non-greedy".
5595
b3d50cff 5596 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 5597 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 5598
73b7530a
EZ
5599 * frames.texi (Color Names): Add an xref to `read-color'.
5600
5601 * minibuf.texi (High-Level Completion): Document `read-color'.
5602
acc8b598
EZ
5603 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
5604
5605 * positions.texi (Narrowing): Add an xref to "Swapping Text".
5606
5607 * buffers.texi (Swapping Text): New section, documents
5608 `buffer-swap-text'.
5609
10e187e8
MR
56102008-10-21 Martin Rudalics <rudalics@gmx.at>
5611
5612 * windows.texi (Resizing Windows): Minor wording fix.
5613
fd6f900c
EZ
56142008-10-20 Eli Zaretskii <eliz@gnu.org>
5615
5616 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
5617 and `combine-and-quote-strings'.
5618
5619 * strings.texi (Creating Strings): Add xrefs for them.
5620
e4372165
EZ
56212008-10-19 Eli Zaretskii <eliz@gnu.org>
5622
d6328fba
EZ
5623 * elisp.texi (Top): Make descriptive text for "Reading File Names"
5624 match the corresponding menu in minibuf.texi.
5625
e4372165
EZ
5626 * minibuf.texi (Reading File Names): Document `read-shell-command'
5627 and `minibuffer-local-shell-command-map'.
5628
5d8dda33
MR
56292008-10-19 Martin Rudalics <rudalics@gmx.at>
5630
5631 * windows.texi (Resizing Windows): Remove var{} around "window" in
5632 documentation of enlarge-window.
5633 Rewrite documentation of window-min-height and window-min-width.
5634
437706cd
EZ
56352008-10-19 Eli Zaretskii <eliz@gnu.org>
5636
80f85d7c
EZ
5637 * functions.texi (Calling Functions): Document `apply-partially'.
5638
291703b5
EZ
5639 * hooks.texi (Standard Hooks): Mention
5640 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
5641
5642 * variables.texi (File Local Variables): Document
5643 `file-local-variables-alist', `before-hack-local-variables-hook'
5644 and `hack-local-variables-hook'.
5645
583d8b3c
EZ
5646 * processes.texi (Synchronous Processes): Document `process-lines'.
5647
5dcb4c4e
SM
5648 * customize.texi (Variable Definitions):
5649 Document `custom-reevaluate-setting'.
437706cd 5650
7e51d89b
MR
56512008-10-18 Martin Rudalics <rudalics@gmx.at>
5652
5653 * windows.texi (Choosing Window, Deleting Windows)
5654 (Displaying Buffers): Expand documentation of dedicated windows.
5655
43c59a3d
EZ
56562008-10-18 Eli Zaretskii <eliz@gnu.org>
5657
018a960d
EZ
5658 * files.texi (Changing Files): Document symbolic input of file
5659 modes to `set-file-modes'. Document `read-file-modes' and
5660 `file-modes-symbolic-to-number'.
5661
2c0b8144
EZ
5662 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
5663 and `search-map'.
5664
5dcb4c4e
SM
5665 * searching.texi (Search and Replace):
5666 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 5667 Document `multi-query-replace-map'.
80120f13 5668
6d4913f0 5669 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
5670 (Completion Commands, Reading File Names):
5671 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
5672 `minibuffer-local-filename-must-match-map'.
5673 (Minibuffer Completion): The `require-match' argument to
5674 `completing-read' can now have the value `confirm-only'.
5675
43c59a3d
EZ
5676 * windows.texi (Displaying Buffers): Minor wording fix.
5677 (Choosing Window): `split-height-threshold' can now be nil.
5678 Document `split-width-threshold'. `pop-up-frames' can have the
5679 value `graphic-only'.
5680
f36acfd9
EZ
56812008-10-17 Eli Zaretskii <eliz@gnu.org>
5682
5683 * os.texi (Startup Summary): Document `before-init-time' and
5684 `after-init-time'. Document `initial-window-system' and
5685 `window-system-initialization-alist'. Document reading the
5686 abbrevs file. Document the call to `server-start' under --daemon.
5687 Rearrange a bit to be consistent with the code flow.
53728487
EZ
5688 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
5689 (Time Parsing): Document `format-seconds'.
f36acfd9 5690
96995b89
MR
56912008-10-17 Martin Rudalics <rudalics@gmx.at>
5692
5693 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
5694 and reword.
5695
2de17c73
EZ
56962008-10-16 Eli Zaretskii <eliz@gnu.org>
5697
5698 * markers.texi (The Mark): Document use-region-p.
5699
9cf52b11
EZ
57002008-10-15 Eli Zaretskii <eliz@gnu.org>
5701
c3aaf1d7
EZ
5702 * internals.texi (Writing Emacs Primitives): The interactive spec
5703 of a primitive can be a Lisp form.
5704
841a1743
EZ
5705 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
5706 values of transient-mark-mode. Document handle-shift-selection.
5707
5708 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
5709 (Interactive Examples): Show an example of `^'.
5710 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
5711 (Defining Commands, Using Interactive): The interactive-form of a
5712 function can be added via its symbol's property.
841a1743 5713
52441368
EZ
5714 * positions.texi (List Motion): beginning-of-defun-function can
5715 now accept an argument.
5716
8e8c1a72
EZ
5717 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
5718 now return a list of strings.
5719
a33a1f2a
EZ
5720 * control.texi (Handling Errors): Document ignore-errors.
5721
4fb04348
EZ
5722 * frames.texi (Creating Frames): Document frame-inherited-parameters.
5723 (Parameter Access): Document set-frame-parameter.
5724
ee666f84
EZ
5725 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
5726 Hooks" for the effect of kill-all-local-variables on local hook
5727 functions.
5728
9cf52b11
EZ
5729 * modes.texi (Major Mode Conventions, Mode Line Variables):
5730 `mode-name' need not be a string. xref to "Mode Line Data" for
5731 details, and to "Emulating Mode Line" for computing a string
5732 value.
5733
22526bc4
EZ
57342008-10-14 Eli Zaretskii <eliz@gnu.org>
5735
a65f6a85
EZ
5736 * processes.texi (System Processes): New section.
5737 (Processes, Signals to Processes): Add xrefs to it.
5738
5739 * objects.texi (Editing Types): A `process' is a subprocess of
5740 Emacs, not just any process running on the OS.
5741
5742 * elisp.texi (Top): Adjust the @detailmenu for the above two
5743 changes.
5744
2724b26a
EZ
5745 * sequences.texi (Char-Tables): Remove documentation of
5746 set-char-table-default, which has no effect since Emacs 23.
5747 <char-table-range, set-char-table-range>: Don't mention generic
5748 characters and charsets. Add a cons cell as a possible argument.
5749
5750 * nonascii.texi (Splitting Characters)
5751 (Translation of Characters): Don't mention generic characters.
5752
5753 * display.texi (Fontsets): Don't mention generic characters.
5754
22526bc4 5755 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 5756 argument FUNCTION with a cons cell as KEY.
22526bc4 5757
eaf4b689
EZ
57582008-10-13 Eli Zaretskii <eliz@gnu.org>
5759
45e46036
EZ
5760 * objects.texi (Primitive Function Type): Move "@cindex special
5761 forms" from here...
5762
5763 * eval.texi (Special Forms): ...to here.
5764
5765 * functions.texi (What Is a Function): `functionp' returns nil for
5766 special forms. Add an xref.
5767
eaf4b689
EZ
5768 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
5769 Variables".
5770
5771 * variables.texi (Frame-Local Variables): New section.
5772 (Buffer-Local Variables): Add an xref to it.
5773 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
5774 have both frame-local and buffer-local binding.
5775
5776 * frames.texi (Frames): Mention multiple tty frames.
5777 (Frame Parameters, Parameter Access): Mention frame-local variable
5778 bindings.
5779
15688fce
GM
57802008-09-20 Glenn Morris <rgm@gnu.org>
5781
5782 * display.texi (Defining Faces): Recommend against face variables.
5783
35539065
JB
57842008-09-16 Juanma Barranquero <lekktu@gmail.com>
5785
5786 * display.texi (Echo Area Customization): Fix typo.
5787
6a57054b
JB
57882008-09-09 Juanma Barranquero <lekktu@gmail.com>
5789
5790 * loading.texi (Where Defined): Add `defface' item.
5791
d632fb82
MR
57922008-09-06 Martin Rudalics <rudalics@gmx.at>
5793
5794 * loading.texi (Where Defined): Fix description of symbol-file.
5795
905a9adb
JR
57962008-08-26 Jason Rumney <jasonr@gnu.org>
5797
5798 * display.texi (TIFF Images): New section describing :index property.
5799
852e91b7
CY
58002008-08-23 Chong Yidong <cyd@stupidchicken.com>
5801
5802 * display.texi (Temporary Displays): Remove unnecessary comment
5803 about usage of temp-buffer-show-hook.
5804
6be001ee
CY
58052008-08-05 Chong Yidong <cyd@stupidchicken.com>
5806
5807 * symbols.texi (Other Plists): Fix incorrect example.
5808 Suggested by Florian Beck.
5809
58e3d8e8
JB
58102008-07-31 Juanma Barranquero <lekktu@gmail.com>
5811
5812 * os.texi: Fix previous change.
5813
7c2fb837
DN
58142008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5815
5816 * os.texi:
5817 * intro.texi:
5818 * files.texi: Remove VMS support.
5819
9e2a2647
DN
58202008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5821
5822 * os.texi:
5823 * frames.texi:
5824 * display.texi: Remove mentions of Mac Carbon.
5825
c4f4682b
MB
58262008-07-01 Miles Bader <miles@gnu.org>
5827
5828 * text.texi (Special Properties):
5829 * display.texi (Truncation): Add wrap-prefix and line-prefix.
5830
3696411e
JB
58312008-06-28 Johan Bockgård <bojohan@gnu.org>
5832
5833 * display.texi (Other Image Types): Fix copy/paste error; say
5834 "PBM", not "XBM".
5835
f2a77c3a
DN
58362008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5837
5838 * os.texi: Remove references to obsolete systems.
5839
6d52677d
EZ
58402008-06-20 Eli Zaretskii <eliz@gnu.org>
5841
5842 * makefile.w32-in (distclean): Remove makefile.
5843
1a87da4c
GM
58442008-06-17 Glenn Morris <rgm@gnu.org>
5845
5846 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
5847 (elisp, dist): Remove rules and variables that are obsolete now
5848 the lisp manual is no longer distributed separately.
5849
fdda1c5d
GM
58502008-06-16 Glenn Morris <rgm@gnu.org>
5851
646692e9
GM
5852 * configure, configure.in, mkinstalldirs: Remove unused files.
5853
5854 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 5855 * vol1.texi (EMACSVER):
6a57054b 5856 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
5857
5858 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
5859 as per maintain.info.
5860
611bee81
GM
58612008-06-15 Glenn Morris <rgm@gnu.org>
5862
a7bed3a0
GM
5863 * makefile.w32-in (manual): Use "23" rather than "21".
5864
5865 * Makefile.in (emacsver): New, set by configure.
5866 (manual): Use emacsver.
5867
d794edf2
GM
5868 * intro.texi: Report bugs using M-x report-emacs-bug.
5869
611bee81
GM
5870 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
5871
c73e02fa
GM
58722008-06-13 Daniel Engeler <engeler@gmail.com>
5873
5874 * elisp.texi, internals.texi, processes.texi: Add documentation
5875 about serial port access.
5876
e40a85cd
MB
58772008-06-05 Miles Bader <miles@gnu.org>
5878
5879 * display.texi (Displaying Faces): Update to reflect function
5880 renamings in face-remap.el.
5881
7b753744
JB
58822008-06-05 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * display.texi (Fontsets): Fix typos.
5885
9d3d42fb
MB
58862008-06-03 Miles Bader <miles@gnu.org>
5887
7b753744
JB
5888 * display.texi (Displaying Faces): Add add-relative-face-remapping,
5889 remove-relative-face-remapping, set-base-face-remapping,
5890 and set-default-base-face-remapping.
9d3d42fb 5891
f2cec7a9
MB
58922008-06-01 Miles Bader <miles@gnu.org>
5893
5894 * display.texi (Displaying Faces): Add face-remapping-alist.
5895
8f39c96d
SM
58962008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
5899 variable names.
5900
1ef5eecc
ER
59012008-05-03 Eric S. Raymond <esr@golux>
5902
352c8b4a 5903 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
5904 (current-global-map) return references, not copies.
5905
63b4387f
JL
59062008-05-02 Juri Linkov <juri@jurta.org>
5907
5908 * minibuf.texi (Text from Minibuffer): Document a list of
5909 default values for `read-from-minibuffer'.
5910
38a8b703
JB
59112008-04-24 Juanma Barranquero <lekktu@gmail.com>
5912
5913 * nonascii.texi (Translation of Characters): Fix previous change.
5914
7c42e639
CY
59152008-04-20 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * display.texi (Overlay Properties): Clarify role of underlying
5918 textprop and overlay keymaps for display strings.
5919
5920 * keymaps.texi (Active Keymaps): Ditto.
5921
25c0d999
SM
59222008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * minibuf.texi (Programmed Completion):
5925 Replace dynamic-completion-table with the new completion-table-dynamic.
5926
e3af5968
CY
59272008-04-07 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * intro.texi (Some Terms): Change "fonts in this manual" index
5930 entry to "typographic conventions".
5931
6bfc8698
EZ
59322008-04-05 Eli Zaretskii <eliz@gnu.org>
5933
5934 * objects.texi (Text Props and Strings): Add indexing for read
5935 syntax of text properties.
5936
4972c361
SM
59372008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * processes.texi (Decoding Output): Remove process-filter-multibyte
5940 functions.
5941
c70a68db
MR
59422008-03-15 Martin Rudalics <rudalics@gmx.at>
5943
5944 * display.texi (Finding Overlays): Say that empty overlays at
5945 the end of the buffer are reported too.
5946
1291fd36
GM
59472008-03-13 Glenn Morris <rgm@gnu.org>
5948
5949 * elisp.texi (EMACSVER): Set to 23.0.60.
5950
c6b0dfd5
CY
59512008-02-26 Chong Yidong <cyd@stupidchicken.com>
5952
38a8b703 5953 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 5954
875fc30c
GM
59552008-02-22 Glenn Morris <rgm@gnu.org>
5956
5957 * frames.texi (Position Parameters): Clarify the description of
5958 `left' and `top', using information from "Geometry".
5959 (Geometry): Give a pointer to "Position Parameters", rather than
5960 repeating information.
5961
d8c8e45a
GM
59622008-02-11 Glenn Morris <rgm@gnu.org>
5963
5964 * objects.texi (Equality Predicates): No longer talk about "two"
5965 functions.
5966
38a8b703 59672008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
5968
5969 * objects.texi (Equality Predicates): Add defun for
5970 equal-including-properties.
5971
bfffe0b1
GM
59722008-02-10 Glenn Morris <rgm@gnu.org>
5973
5974 * objects.texi (Equality Predicates):
5975 Mention equal-including-properties.
5976
431b78c9
RS
59772008-02-07 Richard Stallman <rms@gnu.org>
5978
5979 * windows.texi (Window Start): Mention the feature of moving
5980 window-start to start of line.
5981
c8763fb6 59822008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
5983
5984 * keymaps.texi (Tool Bar): Document rtl property.
5985
1a256502
TTN
59862008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5987
5988 * display.texi (Button Types):
5989 For define-button-type, clarify type of NAME.
5990
569382c2
MR
59912008-01-19 Martin Rudalics <rudalics@gmx.at>
5992
5993 * buffers.texi (Buffer Modification): Fix typo.
5994
f3041af1
DN
59952008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 * os.texi (System Environment): Remove references to OSes that are
5998 not supported anymore.
5999
d35e1cd7
DN
60002008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * os.texi (System Environment): Remove mention for Masscomp.
6003
23af7580
RS
60042008-01-04 Richard Stallman <rms@gnu.org>
6005
6006 * display.texi (Faces): Don't talk about internal face vector as arg
6007 to facep.
6008
6009 * customize.texi (Type Keywords): Fix previous change.
6010
6011 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
6012 * elisp.texi (Top): Fix menu for commands.texi change.
6013
ec7d5b1e
RS
60142007-12-30 Richard Stallman <rms@gnu.org>
6015
5dcb4c4e 6016 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
6017 (Accessing Scroll): New node broken out of Accessing Mouse.
6018
101a6cea
RS
60192007-12-28 Richard Stallman <rms@gnu.org>
6020
6021 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 6022 (Basic Parameters): For `title', refer to title bar.
041817a4 6023 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 6024
72b7e664
RS
60252007-12-23 Richard Stallman <rms@gnu.org>
6026
6027 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
6028 Improve some of the commented-out keywords' text too.
6029
27a4f445
MR
60302007-12-14 Martin Rudalics <rudalics@gmx.at>
6031
e2e3f1d7
MR
6032 * nonascii.texi (Encoding and I/O): Reword to avoid saying
6033 "visit the current buffer".
6034
27a4f445
MR
6035 * os.texi (System Interface): Fix typo.
6036
a2afc99d
RS
60372007-12-04 Richard Stallman <rms@gnu.org>
6038
6039 * objects.texi (Symbol Type): Fix typo.
6040
b694135c
RS
60412007-12-03 Richard Stallman <rms@gnu.org>
6042
6043 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
6044
f99a19da
GM
60452007-12-01 Glenn Morris <rgm@gnu.org>
6046
6047 * functions.texi (Declaring Functions): Improve previous change.
6048
8f4b37d8
GM
60492007-11-30 Glenn Morris <rgm@gnu.org>
6050
6051 * functions.texi (Declaring Functions): Add optional fourth
6052 argument of declare-function, and setting third argument to `t'.
6053
61a2fe01
RS
60542007-11-29 Richard Stallman <rms@gnu.org>
6055
6056 * customize.texi (Composite Types): Document `group' type.
6057
cbfc5193
GM
60582007-11-29 Glenn Morris <rgm@gnu.org>
6059
5dcb4c4e
SM
6060 * functions.texi (Declaring Functions): Add findex.
6061 Mention `external' files.
cbfc5193 6062
8386283a
JB
60632007-11-26 Juanma Barranquero <lekktu@gmail.com>
6064
6065 * functions.texi (Declaring Functions): Fix directive.
6066
a07c9a8b
RS
60672007-11-25 Richard Stallman <rms@gnu.org>
6068
6069 * help.texi (Help Functions): Clean up last change.
6070
6071 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
6072
6073 * loading.texi (Named Features): Minor cleanup.
6074
6075 * macros.texi (Eval During Expansion): Minor cleanup.
6076
6077 * variables.texi (Variable Aliases): Minor cleanup.
6078
a0925923
RS
60792007-11-24 Richard Stallman <rms@gnu.org>
6080
6081 * functions.texi (Declaring Functions): Clarify previous change.
6082
6083 * compile.texi (Compiler Errors): Clarify previous change.
6084
20c63e44
RS
60852007-11-24 Richard Stallman <rms@gnu.org>
6086
e5e76c04 6087 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
6088 Clarify the text and move items around.
6089
5bb0cda3
GM
60902007-11-24 Glenn Morris <rgm@gnu.org>
6091
6092 * functions.texi (Declaring Functions): New section.
6093 * compile.texi (Compiler Errors): Mention declaring functions,
6094 defvar with no initvalue, and byte-compile-warnings.
6095
af13c86a
MR
60962007-11-15 Martin Rudalics <rudalics@gmx.at>
6097
6098 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
6099 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
6100
a5373305
MR
61012007-11-13 Martin Rudalics <rudalics@gmx.at>
6102
6103 * help.texi (Help Functions): Document new macro `with-help-window'.
6104
fe284805
JL
61052007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
6106
6107 * searching.texi (Replacing Match): Describe new
6108 `match-substitute-replacement'.
6109
2c3a09b1
RS
61102007-10-31 Richard Stallman <rms@gnu.org>
6111
6112 * strings.texi (Creating Strings): Null strings from concat not unique.
6113
f2b480f4
RS
61142007-10-26 Richard Stallman <rms@gnu.org>
6115
6116 * objects.texi (Equality Predicates): Null strings are uniquified.
6117
6118 * minibuf.texi: Minor clarifications in previous change.
6119
db21122c
GM
61202007-10-25 Glenn Morris <rgm@gnu.org>
6121
6122 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
6123
2328cbb3
RS
61242007-10-24 Richard Stallman <rms@gnu.org>
6125
6126 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
6127
6128 * variables.texi (Frame-Local Variables): Node deleted.
6129 (Variables): Delete Frame-Local Variables from menu.
6130 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
6131 (Default Value): Don't mention frame-local vars.
6132
6133 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
6134
6135 * loading.texi (Unloading): Document FEATURE-unload-function
6136 instead of FEATURE-unload-hook.
6137
2328cbb3
RS
6138 * frames.texi (Multiple Displays): Don't mention frame-local vars.
6139
c066bafa
JL
61402007-10-22 Juri Linkov <juri@jurta.org>
6141
6142 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
6143 (High-Level Completion): Document a list of default value strings
6144 in the DEFAULT argument, for which minibuffer functions return the
6145 first element.
6146
65ced25f
JL
61472007-10-17 Juri Linkov <juri@jurta.org>
6148
6149 * text.texi (Filling): Update arguments of fill-paragraph.
6150 fill-paragraph operates on the active region in Transient Mark mode.
6151 Remove fill-paragraph-or-region.
6152
ee46ec8e
KB
61532007-10-13 Karl Berry <karl@gnu.org>
6154
6155 * elisp.texi (@dircategory): Move to after @copying,
6156 since we want @copying as close as possible to the beginning of
6157 the output.
6158
61bbdbc6
RS
61592007-10-12 Richard Stallman <rms@gnu.org>
6160
6161 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
6162
6163 * commands.texi (Distinguish Interactive): New node,
6164 broken out from Interactive Call and rewritten.
6165 (Command Loop): Put Distinguish Interactive in menu.
6166
af23e1e8
RS
61672007-10-09 Richard Stallman <rms@gnu.org>
6168
6169 * text.texi (Examining Properties): Mention overlay priority.
6170
6171 * display.texi (Display Margins): Correct the description
6172 of margin display specifications.
6173 (Replacing Specs): New subnode broken out of Display Property.
6174
e1965a69
JL
61752007-10-06 Juri Linkov <juri@jurta.org>
6176
6177 * text.texi (Filling): Document fill-paragraph-or-region.
6178
4638454b
JB
61792007-10-05 Juanma Barranquero <lekktu@gmail.com>
6180
6181 * display.texi (Auto Faces): Fix typo.
6182
7ed54cc5
RS
61832007-10-02 Richard Stallman <rms@gnu.org>
6184
6185 * display.texi (Display Property): Explain some display specs
6186 don't let you move point in.
6187
5dcb4c4e
SM
6188 * frames.texi (Cursor Parameters):
6189 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
6190
6191 * windows.texi (Basic Windows): Don't describe
6192 cursor-in-non-selected-windows here.
6193
305a7ef2
EZ
61942007-10-01 Eli Zaretskii <eliz@gnu.org>
6195
6196 * processes.texi (Misc Network): Note that these functions are
6197 supported only on some systems.
6198
f7a7f4eb
RS
61992007-10-01 Richard Stallman <rms@gnu.org>
6200
6201 * display.texi (Overlay Properties): Explain nil as priority.
6202 Explain that conflicts are unpredictable if not resolved by
6203 priorities.
6204
780d7bb9
RS
62052007-09-23 Richard Stallman <rms@gnu.org>
6206
6207 * macros.texi (Backquote): Minor clarification.
6208
14b4fdfb
RS
62092007-09-19 Richard Stallman <rms@gnu.org>
6210
6211 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
6212 Clarify when they work in parallel and when one overrides.
6213 Fix error in example.
14b4fdfb 6214
b8d4c8d0
GM
62152007-09-06 Glenn Morris <rgm@gnu.org>
6216
b3e755a9 6217 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
6218 commands to use ../../info.
6219 * Makefile.in (infodir): Go up one more level.
4638454b 6220 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
6221 (miscmanualdir): New.
6222 (dist): Use new variable miscmanualdir.
6223 * makefile.w32-in (infodir, texinputdir): Go up one more level.
6224 (usermanualdir): Change from ../man to ../emacs.
6225
1bb1f7d3
MR
62262007-08-30 Martin Rudalics <rudalics@gmx.at>
6227
6228 * commands.texi (Command Loop Info): Advise against changing
6229 most variables described here. Explain new variable
6230 last-repeatable-command.
6231
b8d4c8d0
GM
62322007-08-29 Glenn Morris <rgm@gnu.org>
6233
6234 * elisp.texi (EMACSVER): Increase to 23.0.50.
6235
62362007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6237
6238 * frames.texi (Basic Parameters): Add display-environment-variable
6239 and term-environment-variable.
6240
62412007-08-28 Juri Linkov <juri@jurta.org>
6242
6243 * display.texi (Image Formats, Other Image Types): Add SVG.
6244
62452007-08-28 Juri Linkov <juri@jurta.org>
6246
6247 * display.texi (Images): Move formats-related text to new node
6248 "Image Formats".
6249 (Image Formats): New node.
6250
619fb9ee
RS
62512007-08-27 Richard Stallman <rms@gnu.org>
6252
6253 * windows.texi (Window Configurations): Clarify what
6254 a window configuration saves.
6255
b8d4c8d0
GM
62562007-08-25 Richard Stallman <rms@gnu.org>
6257
6258 * display.texi (Images): Delete redundant @findex.
6259
39f9da30
GM
62602007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * text.texi (Change Hooks): (after|before)-change-functions are no
6263 longer bound to nil while running; rather inhibit-modification-hooks
6264 is t.
6265
b8d4c8d0
GM
62662007-08-16 Richard Stallman <rms@gnu.org>
6267
5dcb4c4e
SM
6268 * processes.texi (Asynchronous Processes):
6269 Clarify doc of start-file-process.
b8d4c8d0
GM
6270
62712007-08-08 Martin Rudalics <rudalics@gmx.at>
6272
6273 * modes.texi (Example Major Modes): Fix typo.
6274
62752007-08-08 Glenn Morris <rgm@gnu.org>
6276
6277 * intro.texi (nil and t): Do not use `iff' in documentation.
6278
6279 * tips.texi (Documentation Tips): Recommend against `iff'.
6280
62812007-08-07 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * display.texi (Image Cache): Document image-refresh.
6284
62852007-08-06 Martin Rudalics <rudalics@gmx.at>
6286
6287 * windows.texi (Size of Window): Document window-full-width-p.
6288
62892007-07-25 Glenn Morris <rgm@gnu.org>
6290
6291 * gpl.texi (GPL): Replace license with GPLv3.
6292
6293 * Relicense all FSF files to GPLv3 or later.
6294
62952007-07-24 Michael Albinus <michael.albinus@gmx.de>
6296
4638454b
JB
6297 * processes.texi (Synchronous Processes):
6298 Add `process-file-shell-command'.
b8d4c8d0
GM
6299 (Asynchronous Processes): Mention restricted use of
6300 `process-filter' and `process-sentinel' in
6301 `start-file-process'. Add `start-file-process-shell-command'.
6302
63032007-07-17 Michael Albinus <michael.albinus@gmx.de>
6304
6305 * files.texi (Magic File Names): Introduce optional parameter
6306 IDENTIFICATION for `file-remote-p'.
6307
63082007-07-16 Richard Stallman <rms@gnu.org>
6309
6310 * display.texi (Defining Faces): Fix previous change.
6311
63122007-07-14 Richard Stallman <rms@gnu.org>
6313
6314 * control.texi (Handling Errors): Document `debug' in handler list.
6315
63162007-07-10 Richard Stallman <rms@gnu.org>
6317
6318 * display.texi (Defining Faces): Explain C-M-x feature for defface.
6319
63202007-07-09 Richard Stallman <rms@gnu.org>
6321
6322 * files.texi (Magic File Names): Rewrite previous change.
6323
63242007-07-08 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * files.texi (Magic File Names): Introduce optional parameter
6327 CONNECTED for `file-remote-p'.
6328
63292007-07-07 Michael Albinus <michael.albinus@gmx.de>
6330
6331 * processes.texi (Asynchronous Processes):
6332 * files.texi (Magic File Names): Add `start-file-process'.
6333
63342007-06-27 Richard Stallman <rms@gnu.org>
6335
5dcb4c4e
SM
6336 * files.texi (Format Conversion Piecemeal):
6337 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
6338
63392007-06-27 Michael Albinus <michael.albinus@gmx.de>
6340
4638454b
JB
6341 * files.texi (Magic File Names): Remove `dired-call-process'.
6342 Add `process-file'.
b8d4c8d0
GM
6343
63442007-06-27 Kenichi Handa <handa@m17n.org>
6345
6346 * text.texi (Special Properties): Fix description about
4638454b 6347 `composition' property.
b8d4c8d0
GM
6348
63492007-06-26 Kenichi Handa <handa@m17n.org>
6350
6351 * nonascii.texi (Default Coding Systems): Document about the
6352 return value `undecided'.
6353
63542007-06-25 David Kastrup <dak@gnu.org>
6355
6356 * keymaps.texi (Active Keymaps): Document new POSITION argument of
6357 `current-active-maps'.
6358
63592007-06-24 Karl Berry <karl@gnu.org>
6360
4638454b 6361 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
6362
63632007-06-15 Juanma Barranquero <lekktu@gmail.com>
6364
6365 * display.texi (Overlay Arrow): Doc fix.
6366
63672007-06-14 Karl Berry <karl@tug.org>
6368
6369 * anti.texi (Antinews): Typo.
6370
63712007-06-14 Chong Yidong <cyd@stupidchicken.com>
6372
6373 * display.texi (Image Cache): Document image-refresh.
6374
63752007-06-12 Karl Berry <karl@gnu.org>
6376
6377 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
6378 * two-volume.make: New file.
6379 * .cvsignore: Ignore two-volume files.
6380
63812007-06-12 Tom Tromey <tromey@redhat.com>
6382
6383 * os.texi (Init File): Document user-emacs-directory.
6384
63852007-06-03 Nick Roberts <nickrob@snap.net.nz>
6386
6387 * commands.texi (Click Events): Describe width and height when
6388 object is nil.
6389
63902007-05-30 Nick Roberts <nickrob@snap.net.nz>
6391
5dcb4c4e
SM
6392 * commands.texi (Click Events): Layout more logically.
6393 Describe width and height.
b8d4c8d0
GM
6394 (Drag Events, Motion Events): Update to new format for position.
6395
63962007-06-02 Richard Stallman <rms@gnu.org>
6397
6398 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
6399
64002007-06-02 Chong Yidong <cyd@stupidchicken.com>
6401
6402 * Version 22.1 released.
6403
64042007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * text.texi (Special Properties): Correct meaning of fontified face.
6407
64082007-05-30 Richard Stallman <rms@gnu.org>
6409
6410 * text.texi (Special Properties): Add link to Adjusting Point.
6411
64122007-05-12 Richard Stallman <rms@gnu.org>
6413
6414 * text.texi (Margins): indent-to-left-margin is not the default.
6415 (Mode-Specific Indent): For indent-line-function, the default
6416 is indent-relative.
6417
6418 * modes.texi (Example Major Modes): Explain last line of text-mode
6419 is redundant.
6420
64212007-05-10 Richard Stallman <rms@gnu.org>
6422
6423 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
6424
6425 * help.texi (Keys in Documentation): Add reference to
6426 Documentation Tips.
6427
6428 * files.texi (Format Conversion): TO-FN gets three arguments.
6429
6430 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
6431
64322007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
6433
6434 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
6435 * files.texi (Format Conversion): Expand intro; add menu.
6436 (Format Conversion Overview, Format Conversion Round-Trip)
6437 (Format Conversion Piecemeal): New nodes/subsections.
6438 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
6439 * text.texi (Text Properties): Remove "Saving Properties" from menu.
6440 (Saving Properties): Delete node/subsection.
6441
64422007-05-07 Karl Berry <karl@gnu.org>
6443
6444 * elisp.texi (EMACSVER): Back to 22.
6445
64462007-05-06 Richard Stallman <rms@gnu.org>
6447
6448 * processes.texi (Accepting Output): Revert most of previous change.
6449
64502007-05-05 Richard Stallman <rms@gnu.org>
6451
6452 * processes.texi (Accepting Output): accept-process-output
6453 uses microseconds, not milliseconds. But that arg is obsolete.
6454
64552007-05-04 Karl Berry <karl@tug.org>
6456
6457 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
6458
64592007-05-04 Eli Zaretskii <eliz@gnu.org>
6460
6461 * tips.texi (Documentation Tips): Rearrange items to place the
6462 more important ones first. Add an index entry for hyperlinks.
6463
64642007-05-03 Karl Berry <karl@gnu.org>
6465
6466 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
6467 (EMACSVER) [smallbook]: 22 for printed version.
6468
6469 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
6470 so restore anchor to normal position after defun. Found by Kevin Ryde.
6471
64722007-04-26 Glenn Morris <rgm@gnu.org>
6473
6474 * elisp.texi (EMACSVER): Increase to 22.1.50.
6475
64762007-04-28 Karl Berry <karl@gnu.org>
6477
6478 * elisp.texi: Improve line breaks on copyright page,
6479 similar layout to emacs manual, 8.5x11 by default.
6480
64812007-04-24 Richard Stallman <rms@gnu.org>
6482
6483 * text.texi (Special Properties): Add xref to Overlay Properties.
6484
6485 * display.texi (Overlay Properties): Add xref to Special Properties.
6486
64872007-04-22 Richard Stallman <rms@gnu.org>
6488
6489 * keymaps.texi (Extended Menu Items): Move the info about
6490 format with cached keyboard binding.
6491
64922007-04-21 Richard Stallman <rms@gnu.org>
6493
6494 * text.texi (Special Properties): Clarify previous change.
6495
6496 * files.texi (File Name Expansion): Clarify previous change.
6497
6498 * display.texi (Attribute Functions): Fix example for
6499 face-attribute-relative-p.
6500
65012007-04-19 Kenichi Handa <handa@m17n.org>
6502
6503 * text.texi (Special Properties): Document composition property.
6504
65052007-04-19 Glenn Morris <rgm@gnu.org>
6506
6507 * files.texi (File Name Expansion): Mention "superroot".
6508
65092007-04-15 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * frames.texi (Multiple Displays): Add note about "multi-monitor"
6512 setups.
6513 (Display Feature Testing): Note that display refers to all
6514 physical monitors for multi-monitor setups.
6515
65162007-04-14 Richard Stallman <rms@gnu.org>
6517
6518 * lists.texi (Sets And Lists): Clarify `delete' examples.
6519 Remove spurious xref to same node.
6520 Clarify xref for add-to-list.
6521
65222007-04-12 Nick Roberts <nickrob@snap.net.nz>
6523
6524 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
6525 value of lisp-mode-map.
6526
65272007-04-11 Karl Berry <karl@gnu.org>
6528
6529 * anti.texi (Antinews):
6530 * display.texi (Overlay Properties, Defining Images):
6531 * processes.texi (Synchronous Processes, Sentinels):
6532 * syntax.texi (Syntax Table Internals):
6533 * searching.texi (Regexp Special):
6534 * nonascii.texi (Default Coding Systems):
6535 * text.texi (Special Properties):
6536 * minibuf.texi (Basic Completion): Wording to improve breaks in
6537 8.5x11 format.
6538 * elisp.texi (smallbook): New @set to more easily switch between
6539 smallbook and 8.5x11.
6540
65412007-04-11 Richard Stallman <rms@gnu.org>
6542
6543 * text.texi (Lazy Properties): Minor fix.
6544
65452007-04-08 Karl Berry <karl@gnu.org>
6546
6547 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
6548 * macros.texi (Backquote): Downcase Backquote in index entries for
6549 consistency.
6550
65512007-04-08 Richard Stallman <rms@gnu.org>
6552
6553 * text.texi (Adaptive Fill): Just describe default,
6554 don't show it (since it contains non-ASCII chars).
6555
65562007-04-07 Karl Berry <karl@gnu.org>
6557
6558 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
6559 adaptive-fill-regexp's value, since they are not in the standard
6560 TeX fonts.
6561
65622007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
6563
6564 * display.texi (Defining Faces): Fix example.
6565
65662007-04-07 Karl Berry <karl@gnu.org>
6567
6568 * display.texi (Button Buffer Commands): Improve page break.
6569
65702007-04-07 Richard Stallman <rms@gnu.org>
6571
6572 * advice.texi (Activation of Advice): Remove redundant index entry.
6573
6574 * backups.texi: Improve index entries. Remove redundant ones.
6575
6576 * compile.texi (Byte Compilation): Improve index entry.
6577
6578 * hash.texi (Creating Hash): Improve index entry.
6579
6580 * symbols.texi (Definitions): Improve index entry.
6581
6582 * edebug.texi: Improve index entries. Remove redundant/useless ones.
6583
6584 * maps.texi (Standard Keymaps): Remove useless index entry.
6585
6586 * help.texi (Documentation Basics): Remove redundant index entries.
6587
6588 * customize.texi: Improve index entries.
6589 Remove redundant/useless ones.
6590
6591 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
6592
6593 * streams.texi (Output Variables): Improve index entry.
6594
6595 * abbrevs.texi (Abbrevs): Remove useless index entry.
6596
6597 * macros.texi (Expansion): Remove useless index entry.
6598
6599 * text.texi: Improve index entries. Remove redundant/useless ones.
6600 (Text Properties, Examining Properties)
6601 (Special Properties): Use "property category" instead of "category"
6602 to refer to the `category' property.
6603
6604 * positions.texi: Improve index entries. Remove useless one.
6605
6606 * lists.texi: Improve index entries. Remove redundant/useless ones.
6607
6608 * os.texi: Improve index entries.
6609 (Timers): Fix previous change.
6610
6611 * buffers.texi: Improve index entries.
6612 (Modification Time): Get rid of term "obsolete buffer".
6613
6614 * debugging.texi: Improve index entries.
6615 (Test Coverage): Add xref to other test coverage ftr.
6616
6617 * eval.texi: Improve index entry. Remove redundant ones.
6618
6619 * numbers.texi: Improve index entries. Remove redundant/useless ones.
6620
6621 * files.texi: Improve index entries. Remove redundant/useless ones.
6622
6623 * objects.texi: Improve index entries.
6624
6625 * processes.texi: Improve index entries.
6626
6627 * modes.texi: Improve index entry. Remove redundant one.
6628
6629 * nonascii.texi: Improve index entries.
6630
6631 * internals.texi: Improve index entries.
6632
6633 * syntax.texi: Improve index entries.
6634
6635 * keymaps.texi (Active Keymaps): Improve index entries.
6636
6637 * commands.texi: Improve index entries. Remove redundant/useless ones.
6638
6639 * frames.texi: Improve index entries. Remove redundant/useless ones.
6640
6641 * markers.texi: Improve index entries. Remove redundant ones.
6642
6643 * tips.texi: Improve index entries.
6644
6645 * loading.texi (Unloading): Improve index entry.
6646
6647 * variables.texi: Improve index entries. Remove redundant one.
6648
6649 * sequences.texi: Improve index entry.
6650
6651 * display.texi: Improve index entries. Remove redundant ones.
6652
6653 * windows.texi: Improve index entries.
6654
6655 * searching.texi: Improve index entries. Remove redundant one.
6656
6657 * strings.texi (Case Tables): Improve last change.
6658
66592007-04-04 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * strings.texi (Case Tables): Document with-case-table and
6662 ascii-case-table.
6663
66642007-04-03 Karl Berry <karl@gnu.org>
6665
6666 * processes.texi (Network): Reword to improve page break.
6667
66682007-04-03 Eli Zaretskii <eliz@gnu.org>
6669
6670 * functions.texi (Inline Functions): Describe more disadvantages
6671 of defsubst, and make advice against it stronger.
6672
66732007-04-02 Karl Berry <karl@gnu.org>
6674
6675 * backups.texi (Backup Names): Avoid widow words.
6676 * modes.texi (Example Major Modes): Align last comment.
6677
66782007-04-01 Chong Yidong <cyd@stupidchicken.com>
6679
6680 * keymaps.texi (Remapping Commands): Document new arg to
6681 command-remapping.
6682
66832007-04-01 Karl Berry <karl@gnu.org>
6684
6685 * processes.texi (Low-Level Network): Typo.
6686 * loading.texi (Hooks for Loading): Avoid double "the".
6687 * keymaps.texi (Key Sequences): No double "and".
6688 (Changing Key Bindings): Shorten to improve line break.
6689
66902007-03-31 Glenn Morris <rgm@gnu.org>
6691
6692 * os.texi (Timers): Fix description of run-at-time TIME formats.
6693
66942007-03-31 Richard Stallman <rms@gnu.org>
6695
6696 * display.texi (Invisible Text): Correct buffer-invisibility-spec
6697 regarding ellipsis.
6698
66992007-03-31 Eli Zaretskii <eliz@gnu.org>
6700
6701 * intro.texi (nil and t):
6702 * symbols.texi (Plists and Alists):
6703 * variables.texi (Variable Aliases, Constant Variables):
6704 * functions.texi (Defining Functions):
6705 * advice.texi (Advising Primitives):
6706 * debugging.texi (Syntax Errors, Compilation Errors):
6707 * minibuf.texi (Minibuffer Windows):
6708 * commands.texi (Adjusting Point):
6709 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
6710 (Auto Major Mode, Major Mode Conventions):
6711 * help.texi (Describing Characters):
6712 * files.texi (Create/Delete Dirs, Information about Files)
6713 (File Locks, Writing to Files, Reading from Files)
6714 (Saving Buffers):
6715 * windows.texi (Resizing Windows, Cyclic Window Ordering):
6716 * frames.texi (Finding All Frames):
6717 * positions.texi (Buffer End, Motion):
6718 * markers.texi (The Region):
6719 * text.texi (Deletion, Near Point):
6720 * display.texi (Displaying Messages, Truncation):
6721 * os.texi (Processor Run Time):
6722 * tips.texi (Key Binding Conventions, Programming Tips)
6723 (Warning Tips, Documentation Tips, Comment Tips):
6724 * internals.texi (Memory Usage): Improve indexing.
6725
6726 * variables.texi (Frame-Local Variables):
6727 * functions.texi (Argument List):
6728 * loading.texi (Library Search):
6729 * streams.texi (Output Variables):
6730 * keymaps.texi (Translation Keymaps, Searching Keymaps):
6731 * searching.texi (Replacing Match, Search and Replace):
6732 * processes.texi (Byte Packing, Decoding Output)
6733 (Accepting Output, Network Servers, Shell Arguments):
6734 * display.texi (Abstract Display, Image Cache, Scroll Bars):
6735 * windows.texi (Window Point, Window Start):
6736 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
6737 * commands.texi (Reading Input, Keyboard Events):
6738 * minibuf.texi (Reading File Names, Minibuffer Completion)
6739 (Recursive Mini):
6740 * positions.texi (List Motion):
6741 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
6742 * numbers.texi (Arithmetic Operations, Math Functions)
6743 (Predicates on Numbers, Comparison of Numbers):
6744 (Numeric Conversions):
6745 * locals.texi (Standard Buffer-Local Variables):
6746 * maps.texi (Standard Keymaps):
6747 * os.texi (User Identification, System Environment, Recording Input)
6748 (X11 Keysyms):
6749 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
6750 * backups.texi (Backups and Auto-Saving):
6751 * customize.texi (Customization, Group Definitions)
6752 (Variable Definitions):
6753 * compile.texi (Byte Compilation): Improve index entries.
6754
67552007-03-31 Karl Berry <karl@gnu.org>
6756
6757 * macros.texi (Defining Macros): Avoid widow syllable.
6758
67592007-03-31 Eli Zaretskii <eliz@gnu.org>
6760
6761 * elisp.texi (Top): Postscript -> PostScript.
6762
6763 * display.texi (Images, Postscript Images): Postscript -> PostScript.
6764
67652007-03-31 Markus Triska <markus.triska@gmx.at>
6766
6767 * internals.texi (Writing Emacs Primitives): Untabify `For'.
6768
67692007-03-30 Karl Berry <karl@gnu.org>
6770
6771 * lists.texi (List-related Predicates): Remove spurious @need.
6772 (Setcdr): Use @smallexample to improve page break.
6773 (Association Lists) <assoc>: Reword to improve page break.
6774
6775 * strings.texi (String Conversion): Insert blank line to improve
6776 page break.
6777
6778 * numbers.texi (Random Numbers): Use @minus{}.
6779 (Math Functions): Use @minus{}.
6780
6781 * intro.texi (Acknowledgements): Avoid line breaks before middle
6782 initials.
6783
67842007-03-24 Eli Zaretskii <eliz@gnu.org>
6785
6786 * errors.texi (Standard Errors): Add an index entry.
6787
67882007-03-19 Richard Stallman <rms@gnu.org>
6789
6790 * os.texi (Recording Input): recent-keys now gives 300 keys.
6791
67922007-03-12 Glenn Morris <rgm@gnu.org>
6793
6794 * os.texi: Replace "daylight savings" with "daylight saving"
6795 throughout.
6796
67972007-03-05 Richard Stallman <rms@gnu.org>
6798
5dcb4c4e
SM
6799 * variables.texi (File Local Variables):
6800 Update enable-local-variables values.
b8d4c8d0
GM
6801
68022007-03-04 Richard Stallman <rms@gnu.org>
6803
6804 * syntax.texi (Control Parsing): Minor clarification.
6805
6806 * strings.texi (Formatting Strings): Clarify width, precision, flags.
6807
6808 * sequences.texi (Sequence Functions): Move string-bytes away,
6809 add xref.
6810
6811 * nonascii.texi (Text Representations): Move string-bytes here.
6812
6813 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
6814
6815 * minibuf.texi (Basic Completion): Minor clarification.
6816
6817 * markers.texi (The Mark): Clarify existence vs activation of mark.
6818 Other cleanup.
6819
6820 * display.texi (Finding Overlays): Write better example.
6821
6822 * compile.texi (Eval During Compile): Clarify putting macros
6823 in eval-when-compile.
6824
c5602427 68252007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
6826
6827 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 6828 load-read-function definition doc.
b8d4c8d0
GM
6829
68302007-02-21 Kim F. Storm <storm@cua.dk>
6831
6832 * strings.texi (Text Comparison): Mention that assoc-string
6833 converts symbols to strings before testing.
6834
68352007-02-17 Kim F. Storm <storm@cua.dk>
6836
6837 * processes.texi (Bindat Spec): Vector types can have optional
6838 element type.
6839 (Bindat Examples): Fix example. Add vector with element type.
6840
68412007-02-16 Andreas Schwab <schwab@suse.de>
6842
6843 * strings.texi (Formatting Strings): Document '+' flag.
6844
68452007-02-15 Juanma Barranquero <lekktu@gmail.com>
6846
6847 * strings.texi (Modifying Strings): Clarify that `clear-string'
6848 always converts the string to unibyte.
6849
68502007-02-14 Kim F. Storm <storm@cua.dk>
6851
6852 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
6853 Rewrite glyph code description to refer to these functions.
6854 Remove details of encoding face number and char into integer code.
6855
68562007-02-03 Alan Mackenzie <acm@muc.de>
6857
6858 * loading.texi (Hooks for Loading): Make the description of
6859 `eval-after-load' more detailed, and amend the description of
6860 after-load-alist, in accordance with changes from 2006-05.
6861
68622007-02-03 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * modes.texi (Defining Minor Modes): Document that a :require
6865 keyword or similar may be required to make saved customization
6866 variables work.
6867
68682007-02-03 Eli Zaretskii <eliz@gnu.org>
6869
6870 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
6871 Texinfo guidelines and with what texnfo-upd.el expects.
6872 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
6873 parts needed by `texinfo-multiple-files-update'.
6874
68752007-02-02 Eli Zaretskii <eliz@gnu.org>
6876
6877 * elisp.texi (Top): Update the top-level menus.
6878
6879 * syntax.texi (Categories): Add index entries.
6880
68812007-02-01 Juanma Barranquero <lekktu@gmail.com>
6882
6883 * display.texi (Attribute Functions): Fix name and description of
6884 the UNDERLINE arg of `set-face-underline-p'.
6885
68862007-01-29 Eli Zaretskii <eliz@gnu.org>
6887
6888 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
6889 Variables", and "Standard Keymaps" to the detailed menu.
6890
6891 * variables.texi (Future Local Variables): Add index entry.
6892
68932007-01-28 Richard Stallman <rms@gnu.org>
6894
6895 * tips.texi (Coding Conventions): Clarify the tip about macros
6896 that define a function or a variable.
6897
6898 * files.texi (File Attributes): UID and GID can be floats.
6899 (Magic File Names): Explain why deferring all operations to
6900 the standard handler does not work.
6901
69022007-01-23 Martin Rudalics <rudalics@gmx.at>
6903
6904 * backups.texi (Reverting): Use "buffer" instead of "file"
6905 when talking about major and minor modes.
6906
69072007-01-21 Richard Stallman <rms@gnu.org>
6908
6909 * help.texi (Documentation): Add xref to Documentation Tips.
6910
69112007-01-14 Juanma Barranquero <lekktu@gmail.com>
6912
6913 * tips.texi (Coding Conventions): Fix typos.
6914
69152007-01-05 Richard Stallman <rms@gnu.org>
6916
6917 * modes.texi (Defining Minor Modes): Fix previous change.
6918
69192007-01-03 Richard Stallman <rms@gnu.org>
6920
6921 * customize.texi (Variable Definitions, Customization Types):
6922 Don't use * in doc string for defcustom.
6923
69242007-01-02 Richard Stallman <rms@gnu.org>
6925
6926 * variables.texi (Variable Aliases): Clarify that aliases vars
6927 always have the same value.
6928
6929 * processes.texi (Bindat Spec): Fix Texinfo usage.
6930
6931 * modes.texi (Defining Minor Modes): Explain effect of command
6932 defined with define-global-minor-mode on new buffers.
6933
69342006-12-30 Kim F. Storm <storm@cua.dk>
6935
6936 * keymaps.texi (Tool Bar): Describe `grow-only' value of
6937 `auto-resize-tool-bars'.
6938
69392006-12-30 Richard Stallman <rms@gnu.org>
6940
6941 * keymaps.texi (Active Keymaps): Fix previous change.
6942
69432006-12-30 Nick Roberts <nickrob@snap.net.nz>
6944
6945 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
6946
69472006-12-30 Kim F. Storm <storm@cua.dk>
6948
6949 * processes.texi (Bindat Spec): Clarify using field names in
6950 length specifications.
6951
69522006-12-29 Kim F. Storm <storm@cua.dk>
6953
6954 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
6955 Add count and index variables for eval forms in repeat blocks.
6956
69572006-12-24 Richard Stallman <rms@gnu.org>
6958
5dcb4c4e
SM
6959 * customize.texi (Variable Definitions):
6960 Document new name custom-add-frequent-value.
b8d4c8d0
GM
6961
69622006-12-19 Kim F. Storm <storm@cua.dk>
6963
6964 * commands.texi (Misc Events): User signals now result in sigusr1
6965 and sigusr2 events which are handled through special-event-map.
6966 (Special Events): User signals and drag-n-drop are special.
6967
69682006-12-17 Richard Stallman <rms@gnu.org>
6969
6970 * loading.texi (Named Features): Explain subfeatures better.
6971
6972 * customize.texi: Use "option" only for user options.
6973 For the keyword values inside defcustom etc, say "keywords".
6974 For :options value's elements, say "elements".
6975 :group should not be omitted.
6976
6977 * syntax.texi (Parsing Expressions): Split up node.
6978 (Motion via Parsing, Position Parse, Parser State)
6979 (Low-Level Parsing, Control Parsing): New subnodes.
6980 (Parser State): Document syntax-ppss-toplevel-pos.
6981
6982 * positions.texi (List Motion): Punctuation fix.
6983
6984 * files.texi (File Name Completion): Document PREDICATE arg
6985 to file-name-completion.
6986
69872006-12-16 Eli Zaretskii <eliz@gnu.org>
6988
6989 * internals.texi (Building Emacs, Writing Emacs Primitives):
6990 Add index entries.
6991
69922006-12-11 Richard Stallman <rms@gnu.org>
6993
6994 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
6995 affects face menu. Explain how to make it non-nil without enabling
6996 any fontification.
6997
69982006-12-10 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * modes.texi (Font Lock Basics): Document nil value of
7001 font-lock-defaults.
7002
70032006-12-10 Glenn Morris <rgm@gnu.org>
7004
7005 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
7006 value for system-flag argument. Abbrev tables may not be empty
7007 when major modes are loaded.
7008
70092006-12-08 Juanma Barranquero <lekktu@gmail.com>
7010
7011 * makefile.w32-in (maintainer-clean): Partially revert last
7012 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
7013 to protect elisp-covers.texi.
7014
70152006-12-07 Juanma Barranquero <lekktu@gmail.com>
7016
7017 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
7018 Don't remove elisp* info files; they are already deleted by the
7019 `clean' and `distclean' targets, and they are in the $(infodir)
7020 directory, not the current one.
7021
70222006-12-04 Kim F. Storm <storm@cua.dk>
7023
7024 * commands.texi (Misc Events): Update signal events.
7025 (Event Examples): Add signal example.
7026
70272006-11-29 Richard Stallman <rms@gnu.org>
7028
7029 * frames.texi (Visibility of Frames): Explain visible windows
7030 can be covered by others. Add xref for raise-frame.
7031
70322006-11-28 Richard Stallman <rms@gnu.org>
7033
7034 * searching.texi (Regexp Special): Update when ^ is special.
7035
70362006-11-27 Eli Zaretskii <eliz@gnu.org>
7037
7038 * customize.texi (Customization, Common Keywords)
7039 (Group Definitions, Variable Definitions, Composite Types)
7040 (Type Keywords, Customization Types): Add index entries for
7041 various customization keywords.
7042
70432006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
7046
c8763fb6 70472006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7048
7049 * frames.texi (Window System Selections): Remove clipboard from
7050 description of selection-coding-system.
7051
70522006-11-06 Richard Stallman <rms@gnu.org>
7053
7054 * lists.texi (List Variables): Document COMPARE-FN.
7055
7056 * keymaps.texi: Avoid use of "binding" to mean a relation;
7057 use it only to refer to the meaning associated with a key.
7058 (Keymaps): Change menu node description.
7059
7060 * elisp.texi (Top): Change menu node description.
7061
7062 * display.texi (Managing Overlays): Document overlay-recenter.
7063
70642006-10-29 Chong Yidong <cyd@stupidchicken.com>
7065
7066 * Makefile.in: Use relative paths to avoid advertising filesystem
7067 contents during compilation.
7068
70692006-10-23 Kim F. Storm <storm@cua.dk>
7070
7071 * commands.texi (Event Input Misc): Update unread-command-events.
7072
70732006-10-23 Nick Roberts <nickrob@snap.net.nz>
7074
7075 * lists.texi (Sets And Lists): Fix typos.
7076
70772006-10-18 Juanma Barranquero <lekktu@gmail.com>
7078
7079 * control.texi (Processing of Errors): Use @var for an argument,
7080 not @code.
7081
70822006-10-16 Richard Stallman <rms@gnu.org>
7083
7084 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
7085
7086 * keymaps.texi (Format of Keymaps): Show all the keymap element
7087 patterns that result from menu items.
7088 (Key Lookup): Minor cleanups.
7089
7090 * modes.texi (Precalculated Fontification): Don't say that
7091 not setting font-lock-defaults avoids loading font-lock.
7092
7093 * help.texi (Documentation): Move xref to Emacs Manual here.
7094 (Documentation Basics): From here.
7095 Also doc emacs-lisp-docstring-fill-column.
7096
7097 * elisp.texi: Update version and ISBN.
7098
7099 * commands.texi (Interactive Call): Clarify KEYS arg to
7100 call-interactively is a vector.
7101 (Command Loop Info): Delete anchor in this-command-keys.
7102 Add anchor in this-command-keys-vector.
7103 (Recursive Editing): Document how recursive-edit
7104 handles the current buffer.
7105
71062006-10-13 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * frames.texi (Frame Titles): %c and %l are ignored in
7109 frame-title-format.
7110
71112006-10-11 Richard Stallman <rms@gnu.org>
7112
7113 * keymaps.texi (Key Sequences): Clarify use of kbd.
7114
71152006-10-10 Kim F. Storm <storm@cua.dk>
7116
7117 * lists.texi (Sets And Lists): Add memql.
7118
71192006-10-03 Richard Stallman <rms@gnu.org>
7120
7121 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
7122 Clarify :ascii: and :nonascii:.
7123
71242006-09-29 Juri Linkov <juri@jurta.org>
7125
7126 * modes.texi (%-Constructs): Reorder coding systems in the
7127 documentation of %z to the real order displayed in the modeline.
7128
71292006-09-25 Richard Stallman <rms@gnu.org>
7130
7131 * os.texi (Timers): Describe timer-max-repeats.
7132
71332006-09-25 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * os.texi (Timers): Mention with-local-quit.
7136
71372006-09-24 Richard Stallman <rms@gnu.org>
7138
7139 * searching.texi (Searching and Matching): Mention property search.
7140
7141 * commands.texi (Command Loop Info): Explain how read-event affects
7142 this-command-keys.
7143
71442006-09-20 Richard Stallman <rms@gnu.org>
7145
7146 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
7147
7148 * windows.texi (Window Start): Minor cleanups.
7149
71502006-09-20 Kim F. Storm <storm@cua.dk>
7151
7152 * windows.texi (Window Start): pos-visible-in-window-p allows
7153 specifying t for position to mean "end of window".
7154 Add window-line-height.
7155
7156 * anti.texi (Antinews): Mention window-line-height.
7157
71582006-09-19 David Kastrup <dak@gnu.org>
7159
7160 * keymaps.texi (Searching Keymaps): Small clarification.
7161
71622006-09-18 Richard Stallman <rms@gnu.org>
7163
7164 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
7165 cause keyboard menus.
7166 (Menu Keymaps): Likewise.
7167 (Defining Menus, Keyboard Menus): Clarify.
7168
7169 * text.texi (Fields): Clarify explanation of constrain-to-field.
7170
71712006-09-16 Eli Zaretskii <eliz@gnu.org>
7172
7173 * variables.texi (Tips for Defining): Fix a typo.
7174
71752006-09-15 Richard Stallman <rms@gnu.org>
7176
7177 * keymaps.texi (Remapping Commands, Searching Keymaps)
7178 (Active Keymaps): Clean up previous change.
7179
71802006-09-15 Jay Belanger <belanger@truman.edu>
7181
7182 * gpl.texi: Replace "Library Public License" by "Lesser Public
7183 License" throughout.
7184
71852006-09-15 David Kastrup <dak@gnu.org>
7186
7187 * keymaps.texi (Active Keymaps): Adapt description to use
7188 `get-char-property' instead `get-text-property'. Explain how
7189 mouse events change this. Explain the new optional argument of
7190 `key-binding' and its mouse-dependent lookup.
7191 (Searching Keymaps): Adapt description similarly.
7192 (Remapping Commands): Explain the new optional argument of
7193 `command-remapping'.
7194
71952006-09-14 Richard Stallman <rms@gnu.org>
7196
7197 * keymaps.texi (Searching Keymaps): Clarification.
7198 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
7199
72002006-09-13 Richard Stallman <rms@gnu.org>
7201
7202 * objects.texi (Character Type): Node split.
7203 Add xref to Describing Characters.
7204 (Basic Char Syntax, General Escape Syntax)
7205 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
7206
72072006-09-11 Richard Stallman <rms@gnu.org>
7208
7209 * display.texi (Display Table Format): Wording clarification.
7210 (Glyphs): Clarifications.
7211
72122006-09-10 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * keymaps.texi (Active Keymaps): Mention that key-binding checks
7215 local maps.
7216
72172006-09-10 Kim F. Storm <storm@cua.dk>
7218
7219 * display.texi (Forcing Redisplay): Document return value of
7220 function redisplay.
7221
72222006-09-09 Richard Stallman <rms@gnu.org>
7223
7224 * windows.texi (Window Hooks): Explain limits of
7225 window-scroll-functions.
7226
7227 * display.texi (Fringe Indicators): Update for last change in
7228 indicate-buffer-boundaries.
7229
72302006-09-08 Richard Stallman <rms@gnu.org>
7231
7232 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
7233
72342006-09-06 Kim F. Storm <storm@cua.dk>
7235
7236 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
7237
7238 * windows.texi (Window Start): Update pos-visible-in-window-p.
7239
72402006-09-04 Richard Stallman <rms@gnu.org>
7241
7242 * processes.texi (Accepting Output): Explain SECONDS=0 for
7243 accept-process-output.
7244
7245 * os.texi (Idle Timers): Explain why timer functions should not
7246 loop until (input-pending-p).
7247
72482006-09-02 Eli Zaretskii <eliz@gnu.org>
7249
7250 * makefile.w32-in (usermanualdir): New variable.
7251 (elisp.dvi): Use it.
7252
72532006-09-01 Eli Zaretskii <eliz@gnu.org>
7254
7255 * buffers.texi (Buffer Modification): Fix last change.
7256
72572006-09-01 Chong Yidong <cyd@stupidchicken.com>
7258
5dcb4c4e
SM
7259 * buffers.texi (Buffer Modification):
7260 Document buffer-chars-modified-tick.
b8d4c8d0
GM
7261
72622006-08-31 Richard Stallman <rms@gnu.org>
7263
7264 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
7265
72662006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
7267
7268 * modes.texi (Syntactic Font Lock):
7269 Mention font-lock-syntactic-face-function
7270 instead of specific faces.
7271
72722006-08-29 Chong Yidong <cyd@stupidchicken.com>
7273
7274 * display.texi (Images): Add xrref to display-images-p.
7275
72762006-08-28 Kenichi Handa <handa@m17n.org>
7277
7278 * nonascii.texi (Lisp and Coding Systems): Fix description of
7279 detect-coding-region.
7280
72812006-08-27 Michael Olson <mwolson@gnu.org>
7282
7283 * processes.texi (Transaction Queues): Remove stray quote
7284 character.
7285
72862006-08-25 Richard Stallman <rms@gnu.org>
7287
7288 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
7289 Add xref.
7290
72912006-08-24 Chong Yidong <cyd@stupidchicken.com>
7292
7293 * os.texi (Timers): Avoid waiting inside timers.
7294
72952006-08-21 Lute Kamstra <lute@gnu.org>
7296
7297 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
7298
72992006-08-20 Richard Stallman <rms@gnu.org>
7300
7301 * os.texi (Idle Timers): New node, split out from Timers.
7302 Document current-idle-time.
7303 * commands.texi (Reading One Event): Update xref.
7304 * elisp.texi (Top): Update subnode menu.
7305
73062006-08-16 Richard Stallman <rms@gnu.org>
7307
7308 * keymaps.texi (Extended Menu Items): Show format of cached
7309 bindings in extended menu items.
7310
7311 * customize.texi (Variable Definitions): Explain when the
7312 standard value expression is evaluated.
7313
73142006-08-15 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * commands.texi (Reading One Event): Explain idleness in
7317 `read-event'.
7318
73192006-08-12 Chong Yidong <cyd@stupidchicken.com>
7320
7321 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 7322 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
7323 relevant for Lisp programming.
7324 (Yank Commands): Rewrite introduction.
7325 (Undo): Clarify.
7326 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
7327 (Filling): Remove redundant comment. Clarify return value of
7328 current-justification.
7329 (Margins): Minor clarifications.
7330 (Adaptive Fill): Update default value of adaptive-fill-regexp.
7331 (Sorting): Update definition of sort-lines.
7332 (Columns): Clarify behavior of sort-columns.
7333 (Indent Tabs): Link to Tab Stops in Emacs manual.
7334 (Special Properties): Clarify.
7335 (Clickable Text): Mention Buttons package.
7336
73372006-08-12 Kevin Ryde <user42@zip.com.au>
7338
7339 * os.texi (Time Parsing): Add %z to description of
7340 format-time-string, as per docstring. Add cross reference to
7341 glibc manual for strftime.
7342
73432006-08-08 Richard Stallman <rms@gnu.org>
7344
7345 * modes.texi: Clean up wording in previous change.
7346
73472006-08-07 Chong Yidong <cyd@stupidchicken.com>
7348
7349 * modes.texi (Hooks): Clarify.
7350 (Major Mode Basics): Mention define-derived-mode explicitly.
7351 (Major Mode Conventions): Rebinding RET is OK for some modes.
7352 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 7353 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
7354 (Mode Line Basics): Clarify.
7355 (Mode Line Data): Mention help-echo and local-map in strings.
7356 Explain reason for treatment of non-risky variables.
7357 (Properties in Mode): Clarify.
7358 (Faces for Font Lock): Add font-lock-negation-char-face.
7359
73602006-08-04 Eli Zaretskii <eliz@gnu.org>
7361
7362 * strings.texi (Formatting Strings): Warn against arbitrary
7363 strings as first arg to `format'.
7364
73652006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
7366
7367 * text.texi (Clickable Text): Mention `help-echo' text property.
7368 Update intro, examples and associated explanations.
7369
73702006-07-31 Richard Stallman <rms@gnu.org>
7371
7372 * commands.texi: Update xrefs.
7373 (Event Mod): New node, cut out from old Translating Input.
7374
7375 * maps.texi: Update xrefs.
7376
7377 * keymaps.texi (Translation Keymaps): New node.
7378 Update xrefs from Translating Input to Translation Keymaps.
7379
7380 * elisp.texi (Top): Update subnode menu.
7381
7382 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
7383
7384 * os.texi (System Interface): Fix menu descriptions of some nodes.
7385 (Translating Input): Node deleted.
7386
73872006-07-31 Nick Roberts <nickrob@snap.net.nz>
7388
7389 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
7390
7391 * lists.texi (Sets And Lists): Likewise.
7392
73932006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
7394
7395 * text.texi (Fields): Mention POS
7396 requirement when narrowing is in effect.
7397
73982006-07-28 Richard Stallman <rms@gnu.org>
7399
7400 * display.texi (Face Attributes): Simplify wording.
7401 (Attribute Functions): Clarify meaning of new-frame default
7402 attribute settings.
7403
7404 * customize.texi (Common Keywords): Document how to use
7405 :package-version in a package not in Emacs.
7406
74072006-07-28 Kim F. Storm <storm@cua.dk>
7408
7409 * commands.texi (Reading One Event): Fix last change.
7410
74112006-07-26 Chong Yidong <cyd@stupidchicken.com>
7412
7413 * commands.texi (Reading One Event): Document SECONDS argument for
7414 read-event, read-char, and read-char-exclusive.
7415
74162006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
7419 to ensure correct identification.
7420
74212006-07-24 Richard Stallman <rms@gnu.org>
7422
7423 * text.texi (Clickable Text): Clarify.
7424
7425 * sequences.texi (Vector Functions): Delete duplicate xref.
7426
7427 * objects.texi (Function Type): Clarify.
7428
7429 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
7430 modes.
7431
7432 * lists.texi (List Variables): New node.
7433 Material moved from other nodes.
7434
7435 * variables.texi (Setting Variables): add-to-list and
7436 add-to-ordered-list moved to List Variables node.
7437
74382006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7439
7440 * text.texi (Links and Mouse-1):
7441 For mouse-on-link-p, expand on arg POS.
7442
74432006-07-21 Kim F. Storm <storm@cua.dk>
7444
7445 * display.texi (Forcing Redisplay): Don't mention systems which
7446 don't support sub-second timers for redisplay-preemption-period.
7447
7448 * os.texi (Terminal Output): Clarify text vs graphical terminal.
7449
74502006-07-21 Eli Zaretskii <eliz@gnu.org>
7451
7452 * frames.texi (Input Focus): Document that focus-follows-mouse has
7453 no effect on MS-Windows.
7454
74552006-07-18 Richard Stallman <rms@gnu.org>
7456
7457 * display.texi (Forcing Redisplay): Cleanups in previous change.
7458
7459 * processes.texi (Low-Level Network): Make menu more convenient.
7460
74612006-07-18 Kim F. Storm <storm@cua.dk>
7462
7463 * display.texi (Forcing Redisplay): redisplay-preemption-period
7464 only used on window systems. Add xref to Terminal Output.
7465
7466 * os.texi (Terminal Output): baud-rate only controls preemption on
7467 non-window systems. Add xref to Forcing Redisplay.
7468
7469 * processes.texi (Low-Level Network): Rename node "Make Network"
7470 to "Network Processes".
7471
74722006-07-18 Karl Berry <karl@gnu.org>
7473
7474 * variables.texi, functions.texi, customize.texi, loading.texi:
7475 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
7476
74772006-07-17 Chong Yidong <cyd@stupidchicken.com>
7478
7479 * commands.texi (Waiting): Document batch-mode sit-for behavior.
7480
74812006-07-17 Richard Stallman <rms@gnu.org>
7482
7483 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
7484 Put period and comma inside quotes.
7485
7486 * loading.texi, markers.texi: Use real doublequote inside menus.
7487
7488 * windows.texi: Put point and comma inside quotes.
7489 (Textual Scrolling): Use @samp for error message.
7490
7491 * variables.texi, tips.texi, syntax.texi, symbols.texi:
7492 * strings.texi, streams.texi, processes.texi, os.texi:
7493 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
7494 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
7495 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
7496 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
7497 Put point and comma inside quotes.
7498
7499 * control.texi (Processing of Errors): Add command-error-function.
7500
7501 * variables.texi (File Local Variables): Clarify that
7502 file local variables make buffer-local bindings.
7503
7504 * modes.texi (Syntactic Font Lock): Give default for
7505 font-lock-syntax-table.
7506
75072006-07-17 Nick Roberts <nickrob@snap.net.nz>
7508
7509 * text.texi (Special Properties): Clean up previous change.
7510
75112006-07-16 Karl Berry <karl@gnu.org>
7512
7513 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
7514 * control.texi: Fix bad page breaks through chapter 10 (control).
7515
7516 * anti.texi (Antinews): Reorder face-attribute fns to avoid
7517 underfull hbox.
7518
75192006-07-15 Nick Roberts <nickrob@snap.net.nz>
7520
7521 * text.texi (Special Properties): Describe fontified text property
7522 in relation to a character (not text).
7523
75242006-07-15 Kim F. Storm <storm@cua.dk>
7525
7526 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
7527 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
7528 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
7529
7530 * anti.texi (Antinews): Mention redisplay function.
7531 The kbd macro existed, but was not documented, before 22.x.
7532 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
7533
75342006-07-14 Nick Roberts <nickrob@snap.net.nz>
7535
7536 * display.texi (Displaying Messages): Add anchor.
7537
7538 * frames.texi (Dialog Boxes): Use it.
7539
75402006-07-12 Richard Stallman <rms@gnu.org>
7541
7542 * objects.texi (Frame Type): Explain nature of frames better.
7543
7544 * frames.texi (Frames): Explain nature of frames better.
7545
75462006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
7547
7548 * tips.texi (Coding Conventions): Explain why use cl at compile time.
7549
75502006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7551
7552 * frames.texi (Window System Selections): Mention scrap support for Mac.
7553 Default value of x-select-enable-clipboard is t on Mac.
7554
7555 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
7556
75572006-07-11 Kim F. Storm <storm@cua.dk>
7558
7559 * display.texi (Forcing Redisplay): Add `redisplay' function.
7560 Don't mention (sit-for -1) -- use (redisplay t) instead.
7561
7562 * commands.texi (Waiting): (sit-for -1) is no longer special.
7563 (sit-for 0) is equivalent to (redisplay).
7564 Iconifying/deiconifying no longer makes sit-for return.
7565
75662006-07-10 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * display.texi (Buttons): Fix typo.
7569
7570 * index.texi, elisp.texi (New Symbols): Comment node out.
7571
75722006-07-09 Richard Stallman <rms@gnu.org>
7573
7574 * display.texi (Truncation): Clean up previous change.
7575
75762006-07-08 Richard Stallman <rms@gnu.org>
7577
7578 * commands.texi (Interactive Call): Use 3 as prefix in example
7579 for execute-extended-command.
7580
7581 * display.texi (Attribute Functions): Move paragraph about
7582 compatibility with Emacs < 21.
7583
75842006-07-09 Kim F. Storm <storm@cua.dk>
7585
7586 * display.texi (Refresh Screen): Clarify force-window-update.
7587 (Truncation): "Normally" indicated by fringe arrows.
7588
75892006-07-08 Eli Zaretskii <eliz@gnu.org>
7590
7591 * windows.texi (Textual Scrolling, Resizing Windows):
7592 * variables.texi (Constant Variables):
7593 * text.texi (Buffer Contents, Deletion, Changing Properties)
7594 (Property Search, Special Properties, Sticky Properties)
7595 (Links and Mouse-1, Fields, Change Hooks):
7596 * syntax.texi (Syntax Table Functions, Parsing Expressions)
7597 (Categories):
7598 * symbols.texi (Other Plists):
7599 * streams.texi (Output Variables):
7600 * processes.texi (Input to Processes, Query Before Exit):
7601 * positions.texi (Word Motion, Text Lines, List Motion):
7602 * os.texi (Init File, System Environment, Sound Output)
7603 (Session Management):
7604 * nonascii.texi (Text Representations, Character Sets)
7605 (Chars and Bytes, Locales):
7606 * modes.texi (Defining Minor Modes, Header Lines):
7607 * minibuf.texi (Minibuffer Contents):
7608 * markers.texi (Information from Markers):
7609 * lists.texi (List Elements, Building Lists, Association Lists):
7610 * keymaps.texi (Tool Bar):
7611 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
7612 * functions.texi (What Is a Function, Mapping Functions):
7613 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
7614 (Color Names, Text Terminal Colors, Display Feature Testing):
7615 * files.texi (Visiting Functions, File Name Components)
7616 (Unique File Names, Contents of Directories):
7617 * display.texi (Forcing Redisplay, Displaying Messages)
7618 (Temporary Displays, Font Selection, Auto Faces)
7619 (Font Lookup, Fringe Indicators, Display Margins)
7620 (Image Descriptors, Showing Images, Image Cache, Button Types)
7621 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
7622 (Display Table Format, Glyphs):
7623 * control.texi (Iteration):
7624 * commands.texi (Command Loop Info, Adjusting Point):
7625 * backups.texi (Making Backups, Auto-Saving):
7626 Remove @tindex entries.
7627
76282006-07-07 Kim F. Storm <storm@cua.dk>
7629
7630 * display.texi (Fringe Cursors): Fix typo.
7631 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
7632 (Overlay Arrow): Default is overlay-arrow fringe indicator.
7633
76342006-07-05 Richard Stallman <rms@gnu.org>
7635
7636 * text.texi (Buffer Contents): Add example of text props
7637 in result of buffer-substring.
7638 (Text Properties): Explain better about use of specific property names.
7639 (Property Search): Some cleanups; reorder some functions.
7640
7641 * keymaps.texi (Changing Key Bindings): Cleanup.
7642 Add xref to Key Binding Conventions.
7643
7644 * display.texi (Attribute Functions): Add examples for
7645 face-attribute-relative-p.
7646
7647 * tips.texi (Coding Conventions): Cleanup last change.
7648
76492006-07-05 Karl Berry <karl@gnu.org>
7650
7651 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
7652 Remove @setchapternewpage odd.
7653 Result is 1013 pages, down from 1100.
7654
7655 * anti.texi, customize.texi, display.texi, internals.texi:
7656 * minibuf.texi, modes.texi, tips.texi:
7657 Fix overfull/underfull boxes.
7658
76592006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7660
7661 * edebug.texi (Instrumenting):
7662 Add Edebug-specific findex for eval-buffer.
7663 * loading.texi (Loading):
7664 Replace eval-current-buffer with eval-buffer.
7665
76662006-06-30 Nick Roberts <nickrob@snap.net.nz>
7667
7668 * locals.texi (Standard Buffer-Local Variables): Update the list
7669 of variables.
7670
76712006-06-26 Nick Roberts <nickrob@snap.net.nz>
7672
7673 * files.texi (File Name Completion): Point user to the node
7674 "Reading File Names".
7675
76762006-06-24 Eli Zaretskii <eliz@gnu.org>
7677
7678 * files.texi (Contents of Directories): Document case-insensitive
7679 behavior on respective filesystems.
7680
7681 * objects.texi (Character Type): Document that Emacs signals an
7682 error for unsupported Unicode characters specified as \uNNNN.
7683
76842006-06-19 Richard Stallman <rms@gnu.org>
7685
7686 * processes.texi (Bindat Spec): Clarify previous change.
7687
76882006-06-16 Richard Stallman <rms@gnu.org>
7689
7690 * tips.texi (Coding Conventions): Better explain conventions
7691 for definition constructs.
7692
7693 * text.texi (Special Properties): String value of `read-only'
7694 serves as the error message.
7695
7696 * objects.texi (Character Type): Clarify prev. change.
7697 (Non-ASCII in Strings): Mention \u and \U.
7698
7699 * commands.texi (Using Interactive): Explain problem of
7700 markers, etc., in command-history.
7701
77022006-06-14 Kim F. Storm <storm@cua.dk>
7703
7704 * commands.texi (Waiting): Negative arg to sit-for forces
7705 redisplay even if input is pending.
7706
7707 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
7708 redisplay. Remove incorrect example of binding redisplay-dont-pause
7709 around (sit-for 0).
7710
77112006-06-13 Richard Stallman <rms@gnu.org>
7712
7713 * display.texi (Forcing Redisplay): Clarify previous change.
7714
77152006-06-13 Romain Francoise <romain@orebokech.com>
7716
7717 * display.texi (Forcing Redisplay): Fix typo.
7718
77192006-06-13 Kim F. Storm <storm@cua.dk>
7720
7721 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
7722
77232006-06-10 Luc Teirlinck <teirllm@auburn.edu>
7724
7725 * tips.texi (Coding Conventions): Add `@end itemize'.
7726
77272006-06-10 Richard Stallman <rms@gnu.org>
7728
7729 * tips.texi (Coding Conventions): Explain use of coding systems
7730 to ensure one decoding for strings.
7731
77322006-06-09 Aidan Kehoe <kehoea@parhasard.net>
7733
7734 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
7735 syntax.
7736
77372006-06-07 Eli Zaretskii <eliz@gnu.org>
7738
7739 * display.texi (Font Selection): Remove description of
7740 clear-face-cache.
7741
7742 * compile.texi (Eval During Compile): Fix a typo. Add index
7743 entries for possible uses of eval-when-compile.
7744
77452006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
7746
7747 * display.texi (Abstract Display): Fix typo.
7748
77492006-06-03 Eli Zaretskii <eliz@gnu.org>
7750
7751 * minibuf.texi (Minibuffer History) <history-add-new-input>:
7752 Reword variable's description.
7753
77542006-06-01 Richard Stallman <rms@gnu.org>
7755
7756 * windows.texi (Splitting Windows): Clarify splitting nonselected
7757 window.
7758
77592006-05-31 Juri Linkov <juri@jurta.org>
7760
7761 * minibuf.texi (Minibuffer History): Add history-add-new-input.
7762
77632006-05-30 Richard Stallman <rms@gnu.org>
7764
7765 * display.texi (Line Height): Fix errors in description of
10d1d0af 7766 default line height and line-height property.
b8d4c8d0
GM
7767
7768 * nonascii.texi (Default Coding Systems): Further clarification.
7769
77702006-05-29 Luc Teirlinck <teirllm@auburn.edu>
7771
7772 * internals.texi (Pure Storage): Mention that an overflow in pure
7773 space causes a memory leak.
7774 (Garbage Collection): If there was an overflow in pure space,
7775 `garbage-collect' returns nil.
7776
77772006-05-30 Eli Zaretskii <eliz@gnu.org>
7778
7779 * nonascii.texi (Default Coding Systems): Fix it some more.
7780
77812006-05-29 Eli Zaretskii <eliz@gnu.org>
7782
7783 * nonascii.texi (Default Coding Systems): Fix last change.
7784
77852006-05-29 Kenichi Handa <handa@m17n.org>
7786
7787 * nonascii.texi (find-operation-coding-system): Describe the new
7788 argument format (FILENAME . BUFFER).
7789
77902006-05-28 Richard Stallman <rms@gnu.org>
7791
7792 * tips.texi (Coding Conventions): Better explain reasons not to
7793 advise other packages or use `eval-after-load'.
7794
77952006-05-29 Kim F. Storm <storm@cua.dk>
7796
7797 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
7798 `bindat-idx' and `bindat-raw' for clarity.
7799
78002006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7801
7802 * processes.texi (Bindat Spec): Expand on `repeat' handler.
7803
7804 * display.texi (Display): Add "Abstract Display" to menu.
7805 (Abstract Display, Abstract Display Functions)
7806 (Abstract Display Example): New nodes.
7807 * elisp.texi (Top): Add "Abstract Display" to menu.
7808
78092006-05-27 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * keymaps.texi (Key Sequences): Link to input events definition.
7812 (Format of Keymaps): Delete material duplicated in Keymap Basics.
7813
7814 * files.texi (Changing Files): Document updated argument list for
7815 copy-file.
7816
78172006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7818
7819 * processes.texi (Bindat Functions): Explain term "total length".
7820 Use it in bindat-length and bindat-pack descriptions.
7821
78222006-05-26 Eli Zaretskii <eliz@gnu.org>
7823
7824 * tips.texi (Coding Conventions): Advise against using
7825 eval-after-load in packages. Add an index entry.
7826
78272006-05-25 Juri Linkov <juri@jurta.org>
7828
7829 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
7830
7831 * modes.texi (%-Constructs): Add %e, %z, %Z.
7832
78332006-05-25 Richard Stallman <rms@gnu.org>
7834
7835 * elisp.texi (Top): Update subnode menu.
7836
7837 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
7838 (Keymaps): Update menu.
7839
78402006-05-25 Chong Yidong <cyd@stupidchicken.com>
7841
7842 * keymaps.texi (Key Sequences): Some clarifications.
7843
78442006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
7845
7846 * processes.texi (Bindat Functions): Say "unibyte string"
7847 explicitly for bindat-unpack and bindat-pack descriptions.
7848 (Bindat Examples): Don't call `string-make-unibyte' in example.
7849
78502006-05-25 Chong Yidong <cyd@stupidchicken.com>
7851
5dcb4c4e 7852 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 7853 Explain string and vector representations of key sequences.
b8d4c8d0
GM
7854
7855 * keymaps.texi (Changing Key Bindings):
dd7b651b 7856 * commands.texi (Interactive Codes):
b8d4c8d0
GM
7857 * help.texi (Describing Characters): Refer to it.
7858
78592006-05-23 Luc Teirlinck <teirllm@auburn.edu>
7860
7861 * frames.texi (Pointer Shape): @end table -> @end defvar.
7862
78632006-05-22 Richard Stallman <rms@gnu.org>
7864
7865 * elisp.texi (Top): Update subnode menus.
7866
7867 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
7868 Contents rewritten; material from old Pointer Shape node moved here.
7869
7870 * display.texi (Pointer Shape): Node deleted.
7871 (Image Descriptors): Minor cleanup.
7872
78732006-05-21 Richard Stallman <rms@gnu.org>
7874
7875 * syntax.texi (Parsing Expressions): Update info on which STATE
7876 elements are ignored.
7877
78782006-05-19 Luc Teirlinck <teirllm@auburn.edu>
7879
7880 * hooks.texi (Standard Hooks): Correct typo.
7881
7882 * gpl.texi (GPL): ifinfo -> ifnottex.
7883
78842006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
7885
7886 * searching.texi (Simple Match Data): Warn about match data being
7887 set anew by every search.
7888
78892006-05-17 Richard Stallman <rms@gnu.org>
7890
7891 * minibuf.texi (Minibuffer History): Clarify.
7892
7893 * searching.texi (Regexp Special): Clarify nested regexp warning.
7894
78952006-05-16 Kim F. Storm <storm@cua.dk>
7896
7897 * minibuf.texi (Minibuffer History): Update add-to-history.
7898
78992006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
7900
5dcb4c4e
SM
7901 * nonascii.texi (Explicit Encoding):
7902 Fix typo (encoding<->decoding).
b8d4c8d0
GM
7903
79042006-05-14 Richard Stallman <rms@gnu.org>
7905
7906 * buffers.texi (Creating Buffers): Cleanup.
7907
7908 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
7909
79102006-05-13 Eli Zaretskii <eliz@gnu.org>
7911
7912 * buffers.texi (Current Buffer): Document that with-temp-buffer
7913 disables undo.
7914
7915 * os.texi (Terminal-Specific): More accurate description of how
7916 Emacs searches for the terminal-specific libraries.
7917
79182006-05-12 Eli Zaretskii <eliz@gnu.org>
7919
7920 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
7921 emacs-xtra to @inforef's.
7922
7923 * text.texi (Undo): Document that undo is turned off in buffers
7924 whose names begin with a space.
7925
7926 * buffers.texi (Buffer Names): Add index entries for buffers whose
7927 names begin with a space.
7928 (Creating Buffers): Document that undo is turned off in buffers
7929 whose names begin with a space.
7930
7931 * files.texi (Visiting Functions, Reading from Files)
7932 (Saving Buffers): Mention code and EOL conversions by file I/O
7933 primitives and subroutines.
7934
f4e90db0
SM
7935 * nonascii.texi (Lisp and Coding Systems):
7936 Document coding-system-eol-type. Add index entries for eol conversion.
b8d4c8d0
GM
7937
7938 * display.texi (Defining Faces): Mention `mac', and add an xref to
7939 where window-system is described.
7940
79412006-05-10 Richard Stallman <rms@gnu.org>
7942
7943 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
7944
79452006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
7946
7947 * variables.texi (File Local Variables): Recommend to quote lambda
7948 expressions in safe-local-variable property.
7949
79502006-05-09 Richard Stallman <rms@gnu.org>
7951
5dcb4c4e
SM
7952 * variables.texi (File Local Variables):
7953 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
7954
79552006-05-07 Kim F. Storm <storm@cua.dk>
7956
7957 * minibuf.texi (Minibuffer History): Remove keep-dups arg
7958 from add-to-history.
7959
79602006-05-07 Romain Francoise <romain@orebokech.com>
7961
7962 * commands.texi (Event Input Misc):
7963 * compile.texi (Eval During Compile):
7964 * internals.texi (Buffer Internals):
7965 * minibuf.texi (Initial Input):
7966 * nonascii.texi (Scanning Charsets):
7967 * numbers.texi (Comparison of Numbers):
7968 * windows.texi (Textual Scrolling, Vertical Scrolling):
7969 Fix various typos.
7970
79712006-05-06 Eli Zaretskii <eliz@gnu.org>
7972
7973 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
7974 conditional xref's to either emacs or emacs-xtra, depending on
7975 @iftex/@ifnottex.
7976
7977 * minibuf.texi (Minibuffer History): Document add-to-history.
7978
79792006-05-05 Eli Zaretskii <eliz@gnu.org>
7980
7981 * internals.texi (Pure Storage): Mention the pure overflow message
7982 at startup.
7983
c8763fb6 79842006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
7985
7986 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
7987 (Searching Keymaps): Fix pseudo-Lisp description of keymap
7988 search.
7989
79902006-05-01 Richard Stallman <rms@gnu.org>
7991
7992 * intro.texi (nil and t): Clarify.
7993
7994 * variables.texi (File Local Variables): Suggest using booleanp.
7995
79962006-05-01 Juanma Barranquero <lekktu@gmail.com>
7997
7998 * objects.texi (Type Predicates): Fix typos.
7999
80002006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * intro.texi (nil and t): Add booleanp.
8003
8004 * objects.texi (Type Predicates): Add links for booleanp and
8005 string-or-null-p.
8006
80072006-04-29 Richard Stallman <rms@gnu.org>
8008
8009 * modes.texi (Multiline Font Lock): Rename from
8010 Multi line Font Lock Elements. Much clarification.
8011 (Font Lock Multiline, Region to Fontify): Much clarification.
8012
80132006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * variables.texi (File Local Variables): Remove the special case t for
8016 safe-local-variable.
8017
80182006-04-26 Richard Stallman <rms@gnu.org>
8019
8020 * syntax.texi (Parsing Expressions): Minor cleanup.
8021
80222006-04-18 Richard Stallman <rms@gnu.org>
8023
8024 * tips.texi (Coding Conventions): Explain when the package's
8025 prefix should appear later on (not at the start of the name).
8026
8027 * searching.texi (String Search): Clarify effect of NOERROR.
8028
8029 * modes.texi (Imenu): Clarify what special items do.
8030
8031 * hooks.texi (Standard Hooks): Delete text about old hook names.
8032
80332006-04-17 Romain Francoise <romain@orebokech.com>
8034
8035 * variables.texi (Local Variables): Update the default value of
8036 `max-specpdl-size'.
8037
80382006-04-15 Michael Olson <mwolson@gnu.org>
8039
8040 * processes.texi (Transaction Queues): Mention the new optional
8041 `delay-question' argument for `tq-enqueue'.
8042
80432006-04-13 Bill Wohler <wohler@newt.com>
8044
8045 * customize.texi (Common Keywords): Use dotted notation for
8046 :package-version value. Specify its values. Improve documentation
8047 for customize-package-emacs-version-alist.
8048
80492006-04-12 Bill Wohler <wohler@newt.com>
8050
8051 * customize.texi (Common Keywords): Move description of
8052 customize-package-emacs-version-alist to @defvar.
8053
80542006-04-10 Bill Wohler <wohler@newt.com>
8055
8056 * customize.texi (Common Keywords): Add :package-version.
8057
80582006-04-10 Kim F. Storm <storm@cua.dk>
8059
8060 * text.texi (Buffer Contents): Add NOPROPS arg to
8061 filter-buffer-substring.
8062
80632006-04-08 Kevin Ryde <user42@zip.com.au>
8064
8065 * os.texi (Command-Line Arguments): Update xref to emacs manual
8066 "Command Arguments" -> "Emacs Invocation", per change there.
8067
80682006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
8069
8070 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
8071 be on one line to help makeinfo not render two spaces after the dot.
8072
80732006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
8074
8075 * strings.texi (Predicates for Strings): Add string-or-null-p.
8076
80772006-03-28 Kim F. Storm <storm@cua.dk>
8078
8079 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
8080 remarks about systems that don't support fractional seconds.
8081
80822006-03-25 Karl Berry <karl@gnu.org>
8083
8084 * elisp.texi: Use @copyright{} instead of (C), and do not indent
8085 the year list.
8086
80872006-03-21 Nick Roberts <nickrob@snap.net.nz>
8088
8089 * display.texi (Fringe Indicators): Fix typos.
8090
80912006-03-19 Luc Teirlinck <teirllm@auburn.edu>
8092
8093 * tips.texi (Documentation Tips): One can now also write `program'
8094 in front of a quoted symbol in a docstring to prevent making a
8095 hyperlink.
8096
80972006-03-19 Alan Mackenzie <acm@muc.de>
8098
8099 * text.texi (Special Properties): Clarify `fontified' property.
8100
81012006-03-16 Richard Stallman <rms@gnu.org>
8102
8103 * display.texi (Defining Images): Minor cleanup.
8104
81052006-03-16 Bill Wohler <wohler@newt.com>
8106
8107 * display.texi (Defining Images): In image-load-path-for-library,
8108 prefer user's images.
8109
81102006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
8113
81142006-03-15 Bill Wohler <wohler@newt.com>
8115
8116 * display.texi (Defining Images): Fix example in
8117 image-load-path-for-library by not recommending that one binds
8118 image-load-path. Just defvar it to placate compiler and only use
8119 it if previously defined.
8120
81212006-03-14 Bill Wohler <wohler@newt.com>
8122
8123 * display.texi (Defining Images): In image-load-path-for-library,
8124 always return list of directories. Update example.
8125
81262006-03-14 Alan Mackenzie <acm@muc.de>
8127
8128 * modes.texi: New node, "Region to Fontify" (for Font Lock).
8129 This describes font-lock-extend-region-function.
8130 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
8131 the new node "Region to Fontify".
8132
81332006-03-13 Richard Stallman <rms@gnu.org>
8134
8135 * display.texi (Invisible Text): The impossible position is
8136 now before the invisible text, not after.
8137 (Defining Images): Clean up last change.
8138
81392006-03-11 Bill Wohler <wohler@newt.com>
8140
8141 * display.texi (Defining Images): Add image-load-path-for-library.
8142
81432006-03-11 Luc Teirlinck <teirllm@auburn.edu>
8144
8145 * text.texi (Adaptive Fill): Fix Texinfo usage.
8146
8147 * strings.texi (Creating Strings): Fix Texinfo usage.
8148
8149 * searching.texi (Regexp Special): Use @samp for regular
8150 expressions that are not in Lisp syntax.
8151
81522006-03-08 Luc Teirlinck <teirllm@auburn.edu>
8153
8154 * searching.texi (Regexp Special): Put remark between parentheses
8155 to avoid misreading.
8156
81572006-03-07 Luc Teirlinck <teirllm@auburn.edu>
8158
8159 * searching.texi (Syntax of Regexps): More accurately describe
8160 which characters are special in which situations.
8161 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
8162 are not special. Describe in detail when `[' and `]' are special.
8163 (Regexp Backslash): Plenty of regexps with unbalanced square
8164 brackets are valid, so reword that statement.
8165
81662006-03-02 Kim F. Storm <storm@cua.dk>
8167
8168 * keymaps.texi (Tool Bar): Add tool-bar-border.
8169
81702006-02-28 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
8173
81742006-02-27 Luc Teirlinck <teirllm@auburn.edu>
8175
8176 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
8177
8178 * files.texi (Locating Files): Suggest additional values for the
8179 SUFFIXES arg of `locate-file'. Update pxref.
8180
8181 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
8182 (How Programs Do Loading): Discuss the effects of Auto Compression
8183 mode on `load'.
8184 (Load Suffixes): New node.
8185 (Library Search): Delete description of `load-suffixes'; it was
8186 moved to "Load Suffixes".
8187 (Autoload, Named Features): Mention `load-suffixes'.
8188
81892006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
8190
8191 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
8192
8193 * windows.texi (Window Tree): Fix typo.
8194
81952006-02-20 Kim F. Storm <storm@cua.dk>
8196
8197 * display.texi (Fringe Indicators): New section.
8198 Move indicate-empty-lines, indicate-buffer-boundaries, and
8199 default-indicate-buffer-boundaries here.
8200 Add fringe-indicator-alist and default-fringes-indicator-alist.
8201 Add list of logical fringe indicator symbols.
8202 Update list of standard bitmap names.
8203 (Fringe Cursors): New section.
8204 Move overflow-newline-into-fringe here.
8205 Add fringe-cursor-alist and default-fringes-cursor-alist.
8206 Add list of fringe cursor symbols.
8207
82082006-02-20 Juanma Barranquero <lekktu@gmail.com>
8209
8210 * commands.texi (Using Interactive): Fix reference to node
8211 "Minibuffers".
8212
82132006-02-19 Richard M. Stallman <rms@gnu.org>
8214
8215 * minibuf.texi (High-Level Completion):
8216 Add xref to read-input-method-name.
8217
8218 * files.texi (Relative File Names): Move file-relative-name here.
8219 (File Name Expansion): From here. Minor clarifications.
8220
8221 * commands.texi (Using Interactive): Add xrefs about reading input.
8222 Clarify remarks about that moving point and mark.
8223 Put string case before list case.
8224
c8763fb6 82252006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
8226
8227 * display.texi (Other Display Specs, Image Descriptors):
8228 Revert erroneous changes. The previous description of
8229 image-descriptors as `(image . PROPS)' was correct.
8230
82312006-02-14 Richard M. Stallman <rms@gnu.org>
8232
8233 * variables.texi (File Local Variables): Clarifications.
8234
82352006-02-14 Juanma Barranquero <lekktu@gmail.com>
8236
8237 * variables.texi (File Local Variables): Use @code for a cons
8238 cell, not @var.
8239
82402006-02-13 Chong Yidong <cyd@stupidchicken.com>
8241
8242 * variables.texi (File Local Variables): Document new file local
8243 variable behavior.
8244
82452006-02-10 Kim F. Storm <storm@cua.dk>
8246
8247 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
8248
82492006-02-08 Juanma Barranquero <lekktu@gmail.com>
8250
8251 * modes.texi (%-Constructs): Remove obsolete info about
8252 `global-mode-string'.
8253
82542006-02-07 Richard M. Stallman <rms@gnu.org>
8255
8256 * commands.texi (Prefix Command Arguments): Minor cleanup.
8257
8258 * display.texi: "Graphical display", not window system.
8259
8260 * functions.texi (What Is a Function): Fix xref.
8261
8262 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
8263 (Changing Key Bindings): Clarify when remapping is better than
8264 substitute-key-definition.
8265
82662006-02-02 Richard M. Stallman <rms@gnu.org>
8267
8268 * minibuf.texi (Basic Completion): Completion alists are risky.
8269
8270 * keymaps.texi (Active Keymaps): Clarifications.
8271 (Searching Keymaps): New node.
8272 (Keymaps): Update menu.
8273
8274 * frames.texi (Layout Parameters): Minor clarification.
8275 (Drag and Drop): New node.
8276 (Frames): Update menu.
8277
82782006-01-29 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * display.texi (Other Display Specs, Image Descriptors):
8281 Image description is a list, not a cons cell.
8282
82832006-01-28 Luc Teirlinck <teirllm@auburn.edu>
8284
8285 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
8286 list is not necessarily a list).
8287
82882006-01-27 Eli Zaretskii <eliz@gnu.org>
8289
8290 * frames.texi (Layout Parameters): border-width and
8291 internal-border-width belong to the frame, not the window.
8292
82932006-01-19 Richard M. Stallman <rms@gnu.org>
8294
8295 * nonascii.texi (Translation of Characters): Search cmds use
8296 translation-table-for-input. Automatically made local.
8297
8298 * markers.texi (Overview of Markers): Count insertion type
8299 as one of a marker's attributes.
8300
8301 * keymaps.texi (Controlling Active Maps): New node, split out of
8302 Active Keymaps.
8303 (Keymaps): Menu updated.
8304 (Active Keymaps): Give pseudocode to explain how the active
8305 maps are searched. current-active-maps and key-binding moved here.
8306 (Functions for Key Lookup): current-active-maps and key-binding moved.
8307 Clarifications.
8308 (Searching the Keymaps): New subnode.
8309
8310 * elisp.texi (Top): Menu clarification.
8311
8312 * display.texi (Other Display Specs): Delete duplicate entry for
8313 just a string as display spec. Move text about recursive display
8314 specs on such a string.
8315
8316 * commands.texi (Key Sequence Input): Clarify.
8317 Move num-nonmacro-input-events out.
8318 (Reading One Event): num-nonmacro-input-events moved here.
8319
83202006-01-14 Nick Roberts <nickrob@snap.net.nz>
8321
8322 * advice.texi (Simple Advice): Update example to fit argument
8323 change in previous-line.
8324
83252006-01-05 Richard M. Stallman <rms@gnu.org>
8326
8327 * markers.texi (The Mark): Fix in `mark'.
8328
83292006-01-04 Richard M. Stallman <rms@gnu.org>
8330
8331 * processes.texi (Misc Network, Make Network): Minor cleanups.
8332
83332006-01-04 Kim F. Storm <storm@cua.dk>
8334
8335 * processes.texi (Make Network): Add IPv6 addresses and handling.
8336 (Network Feature Testing): Mention (:family ipv6).
8337 (Misc Network): Add IPv6 formats to format-network-address.
8338
83392005-12-30 Richard M. Stallman <rms@gnu.org>
8340
8341 * text.texi (Changing Properties):
8342 Don't use return value of set-text-properties.
8343
83442005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8345
8346 * modes.texi (Mode Line Format): Correct typo in menu.
8347
83482005-12-29 Richard M. Stallman <rms@gnu.org>
8349
8350 * modes.texi (Mode Line Top): New node.
8351 (Mode Line Data): Some text moved to new node.
8352 Explain the data structure more concretely.
8353 (Mode Line Basics): Clarifications.
8354 (Mode Line Variables): Clarify intro paragraph.
8355 (%-Constructs): Clarify intro paragraph.
8356 (Mode Line Format): Update menu.
8357
83582005-12-28 Luc Teirlinck <teirllm@auburn.edu>
8359
8360 * minibuf.texi (Basic Completion): Update lazy-completion-table
8361 examples for removal of ARGS argument.
8362
83632005-12-23 Richard M. Stallman <rms@gnu.org>
8364
8365 * text.texi (Undo): Restore some explanation from the version
8366 that was deleted.
8367
83682005-12-23 Eli Zaretskii <eliz@gnu.org>
8369
8370 * text.texi (Undo): Remove duplicate descriptions of `apply
8371 funname' and `apply delta' elements of the undo list.
8372
83732005-12-20 Richard M. Stallman <rms@gnu.org>
8374
8375 * help.texi (Help Functions): Update documentation of `apropos'.
8376
83772005-12-20 Luc Teirlinck <teirllm@auburn.edu>
8378
8379 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
8380 because it is confusing. If the :help-echo keyword is a function,
8381 it is not directly used as the :help-echo overlay property, as the
8382 xref seems to suggest (it does not take the appropriate args).
8383
83842005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8385
8386 * customize.texi (Common Keywords): Fix Texinfo usage.
8387 (Group Definitions, Variable Definitions): Update for new
8388 conventions for using `*' in docstrings.
8389
8390 * tips.texi (Documentation Tips): Update for new conventions for
8391 using `*' in docstrings.
8392
83932005-12-16 Richard M. Stallman <rms@gnu.org>
8394
8395 * minibuf.texi (Minibuffer Contents): Minor cleanup.
8396
83972005-12-16 Juri Linkov <juri@jurta.org>
8398
8399 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
8400
84012005-12-14 Romain Francoise <romain@orebokech.com>
8402
8403 * modes.texi (Customizing Keywords): Rename `append' to `how'.
8404 Fix typo.
8405
84062005-12-11 Juri Linkov <juri@jurta.org>
8407
8408 * minibuf.texi (Completion Commands): Add mention of read-file-name
8409 for filename completion keymaps.
8410 (Reading File Names): Add mention of filename completion keymaps
8411 for read-file-name and xref to `Completion Commands'.
8412
84132005-12-10 Richard M. Stallman <rms@gnu.org>
8414
8415 * customize.texi (Common Keywords): State caveats for use of :tag.
8416
84172005-12-08 Richard M. Stallman <rms@gnu.org>
8418
8419 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
8420 with xrefs and better explanation.
8421 (Completion Commands): Add the filename completion maps.
8422
8423 * objects.texi (Character Type): Clarify that \s is not space
8424 if a dash follows.
8425
84262005-12-05 Richard M. Stallman <rms@gnu.org>
8427
8428 * windows.texi (Resizing Windows): Delete preserve-before args.
8429
84302005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
8433 in full keymaps, since the quirk has been fixed.
8434
84352005-12-03 Eli Zaretskii <eliz@gnu.org>
8436
5dcb4c4e
SM
8437 * hooks.texi (Standard Hooks): Add index entries.
8438 Mention `compilation-finish-functions'.
b8d4c8d0
GM
8439
84402005-11-27 Richard M. Stallman <rms@gnu.org>
8441
8442 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
8443
84442005-11-21 Juri Linkov <juri@jurta.org>
8445
8446 * customize.texi (Common Keywords): Update links types
8447 custom-manual and url-link. Add link types emacs-library-link,
8448 file-link, function-link, variable-link, custom-group-link.
8449
84502005-11-20 Chong Yidong <cyd@stupidchicken.com>
8451
8452 * display.texi: Revert 2005-11-20 change.
8453
84542005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
8455
8456 * processes.texi (Bindat Functions):
8457 Say "third" to refer to zero-based index "2".
8458
84592005-11-18 Luc Teirlinck <teirllm@auburn.edu>
8460
8461 * loading.texi (Library Search): Update the default value of
8462 `load-suffixes'.
8463
84642005-11-17 Chong Yidong <cyd@stupidchicken.com>
8465
8466 * display.texi (Attribute Functions): Mention :ignore-defface.
8467
84682005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
8471 (Minor Mode Conventions): Mention the use of a hook.
8472
84732005-11-06 Richard M. Stallman <rms@gnu.org>
8474
8475 * files.texi (Magic File Names): find-file-name-handler checks the
8476 `operations' property of the handler.
8477
84782005-11-03 Richard M. Stallman <rms@gnu.org>
8479
8480 * variables.texi (Frame-Local Variables): Small clarification.
8481
84822005-10-29 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * os.texi (Init File): Document ~/.emacs.d/init.el.
8485
84862005-10-29 Richard M. Stallman <rms@gnu.org>
8487
8488 * internals.texi (Garbage Collection): Document memory-full.
8489
84902005-10-28 Bill Wohler <wohler@newt.com>
8491
8492 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
8493 for URLs.
8494
84952005-10-28 Richard M. Stallman <rms@gnu.org>
8496
8497 * minibuf.texi (Completion Commands): Clean up prev change.
8498
84992005-10-26 Kevin Ryde <user42@zip.com.au>
8500
8501 * compile.texi (Eval During Compile): Explain recommended uses
8502 of eval-when-compile and eval-and-compile.
8503
85042005-10-27 Masatake YAMATO <jet@gyve.org>
8505
8506 * minibuf.texi (Completion Commands):
8507 Write about new optional argument for `display-completion-list'.
8508
85092005-10-23 Richard M. Stallman <rms@gnu.org>
8510
8511 * display.texi (Overlay Arrow): Clarify about local bindings of
8512 overlay-arrow-position.
8513
85142005-10-22 Eli Zaretskii <eliz@gnu.org>
8515
8516 * internals.texi (Building Emacs): Fix last change.
8517
85182005-10-22 Richard M. Stallman <rms@gnu.org>
8519
8520 * internals.texi (Building Emacs): Document eval-at-startup.
8521
85222005-10-21 Richard M. Stallman <rms@gnu.org>
8523
8524 * loading.texi (Where Defined): load-history contains abs file names.
8525 symbol-file returns abs file names.
8526
85272005-10-19 Kim F. Storm <storm@cua.dk>
8528
8529 * display.texi (Showing Images): Add max-image-size integer value.
8530
85312005-10-18 Chong Yidong <cyd@stupidchicken.com>
8532
8533 * display.texi (Showing Images): Document max-image-size.
8534
85352005-10-17 Richard M. Stallman <rms@gnu.org>
8536
8537 * commands.texi (Quitting): Minor clarification.
8538
8539 * processes.texi (Sentinels): Clarify about output and quitting.
8540 (Filter Functions): Mention with-local-quit.
8541
85422005-10-17 Juri Linkov <juri@jurta.org>
8543
8544 * buffers.texi (Current Buffer):
8545 * commands.texi (Event Input Misc):
8546 * compile.texi (Eval During Compile, Compiler Errors):
8547 * customize.texi (Group Definitions):
8548 * display.texi (Progress, Defining Faces):
8549 * files.texi (Writing to Files):
8550 * modes.texi (Mode Hooks, Defining Minor Modes):
8551 * streams.texi (Output Functions):
8552 * syntax.texi (Syntax Table Functions):
8553 * text.texi (Change Hooks):
8554 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
8555
8556 * commands.texi (Quitting): Replace arg `forms' with `body' in
8557 `with-local-quit'.
8558
8559 * positions.texi (Excursions): Replace arg `forms' with `body' in
8560 `save-excursion'.
8561
85622005-10-08 Kim F. Storm <storm@cua.dk>
8563
8564 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
8565 Rename manual section accordingly.
8566
85672005-10-04 Kim F. Storm <storm@cua.dk>
8568
8569 * windows.texi (Window Split Tree): New section describing
8570 new function window-split-tree function.
8571
85722005-10-03 Nick Roberts <nickrob@snap.net.nz>
8573
8574 * display.texi (Fringe Size/Pos): Simplify and add detail.
8575
85762005-09-30 Romain Francoise <romain@orebokech.com>
8577
8578 * minibuf.texi (High-Level Completion): Explain that the prompt
8579 given to `read-buffer' should end with a colon and a space.
8580 Update usage examples.
8581
85822005-09-29 Juri Linkov <juri@jurta.org>
8583
8584 * display.texi (Displaying Messages): Rename argument name
8585 `string' to `format-string' in functions `message', `message-box',
8586 `message-or-box'.
8587
85882005-09-26 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * errors.texi (Standard Errors): Correct xrefs.
8591
85922005-09-18 Chong Yidong <cyd@stupidchicken.com>
8593
8594 * display.texi (Defining Images): Update documentation for
8595 `image-load-path'.
8596
85972005-09-17 Richard M. Stallman <rms@gnu.org>
8598
8599 * display.texi (Defining Images): Clean up previous change.
8600
86012005-09-16 Romain Francoise <romain@orebokech.com>
8602
8603 * elisp.texi: Specify GFDL version 1.2.
8604
8605 * doclicense.texi (GNU Free Documentation License): Update to
8606 version 1.2.
8607
86082005-09-15 Chong Yidong <cyd@stupidchicken.com>
8609
8610 * display.texi (Defining Images): Document `image-load-path'.
8611
86122005-09-15 Richard M. Stallman <rms@gnu.org>
8613
8614 * objects.texi (Printed Representation): Minor cleanup.
8615 (Box Diagrams): Minor fix.
8616 (Cons Cell Type): Move (...) index item here.
8617 (Box Diagrams): From here.
8618 (Array Type): Minor fix.
8619 (Type Predicates): Delete index "predicates".
8620 (Hash Table Type): Clarify xref.
8621 (Dotted Pair Notation): Minor fix.
8622
86232005-09-10 Chong Yidong <cyd@stupidchicken.com>
8624
8625 * files.texi (Saving Buffers): Fix typo.
8626
86272005-09-08 Richard M. Stallman <rms@gnu.org>
8628
8629 * tips.texi (Programming Tips): Correct the "default" prompt spec.
8630
86312005-09-08 Chong Yidong <cyd@stupidchicken.com>
8632
8633 * locals.texi (Standard Buffer-Local Variables): Don't include
8634 mode variables for minor modes.
8635 Fix xrefs for buffer-display-count, buffer-display-table,
8636 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
8637 enable-multibyte-characters, fill-column, header-line-format,
8638 left-fringe-width, left-margin, and right-fringe-width.
8639
8640 * hooks.texi (Standard Hooks): All hooks should conform to the
8641 standard naming convention now.
8642 Fix xref for `echo-area-clear-hook'.
8643
8644 * display.texi (Usual Display): Note that indicate-empty-lines and
8645 tab-width are buffer-local.
8646
8647 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
8648
8649 * modes.texi (Mode Help): Note that major-mode is buffer-local.
8650
8651 * nonascii.texi (Encoding and I/O): Note that
8652 buffer-file-coding-system is buffer-local.
8653
8654 * positions.texi (List Motion): Note that defun-prompt-regexp is
8655 buffer-local.
8656
8657 * text.texi (Auto Filling): Note that auto-fill-function is
8658 buffer-local.
8659 (Undo): Note that buffer-undo-list is buffer-local.
8660
5dcb4c4e
SM
8661 * windows.texi (Buffers and Windows):
8662 Document buffer-display-count.
b8d4c8d0
GM
8663
86642005-09-06 Richard M. Stallman <rms@gnu.org>
8665
8666 * tips.texi (Coding Conventions): Sometimes it is ok to put the
8667 package prefix elsewhere than at the start of the name.
8668
86692005-09-03 Richard M. Stallman <rms@gnu.org>
8670
8671 * tips.texi (Programming Tips): Add conventions for minibuffer
8672 questions and prompts.
8673
86742005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
8675
8676 * intro.texi (nil and t): Minor cleanup.
8677 Delete spurious mention of keyword symbols.
8678 (Evaluation Notation): Add index entry.
8679 (A Sample Function Description): Minor cleanup.
8680 (A Sample Variable Description): Not all vars can be set.
8681
86822005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
8683
8684 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
8685
8686 (Insertion): Document precise type of `insert-char' arg COUNT.
8687
86882005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
8689
8690 * modes.texi (Other Font Lock Variables): Sync the default of
8691 font-lock-lines-before.
8692
86932005-08-31 Michael Albinus <michael.albinus@gmx.de>
8694
8695 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
8696
86972005-08-29 Richard M. Stallman <rms@gnu.org>
8698
8699 * elisp.texi (Top): Update subnode menu.
8700
8701 * searching.texi (Searching and Matching): Move node.
8702 Rearrange contents and add overall explanation.
8703 (Searching and Case): Move node.
8704 (Searching and Matching): Update menu.
8705
87062005-08-27 Eli Zaretskii <eliz@gnu.org>
8707
8708 * os.texi (Startup Summary): Fix the description of the initial
8709 startup message display.
8710
87112005-08-25 Richard M. Stallman <rms@gnu.org>
8712
8713 * searching.texi (Search and Replace): Add replace-regexp-in-string.
8714
87152005-08-25 Emilio C. Lopes <eclig@gmx.net>
8716
8717 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
8718 `next-overlay-change' example.
8719
87202005-08-22 Juri Linkov <juri@jurta.org>
8721
8722 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
8723 Fix invert-face. Fix args of face-background.
8724
8725 * display.texi (Standard Faces): Delete node.
8726 (Faces): Add xref to `(emacs)Standard Faces'.
8727 (Displaying Faces): Fix xref to `Standard Faces'.
8728
8729 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
8730
87312005-08-20 Alan Mackenzie <acm@muc.de>
8732
8733 * buffers.texi (The Buffer List): Clarify the manipulation of the
8734 buffer list.
8735
87362005-08-14 Richard M. Stallman <rms@gnu.org>
8737
8738 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
8739 a regexp.
8740
87412005-08-11 Richard M. Stallman <rms@gnu.org>
8742
8743 * elisp.texi (Top): Update subnode lists.
8744
8745 * display.texi (Inverse Video): Node deleted.
8746
8747 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
8748 New nodes split out of Coding Conventions.
8749
8750 * searching.texi (Regular Expressions): Document re-builder.
8751
8752 * os.texi (Time Parsing): New node split out of Time Conversion.
8753
8754 * processes.texi (Misc Network, Network Feature Testing)
8755 (Network Options, Make Network): New nodes split out of
8756 Low-Level Network.
8757
87582005-08-09 Richard M. Stallman <rms@gnu.org>
8759
8760 * frames.texi (Geometry): New node, split from Size and Position.
8761 (Frame Parameters): Refer to Geometry.
8762
8763 * buffers.texi (The Buffer List): Fix xrefs.
8764
8765 * windows.texi (Splitting Windows): Fix xref.
8766
8767 * frames.texi (Layout Parameters): Add xref.
8768
8769 * display.texi (Line Height, Scroll Bars): Fix xrefs.
8770
8771 * keymaps.texi (Menu Bar): Fix xref.
8772
8773 * locals.texi (Standard Buffer-Local Variables): Fix xref.
8774
8775 * modes.texi (%-Constructs): Fix xref.
8776
8777 * frames.texi (Window Frame Parameters): Node split up.
8778 (Basic Parameters, Position Parameters, Size Parameters)
8779 (Layout Parameters, Buffer Parameters, Management Parameters)
8780 (Cursor Parameters, Color Parameters): New subnodes.
8781
87822005-08-09 Luc Teirlinck <teirllm@auburn.edu>
8783
8784 * positions.texi (Screen Lines): Update xref for previous change
8785 in minibuf.texi.
8786
8787 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
8788 change in minibuf.texi.
8789
87902005-08-09 Richard M. Stallman <rms@gnu.org>
8791
8792 * tips.texi (Coding Conventions): Minor cleanup.
8793
8794 * modes.texi (Defining Minor Modes): Explain when init-value
8795 can be non-nil.
8796
8797 * elisp.texi (Top): Update submenu for Minibuffer.
8798
8799 * minibuf.texi (Minibuffer Misc): Node split up.
8800 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
8801 (Recursive Mini): New nodes split out from Minibuffer Misc.
8802 (Minibuffer Misc): Document max-mini-window-height.
8803
8804 * hash.texi (Defining Hash): Delete stray paren in example.
8805
8806 * display.texi (Echo Area Customization): Don't define
8807 max-mini-window-height here; xref instead.
8808
8809 * commands.texi (Event Input Misc): Update while-no-input.
8810
8811 * advice.texi (Advising Functions): Explain when to use advice
8812 and when to use a hook.
8813
88142005-07-30 Eli Zaretskii <eliz@gnu.org>
8815
8816 * makefile.w32-in (info): Don't run install-info.
8817 ($(infodir)/dir): New target, produced by running install-info.
8818
88192005-07-27 Luc Teirlinck <teirllm@auburn.edu>
8820
8821 * modes.texi (Defining Minor Modes): The keyword for the initial
8822 value is :init-value, not :initial-value.
8823
88242005-07-23 Eli Zaretskii <eliz@gnu.org>
8825
8826 * loading.texi (Autoload): Make the `doctor' example be consistent
8827 with what's in current loaddefs.el. Describe the "fn" magic in
8828 the usage portion of the doc string.
8829
88302005-07-22 Richard M. Stallman <rms@gnu.org>
8831
8832 * internals.texi (Garbage Collection): Clarify previous change.
8833
88342005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8835
8836 * internals.texi (Garbage Collection): Add gc-cons-percentage.
8837
88382005-07-18 Juri Linkov <juri@jurta.org>
8839
8840 * commands.texi (Accessing Events):
8841 * frames.texi (Text Terminal Colors, Resources):
8842 * markers.texi (The Mark):
8843 * modes.texi (Defining Minor Modes):
8844 Delete duplicate duplicate words.
8845
88462005-07-16 Richard M. Stallman <rms@gnu.org>
8847
8848 * display.texi (Managing Overlays): Clarify make-overlay
8849 args for insertion types.
8850
88512005-07-13 Luc Teirlinck <teirllm@auburn.edu>
8852
8853 * customize.texi (Variable Definitions):
8854 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
8855 `standard-value' is a list too.
8856 (Defining New Types): Use @key{RET} instead of @key{ret}.
8857
88582005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
8859
8860 * os.texi (Translating Input): Fix typo.
8861
88622005-07-08 Richard M. Stallman <rms@gnu.org>
8863
8864 * README: Update edition number and size estimate.
8865
8866 * elisp.texi (VERSION): Set to 2.9.
8867
88682005-07-07 Richard M. Stallman <rms@gnu.org>
8869
8870 * book-spine.texinfo: Update Emacs version.
8871
8872 * display.texi (Inverse Video): Delete mode-line-inverse-video.
8873
88742005-07-06 Richard M. Stallman <rms@gnu.org>
8875
8876 * searching.texi (Regexp Search): Clarify what re-search-forward
8877 does when the search fails.
8878
88792005-07-05 Lute Kamstra <lute@gnu.org>
8880
8881 * Update FSF's address in GPL notices.
8882
8883 * doclicense.texi (GNU Free Documentation License):
8884 * gpl.texi (GPL):
8885 * tips.texi (Coding Conventions, Library Headers):
8886 * vol1.texi:
8887 * vol2.texi: Update FSF's address.
8888
88892005-07-04 Richard M. Stallman <rms@gnu.org>
8890
8891 * hooks.texi (Standard Hooks): Add occur-hook.
8892
88932005-07-03 Luc Teirlinck <teirllm@auburn.edu>
8894
8895 * display.texi (The Echo Area): Correct menu.
8896
88972005-07-03 Richard M. Stallman <rms@gnu.org>
8898
8899 * elisp.texi (Top): Update subnode menu for Display.
8900
8901 * display.texi (Displaying Messages): New node, with most
8902 of what was in The Echo Area.
5dcb4c4e 8903 (Progress): Move under The Echo Area.
b8d4c8d0
GM
8904 (Logging Messages): New node with new text.
8905 (Echo Area Customization): New node, the rest of what was
8906 in The Echo Area. Document message-truncate-lines with @defvar.
8907 (Display): Update menu.
8908
8909 * windows.texi (Textual Scrolling): Doc 3 values for
8910 scroll-preserve-screen-position.
8911
8912 * text.texi (Special Properties): Change hook functions
8913 should bind inhibit-modification-hooks around altering buffer text.
8914
8915 * keymaps.texi (Key Binding Commands): Call binding BINDING
8916 rather than DEFINITION.
8917
89182005-06-29 Juanma Barranquero <lekktu@gmail.com>
8919
8920 * variables.texi (Defining Variables): `user-variable-p' returns t
8921 for aliases of user options, nil for alias loops.
8922
89232005-06-28 Richard M. Stallman <rms@gnu.org>
8924
8925 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
8926 make-keymap.
8927
89282005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8929
8930 * variables.texi (Setting Variables): Correct and clarify
8931 description of `add-to-ordered-list'.
8932
89332005-06-26 Richard M. Stallman <rms@gnu.org>
8934
8935 * display.texi (Faces): Minor cleanup.
8936
89372005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8938
8939 * display.texi (Faces): `facep' returns t for strings that are
8940 face names.
8941
89422005-06-25 Richard M. Stallman <rms@gnu.org>
8943
8944 * objects.texi (Equality Predicates): Clarify meaning of equal.
8945
8946 * windows.texi (Selecting Windows): save-selected-window
8947 and with-selected-window save and restore the current buffer.
8948
89492005-06-24 Richard M. Stallman <rms@gnu.org>
8950
8951 * numbers.texi (Float Basics): Explain how to test for NaN,
8952 and printing the sign of NaNs.
8953
89542005-06-24 Eli Zaretskii <eliz@gnu.org>
8955
8956 * makefile.w32-in (MAKEINFO): Use --force.
8957
89582005-06-23 Richard M. Stallman <rms@gnu.org>
8959
8960 * display.texi (Face Functions): Correct Texinfo usage.
8961
89622005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8963
8964 * lists.texi (Rings): `ring-elements' now returns the elements of
8965 RING in order.
8966
89672005-06-23 Juanma Barranquero <lekktu@gmail.com>
8968
8969 * markers.texi (The Mark): Texinfo usage fix.
8970
89712005-06-23 Kim F. Storm <storm@cua.dk>
8972
8973 * searching.texi (Entire Match Data): Remove evaporate option for
8974 match-data. Do not mention evaporate option for set-match-data.
8975
89762005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8977
8978 * display.texi (Face Functions): Mention face aliases.
8979
89802005-06-21 Richard M. Stallman <rms@gnu.org>
8981
8982 * anti.texi (Antinews): Texinfo usage fix.
8983
89842005-06-21 Karl Berry <karl@gnu.org>
8985
8986 * elisp.texi: Use @copying.
8987
8988 * elisp.texi: Put @summarycontents and @contents before the Top
8989 node, instead of the end of the file, so that the contents appear
8990 in the right place in the dvi/pdf output.
8991
89922005-06-21 Juri Linkov <juri@jurta.org>
8993
8994 * display.texi (Defining Faces): Add `customized-face'.
8995
89962005-06-20 Kim F. Storm <storm@cua.dk>
8997
8998 * variables.texi (Setting Variables): Any type of element can be
8999 given order in add-to-ordered-list. Compare elements with eq.
9000
9001 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
9002
90032005-06-20 Karl Berry <karl@gnu.org>
9004
9005 * syntax.texi (Syntax Flags): Make last column very slightly wider
9006 to avoid "generic comment" breaking on two lines and causing an
9007 underfull box.
9008
90092005-06-19 Luc Teirlinck <teirllm@auburn.edu>
9010
9011 * lists.texi (Rings): Various minor clarifications and corrections.
9012
90132005-06-18 Richard M. Stallman <rms@gnu.org>
9014
9015 * functions.texi (Obsolete Functions): Simplify.
9016
9017 * variables.texi (Variable Aliases): Simplify.
9018
9019 * anti.texi, backups.texi, compile.texi, customization.texi:
9020 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
9021 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
9022 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
9023 * variables.texi: Fix formatting ugliness.
9024
9025 * elisp.texi: Add links to Rings and Byte Packing.
9026 Update version and copyright years.
9027
9028 * minibuf.texi: Fix formatting ugliness.
9029 (Completion Commands): Move keymap vars to the end
9030 and vars completing-read binds to the top.
9031
90322005-06-17 Luc Teirlinck <teirllm@auburn.edu>
9033
9034 * processes.texi: Fix typos.
9035 (Bindat Spec): Correct Texinfo error.
9036 (Byte Packing): Fix ungrammatical sentence.
9037
90382005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
9039
9040 * lists.texi (Rings): New node.
9041 (Lists): Add it to menu.
9042
9043 * processes.texi (Byte Packing): New node.
9044 (Processes): Add it to menu.
9045
90462005-06-17 Richard M. Stallman <rms@gnu.org>
9047
9048 * syntax.texi (Parsing Expressions): Fix texinfo usage.
9049
9050 * help.texi (Documentation Basics): Explain the xref to
9051 Documentation Tips.
9052
9053 * debugging.texi (Debugger Commands): Minor fix.
9054
90552005-06-16 Luc Teirlinck <teirllm@auburn.edu>
9056
9057 * edebug.texi (Instrumenting): Eliminate duplicate link.
9058 (Specification List): Replace references to "below", referring to
9059 a later node, with one @ref to that node.
9060
9061 * os.texi (Timers): Timers should save and restore the match data
9062 if they change it.
9063
9064 * debugging.texi (Debugger Commands): Mention that the Lisp
9065 debugger can not step through primitive functions.
9066
90672005-06-16 Juanma Barranquero <lekktu@gmail.com>
9068
9069 * functions.texi (Obsolete Functions): Update argument names of
9070 `make-obsolete' and `define-obsolete-function-alias'.
9071
9072 * variables.texi (Variable Aliases): Update argument names of
9073 `defvaralias', `make-obsolete-variable' and
9074 `define-obsolete-variable-alias'.
9075
90762005-06-15 Kim F. Storm <storm@cua.dk>
9077
9078 * searching.texi (Entire Match Data): Rephrase warnings about
9079 evaporate arg to match-data and set-match-data.
9080
90812005-06-14 Luc Teirlinck <teirllm@auburn.edu>
9082
9083 * elisp.texi (Top): Update detailed menu.
9084
9085 * edebug.texi (Edebug): Update menu.
9086 (Instrumenting): Update xrefs.
9087 (Edebug Execution Modes): Correct xref.
9088 (Jumping): Clarify description of `h' command.
9089 Eliminate redundant @ref.
9090 (Breaks): New node.
9091 (Breakpoints): Is now a subsubsection.
9092 (Global Break Condition): Mention `C-x X X'.
9093 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
9094 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
9095 (Edebug Display Update): Correct pxref.
9096 (Edebug and Macros): New node.
9097 (Instrumenting Macro Calls): Is now a subsubsection.
9098 Neither arg of `def-edebug-spec' is evaluated.
9099 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
9100 (Specification Examples): Fix typo.
9101
91022005-06-14 Lute Kamstra <lute@gnu.org>
9103
9104 * debugging.texi (Function Debugging): Primitives can break on
9105 entry too.
9106
91072005-06-14 Kim F. Storm <storm@cua.dk>
9108
9109 * variables.texi (Setting Variables): Add add-to-ordered-list.
9110
91112005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * syntax.texi (Parsing Expressions): Document aux functions and vars of
9114 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
9115
91162005-06-13 Lute Kamstra <lute@gnu.org>
9117
9118 * text.texi (Special Properties): Fix cross reference.
9119
91202005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9121
9122 * debugging.texi (Function Debugging): Delete mention of empty
9123 string argument to `cancel-debug-on-entry'. Delete inaccurate
9124 description of the return value of that command.
9125
91262005-06-11 Alan Mackenzie <acm@muc.de>
9127
9128 * text.texi (Adaptive Fill): Amplify the description of
9129 fill-context-prefix.
9130
91312005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9132
9133 * syntax.texi (Parsing Expressions): Fix Texinfo error.
9134
91352005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9136
9137 * syntax.texi (Parsing Expressions): Document syntax-ppss.
9138
91392005-06-10 Luc Teirlinck <teirllm@auburn.edu>
9140
9141 * debugging.texi (Error Debugging): Minor rewording.
9142 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
9143 is optional.
9144
91452005-06-10 Lute Kamstra <lute@gnu.org>
9146
9147 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
9148 (Top): Give it a title. Correct version number. Give the
9149 detailed node listing a more prominent header.
9150 * intro.texi: Don't set VERSION here a second time.
9151 Mention Emacs's version too.
9152 * anti.texi (Antinews): Use EMACSVER to refer to the current
9153 version of Emacs.
9154
91552005-06-09 Kim F. Storm <storm@cua.dk>
9156
9157 * searching.texi (Entire Match Data): Explain new `reseat' argument to
9158 match-data and set-match-data.
9159
91602005-06-08 Richard M. Stallman <rms@gnu.org>
9161
9162 * searching.texi (Entire Match Data): Clarify when match-data
9163 returns markers and when integers.
9164
9165 * display.texi (Defining Faces): Explain that face name should not
9166 end in `-face'.
9167
9168 * modes.texi (Mode Line Data): Minor cleanup.
9169 (Customizing Keywords): Node split out of Search-based Fontification.
9170 Add example of using font-lock-add-keywords from a hook.
9171 Clarify when MODE should be non-nil, and when nil.
9172
91732005-06-06 Richard M. Stallman <rms@gnu.org>
9174
9175 * modes.texi (Mode Line Data): Explain what happens when the car
9176 of a list is a void symbol.
9177 (Search-based Fontification): Explain MODE arg to
9178 font-lock-add-keywords and warn about calls from major modes.
9179
91802005-06-08 Juri Linkov <juri@jurta.org>
9181
9182 * display.texi (Standard Faces): Add `shadow' face.
9183
91842005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9185
9186 * modes.texi (Major Mode Conventions): A derived mode only needs
9187 to put the call to the parent mode inside `delay-mode-hooks'.
9188
91892005-05-29 Richard M. Stallman <rms@gnu.org>
9190
9191 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
9192 new, and what that implies. Clarify.
9193
9194 * files.texi (Locating Files): Clean up the text.
9195
9196 * frames.texi (Window Frame Parameters): Document user-size.
9197 Shorten entry for top by referring to left.
9198
91992005-05-26 Richard M. Stallman <rms@gnu.org>
9200
9201 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
9202 is new, and what the implications are. Other clarifications.
9203
92042005-05-24 Richard M. Stallman <rms@gnu.org>
9205
9206 * frames.texi (Dialog Boxes): Minor fixes.
9207
92082005-05-25 Masatake YAMATO <jet@gyve.org>
9209
9210 * display.texi (Standard Faces): Write about `mode-line-highlight'.
9211
92122005-05-24 Luc Teirlinck <teirllm@auburn.edu>
9213
9214 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
9215 is optional.
9216
92172005-05-24 Nick Roberts <nickrob@snap.net.nz>
9218
10d1d0af 9219 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
9220
92212005-05-23 Lute Kamstra <lute@gnu.org>
9222
9223 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
9224 syntax-begin-function over font-lock-beginning-of-syntax-function.
9225
92262005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9227
9228 * minibuf.texi (Reading File Names): Update description of
9229 `read-directory-name'.
9230
9231 * modes.texi (Derived Modes): Clarify :group keyword.
9232
92332005-05-21 Eli Zaretskii <eliz@gnu.org>
9234
9235 * files.texi (Locating Files): New subsection.
9236 Describe locate-file and executable-find.
9237
92382005-05-21 Kevin Ryde <user42@zip.com.au>
9239
9240 * frames.texi (Initial Parameters): Update cross reference to
9241 "Emacs Invocation".
9242
92432005-05-19 Luc Teirlinck <teirllm@auburn.edu>
9244
9245 * keymaps.texi (Active Keymaps): Add anchor.
9246
9247 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
9248 (Major Mode Conventions): Refer to `Auto Major Mode' in more
9249 appropriate place.
9250 (Derived Modes): Small clarifications.
9251 (Minor Mode Conventions, Keymaps and Minor Modes):
9252 Replace references to nodes with references to anchors.
9253 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
9254 Clarify description of lists whose first element is an integer.
9255 (Mode Line Variables): Add anchor.
9256 (%-Constructs): Clarify description of integer after %.
9257 (Emulating Mode Line): Describe nil value for FACE.
9258
92592005-05-18 Luc Teirlinck <teirllm@auburn.edu>
9260
9261 * modes.texi (Derived Modes): Correct references to non-existing
9262 variable standard-syntax-table.
9263
92642005-05-17 Lute Kamstra <lute@gnu.org>
9265
9266 * modes.texi (Defining Minor Modes): Mention the mode hook.
9267
92682005-05-15 Kim F. Storm <storm@cua.dk>
9269
9270 * processes.texi (Network): Remove open-network-stream-nowait.
9271 (Network Servers): Remove open-network-stream-server.
9272
92732005-05-15 Luc Teirlinck <teirllm@auburn.edu>
9274
9275 * elisp.texi (Top): Update detailed menu.
9276
9277 * variables.texi: Reorder nodes.
9278 (Variables): Update menu.
9279 (File Local Variables): Do not refer to the `-*-' line as
9280 a "local variables list". Add pxref.
9281
92822005-05-14 Luc Teirlinck <teirllm@auburn.edu>
9283
9284 * elisp.texi (Top): Update detailed menu for node changes.
9285
9286 * modes.texi (Modes): Update Menu.
9287 (Hooks): Move to beginning of chapter.
9288 Most minor modes run mode hooks too.
9289 `add-hook' can handle void hooks or hooks whose value is a single
9290 function.
9291 (Major Modes): Update Menu.
9292 (Major Mode Basics): New node, split off from `Major Modes'.
9293 (Major Mode Conventions): Correct xref. Explain how to handle
9294 auto-mode-alist if the major mode command has an autoload cookie.
9295 (Auto Major Mode): Major update. Add magic-mode-alist.
9296 (Derived Modes): Major update.
9297 (Mode Line Format): Update Menu.
9298 (Mode Line Basics): New node, split off from `Mode Line Format'.
9299
9300 * loading.texi (Autoload): Mention `autoload cookie' as synonym
9301 for `magic autoload comment'. Add index entries and anchor.
9302
93032005-05-14 Richard M. Stallman <rms@gnu.org>
9304
9305 * tips.texi (Coding Conventions): Explain how important it is
9306 that just loading certain files not change Emacs behavior.
9307
9308 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
9309
93102005-05-12 Lute Kamstra <lute@gnu.org>
9311
9312 * modes.texi (Generic Modes): Update.
9313 (Major Modes): Refer to node "Generic Modes".
9314
9315 * elisp.texi (Top): Update to the current structure of the manual.
9316 * processes.texi (Processes): Add menu description.
9317 * customize.texi (Customization): Add menu descriptions.
9318
93192005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9320
9321 * processes.texi (Signals to Processes)
9322 (Low-Level Network): Fix typos.
9323
93242005-05-11 Lute Kamstra <lute@gnu.org>
9325
9326 * elisp.texi (Top): Add some nodes from the chapter "Major and
9327 Minor Modes" to the detailed node listing.
9328
93292005-05-10 Richard M. Stallman <rms@gnu.org>
9330
9331 * keymaps.texi (Extended Menu Items): Menu item filter functions
9332 can be called at any time.
9333
93342005-05-08 Luc Teirlinck <teirllm@auburn.edu>
9335
9336 * variables.texi (File Local Variables): `(hack-local-variables t)'
9337 now also checks whether a mode is specified in the local variables
9338 list.
9339
93402005-05-05 Kevin Ryde <user42@zip.com.au>
9341
9342 * display.texi (The Echo Area): Correct format function cross
9343 reference.
9344
93452005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9346
9347 * variables.texi (Variable Aliases): Change description of
9348 `define-obsolete-variable-alias'.
9349
9350 * functions.texi (Functions): Add "Obsolete Functions" to menu.
9351 (Defining Functions): Add xref.
9352 (Obsolete Functions): New node.
9353 (Function Safety): Standardize capitalization of section title.
9354
9355 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
9356 (Dialog Boxes): Complete description of `x-popup-dialog'.
9357
93582005-05-04 Richard M. Stallman <rms@gnu.org>
9359
9360 * commands.texi (Interactive Codes): Fix Texinfo usage.
9361 Document U more clearly.
9362
93632005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9364
9365 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
9366 function and not a macro.
9367
9368 * frames.texi (Pop-Up Menus): Correct and clarify description of
9369 `x-popup-menu'.
9370 (Dialog Boxes): Clarify description of `x-popup-dialog'.
9371
93722005-05-01 Richard M. Stallman <rms@gnu.org>
9373
9374 * edebug.texi (Checking Whether to Stop): Fix previous change.
9375
93762005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9377
9378 * display.texi: Fix typos and Texinfo usage.
9379
9380 * edebug.texi (Checking Whether to Stop): executing-macro ->
9381 executing-kbd-macro.
9382
93832005-05-01 Richard M. Stallman <rms@gnu.org>
9384
9385 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
9386
93872005-04-30 Richard M. Stallman <rms@gnu.org>
9388
9389 * files.texi (Magic File Names): Document `operations' property.
9390
93912005-04-29 Lute Kamstra <lute@gnu.org>
9392
9393 * modes.texi (Generic Modes): New node.
9394 (Major Modes): Add it to the menu.
9395 (Derived Modes): Add "derived mode" to concept index.
9396
93972005-04-28 Lute Kamstra <lute@gnu.org>
9398
9399 * modes.texi (Defining Minor Modes): Fix previous change.
9400 (Font Lock Mode): Simplify.
9401 (Font Lock Basics): Say that font-lock-defaults is buffer-local
9402 when set and that some parts are optional. Add cross references.
9403 (Search-based Fontification): Say how to specify font-lock-keywords.
9404 Add cross references. Add font-lock-multiline to index.
9405 Move font-lock-keywords-case-fold-search here from node "Other Font
9406 Lock Variables". Document font-lock-add-keywords and
9407 font-lock-remove-keywords.
9408 (Other Font Lock Variables): Move font-lock-keywords-only,
9409 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9410 and font-lock-syntactic-face-function to node "Syntactic Font
9411 Lock". Move font-lock-keywords-case-fold-search to node
9412 "Search-based Fontification". Document font-lock-inhibit-thing-lock
9413 and font-lock-{,un}fontify-{buffer,region}-function.
9414 (Precalculated Fontification): Remove reference to deleted variable
9415 font-lock-core-only.
9416 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
9417 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
9418 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
9419 and font-lock-syntactic-face-function here from node "Other Font
9420 Lock Variables". Move font-lock-syntactic-keywords to "Setting
9421 Syntax Properties". Add cross references.
9422 (Setting Syntax Properties): New node.
9423 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
9424 * syntax.texi (Syntax Properties): Add cross reference.
9425 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
9426
94272005-04-26 Richard M. Stallman <rms@gnu.org>
9428
9429 * display.texi (Defining Faces):
9430 Document `default' elements of defface spec.
9431
9432 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
9433
9434 * variables.texi (Variable Aliases): Clarify text.
9435
94362005-04-25 Chong Yidong <cyd@stupidchicken.com>
9437
9438 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
9439
94402005-04-25 Luc Teirlinck <teirllm@auburn.edu>
9441
9442 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
9443
94442005-04-24 Eli Zaretskii <eliz@gnu.org>
9445
9446 * syntax.texi (Syntax Table Internals): Elaborate documentation of
9447 syntax-after and syntax-class.
9448
9449 * files.texi (Changing Files): Fix last change's cross-reference.
9450 (Unique File Names): Don't mention "numbers" in the documentation
9451 of make-temp-file and make-temp-name.
9452
94532005-04-23 Richard M. Stallman <rms@gnu.org>
9454
9455 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
9456
94572005-04-22 Nick Roberts <nickrob@snap.net.nz>
9458
9459 * windows.texi (Cyclic Window Ordering): Clarify window-list.
9460
94612005-04-22 Nick Roberts <nickrob@snap.net.nz>
9462
9463 * variables.texi (Variable Aliases): Describe make-obsolete-variable
9464 and define-obsolete-variable-alias.
9465
94662005-04-22 Kim F. Storm <storm@cua.dk>
9467
9468 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
9469 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
9470
94712005-04-21 Lute Kamstra <lute@gnu.org>
9472
9473 * lists.texi (Association Lists): Document rassq-delete-all.
9474
94752005-04-19 Richard M. Stallman <rms@gnu.org>
9476
9477 * modes.texi (Search-based Fontification): Explain that
9478 facespec is an expression to be evaluated.
9479
94802005-04-19 Kevin Ryde <user42@zip.com.au>
9481
9482 * streams.texi (Output Functions): Fix xref.
9483 * strings.texi (String Conversion): Fix xref.
9484
94852005-04-19 Kim F. Storm <storm@cua.dk>
9486
9487 * symbols.texi (Symbol Plists): Add safe-get.
9488 Mention that `get' may signal an error.
9489
94902005-04-18 Nick Roberts <nickrob@snap.net.nz>
9491
9492 * customize.texi (Variable Definitions): Replace tooltip-mode
9493 example with save-place.
9494
94952005-04-17 Richard M. Stallman <rms@gnu.org>
9496
9497 * buffers.texi (Indirect Buffers): Clarify.
9498
9499 * positions.texi (Positions): Clarify converting marker to integer.
9500
9501 * strings.texi (String Basics): Mention string-match; clarify.
9502
95032005-04-08 Lute Kamstra <lute@gnu.org>
9504
9505 * modes.texi (Search-based Fontification): Fix cross references.
9506 Use consistent terminology. Document anchored highlighting.
9507
95082005-04-05 Lute Kamstra <lute@gnu.org>
9509
9510 * modes.texi (Defining Minor Modes): Document :group keyword
9511 argument and its default value.
9512
95132005-04-03 Lute Kamstra <lute@gnu.org>
9514
9515 * hooks.texi (Standard Hooks): Add some hooks. Add cross
9516 references and/or descriptions. Delete major mode hooks; mention
9517 them as a category instead. Rename or delete obsolete hooks.
9518
95192005-04-02 Richard M. Stallman <rms@gnu.org>
9520
9521 * nonascii.texi (Coding System Basics): Another wording cleanup.
9522
95232005-04-01 Richard M. Stallman <rms@gnu.org>
9524
9525 * nonascii.texi (Coding System Basics): Clarify previous change.
9526
95272005-04-01 Kenichi Handa <handa@m17n.org>
9528
10d1d0af 9529 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
9530 identity of coding systems.
9531
95322005-03-29 Chong Yidong <cyd@stupidchicken.com>
9533
9534 * text.texi (Buffer Contents): Add filter-buffer-substring and
9535 buffer-substring-filters.
9536
95372005-03-26 Chong Yidong <cyd@stupidchicken.com>
9538
9539 * anti.texi (Antinews): Mention `G' interactive code.
9540
9541 * tips.texi (Compilation Tips): Mention benchmark.el.
9542
95432005-03-27 Luc Teirlinck <teirllm@auburn.edu>
9544
9545 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
9546 is now bound to M-o M-o.
9547
9548 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
9549
95502005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9551
9552 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
9553 in the Emacs Manual).
9554 * Makefile.in (srcs): Remove calendar.texi.
9555 * makefile.w32-in (srcs): Remove calendar.texi.
9556 * display.texi (Display): Change name of next node.
9557 * os.texi (System In): Change name of previous node.
9558 * elisp.texi (Top): Remove Calendar references.
9559 * vol1.texi (Top): Remove Calendar references.
9560 * vol2.texi (Top): Remove Calendar references.
9561
95622005-03-25 Richard M. Stallman <rms@gnu.org>
9563
9564 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
9565 Cleanup previous change.
9566
95672005-03-25 Chong Yidong <cyd@stupidchicken.com>
9568
9569 * display.texi (Face Attributes): Faces earlier in an :inherit
9570 list take precedence.
9571 (Scroll Bars): Fix description of vertical-scroll-bars.
9572 Document frame-current-scroll-bars and window-current-scroll-bars.
9573
9574 * markers.texi (The Mark): Document temporary Transient Mark mode.
9575
9576 * minibuf.texi (Reading File Names):
9577 Document read-file-name-completion-ignore-case.
9578
9579 * positions.texi (Screen Lines): Document nil for width argument
9580 to compute-motion.
9581
95822005-03-23 Kim F. Storm <storm@cua.dk>
9583
9584 * display.texi (Standard Faces): Other faces used in the fringe
9585 implicitly inherits from the fringe face.
9586 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
9587 properties implicitly inherits from fringe face.
9588 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
9589
95902005-03-20 Chong Yidong <cyd@stupidchicken.com>
9591
9592 * display.texi (Invisible Text): State default value of
9593 line-move-ignore-invisible.
9594 (Managing Overlays): Document remove-overlays.
9595 (Standard Faces): Document escape-glyph face.
9596
9597 * minibuf.texi (Reading File Names): Document read-file-name-function.
9598
9599 * modes.texi (Other Font Lock Variables):
9600 Document font-lock-lines-before.
9601
9602 * positions.texi (Skipping Characters): skip-chars-forward allows
9603 character classes.
9604
96052005-03-18 Lute Kamstra <lute@gnu.org>
9606
9607 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
9608
96092005-03-17 Richard M. Stallman <rms@gnu.org>
9610
9611 * text.texi (Undo): Document extensible undo entries.
9612
dd7b651b 9613 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
9614
9615 * nonascii.texi (Character Codes): Minor fix.
9616
9617 * display.texi (Display Property): Explain the significance
9618 of having text properties that are eq.
9619 (Other Display Specs): Explain string as display spec.
9620
9621 * commands.texi (Interactive Codes): Document G option.
9622
96232005-03-17 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * text.texi (Filling): Add sentence-end-without-period and
9626 sentence-end-without-space.
9627 (Changing Properties): Minor fix.
9628
9629 * anti.texi: Total rewrite.
9630
96312005-03-15 Lute Kamstra <lute@gnu.org>
9632
9633 * edebug.texi (Instrumenting Macro Calls): Fix typos.
9634
96352005-03-08 Kim F. Storm <storm@cua.dk>
9636
9637 * display.texi (Specified Space): Property :width is support on
9638 non-graphic terminals, :height is not.
9639
96402005-03-07 Richard M. Stallman <rms@gnu.org>
9641
9642 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
9643 Now subnodes of Fringes.
9644 (Overlay Arrow): Document overlay-arrow-variable-list.
9645 (Fringe Size/Pos): New node, broken out of Fringes.
9646 (Display): Explain clearing vs redisplay better.
9647 (Truncation): Clarify use of bitmaps.
9648 (The Echo Area): Clarify the uses of the echo area.
9649 Add max-mini-window-height.
9650 (Progress): Clarify.
9651 (Invisible Text): Explain that main loop moves point out.
9652 (Selective Display): Say "hidden", not "invisible".
9653 (Managing Overlays): Move up. Describe relation to Undo here.
9654 (Overlay Properties): Clarify intro.
9655 (Finding Overlays): Explain return values when nothing found.
9656 (Width): truncate-string-to-width has added arg.
9657 (Displaying Faces): Clarify and update mode line face handling.
9658 (Face Functions): Minor cleanup.
9659 (Conditional Display): Merge into Other Display Specs.
9660 (Pixel Specification, Other Display Specs): Minor cleanups.
9661 (Images, Image Descriptors): Minor cleanups.
9662 (GIF Images): Patents have expired.
9663 (Showing Images): Explain default text for insert-image.
9664 (Manipulating Button Types): Merge into Manipulating Buttons.
9665 (Making Buttons): Explain return values.
9666 (Button Buffer Commands): Add xref.
9667 (Inverse Video): Update mode-line-inverse-video.
9668 (Display Table Format): Clarify.
9669 (Active Display Table): Give defaults for window-display-table.
9670
9671 * calendar.texi (Calendar Customizing): calendar-holiday-marker
9672 and calendar-today-marker are strings, not chars.
9673 (Holiday Customizing): Minor fix.
9674
9675 * internals.texi (Writing Emacs Primitives): Update `or' example.
9676 Update limit on # args of subr.
9677
9678 * edebug.texi (Using Edebug): Arrow is in fringe.
9679 (Instrumenting): Arg to eval-defun works without loading edebug.
9680 (Edebug Execution Modes): Add xref.
9681
9682 * customize.texi (Common Keywords): Clarify :require.
9683 Mention :version here.
9684 (Variable Definitions, Group Definitions): Not here.
9685 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
9686
96872005-03-07 Chong Yidong <cyd@stupidchicken.com>
9688 * nonascii.texi (Text Representations): Clarify position-bytes.
9689 (Character Sets): Add list-charset-chars.
9690 (Scanning Charsets): Add charset-after.
9691 (Encoding and I/O): Minor fix.
9692
96932005-03-06 Richard M. Stallman <rms@gnu.org>
9694
9695 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
9696 (Resizing Windows): Likewise.
9697
9698 * text.texi (Change Hooks): Get rid of "Emacs 21".
9699
9700 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
9701
9702 * streams.texi (Output Variables): Get rid of "Emacs 21".
9703
9704 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
9705
9706 * os.texi (Translating Input): Replace flow-control example
9707 with a less obsolete example that uses `keyboard-translate'.
9708
9709 * objects.texi (Hash Table Type, Circular Objects):
9710 Get rid of "Emacs 21".
9711
9712 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
9713 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
9714
9715 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
9716
9717 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
9718
9719 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
9720 (Menu Bar): Fix when menu-bar-update-hook is called.
9721
9722 * hash.texi (Hash Tables): Get rid of "Emacs 21".
9723
9724 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
9725 and make it read better.
9726
9727 * files.texi (Writing to Files): Get rid of "Emacs 21".
9728 (Unique File Names): Likewise.
9729
9730 * elisp.texi: Update Emacs version to 22.
9731
9732 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
9733 (Overlay Properties, Face Attributes): Likewise.
9734 (Managing Overlays): Fix punctuation.
9735 (Attribute Functions): Clarify set-face-font; get rid of
9736 info about old Emacs versions.
9737 (Auto Faces, Font Lookup, Display Property, Images):
9738 Get rid of "Emacs 21".
9739
9740 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
9741
97422005-03-05 Richard M. Stallman <rms@gnu.org>
9743
9744 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
9745
97462005-03-04 Lute Kamstra <lute@gnu.org>
9747
9748 * debugging.texi (Error Debugging): Document stack-trace-on-error.
9749
97502005-03-03 Lute Kamstra <lute@gnu.org>
9751
9752 * edebug.texi (Instrumenting Macro Calls): Fix typo.
9753
97542005-03-01 Lute Kamstra <lute@gnu.org>
9755
9756 * debugging.texi (Debugger Commands): Update `j'.
9757
97582005-02-28 Lute Kamstra <lute@gnu.org>
9759
9760 * debugging.texi (Debugging): Fix typo.
9761 (Error Debugging): Document eval-expression-debug-on-error.
9762 (Function Debugging): Update example.
9763 (Using Debugger): Mention starred stack frames.
9764 (Debugger Commands): Document `j' and `l'.
9765 (Invoking the Debugger): `d' and `j' exit recursive edit too.
9766 Update the messages that the debugger displays.
9767 (Internals of Debugger): Add cross reference. Update example.
9768 (Excess Open): Minor improvement.
9769 (Excess Close): Minor improvement.
9770
97712005-02-26 Richard M. Stallman <rms@gnu.org>
9772
9773 * tips.texi (Coding Conventions): Clarify.
9774 Put all the major mode key reservations together.
9775 Mention the Mouse-1 => Mouse-2 conventions.
9776
9777 * syntax.texi (Syntax Class Table): Clarify.
9778 (Syntax Table Functions): syntax-after moved from here.
9779 (Syntax Table Internals): syntax-after moved to here.
9780 (Parsing Expressions): Update info on number of values
9781 and what's meaningful in the STATE argument.
9782 (Categories): Fix typo.
9783
9784 * sequences.texi (Arrays): Cleanup.
9785 (Char-Tables): Clarify.
9786
9787 * processes.texi (Deleting Processes): Cleanups, add xref.
9788 (Subprocess Creation): Explain nil in exec-path. Cleanup.
9789 (Process Information): set-process-coding-system, some args optional.
9790 (Input to Processes): Explain various types for PROCESS args.
9791 Rename them from PROCESS-NAME to PROCESS.
9792 (Signals to Processes): Likewise.
9793 (Decoding Output): Cleanup.
9794 (Query Before Exit): Clarify.
9795
9796 * os.texi (Startup Summary): Correct the options; add missing ones.
9797 (Terminal Output, Batch Mode): Clarify.
9798 (Flow Control): Node deleted.
9799
9800 * markers.texi (The Mark): Clarify.
9801
9802 * macros.texi (Expansion): Cleanup.
9803 (Indenting Macros): indent-spec allows ints, not floats.
9804
9805 * keymaps.texi (Keymaps): Clarify.
9806 (Format of Keymaps): Update lisp-mode-map example.
9807 (Active Keymaps, Key Lookup): Clarify.
9808 (Changing Key Bindings): Add xref to `kbd'.
9809 (Key Binding Commands, Simple Menu Items): Clarify.
9810 (Mouse Menus, Menu Bar): Clarify.
9811 (Menu Example): Replace print example with menu-bar-replace-menu.
9812
9813 * help.texi (Documentation Basics): Add function-documentation prop.
9814
9815 * elisp.texi (Top): Don't refer to Flow Control node.
9816
9817 * commands.texi (Command Overview): Improve xrefs.
9818 (Adjusting Point): Adjusting point applies to intangible and invis.
9819 (Key Sequence Input): Doc extra read-key-sequence args.
9820 Likewise for read-key-sequence-vector.
9821
9822 * backups.texi (Rename or Copy): Minor fix.
9823 (Numbered Backups): For version-control, say the default.
9824 (Auto-Saving): make-auto-save-file-name example is simplified.
9825
9826 * advice.texi (Advising Functions): Don't imply one part of Emacs
9827 should advise another part. Markup changes.
9828 (Defining Advice): Move transitional para.
9829 (Activation of Advice): Cleanup.
9830 Explain if COMPILE is nil or negative.
9831
9832 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
9833
98342005-02-24 Lute Kamstra <lute@gnu.org>
9835
9836 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
9837 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
9838
98392005-02-23 Lute Kamstra <lute@gnu.org>
9840
9841 * modes.texi (Defining Minor Modes): define-minor-mode can be used
9842 to define global minor modes as well.
9843
9844 * display.texi (Managing Overlays): overlay-buffer returns nil for
9845 deleted overlays.
9846
98472005-02-22 Kim F. Storm <storm@cua.dk>
9848
9849 * minibuf.texi (Basic Completion): Allow symbols in addition to
9850 strings in try-completion and all-completions.
9851
98522005-02-14 Lute Kamstra <lute@gnu.org>
9853
9854 * elisp.texi (Top): Remove reference to deleted node.
9855
9856 * lists.texi (Lists): Remove reference to deleted node.
9857 (Cons Cells): Fix typo.
9858
9859 * loading.texi (Where Defined): Fix typo.
9860
98612005-02-14 Richard M. Stallman <rms@gnu.org>
9862
9863 * variables.texi (Creating Buffer-Local): change-major-mode-hook
9864 is useful for discarding some minor modes.
9865
9866 * symbols.texi (Symbol Components): Reorder examples.
9867
9868 * streams.texi (Input Functions): State standard-input default.
9869 (Output Variables): State standard-output default.
9870
9871 * objects.texi (Printed Representation): Clarify read syntax vs print.
9872 (Floating Point Type): Explain meaning better.
9873 (Symbol Type): Explain uniqueness better.
9874 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
9875 List examples sooner.
9876 (Box Diagrams): New subnode broken out.
9877 Some examples moved from old Lists as Boxes node.
9878 (Dotted Pair Notation): Clarify intro.
9879 (Array Type): Clarify.
9880 (Type Predicates): Add hash-table-p.
9881
9882 * numbers.texi (Integer Basics): Clarify radix explanation.
9883 (Predicates on Numbers): Minor clarification.
9884 (Comparison of Numbers): Minor clarification. Clarify eql.
9885 Typos in min, max.
9886 (Math Functions): Clarify overflow in expt.
9887
9888 * minibuf.texi (Text from Minibuffer): Minor clarification.
9889 Mention arrow keys.
9890
9891 * loading.texi (Autoload): defun's doc string overrides autoload's
9892 doc string.
9893 (Repeated Loading): Modernize "add to list" examples.
9894 (Where Defined): Finish updating table of load-history elts.
9895
9896 * lists.texi (List-related Predicates): Minor wording improvement.
9897 (Lists as Boxes): Node deleted.
9898 (Building Lists): Explain trivial cases of number-sequence.
9899
9900 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 9901 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
9902 (Hash Access): Any object can be a key.
9903 State value of maphash.
9904
9905 * functions.texi (What Is a Function): Wording cleanup.
9906 (Function Documentation): Minor cleanup.
9907 Explain purpose of calling convention at end of doc string.
9908 (Function Names): Wording cleanup.
9909 (Calling Functions): Wording cleanup.
9910 Explain better how funcall calls the function.
9911 (Function Cells): Delete example of saving and redefining function.
9912
9913 * control.texi (Combining Conditions): Wording cleanup.
9914 (Iteration): dolist and dotimes bind VAR locally.
9915 (Cleanups): Xref to Atomic Changes.
9916
9917 * compile.texi (Byte Compilation): Delete 19.29 info.
9918 (Compilation Functions): Macros' difficulties don't affect defsubst.
9919 (Docs and Compilation): Delete 19.29 info.
9920
99212005-02-10 Richard M. Stallman <rms@gnu.org>
9922
9923 * objects.texi (Symbol Type): Minor correction.
9924
99252005-02-06 Lute Kamstra <lute@gnu.org>
9926
9927 * modes.texi (Example Major Modes): Fix typos.
9928
99292005-02-06 Richard M. Stallman <rms@gnu.org>
9930
9931 * text.texi (Margins): fill-nobreak-predicate can be one function.
9932
9933 * strings.texi (Modifying Strings): clear-string can make unibyte.
9934 (Formatting Strings): format gives error if values missing.
9935
9936 * positions.texi (Character Motion): Mention default arg
9937 for forward-char. backward-char refers to forward-char.
9938 (Word Motion): Mention default arg for forward-word.
9939 (Buffer End Motion): Mention default arg for beginning-of-buffer.
9940 Simplify end-of-buffer.
9941 (Text Lines): Mention default arg for forward-line.
9942 (List Motion): Mention default arg for beginning/end-of-defun.
9943 (Skipping Characters): Minor fixes in explaining character-set.
9944
9945 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
9946 Mode inheritance applies only when default-major-mode is nil.
9947 Clarifications.
9948 (Example Major Modes): Update Text mode and Lisp mode examples.
9949 (Minor Mode Conventions): Mention define-minor-mode at top.
9950 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
9951 (Mode Line Format): Update mode line face display info.
9952 (Properties in Mode): Mention effect of risky vars.
9953 (Imenu): Define imenu-add-to-menubar.
9954 (Font Lock Mode): Add descriptions to menu lines.
9955 (Faces for Font Lock): Add font-lock-doc-face.
9956
99572005-02-05 Lute Kamstra <lute@gnu.org>
9958
9959 * text.texi (Maintaining Undo): Remove obsolete function.
9960
99612005-02-05 Eli Zaretskii <eliz@gnu.org>
9962
9963 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 9964 color specifications. Improve indexing.
b8d4c8d0
GM
9965 (Text Terminal Colors): Replace the description of RGB values by
9966 an xref to "Color Names".
9967
99682005-02-03 Richard M. Stallman <rms@gnu.org>
9969
9970 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
9971 Clarify.
9972 (Selecting Windows): Clarify save-selected-window.
9973 (Cyclic Window Ordering): Clarify walk-windows.
9974 (Window Point): Clarify.
9975 (Window Start): Add comment to example.
9976 (Resizing Windows): Add `interactive' specs in examples.
9977 Document fit-window-to-buffer.
9978
9979 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
9980 (Undo, Maintaining Undo): Clarify last change.
9981 (Sorting): In sort-numeric-fields, explain about octal and hex.
9982 Mention sort-numeric-base.
9983 (Format Properties): Add xref for hard newlines.
9984
9985 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
9986 (Pop-Up Menus): Fix typo.
9987 (Color Names): Explain all types of color names.
9988 Explain color-values on B&W terminal.
9989 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
9990
9991 * files.texi (File Locks): Not supported on MS systems.
9992 (Testing Accessibility): Clarify.
9993
9994 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
9995 (Coverage Testing): Fix typo.
9996
9997 * commands.texi (Misc Events): Remove stray space.
9998
9999 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
10000 (Modification Time): Clarify when visited-file-modtime returns 0.
10001 (The Buffer List): Clarify bury-buffer.
10002 (Killing Buffers): Clarify.
10003 (Indirect Buffers): Add clone-indirect-buffer.
10004
100052005-02-02 Matt Hodges <MPHodges@member.fsf.org>
10006
10007 * edebug.texi (Printing in Edebug): Fix default value of
10008 edebug-print-circle.
10009 (Coverage Testing): Fix displayed frequency count data.
10010
100112005-02-02 Luc Teirlinck <teirllm@auburn.edu>
10012
10013 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
10014
100152005-02-02 Kim F. Storm <storm@cua.dk>
10016
10017 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
10018
100192005-01-29 Eli Zaretskii <eliz@gnu.org>
10020
10021 * commands.texi (Misc Events): Describe the help-echo event.
10022
10023 * text.texi (Special Properties) <help-echo>: Use `pos'
10024 consistently in description of the help-echo property.
10025 Use @code{nil} instead of @var{nil}.
10026
10027 * display.texi (Overlay Properties): Fix the index entry for
10028 help-echo overlay property.
10029
10030 * customize.texi (Type Keywords): Uncomment the xref to the
10031 help-echo property documentation.
10032
100332005-01-23 Kim F. Storm <storm@cua.dk>
10034
10035 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
10036 return value. Third element FULLY replaced by PARTIAL which
10037 specifies number of invisible pixels if row is only partially visible.
10038 (Textual Scrolling): Mention auto-window-vscroll.
10039 (Vertical Scrolling): New defvar auto-window-vscroll.
10040
100412005-01-16 Luc Teirlinck <teirllm@auburn.edu>
10042
10043 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
10044 command remapping.
10045
100462005-01-15 Richard M. Stallman <rms@gnu.org>
10047
10048 * display.texi (Defining Images): Mention DATA-P arg of create-image.
10049
100502005-01-14 Kim F. Storm <storm@cua.dk>
10051
10052 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
10053
10054 * text.texi (Links and Mouse-1): Fix string and vector item.
10055
100562005-01-13 Richard M. Stallman <rms@gnu.org>
10057
10058 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
10059 descriptions of overriding-local-map and overriding-terminal-local-map.
10060
10061 * text.texi (Links and Mouse-1): Clarify text.
10062
100632005-01-13 Kim F. Storm <storm@cua.dk>
10064
10065 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
10066
100672005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
10068
10069 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
10070
100712005-01-12 Kim F. Storm <storm@cua.dk>
10072
10073 * text.texi (Links and Mouse-1): Rename section from Enabling
10074 Mouse-1 to Following Links. Change xrefs.
10075 Add examples for define-button-type and define-widget.
10076
10077 * display.texi (Button Properties, Button Buffer Commands):
10078 Clarify mouse-1 and follow-link functionality.
10079
100802005-01-12 Richard M. Stallman <rms@gnu.org>
10081
10082 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
10083
10084 * display.texi (Beeping): Fix Texinfo usage.
10085
10086 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
10087
100882005-01-11 Kim F. Storm <storm@cua.dk>
10089
10090 * display.texi (Button Properties, Button Buffer Commands):
10091 Mention mouse-1 binding. Add follow-link keyword.
10092
10093 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
10094 (Enabling Mouse-1 to Follow Links): New subsection.
10095
100962005-01-06 Richard M. Stallman <rms@gnu.org>
10097
10098 * text.texi (Special Properties): Minor change.
10099
10100 * os.texi (Timers): Clarify previous change.
10101
10102 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
10103
101042005-01-01 Luc Teirlinck <teirllm@auburn.edu>
10105
10106 * display.texi (Face Attributes): Correct xref to renamed node.
10107
101082005-01-01 Richard M. Stallman <rms@gnu.org>
10109
10110 * display.texi (Face Attributes): Describe hex color specs.
10111
101122004-12-31 Richard M. Stallman <rms@gnu.org>
10113
10114 * os.texi (Timers): Update previous change.
10115
101162004-12-30 Kim F. Storm <storm@cua.dk>
10117
10118 * display.texi (Line Height): Total line-height is now specified
10119 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
10120 in cons cells. (nil . RATIO) is relative to actual line height.
10121 Use line-height `t' instead of `0' to get minimum height.
10122
101232004-12-29 Richard M. Stallman <rms@gnu.org>
10124
10125 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
10126
101272004-12-28 Richard M. Stallman <rms@gnu.org>
10128
10129 * commands.texi (Quitting): Clarify value of with-local-quit.
10130
10131 * elisp.texi (Top): Fix previous change.
10132
10133 * loading.texi (Loading): Fix previous change.
10134
101352004-12-27 Richard M. Stallman <rms@gnu.org>
10136
10137 * Makefile.in (MAKEINFO): Specify --force.
10138
10139 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
10140
10141 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
10142
10143 * display.texi (Line Height): Further clarify.
10144
10145 * elisp.texi (Top): Update Loading submenu.
10146
10147 * loading.texi (Where Defined): New node.
10148 (Unloading): load-history moved to Where Defined.
10149
101502004-12-21 Richard M. Stallman <rms@gnu.org>
10151
10152 * commands.texi (Event Input Misc): Add while-no-input.
10153
101542004-12-11 Richard M. Stallman <rms@gnu.org>
10155
10156 * display.texi (Line Height): Rewrite text for clarity.
10157
101582004-12-11 Kim F. Storm <storm@cua.dk>
10159
10160 * display.texi (Display): Add node "Line Height" to menu.
10161 (Line Height): New node. Move full description of line-spacing
10162 and line-height text properties here from text.texi.
10163 (Scroll Bars): Add vertical-scroll-bar variable.
10164
10165 * frames.texi (Window Frame Parameters): Remove line-height defvar.
10166
10167 * locals.texi (Standard Buffer-Local Variables): Fix xref for
10168 line-spacing and vertical-scroll-bar.
10169
10170 * text.texi (Special Properties): Just mention line-spacing and
10171 line-height here, add xref to new "Line Height" node.
10172
101732004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
10174
10175 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
10176
10177 * locals.texi (Standard Buffer-Local Variables):
10178 Add @xref for `line-spacing'.
10179
101802004-12-05 Richard M. Stallman <rms@gnu.org>
10181
10182 * Makefile.in (maintainer-clean): Remove the info files
10183 in $(infodir) where they are created.
10184
101852004-12-03 Richard M. Stallman <rms@gnu.org>
10186
10187 * windows.texi (Selecting Windows): get-lru-window and
10188 get-largest-window don't consider dedicated windows.
10189
10190 * text.texi (Undo): Document undo-in-progress.
10191
101922004-11-26 Richard M. Stallman <rms@gnu.org>
10193
10194 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
10195 Remove a few vars that are not always buffer-local.
10196
101972004-11-24 Luc Teirlinck <teirllm@auburn.edu>
10198
10199 * locals.texi (Standard Buffer-Local Variables): Comment out
10200 xref's to non-existent node `Yet to be written'.
10201
102022004-11-24 Richard M. Stallman <rms@gnu.org>
10203
10204 * processes.texi (Synchronous Processes): Grammar fix.
10205
10206 * numbers.texi (Comparison of Numbers): Add eql.
10207
10208 * locals.texi (Standard Buffer-Local Variables): Add many vars.
10209
10210 * intro.texi (Printing Notation): Fix previous change.
10211
10212 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
10213 and default-indicate-buffer-boundaries from here.
10214 (Usual Display): To here.
10215 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
10216 (Usual Display): Move tab-width up.
10217
5dcb4c4e
SM
10218 * customize.texi (Variable Definitions):
10219 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
10220 (Simple Types, Composite Types, Defining New Types):
10221 Minor cleanups.
10222
102232004-11-21 Jesper Harder <harder@ifa.au.dk>
10224
10225 * processes.texi (Synchronous Processes, Output from Processes):
10226 Markup fix.
10227
102282004-11-20 Richard M. Stallman <rms@gnu.org>
10229
10230 * positions.texi (Skipping Characters): skip-chars-forward
10231 now handles char classes.
10232
10233 * intro.texi (Printing Notation): Avoid confusion of `print'
10234 when explaining @print.
10235
10236 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
10237
10238 * display.texi (Display Table Format): Minor fix.
10239
10240 * streams.texi (Output Functions): Fix print example.
10241
10242 * Makefile.in (elisp): New target.
10243 (dist): Depend on $(infodir)/elisp, not elisp.
10244 Copy the info files from $(infodir).
10245
10246 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
10247 read-from-minibuffer.
10248
10249 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
10250
102512004-11-19 Richard M. Stallman <rms@gnu.org>
10252
10253 * searching.texi (Regexp Search): Add search-whitespace-regexp.
10254
102552004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
10256
10257 * tips.texi (Coding Conventions): Fix typo.
10258
102592004-11-16 Richard M. Stallman <rms@gnu.org>
10260
10261 * tips.texi (Coding Conventions): Separate defvar and require
10262 methods to avoid warnings. Use require only when there are many
10263 functions and variables from that package.
10264
10265 * minibuf.texi (Minibuffer Completion): When ignoring case,
10266 predicate must not be case-sensitive.
10267
10268 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
10269 (Test Coverage): Don't talk about "splotches". Clarified.
10270
102712004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
10272
10273 * frames.texi (Window Frame Parameters): Fix typo.
10274
102752004-11-15 Kim F. Storm <storm@cua.dk>
10276
10277 * symbols.texi (Other Plists): Note that plist-get may signal error.
10278 Add safe-plist-get.
10279
102802004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
10281
10282 * modes.texi (Font Lock Basics): Fix typo.
10283
102842004-11-08 Richard M. Stallman <rms@gnu.org>
10285
10286 * syntax.texi (Syntax Table Functions): Add syntax-after.
10287
102882004-11-06 Lars Brinkhoff <lars@nocrew.org>
10289
10290 * os.texi (Processor Run Time): New section documenting
10291 get-internal-run-time.
10292
102932004-11-06 Eli Zaretskii <eliz@gnu.org>
10294
10295 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
10296 it nukes elisp-cover.texi.
10297 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
10298 elisp-0 etc.
10299
103002004-11-05 Luc Teirlinck <teirllm@auburn.edu>
10301
10302 * commands.texi (Keyboard Macros): Document `append' return value
10303 of `defining-kbd-macro'.
10304
103052004-11-01 Richard M. Stallman <rms@gnu.org>
10306
10307 * commands.texi (Interactive Call): Add called-interactively-p.
10308
103092004-10-29 Simon Josefsson <jas@extundo.com>
10310
10311 * minibuf.texi (Reading a Password): Revert.
10312
103132004-10-28 Richard M. Stallman <rms@gnu.org>
10314
10315 * frames.texi (Display Feature Testing): Explain about "vendor".
10316
103172004-10-27 Richard M. Stallman <rms@gnu.org>
10318
10319 * commands.texi (Interactive Codes): `N' uses numeric prefix,
10320 not raw. Clarify `n'.
10321 (Interactive Call): Rewrite interactive-p, focusing on when
10322 and how to use it.
10323 (Misc Events): Clarify previous change.
10324
10325 * advice.texi (Simple Advice): Clarify what job the example does.
10326 (Around-Advice): Clarify ad-do-it.
10327 (Activation of Advice): An option of ad-default-compilation-action
10328 is `never', not `nil'.
10329
103302004-10-26 Kim F. Storm <storm@cua.dk>
10331
10332 * commands.texi (Interactive Codes): Add U code letter.
10333
103342004-10-25 Simon Josefsson <jas@extundo.com>
10335
10336 * minibuf.texi (Reading a Password): Add.
10337
103382004-10-24 Jason Rumney <jasonr@gnu.org>
10339
10340 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
10341 and wheel-down.
10342
103432004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10344
10345 * processes.texi (Synchronous Processes): Document process-file.
10346
103472004-10-22 Kenichi Handa <handa@m17n.org>
10348
10349 * text.texi (translate-region): Document that it accepts also a
10350 char-table.
10351
103522004-10-22 David Ponce <david@dponce.com>
10353
10354 * windows.texi (Resizing Windows): Document the `preserve-before'
10355 argument of the functions `enlarge-window' and `shrink-window'.
10356
103572004-10-19 Jason Rumney <jasonr@gnu.org>
10358
10359 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
10360
103612004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10362
10363 * text.texi (Filling): Add anchor for definition of
10364 `sentence-end-double-space'.
10365
10366 * searching.texi (Regexp Example): Update description of how
10367 Emacs currently recognizes the end of a sentence.
10368 (Standard Regexps): Update definition of the variable
10369 `sentence-end'. Add definition of the function `sentence-end'.
10370
103712004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
10372
10373 * display.texi (Progress): New node.
10374
103752004-10-05 Kim F. Storm <storm@cua.dk>
10376
10377 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
10378
103792004-09-29 Kim F. Storm <storm@cua.dk>
10380
10381 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
10382 to identify bitmaps. Remove -fringe-bitmap suffix for standard
10383 fringe bitmap symbols, as they now have their own namespace.
10384 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
10385 vs. pixels. Signal error if no free bitmap slots.
10386 (Pixel Specification): Change IMAGE to @var{image}.
10387
103882004-09-28 Richard M. Stallman <rms@gnu.org>
10389
10390 * text.texi (Special Properties): Clarify line-spacing and line-height.
10391
10392 * searching.texi (Regexp Search): Add looking-back.
10393
103942004-09-25 Luc Teirlinck <teirllm@auburn.edu>
10395
10396 * display.texi: Correct typos.
10397 (Image Descriptors): Correct xref's.
10398
103992004-09-25 Richard M. Stallman <rms@gnu.org>
10400
10401 * text.texi (Special Properties): Cleanups in `cursor'.
10402 Rewrites in `line-height' and `line-spacing'; exchange them.
10403
10404 * display.texi (Fringes): Rewrite previous change.
10405 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
10406 (Display Fringe Bitmaps): Node deleted, text moved.
10407 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
10408 (Scroll Bars): Clarify set-window-scroll-bars.
10409 (Pointer Shape): Rewrite.
10410 (Specified Space): Clarify :align-to, etc.
10411 (Pixel Specification): Use @var. Clarify new text.
10412 (Other Display Specs): Clarify `slice'.
10413 (Image Descriptors): Cleanups.
10414 (Showing Images): Cleanups.
10415
104162004-09-24 Luc Teirlinck <teirllm@auburn.edu>
10417
10418 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
10419
10420 * modes.texi: Various minor changes in addition to:
10421 (Major Mode Conventions): Final call to `run-mode-hooks' should
10422 not be inside the `delay-mode-hooks' form.
10423 (Mode Hooks): New node.
10424 (Hooks): Delete obsolete example.
10425 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
10426 node "Mode Hooks".
10427
104282004-09-22 Luc Teirlinck <teirllm@auburn.edu>
10429
10430 * display.texi: Correct various typos.
10431 (Display): Rename node "Pointer Shapes" to "Pointer
10432 Shape". (There is already a node called "Pointer Shapes" in
10433 frames.texi.)
10434 (Images): Remove non-existent node "Image Slices" from menu.
10435
104362004-09-23 Kim F. Storm <storm@cua.dk>
10437
10438 * text.texi (Special Properties): Add `cursor', `pointer',
10439 `line-height', and `line-spacing' properties.
10440
10441 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
10442 Shapes' to menu.
10443 (Standard Faces): Doc fix for fringe face.
10444 (Fringes): Add `overflow-newline-into-fringe' and
10445 'indicate-buffer-boundaries'.
10446 (Fringe Bitmaps, Pointer Shapes): New nodes.
10447 (Display Property): Add 'Pixel Specification' and 'Display Fringe
10448 Bitmaps' to menu.
10449 (Specified Space): Describe pixel width and height.
10450 (Pixel Specification): New node.
10451 (Other Display Specs): Add `slice' property.
10452 (Display Fringe Bitmaps): New node.
10453 (Images): Add 'Image Slices' to menu.
10454 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
10455 (Showing Images): Add slice arg to `insert-image'.
10456 Add 'insert-sliced-image'.
b8d4c8d0
GM
10457
104582004-09-20 Richard M. Stallman <rms@gnu.org>
10459
10460 * commands.texi (Key Sequence Input):
10461 Clarify downcasing in read-key-sequence.
10462
104632004-09-08 Juri Linkov <juri@jurta.org>
10464
10465 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
10466
104672004-09-07 Luc Teirlinck <teirllm@auburn.edu>
10468
5dcb4c4e
SM
10469 * locals.texi (Standard Buffer-Local Variables):
10470 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
10471 * internals.texi (Buffer Internals): Describe new
10472 auto_save_file_format field of the buffer structure.
10473 * files.texi (Format Conversion): `auto-save-file-format' has been
10474 renamed `buffer-auto-save-file-format'.
10475
104762004-08-27 Luc Teirlinck <teirllm@auburn.edu>
10477
10478 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
10479 an integer or a marker.
10480 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
10481
104822004-08-22 Richard M. Stallman <rms@gnu.org>
10483
10484 * modes.texi (Major Mode Conventions): Discuss rebinding of
10485 standard key bindings.
10486
104872004-08-18 Kim F. Storm <storm@cua.dk>
10488
10489 * processes.texi (Accepting Output): Add `just-this-one' arg to
10490 `accept-process-output'.
10491 (Output from Processes): New var `process-adaptive-read-buffering'.
10492
104932004-08-10 Luc Teirlinck <teirllm@auburn.edu>
10494
10495 * keymaps.texi: Various changes in addition to:
10496 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
10497 Give more varied examples for `kbd'.
10498 (Creating Keymaps): Char tables have slots for all characters
10499 without modifiers.
10500 (Active Keymaps): `overriding-local-map' and
10501 `overriding-terminal-local-map' also override text property and
10502 overlay keymaps.
10503 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
10504 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
10505 to denote a prefix of no events.
10506 `map-keymap' includes parent's bindings _recursively_.
10507 Clarify and correct description of `where-is-internal'.
10508 Mention BUFFER-OR-NAME arg to `describe-bindings'.
10509 (Menu Example): For menus intended for use with the keyboard, the
10510 menu items should be bound to characters or real function keys.
10511
105122004-08-08 Luc Teirlinck <teirllm@auburn.edu>
10513
10514 * objects.texi (Character Type): Reposition `@anchor' to prevent
10515 double space inside sentence in Info.
10516
10517 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
10518 renamed to `disabled-command-function'.
10519 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
10520 (Command Loop Info): Replace reference to it.
10521 (Disabling Commands): `disabled-command-hook' has been renamed to
10522 `disabled-command-function'.
10523
105242004-08-07 Luc Teirlinck <teirllm@auburn.edu>
10525
10526 * os.texi (Translating Input): Only non-prefix bindings in
10527 `key-translation-map' override actual key bindings. Warn about
10528 possible indirect effect of actual key bindings on non-prefix
10529 bindings in `key-translation-map'.
10530
105312004-08-06 Luc Teirlinck <teirllm@auburn.edu>
10532
10533 * minibuf.texi (High-Level Completion): Add anchor for definition
10534 of `read-variable'.
10535
10536 * commands.texi: Various changes in addition to:
10537 (Using Interactive): Clarify description of `interactive-form'.
10538 (Interactive Call): Mention default for KEYS argument to
10539 `call-interactively'.
10540 (Command Loop Info): Clarify description of `this-command-keys'.
10541 Mention KEEP-RECORD argument to `clear-this-command-keys'.
10542 Value of `last-event-frame' can be `macro'.
10543 (Repeat Events): `double-click-fuzz' is also used to distinguish
10544 clicks and drags.
10545 (Classifying Events): Clarify descriptions of `event-modifiers'
10546 `event-basic-type' and `event-convert-list'.
10547 (Accessing Events): `posn-timestamp' takes POSITION argument.
10548 (Quoted Character Input): Clarify description of
10549 `read-quoted-char' and fix example.
10550 (Quitting): Add `with-local-quit'.
10551 (Disabling Commands): Correct and clarify descriptions of
10552 `enable-command' and `disable-command'.
10553 Mention what happens if `disabled-command-hook' is nil.
10554 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
10555 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
10556
105572004-07-24 Luc Teirlinck <teirllm@auburn.edu>
10558
10559 * frames.texi: Various changes in addition to:
10560 (Creating Frames): Expand and clarify description of `make-frame'.
10561 (Window Frame Parameters): Either none or both of the `icon-left'
10562 and `icon-top' parameters must be specified. Put descriptions of
10563 `menu-bar-lines' and `toolbar-lines' closer together and change
10564 them accordingly.
10565 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
10566 except while processing `frame-title-format' or `icon-title-format'.
10567 (Deleting Frames): Correct description of `delete-frame'.
10568 Non-nil return values of `frame-live-p' are like those of `framep'.
10569 (Frames and Windows): Mention return value of
10570 `set-frame-selected-window'.
10571 (Visibility of Frames): Mention `force' argument to
10572 `make-frame-invisible'. `frame-visible-p' returns t for all
10573 frames on text-only terminals.
10574 (Frame Configurations): Restoring a frame configuration does not
10575 restore deleted frames.
10576 (Window System Selections): `x-set-selection' returns DATA.
10577 (Resources): Add example.
10578 (Display Feature Testing): Clarify descriptions of
10579 `display-pixel-height', `display-pixel-width', `x-server-version'
10580 and `x-server-vendor'.
10581
10582 * windows.texi (Choosing Window): Add anchor.
10583 * minibuf.texi (Minibuffer Misc): Add anchor.
10584
105852004-07-23 John Paul Wallington <jpw@gnu.org>
10586
10587 * macros.texi (Defining Macros): Declaration keyword for setting
10588 Edebug spec is `debug' not `edebug'.
10589
105902004-07-19 Luc Teirlinck <teirllm@auburn.edu>
10591
10592 * windows.texi: Various small changes in addition to:
10593 (Window Point): Mention return value of `set-window-point'.
10594 (Window Start): `pos-visible-in-window-p' disregards horizontal
10595 scrolling. Explain return value if PARTIALLY is non-nil.
10596 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
10597 and `set-window-vscroll'.
10598 (Size of Window): The argument WINDOW to `window-inside-edges',
10599 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
10600 (Resizing Windows): Explain return value of
10601 `shrink-window-if-larger-than-buffer'.
10602 `window-size-fixed' automatically becomes buffer local when set.
10603 (Window Configurations): Explain return value of
10604 `set-window-configuration'.
10605
10606 * minibuf.texi (Minibuffer Misc): Add anchor for
10607 `minibuffer-scroll-window'.
10608
10609 * positions.texi (Text Lines): Add anchor for `count-lines'.
10610
106112004-07-17 Richard M. Stallman <rms@gnu.org>
10612
10613 * display.texi (Overlay Properties): Adding `evaporate' prop
10614 deletes empty overlay immediately.
10615
10616 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
10617 fix example.
10618
106192004-07-16 Jim Blandy <jimb@redhat.com>
10620
10621 * searching.texi (Regexp Backslash): Document new \_< and \_>
10622 operators.
10623
106242004-07-16 Juanma Barranquero <lektu@terra.es>
10625
10626 * display.texi (Images): Fix Texinfo usage.
10627
106282004-07-14 Luc Teirlinck <teirllm@auburn.edu>
10629
10630 * buffers.texi (Modification Time): `visited-file-modtime' now
10631 returns a list of two integers, instead of a cons.
10632
106332004-07-13 Luc Teirlinck <teirllm@auburn.edu>
10634
10635 * windows.texi: Various changes in addition to:
10636 (Splitting Windows): Add `split-window-keep-point'.
10637
106382004-07-09 Richard M. Stallman <rms@gnu.org>
10639
10640 * frames.texi (Input Focus): Minor fix.
10641
106422004-07-07 Luc Teirlinck <teirllm@auburn.edu>
10643
10644 * frames.texi (Input Focus): Clarify descriptions of
10645 `select-frame-set-input-focus' and `select-frame'.
10646
106472004-07-06 Luc Teirlinck <teirllm@auburn.edu>
10648
10649 * os.texi: Various small changes in addition to:
10650 (Killing Emacs): Expand and clarify description of
10651 `kill-emacs-query-functions' and `kill-emacs-hook'.
10652 (System Environment): Expand and clarify description of `getenv'
10653 and `setenv'.
10654 (Timers): Clarify description of `run-at-time'.
10655 (Translating Input): Correct description of
10656 `extra-keyboard-modifiers'.
10657 (Flow Control): Correct description of `enable-flow-control'.
10658
106592004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
10660
10661 * os.texi: Update copyright.
10662 (Session Management): Grammar fix.
10663 Clarify which Emacs does the restarting.
10664 Use @samp for *scratch* buffer.
10665
106662004-07-04 Alan Mackenzie <acm@muc.de>
10667
10668 * frames.texi (Input Focus): Add documentation for
10669 `select-frame-set-input-focus'. Replace refs to non-existent
10670 `switch-frame' with `select-frame'. Minor corrections and tidying
10671 up of text-only terminal stuff.
10672
106732004-07-02 Richard M. Stallman <rms@gnu.org>
10674
10675 * files.texi (Saving Buffers): Cleanup write-contents-function.
10676 (Magic File Names): Cleanup file-remote-p.
10677
b344d29d 106782004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
10679
10680 * files.texi (Magic File Names): `file-remote-p' returns an
10681 identifier of the remote system, not just t.
10682
106832004-07-02 David Kastrup <dak@gnu.org>
10684
10685 * searching.texi (Entire Match Data): Add explanation about new
10686 match-data behavior when @var{integers} is non-nil.
10687
106882004-06-24 Richard M. Stallman <rms@gnu.org>
10689
10690 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
10691
10692 * customize.texi (Variable Definitions): Note about doc strings
10693 and :set.
10694
10695 * keymaps.texi (Keymap Terminology): Document `kbd'.
10696 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
10697
10698 * display.texi (Invisible Text): Setting buffer-invisibility-spec
10699 makes it buffer-local.
10700
10701 * files.texi (Saving Buffers): Correct previous change.
10702
10703 * commands.texi (Accessing Events):
10704 Clarify posn-col-row and posn-actual-col-row.
10705
107062004-06-24 David Ponce <david.ponce@wanadoo.fr>
10707
10708 * commands.texi (Accessing Events): New functions
10709 posn-at-point and posn-at-x-y. Add example to posn-x-y.
10710
107112004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10712
10713 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
10714 * frames.texi, buffers.texi, backups.texi, variables.texi:
10715 * loading.texi, eval.texi, functions.texi, control.texi:
10716 * symbols.texi, minibuf.texi: Reposition @anchor's.
10717
10718 * help.texi: Various small changes in addition to the following.
10719 (Describing Characters): Describe PREFIX argument to
10720 `key-description'. Correct and clarify definition of
10721 `text-char-description'. Describe NEED-VECTOR argument to
10722 `read-kbd-macro'.
10723 (Help Functions): Clarify definition of `apropos'.
10724
107252004-06-23 Lars Hansen <larsh@math.ku.dk>
10726
10727 * files.texi (Saving Buffers): Correct description of
10728 `write-contents-functions'.
10729
107302004-06-21 Juanma Barranquero <lektu@terra.es>
10731
10732 * display.texi (Images): Remove redundant @vindex directives.
10733 Rewrite `image-library-alist' doc in active voice.
10734
107352004-06-14 Juanma Barranquero <lektu@terra.es>
10736
10737 * display.texi (Images): Document new delayed library loading,
10738 variable `image-library-alist' and (existing but undocumented)
10739 function `image-type-available-p'.
10740
107412004-06-05 Richard M. Stallman <rms@gnu.org>
10742
10743 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
10744 refer the user to the Initial Input node.
10745 (Text from Minibuffer): Likewise.
10746 (Initial Input): New node. Document this feature
10747 and say it is mostly deprecated.
10748
107492004-05-30 Richard M. Stallman <rms@gnu.org>
10750
10751 * loading.texi (Named Features): Clarify return value
10752 and meaning of NOERROR.
10753
10754 * variables.texi (File Local Variables): Minor cleanup.
10755
107562004-05-30 Michael Albinus <michael.albinus@gmx.de>
10757
10758 * files.texi (Magic File Names): Add `file-remote-p' as operation
10759 of file name handlers.
10760
107612004-05-29 Richard M. Stallman <rms@gnu.org>
10762
10763 * modes.texi (Minor Mode Conventions): (-) has no special meaning
10764 as arg to a minor mode command.
10765
107662004-05-22 Richard M. Stallman <rms@gnu.org>
10767
10768 * syntax.texi (Syntax Class Table): Word syntax not just for English.
10769
10770 * streams.texi (Output Variables): Doc float-output-format.
10771
10772 * searching.texi (Regexp Special): Nested repetition can be infloop.
10773
10774 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
10775 real stack overflow.
10776
10777 * compile.texi: Minor cleanups.
10778
107792004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
10780
10781 * lists.texi (Cons Cells): Explain dotted lists, true lists,
10782 circular lists.
10783 (List Elements): Explain handling of circular and dotted lists.
10784
107852004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
10786
10787 * modes.texi (Search-based Fontification): Fix typo.
10788
107892004-05-10 Juanma Barranquero <lektu@terra.es>
10790
10791 * modes.texi (Mode Line Variables): Fix description of
10792 global-mode-string, which is now after which-func-mode, not the
10793 buffer name.
10794
107952004-05-07 Lars Hansen <larsh@math.ku.dk>
10796
10797 * modes.texi (Desktop Save Mode): Add.
10798 (Modes): Add menu entry Desktop Save Mode.
10799
10800 * hooks.texi: Add desktop-after-read-hook,
10801 desktop-no-desktop-file-hook and desktop-save-hook.
10802
10803 * locals.texi: Add desktop-save-buffer.
10804
108052004-04-30 Jesper Harder <harder@ifa.au.dk>
10806
10807 * display.texi: emacs -> Emacs.
10808
108092004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10810
10811 * files.texi (Changing Files): Document set-file-times.
10812
108132004-04-23 Juanma Barranquero <lektu@terra.es>
10814
10815 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10816
108172004-04-18 Jesper Harder <harder@ifa.au.dk>
10818
10819 * tips.texi (Coding Conventions): defopt -> defcustom.
10820
108212004-04-16 Luc Teirlinck <teirllm@auburn.edu>
10822
10823 * sequences.texi: Various clarifications.
10824
108252004-04-14 Luc Teirlinck <teirllm@auburn.edu>
10826
10827 * buffers.texi (Read Only Buffers): Mention optional ARG to
10828 `toggle-read-only'.
10829
108302004-04-14 Nick Roberts <nick@nick.uklinux.net>
10831
10832 * windows.texi (Selecting Windows): Note that get-lru-window
10833 returns a full-width window if possible.
10834
108352004-04-13 Luc Teirlinck <teirllm@auburn.edu>
10836
10837 * buffers.texi: Various changes in addition to:
10838 (Buffer File Name): Add `find-buffer-visiting'.
10839 (Buffer Modification): Mention optional ARG to `not-modified'.
10840 (Indirect Buffers): Mention optional CLONE argument to
10841 `make-indirect-buffer'.
10842
10843 * files.texi: Various changes in addition to:
10844 (Visiting Functions): `find-file-hook' is now a normal hook.
10845 (File Name Expansion): Explain difference between the way that
10846 `expand-file-name' and `file-truename' treat `..'.
10847 (Contents of Directories): Mention optional ID-FORMAT argument to
10848 `directory-files-and-attributes'.
10849 (Format Conversion): Mention new optional CONFIRM argument to
10850 `format-write-file'.
10851
108522004-04-12 Miles Bader <miles@gnu.org>
10853
10854 * macros.texi (Expansion): Add description of `macroexpand-all'.
10855
108562004-04-05 Jesper Harder <harder@ifa.au.dk>
10857
5dcb4c4e
SM
10858 * variables.texi (Variable Aliases):
10859 Mention cyclic-variable-indirection.
b8d4c8d0
GM
10860
10861 * errors.texi (Standard Errors): Ditto.
10862
108632004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10864
10865 * backups.texi: Various small changes in addition to:
10866 (Making Backups): Mention return value of `backup-buffer'.
10867 (Auto-Saving): Mention optional FORCE argument to
10868 `delete-auto-save-file-if-necessary'.
10869 (Reverting): Mention optional PRESERVE-MODES argument to
10870 `revert-buffer'. Correct description of `revert-buffer-function'.
10871
108722004-03-22 Juri Linkov <juri@jurta.org>
10873
10874 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
10875 with `Vector Functions'.
10876
10877 * text.texi (Sorting): Add missing quote.
10878
108792004-03-14 Luc Teirlinck <teirllm@auburn.edu>
10880
10881 * intro.texi (Lisp History): Replace xref to `cl' manual with
10882 inforef.
10883
108842004-03-12 Richard M. Stallman <rms@gnu.org>
10885
10886 * intro.texi (Version Info): Add arg to emacs-version.
10887 (Lisp History): Change xref to CL manual.
10888
108892004-03-09 Luc Teirlinck <teirllm@auburn.edu>
10890
10891 * minibuf.texi (Completion Commands): Add xref to Emacs manual
10892 for Partial Completion mode.
10893
108942004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
10895
10896 * customize.texi: Fix typo. Remove eol whitespace.
10897
108982004-03-04 Richard M. Stallman <rms@gnu.org>
10899
10900 * processes.texi: Fix typos.
10901
10902 * lists.texi (Building Lists): Minor clarification.
10903
10904 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
10905 in make-hash-table.
10906
109072004-02-29 Juanma Barranquero <lektu@terra.es>
10908
10909 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
10910 rm, and ignore exit code.
10911
109122004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
10913
10914 * display.texi (Defining Faces): Add description for min-colors.
10915 Update example.
10916
109172004-02-23 Luc Teirlinck <teirllm@auburn.edu>
10918
10919 * abbrevs.texi: Various corrections and clarifications in addition
10920 to the following:
10921 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
10922
109232004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10924
10925 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
10926
109272004-02-21 Luc Teirlinck <teirllm@auburn.edu>
10928
10929 * text.texi: Various small changes in addition to the following:
10930 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
10931 to delete-horizontal-space.
10932 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
10933 description of yank-handler text property at various places.
10934
10935 * frames.texi (Window System Selections): Add anchor.
10936
10937 * syntax.texi (Syntax Table Functions): Clarify and correct
10938 descriptions of make-syntax-table and copy-syntax-table.
10939 (Motion and Syntax): Clarify SYNTAXES argument to
10940 skip-syntax-forward.
10941 (Parsing Expressions): Mention that the return value of
10942 parse-partial-sexp is currently a list of ten rather than nine
10943 elements.
10944 (Categories): Various corrections and clarifications.
10945
109462004-02-17 Luc Teirlinck <teirllm@auburn.edu>
10947
10948 * markers.texi (Marker Insertion Types): Minor change.
10949
10950 * locals.texi (Standard Buffer-Local Variables):
10951 * commands.texi (Interactive Codes, Using Interactive):
10952 * functions.texi (Related Topics): Fix xrefs.
10953
109542004-02-16 Luc Teirlinck <teirllm@auburn.edu>
10955
10956 * lists.texi (Sets And Lists): Update description of delete-dups.
10957
109582004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
10959
10960 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
10961
c8763fb6 109622004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
10963
10964 * frames.texi (Parameter Access): frame-parameters arg is optional.
10965 modify-frame-parameters handles nil for FRAME.
10966 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
10967 are all-or-nothing for certain toolkits.
10968 Mention parameter wait-for-wm.
10969 (Frames and Windows): In frame-first-window and frame-selected-window
10970 the arg is optional.
10971 (Input Focus): In redirect-frame-focus the second arg is optional.
10972 (Window System Selections): Mention selection type CLIPBOARD.
10973 Mention data-type UTF8_STRING.
10974 Mention numbering of cut buffers.
10975 (Resources): Describe x-resource-name.
10976
109772004-02-16 Richard M. Stallman <rms@gnu.org>
10978
10979 * windows.texi (Buffers and Windows): Delete false table
10980 about all-frames.
10981
10982 * syntax.texi (Parsing Expressions): Delete old caveat
10983 about parse-sexp-ignore-comments.
10984
10985 * streams.texi (Output Variables): Add print-quoted.
10986
10987 * lists.texi (Building Lists): Minor cleanup.
10988
10989 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
10990
10991 * display.texi (Overlays): Explain overlays use markers.
10992 (Managing Overlays): Explain front-advance and rear-advance
10993 in more detail.
10994
10995 * loading.texi (Unloading): Document unload-feature-special-hooks.
10996 Get rid of fns-NNN.el file.
10997
109982004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
10999
11000 * help.texi (Describing Characters): Fix text-char-description
11001 example output.
11002
11003 * edebug.texi (Using Edebug): Fix example.
11004
11005 * debugging.texi (Internals of Debugger): Fix return value.
11006
11007 * files.texi (Changing Files): Fix argname.
11008
11009 * calendar.texi: Fix parens, and default values.
11010
11011 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
11012 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 11013 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
11014
11015 * positions.texi (Text Lines): Don't add -1 in current-line.
11016
110172004-02-16 Richard M. Stallman <rms@gnu.org>
11018
11019 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
11020
110212004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
11022
11023 * processes.texi (Low-Level Network): Fix a typo.
11024
110252004-02-12 Kim F. Storm <storm@cua.dk>
11026
11027 * display.texi (Fringes): Use consistent wording.
11028 Note that window-fringe's window arg is optional.
11029 (Scroll Bars): Use consistent wording.
11030
110312004-02-11 Luc Teirlinck <teirllm@auburn.edu>
11032
11033 * tips.texi (Comment Tips): Document the new conventions for
11034 commenting out code.
11035
c8763fb6 110362004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 11037
5dcb4c4e 11038 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
11039
110402004-02-07 Kim F. Storm <storm@cua.dk>
11041
11042 * positions.texi (Text Lines): Add line-number-at-pos.
11043
110442004-02-06 John Paul Wallington <jpw@gnu.org>
11045
11046 * display.texi (Button Properties, Button Buffer Commands):
11047 mouse-2 invokes button, not down-mouse-1.
11048
110492004-02-04 Jason Rumney <jasonr@gnu.org>
11050
11051 * makefile.w32-in: Sync with Makefile.in changes.
11052
110532004-02-03 Luc Teirlinck <teirllm@auburn.edu>
11054
11055 * minibuf.texi (Text from Minibuffer): Various corrections and
11056 clarifications.
11057 (Object from Minibuffer): Correct Lisp description of
11058 read-minibuffer.
11059 (Minibuffer History): Clarify description of cons values for
11060 HISTORY arguments.
5dcb4c4e
SM
11061 (Basic Completion): Various corrections and clarifications.
11062 Add completion-regexp-list.
b8d4c8d0
GM
11063 (Minibuffer Completion): Correct and clarify description of
11064 completing-read.
5dcb4c4e
SM
11065 (Completion Commands): Mention Partial Completion mode.
11066 Various other minor changes.
b8d4c8d0
GM
11067 (High-Level Completion): Various corrections and clarifications.
11068 (Reading File Names): Ditto.
11069 (Minibuffer Misc): Ditto.
11070
110712004-01-26 Luc Teirlinck <teirllm@auburn.edu>
11072
11073 * strings.texi (Text Comparison): assoc-string also matches
11074 elements of alists that are strings instead of conses.
11075 (Formatting Strings): Standardize Texinfo usage. Update index
11076 entries.
11077
110782004-01-20 Luc Teirlinck <teirllm@auburn.edu>
11079
11080 * lists.texi (Sets And Lists): Add delete-dups.
11081
110822004-01-15 Luc Teirlinck <teirllm@auburn.edu>
11083
11084 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
11085 special form.
11086 * macros.texi (Defining Macros): Update description of `declare',
11087 which now is a macro.
11088 (Wrong Time): Fix typos.
11089
110902004-01-14 Luc Teirlinck <teirllm@auburn.edu>
11091
11092 * compile.texi (Compilation Functions): Expand descriptions of
11093 `compile-defun', `byte-compile-file', `byte-recompile-directory'
11094 and `batch-byte-compile'. In particular, mention and describe
11095 all optional arguments.
11096 (Disassembly): Correct and clarify the description of `disassemble'.
11097
110982004-01-11 Luc Teirlinck <teirllm@auburn.edu>
11099
11100 * searching.texi: Various small changes in addition to the
11101 following.
11102 (Regexp Example): Adapt to new value of `sentence-end'.
11103 (Regexp Functions): The PAREN argument to `regexp-opt' can be
11104 `words'.
11105 (Search and Replace): Add usage note for `perform-replace'.
11106 (Entire Match Data): Mention INTEGERS and REUSE arguments to
11107 `match-data'.
11108 (Standard Regexps): Update for new values of `paragraph-start'
11109 and `sentence-end'.
11110
111112004-01-07 Luc Teirlinck <teirllm@auburn.edu>
11112
11113 * files.texi (Saving Buffers): Clarify descriptions of
11114 `write-contents-functions' and `before-save-hook'.
11115 Make the defvar's for `before-save-hook' and `after-save-hook'
11116 into defopt's.
11117
111182004-01-07 Kim F. Storm <storm@cua.dk>
11119
11120 * commands.texi (Click Events): Describe new image and
11121 width/height elements of click events.
11122 (Accessing Events): Add posn-string, posn-image, and
11123 posn-object-width-height. Change posn-object to return either
11124 image or string object.
11125
111262004-01-01 Simon Josefsson <jas@extundo.com>
11127
11128 * hooks.texi (Standard Hooks): Add before-save-hook.
11129 * files.texi (Saving Buffers): Likewise.
11130
111312004-01-03 Richard M. Stallman <rms@gnu.org>
11132
11133 * frames.texi (Frames and Windows): Delete frame-root-window.
11134
111352004-01-03 Luc Teirlinck <teirllm@auburn.edu>
11136
11137 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
11138
11139 * functions.texi: Various small changes in addition to the
11140 following.
5dcb4c4e
SM
11141 (What Is a Function): `functionp' returns nil for macros.
11142 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
11143 (Function Documentation): Add `\' in front of (fn @var{arglist})
11144 and explain why.
11145 (Defining Functions): Mention DOCSTRING argument to `defalias'.
11146 Add anchor.
11147 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
11148
111492004-01-01 Miles Bader <miles@gnu.org>
11150
11151 * display.texi (Buttons): New section.
11152
111532003-12-31 Andreas Schwab <schwab@suse.de>
11154
11155 * numbers.texi (Math Functions): sqrt reports a domain-error
11156 error.
11157 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
11158
111592003-12-30 Luc Teirlinck <teirllm@auburn.edu>
11160
11161 * tips.texi (Documentation Tips): Update item on hyperlinks in
11162 documentation strings.
11163
11164 * errors.texi (Standard Errors): Various small corrections and
11165 additions.
11166
11167 * control.texi: Various small changes in addition to the
11168 following.
11169 (Signaling Errors): Provide some more details on how `signal'
11170 constructs the error message. Add anchor to the definition of
11171 `signal'.
11172 (Error Symbols): Describe special treatment of `quit'.
11173 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
11174 to emphasize that it has to be a single form.
11175
11176 * buffers.texi: Add anchor.
11177
111782003-12-29 Richard M. Stallman <rms@gnu.org>
11179
11180 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
11181 (Window Configurations): Add window-configuration-frame.
11182
11183 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
11184
11185 * text.texi (Examining Properties): Add get-char-property-and-overlay.
11186 Change arg name in get-char-property.
11187 (Special Properties): Update handling of keymap property.
11188
11189 * strings.texi (Modifying Strings): Add clear-string.
11190 (Text Comparison): Add assoc-string and remove
11191 assoc-ignore-case, assoc-ignore-representation.
11192
11193 * os.texi (Time of Day): Add set-time-zone-rule.
11194
11195 * numbers.texi (Math Functions): asin, acos, log, log10
11196 report domain-error errors.
11197
11198 * nonascii.texi (Converting Representations):
11199 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
11200 (Encoding and I/O): Add file-name-coding-system.
11201
11202 * modes.texi (Search-based Fontification): Explain that
11203 face specs are symbols with face names as values.
11204
11205 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
11206
11207 * lists.texi (Building Lists): remq moved elsewhere.
11208 (Sets And Lists): remq moved here.
11209 (Association Lists): Refer to assoc-string.
11210
11211 * internals.texi (Garbage Collection): Add memory-use-counts.
11212
11213 * frames.texi (Frames and Windows): Add set-frame-selected-window
11214 and frame-root-window.
11215
11216 * files.texi (Contents of Directories):
11217 Add directory-files-and-attributes.
11218
11219 * display.texi (Refresh Screen): Add force-window-update.
11220 (Invisible Text): Explain about moving point out of invis text.
11221 (Overlay Properties): Add overlay-properties.
11222 (Managing Overlays): Add overlayp.
11223 (GIF Images): Invalid image number displays a hollow box.
11224
11225 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
11226 (Killing Buffers): Add buffer-live-p.
11227
112282003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
11229
11230 * display.texi (Fringes): Fix typo "set-buffer-window".
11231
112322003-12-24 Luc Teirlinck <teirllm@auburn.edu>
11233
11234 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
11235 * nonascii.texi, processes.texi, tips.texi, variables.texi:
11236 Add or change various xrefs and anchors.
11237
11238 * commands.texi: Replace all occurrences of @acronym{CAR} with
11239 @sc{car}, for consistency with the rest of the Elisp manual.
11240 `car' and `cdr' are historically acronyms, but are no longer
11241 widely thought of as such.
11242
11243 * internals.texi (Pure Storage): Mention that `purecopy' does not
11244 copy text properties.
11245 (Object Internals): Now 29 bits are used (in most implementations)
11246 to address Lisp objects.
11247
11248 * variables.texi (Variables with Restricted Values): New node.
11249
11250 * objects.texi (Lisp Data Types): Mention that certain variables
11251 can only take on a restricted set of values and add an xref to
11252 the new node "Variables with Restricted Values".
11253
11254 * eval.texi (Function Indirection): Describe the errors that
11255 `indirect-function' can signal.
11256 (Eval): Clarify the descriptions of `eval-region' and `values'.
11257 Describe `eval-buffer' instead of `eval-current-buffer' and
11258 mention `eval-current-buffer' as an alias for `current-buffer'.
11259 Correct the description and mention all optional arguments.
11260
11261 * nonascii.texi: Various small changes in addition to the
11262 following.
11263 (Converting Representations): Clarify behavior of
11264 `string-make-multibyte' and `string-to-multibyte' for unibyte all
11265 ASCII arguments.
11266 (Character Sets): Document the variable `charset-list' and adapt
11267 the definition of the function `charset-list' accordingly.
11268 (Translation of Characters): Clarify use of generic characters in
11269 `make-translation-table'. Clarify and correct the description of
11270 the use of translation tables in encoding and decoding.
11271 (User-Chosen Coding Systems): Correct and clarify the description
11272 of `select-safe-coding-system'.
11273 (Default Coding Systems): Clarify description of
11274 `file-coding-system-alist'.
11275
112762003-11-30 Luc Teirlinck <teirllm@auburn.edu>
11277
11278 * strings.texi (Text Comparison): Correctly describe when two
11279 strings are `equal'. Combine and clarify descriptions of
11280 `assoc-ignore-case' and `assoc-ignore-representation'.
11281
11282 * objects.texi (Non-ASCII in Strings): Clarify description of
11283 when a string is unibyte or multibyte.
11284 (Bool-Vector Type): Update examples.
11285 (Equality Predicates): Correctly describe when two strings are
11286 `equal'.
11287
112882003-11-29 Luc Teirlinck <teirllm@auburn.edu>
11289
11290 * lists.texi (Building Lists): `append' no longer accepts integer
11291 arguments. Update the description of `number-sequence' to reflect
11292 recent changes.
11293 (Sets And Lists): Describe `member-ignore-case' after `member'.
11294
112952003-11-27 Kim F. Storm <storm@cua.dk>
11296
11297 * commands.texi (Click Events): Click object may be an images.
11298 Describe (dx . dy) element of click positions.
11299 (Accessing Events): Remove duplicate posn-timestamp.
11300 New functions posn-object and posn-object-x-y.
11301
113022003-11-23 Kim F. Storm <storm@cua.dk>
11303
11304 * commands.texi (Click Events): Describe enhancements to event
11305 position lists, including new text-pos and (col . row) items.
11306 Mention left-fringe and right-fringe area events.
11307 (Accessing Events): New functions posn-area and
11308 posn-actual-col-row. Mention posn-timestamp. Mention that
11309 posn-point in non-text area still returns buffer position.
11310 Clarify posn-col-row.
11311
113122003-11-21 Lars Hansen <larsh@math.ku.dk>
11313
11314 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
11315 * anti.texi (File Attributes): Describe removed parameter
11316 ID-FORMAT.
11317
113182003-11-20 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * positions.texi (Positions): Mention that, if a marker is used as
11321 a position, its buffer is ignored.
11322
11323 * markers.texi (Overview of Markers): Mention it here too.
11324
113252003-11-12 Luc Teirlinck <teirllm@auburn.edu>
11326
11327 * numbers.texi (Numeric Conversions): Not just `floor', but also
11328 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
11329
113302003-11-10 Luc Teirlinck <teirllm@auburn.edu>
11331
11332 * markers.texi (Creating Markers): Specify insertion type of
11333 created markers. Add xref to `Marker Insertion Types'.
11334 Second argument to `copy-marker' is optional.
11335 (Marker Insertion Types): Mention that most markers are created
11336 with insertion type nil.
11337 (The Mark): Correctly describe when `mark' signals an error.
11338 (The Region): Correctly describe when `region-beginning' and
11339 `region-end' signal an error.
11340
113412003-11-08 Luc Teirlinck <teirllm@auburn.edu>
11342
11343 * hash.texi (Creating Hash): Clarify description of `eql'.
11344 `makehash' is obsolete.
11345 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
11346
11347 * positions.texi (Point): Change description of `buffer-end', so
11348 that it is also correct for floating point arguments.
11349 (List Motion): Correct argument lists of `beginning-of-defun' and
11350 `end-of-defun'.
11351 (Excursions): Add xref to `Marker Insertion Types'.
11352 (Narrowing): Argument to `narrow-to-page' is optional.
11353
113542003-11-06 Luc Teirlinck <teirllm@auburn.edu>
11355
11356 * streams.texi (Output Streams): Clarify behavior of point for
11357 marker output streams.
11358
113592003-11-04 Luc Teirlinck <teirllm@auburn.edu>
11360
11361 * variables.texi (Defining Variables): Second argument to
11362 `defconst' is not optional.
11363 (Setting Variables): Mention optional argument APPEND to
11364 `add-to-list'.
11365 (Creating Buffer-Local): Expand description of
11366 `make-variable-buffer-local'.
11367 (Frame-Local Variables): Expand description of
11368 `make-variable-frame-local'.
11369 (Variable Aliases): Correct description of optional argument
11370 DOCSTRING to `defvaralias'. Mention return value of
11371 `defvaralias'.
11372 (File Local Variables): Add xref to `File variables' in Emacs
11373 Manual. Correct description of `hack-local-variables'. Mention
11374 `safe-local-variable' property. Mention optional second argument
11375 to `risky-local-variable-p'.
11376
113772003-11-03 Luc Teirlinck <teirllm@auburn.edu>
11378
11379 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
11380
113812003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
11382
11383 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
11384 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
11385 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
11386 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
11387 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
11388 lispref/processes.texi, lispref/searching.texi,
11389 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
11390 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
11391 @acronym{FOO}.
11392
113932003-10-27 Luc Teirlinck <teirllm@auburn.edu>
11394
11395 * strings.texi (Creating Strings): Argument START to `substring'
11396 can not be `nil'. Expand description of
11397 `substring-no-properties'. Correct description of `split-string',
11398 especially with respect to empty matches. Prevent very bad line
11399 break in definition of `split-string-default-separators'.
11400 (Text Comparison): `string=' and `string<' also accept symbols as
11401 arguments.
11402 (String Conversion): More completely describe argument BASE in
11403 `string-to-number'.
11404 (Formatting Strings): `%s' and `%S' in `format' do require
11405 corresponding object. Clarify behavior of numeric prefix after
11406 `%' in `format'.
11407 (Case Conversion): The argument to `upcase-initials' can be a
11408 character.
11409
114102003-10-27 Kenichi Handa <handa@m17n.org>
11411
11412 * display.texi (Fontsets): Fix texinfo usage.
11413
114142003-10-25 Kenichi Handa <handa@m17n.org>
11415
11416 * display.texi (Fontsets): Add description of the function
11417 set-fontset-font.
11418
114192003-10-23 Luc Teirlinck <teirllm@auburn.edu>
11420
11421 * display.texi (Temporary Displays): Add xref to `Documentation
11422 Tips'.
11423
11424 * functions.texi (Function Safety): Use inforef instead of pxref
11425 for SES.
11426
114272003-10-23 Andreas Schwab <schwab@suse.de>
11428
11429 * Makefile.in (TEX, texinputdir): Don't define.
11430 (TEXI2DVI): Define.
11431 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
11432 add $(srcdir)/index.texi.
11433 ($(infodir)/elisp): Remove index.texi dependency.
11434 (elisp.dvi): Likewise. Use $(TEXI2DVI).
11435 (index.texi): Remove target.
11436 (dist): Don't link $(srcdir)/permute-index.
11437 (clean): Don't remove index.texi.
11438
11439 * permute-index, index.perm: Remove.
11440 * index.texi: Rename from index.unperm.
11441
114422003-10-22 Luc Teirlinck <teirllm@auburn.edu>
11443
11444 * tips.texi (Documentation Tips): Document new behavior for face
11445 and variable hyperlinks in Help mode.
11446
114472003-10-21 Luc Teirlinck <teirllm@auburn.edu>
11448
11449 * objects.texi (Integer Type): Update for extra bit of integer range.
11450 (Character Type): Ditto.
11451
114522003-10-16 Eli Zaretskii <eliz@gnu.org>
11453
11454 * numbers.texi (Integer Basics): Add index entries for reading
11455 numbers in hex, octal, and binary.
11456
114572003-10-16 Lute Kamstra <lute@gnu.org>
11458
11459 * modes.texi (Mode Line Format): Mention force-mode-line-update's
11460 argument.
11461
114622003-10-13 Luc Teirlinck <teirllm@auburn.edu>
11463
11464 * windows.texi (Choosing Window): Fix typo.
11465 * edebug.texi (Edebug Execution Modes): Fix typo.
11466
114672003-10-13 Richard M. Stallman <rms@gnu.org>
11468
11469 * windows.texi (Basic Windows): A window has fringe settings,
11470 display margins and scroll-bar settings.
11471 (Splitting Windows): Doc split-window return value.
11472 Clean up one-window-p.
11473 (Selecting Windows): Fix typo.
11474 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
11475 (Buffers and Windows): In set-window-buffer, explain effect
11476 on fringe settings and scroll bar settings.
11477 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
11478 (Choosing Window): Use defopt for pop-up-frame-function.
11479 For special-display-buffer-names, explain same-window and same-frame.
11480 Clarify window-dedicated-p return value.
11481 (Textual Scrolling): scroll-up and scroll-down can get an error.
11482 (Horizontal Scrolling): Clarify auto-hscroll-mode.
11483 Clarify set-window-hscroll.
11484 (Size of Window): Don't mention tool bar in window-height.
11485 (Coordinates and Windows): Explain what coordinates-in-window-p
11486 returns for fringes and display margins.
11487 (Window Configurations): Explain saving fringes, etc.
11488
11489 * tips.texi (Library Headers): Clean up Documentation.
11490
11491 * syntax.texi (Parsing Expressions): Clean up forward-comment
11492 and parse-sexp-lookup-properties.
11493
11494 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
11495
11496 * os.texi (System Environment): Clean up text for load-average errors.
11497
11498 * modes.texi (Hooks): Don't explain local hook details at front.
11499 Clarify run-hooks and run-hook-with-args a little.
11500 Clean up add-hook and remove-hook.
11501
11502 * edebug.texi (Edebug Execution Modes): Clarify t.
11503 Document edebug-sit-for-seconds.
11504 (Coverage Testing): Document C-x X = and =.
11505 (Instrumenting Macro Calls): Fix typo.
11506 (Specification List): Don't index the specification keywords.
11507
115082003-10-10 Kim F. Storm <storm@cua.dk>
11509
11510 * processes.texi (Network): Introduce make-network-process.
11511
115122003-10-09 Luc Teirlinck <teirllm@auburn.edu>
11513
11514 * tips.texi (Library Headers): Fix typo.
11515
115162003-10-07 Juri Linkov <juri@jurta.org>
11517
11518 * modes.texi (Imenu): Mention imenu-create-index-function's
11519 default value. Explain submenus better.
11520
115212003-10-07 Lute Kamstra <lute@gnu.org>
11522
11523 * modes.texi (Faces for Font Lock): Fix typo.
11524 (Hooks): Explain how buffer-local hook variables can refer to
11525 global hook variables.
11526 Various minor clarifications.
11527
115282003-10-06 Lute Kamstra <lute@gnu.org>
11529
11530 * tips.texi (Coding Conventions): Mention naming conventions for
11531 hooks.
11532
115332003-10-05 Luc Teirlinck <teirllm@auburn.edu>
11534
11535 * loading.texi (Library Search): Correct default value of
11536 load-suffixes.
11537 (Named Features): Fix typo.
11538
115392003-10-05 Richard M. Stallman <rms@gnu.org>
11540
11541 * loading.texi (Named Features): In `provide',
11542 say how to test for subfeatures.
11543 (Unloading): In unload-feature, use new var name
11544 unload-feature-special-hooks.
11545
115462003-10-03 Lute Kamstra <lute@gnu.org>
11547
11548 * modes.texi (Major Mode Conventions): Mention third way to set up
11549 Imenu.
11550 (Imenu): A number of small fixes.
11551 Delete documentation of internal variable imenu--index-alist.
11552 Document the return value format of imenu-create-index-function
11553 functions.
11554
115552003-09-30 Richard M. Stallman <rms@gnu.org>
11556
11557 * processes.texi (Network): Say what stopped datagram connections do.
11558
11559 * lists.texi (Association Lists): Clarify `assq-delete-all'.
11560
11561 * display.texi (Overlay Properties): Clarify `evaporate' property.
11562
115632003-09-29 Lute Kamstra <lute@gnu.org>
11564
11565 * modes.texi (Mode Line Data): Explain when symbols in mode-line
11566 constructs should be marked as risky.
11567 Change cons cell into proper list.
11568 (Mode Line Variables): Change cons cell into proper list.
11569
115702003-09-26 Lute Kamstra <lute@gnu.org>
11571
11572 * modes.texi (Mode Line Data): Document the :propertize construct.
11573 (Mode Line Variables): Reorder the descriptions of the variables
11574 to match their order in the default mode-line-format.
11575 Describe the new variables mode-line-position and mode-line-modes.
11576 Update the default values of mode-line-frame-identification,
11577 minor-mode-alist, and default-mode-line-format.
11578 (Properties in Mode): Mention the :propertize construct.
11579
115802003-09-26 Richard M. Stallman <rms@gnu.org>
11581
11582 * buffers.texi, commands.texi, debugging.texi, eval.texi:
11583 * loading.texi, minibuf.texi, text.texi, variables.texi:
11584 Avoid @strong{Note:}.
11585
115862003-09-26 Richard M. Stallman <rms@gnu.org>
11587
11588 * keymaps.texi (Remapping Commands): Fix typo.
11589
115902003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
11591
11592 * processes.texi (Low-Level Network): Fix typo.
11593
115942003-09-23 Kim F. Storm <storm@cua.dk>
11595
11596 * processes.texi (Network, Network Servers): Fix typos.
11597 (Low-Level Network): Add timeout value for :server keyword.
11598 Add new option keywords to make-network-process.
11599 Add set-network-process-options.
11600 Explain how to test availability of network options.
11601
116022003-09-19 Richard M. Stallman <rms@gnu.org>
11603
11604 * text.texi (Motion by Indent): Arg to
11605 backward-to-indentation and forward-to-indentation is optional.
11606
11607 * strings.texi (Creating Strings): Add substring-no-properties.
11608
11609 * processes.texi
11610 (Process Information): Add list-processes arg QUERY-ONLY.
11611 Delete process-contact from here.
11612 Add new status values for process-status.
11613 Add process-get, process-put, process-plist, set-process-plist.
11614 (Synchronous Processes): Add call-process-shell-command.
11615 (Signals to Processes): signal-process allows process objects.
11616 (Network): Complete rewrite.
11617 (Network Servers, Datagrams, Low-Level Network): New nodes.
11618
11619 * positions.texi (Word Motion): forward-word, backward-word
11620 arg is optional. Reword.
11621
11622 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
11623
11624 * variables.texi (Creating Buffer-Local):
11625 Delete duplicate definition of buffer-local-value.
11626 (File Local Variables): Explain about discarding text props.
11627
116282003-09-11 Richard M. Stallman <rms@gnu.org>
11629
11630 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
11631 changes variables that record input events.
11632 (Minibuffer Misc): Add minibuffer-selected-window.
11633
11634 * lists.texi (Building Lists): Add copy-tree.
11635
11636 * display.texi (Fontsets): Add char-displayable-p.
11637 (Scroll Bars): New node.
11638
116392003-09-08 Lute Kamstra <lute@gnu.org>
11640
11641 * modes.texi (%-Constructs): Document new `%i' and `%I'
11642 constructs.
11643
116442003-09-03 Peter Runestig <peter@runestig.com>
11645
11646 * makefile.w32-in: New file.
11647
116482003-08-29 Richard M. Stallman <rms@gnu.org>
11649
11650 * display.texi (Overlay Properties): Clarify how priorities
11651 affect use of the properties.
11652
116532003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
11654
11655 * customize.texi (Type Keywords): Correct the description of
11656 `:help-echo' in the case where `motion-doc' is a function.
11657
116582003-08-14 John Paul Wallington <jpw@gnu.org>
11659
11660 * modes.texi (Emulating Mode Line): Subsection, not section.
11661
116622003-08-13 Richard M. Stallman <rms@gnu.org>
11663
11664 * elisp.texi (Top): Update subnode lists in menu.
11665
11666 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
11667 (Kill Functions): kill-region has new arg yank-handler.
11668 (Yanking): New node.
11669 (Yank Commands): Add yank-undo-function.
11670 (Low-Level Kill Ring):
11671 kill-new and kill-append have new arg yank-handler.
11672 (Changing Properties): Add remove-list-of-text-properties.
11673 (Atomic Changes): New node.
11674
11675 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
11676
11677 * streams.texi (Output Variables): Add eval-expression-print-length
11678 and eval-expression-print-level.
11679
11680 * os.texi (Time Conversion): For encode-time, explain limits on year.
11681
11682 * objects.texi (Character Type): Define anchor "modifier bits".
11683
11684 * modes.texi (Emulating Mode Line): New node.
11685 (Search-based Fontification): Font Lock uses font-lock-face property.
11686 (Other Font Lock Variables): Likewise.
11687
11688 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
11689 not vectors.
11690 (Active Keymaps): Add emulation-mode-map-alists.
11691 (Functions for Key Lookup): key-binding has new arg no-remap.
11692 (Remapping Commands): New node.
11693 (Scanning Keymaps): where-is-internal has new arg no-remap.
11694 (Tool Bar): Add tool-bar-local-item-from-menu.
11695 Clarify when to use tool-bar-add-item-from-menu.
11696
11697 * commands.texi (Interactive Call): commandp has new arg.
11698 (Command Loop Info): Add this-original-command.
11699
117002003-08-06 John Paul Wallington <jpw@gnu.org>
11701
11702 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
11703
11704 * display.texi (Warning Basics): Fix typo.
11705 (Fringes): Add closing curly bracket and fix typo.
11706
11707 * elisp.texi (Top): Fix typo.
11708
117092003-08-05 Richard M. Stallman <rms@gnu.org>
11710
11711 * elisp.texi: Update lists of subnodes.
11712
11713 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
11714
11715 * variables.texi (Local Variables): Use lc for example variable names.
11716
11717 * tips.texi (Library Headers): Explain where to put -*-.
11718
11719 * strings.texi (Creating Strings): Fix xref for vconcat.
11720
11721 * sequences.texi (Vector Functions):
11722 vconcat no longer allows integer args.
11723
11724 * minibuf.texi (Reading File Names): read-file-name has new
11725 arg PREDICATE. New function read-directory-name.
11726
c4cc8b9a 11727 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
11728 (Indenting Macros): New node.
11729
11730 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
11731 (Window Frame Parameters): Make separate table of parameters
11732 that are coupled with specific face attributes.
11733 (Deleting Frames): delete-frame-hooks renamed to
11734 delete-frame-functions.
11735
11736 * files.texi (Magic File Names): Add file-remote-p.
11737 Clarify file-local-copy.
11738
11739 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
11740 here; instead xref Defining Macros.
11741
11742 * display.texi (Warnings): New node, and subnodes.
11743 (Fringes): New node.
11744
11745 * debugging.texi (Test Coverage): New node.
11746
11747 * compile.texi (Compiler Errors): Explain with-no-warnings
11748 and other ways to suppress warnings.
11749
11750 * commands.texi (Interactive Call): Minor clarification.
11751
11752 * buffers.texi (Buffer File Name): set-visited-file-name
11753 renames the buffer too.
11754
11755 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
11756
117572003-07-24 Markus Rost <rost@math.ohio-state.edu>
11758
11759 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
11760
117612003-07-22 Markus Rost <rost@math.ohio-state.edu>
11762
11763 * internals.texi (Garbage Collection): Fix previous change.
11764
117652003-07-22 Richard M. Stallman <rms@gnu.org>
11766
11767 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
11768
11769 * display.texi (Width): Use \s syntax in example.
11770 (Font Selection): Add face-font-rescale-alist.
11771
11772 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
11773 Remove spurious indent in example.
11774
11775 * lists.texi (Building Lists): Add number-sequence.
11776
11777 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
11778
11779 * functions.texi (Function Documentation): Explain how to
11780 show calling convention explicitly in the doc string.
11781
11782 * windows.texi (Selecting Windows): save-selected-window saves
11783 selected window of each frame.
11784 (Window Configurations): Minor change.
11785
11786 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
11787
11788 * streams.texi (Output Variables): Add print-continuous-numbering
11789 and print-number-table.
11790
11791 * processes.texi (Decoding Output): New node.
11792
11793 * os.texi (Time Conversion): decode-time arg is optional.
11794
11795 * objects.texi (Character Type): Don't use space as example for \.
11796 Make list of char names and \-sequences correspond.
11797 Explain that \s is not used in strings. `\ ' needs space after.
11798
11799 * nonascii.texi (Converting Representations): Add string-to-multibyte.
11800 (Translation of Characters): Add translation-table-for-input.
11801 (Default Coding Systems): Add auto-coding-functions.
11802 (Explicit Encoding): Add decode-coding-inserted-region.
11803 (Locales): Add locale-info.
11804
11805 * minibuf.texi (Basic Completion): Describe test-completion.
11806 Collections can be lists of strings.
11807 Clean up lazy-completion-table.
11808 (Programmed Completion): Mention test-completion.
11809 Clarify why lambda expressions are not accepted.
11810 (Minibuffer Misc): Describe minibufferp.
11811
118122003-07-14 Richard M. Stallman <rms@gnu.org>
11813
11814 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
11815
11816 * windows.texi (Selecting Windows): New arg to select-window.
11817 (Selecting Windows): Add with-selected-window.
11818 (Size of Window): Add window-inside-edges, etc.
11819
11820 * internals.texi (Garbage Collection): Add post-gc-hook.
11821
11822 * processes.texi (Subprocess Creation): Add exec-suffixes.
11823
11824 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
11825 (Scanning Keymaps): Add map-keymaps.
11826 (Defining Menus): Add keymap-prompt.
11827
11828 * numbers.texi (Integer Basics): Add most-positive-fixnum,
11829 most-negative-fixnum.
11830
c4cc8b9a 11831 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
11832 (Compiler Errors): New node.
11833
11834 * os.texi (User Identification): user-uid, user-real-uid
11835 can return float.
11836
11837 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
11838 and about derived modes.
11839 (Minor Modes): Add minor-mode-list.
11840 (Defining Minor Modes): Keyword args for define-minor-mode.
11841 (Search-based Fontification): Explain managing other properties.
11842 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 11843 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
11844 (Hooks): Add run-mode-hooks and delay-mode-hooks.
11845
11846 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
11847 (Variable Aliases): Clarify defvaralias.
11848
11849 * loading.texi (Library Search): Add load-suffixes.
11850
11851 * minibuf.texi (Basic Completion): Add lazy-completion-table.
11852 (Programmed Completion): Add dynamic-completion-table.
11853
11854 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
11855 (Magic File Names): Specify precedence order of handlers.
11856
11857 * commands.texi (Command Overview): Emacs server runs pre-command-hook
11858 and post-command-hook.
11859 (Waiting): New calling convention for sit-for.
11860
11861 * text.texi (Special Properties): local-map and keymap properties
11862 apply based on their stickiness.
11863
118642003-07-07 Richard M. Stallman <rms@gnu.org>
11865
11866 * modes.texi (Minor Mode Conventions): Specify only some kinds
11867 of list values as args to minor modes.
11868
11869 * files.texi (File Name Expansion): Warn about iterative use
11870 of substitute-in-file-name.
11871
11872 * advice.texi (Activation of Advice): Clean up previous change.
11873
118742003-07-06 Markus Rost <rost@math.ohio-state.edu>
11875
11876 * advice.texi (Activation of Advice): Note that ad-start-advice is
11877 turned on by default.
11878
118792003-06-30 Richard M. Stallman <rms@gnu.org>
11880
11881 * text.texi (Buffer Contents): Document current-word.
11882 (Change Hooks): Not called for *Messages*.
11883
11884 * functions.texi (Defining Functions): Explain about redefining
11885 primitives.
f4e90db0 11886 (Function Safety): Rename. Minor changes.
b8d4c8d0
GM
11887 Comment out the detailed criteria for what is safe.
11888
118892003-06-22 Andreas Schwab <schwab@suse.de>
11890
11891 * objects.texi (Symbol Type): Fix description of examples.
11892
118932003-06-16 Andreas Schwab <schwab@suse.de>
11894
11895 * hash.texi (Creating Hash): Fix description of :weakness.
11896
c8763fb6 118972003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
11898
11899 * files.texi (Changing Files): copy-file copies file modes, too.
11900
119012003-05-28 Richard M. Stallman <rms@gnu.org>
11902
11903 * strings.texi (Creating Strings): Clarify split-string.
11904
119052003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
11906
11907 * strings.texi (Creating Strings): Update split-string specification
11908 and examples.
11909
119102003-05-19 Richard M. Stallman <rms@gnu.org>
11911
11912 * elisp.texi: Correct invariant section names.
11913
119142003-04-20 Richard M. Stallman <rms@gnu.org>
11915
11916 * os.texi (Timers): Explain about timers and quitting.
11917
119182003-04-19 Richard M. Stallman <rms@gnu.org>
11919
11920 * internals.texi (Writing Emacs Primitives): Strings are
11921 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
11922 Explain GCPRO convention for varargs function args.
11923
119242003-04-16 Richard M. Stallman <rms@gnu.org>
11925
11926 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
11927
119282003-04-08 Richard M. Stallman <rms@gnu.org>
11929
11930 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
11931
119322003-02-13 Kim F. Storm <storm@cua.dk>
11933
11934 * objects.texi (Character Type): New \s escape for space.
11935
119362003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
11937
5dcb4c4e 11938 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
11939
119402003-01-25 Richard M. Stallman <rms@gnu.org>
11941
11942 * keymaps.texi: Document that a symbol can act as a keymap.
11943
119442003-01-13 Richard M. Stallman <rms@gnu.org>
11945
11946 * text.texi (Changing Properties): Say string indices are origin-0.
11947
11948 * positions.texi (Screen Lines) <compute-motion>:
11949 Correct order of elts in return value.
11950
11951 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
11952 how to define a default binding.
11953
119542002-12-07 Markus Rost <rost@math.ohio-state.edu>
11955
11956 * loading.texi (Unloading): Fix recent change for load-history.
11957
11958 * customize.texi (Simple Types): Clarify description of custom
11959 type 'number. Describe new custom type 'float.
11960
119612002-12-04 Markus Rost <rost@math.ohio-state.edu>
11962
11963 * variables.texi (File Local Variables): Fix typo.
11964
c8763fb6 119652002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
11966
11967 From Michael Albinus <Michael.Albinus@alcatel.de>.
11968
11969 * README: Target for Info file is `make info'.
11970
5dcb4c4e 11971 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
11972 `file-name-sans-extension'.
11973 (Magic File Names): Complete list of operations for magic file
11974 name handlers.
11975
119762002-09-16 Jonathan Yavner <jyavner@engineer.com>
11977
11978 * variables.texi (File Local Variables): New function
11979 risky-local-variable-p.
11980
119812002-09-15 Jonathan Yavner <jyavner@engineer.com>
11982
11983 * functions.texi (Function safety): New node about unsafep.
11984
119852002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
11986
5dcb4c4e 11987 * customize.texi (Splicing into Lists): Fix example.
a86cd395 11988 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
11989
119902002-06-17 Juanma Barranquero <lektu@terra.es>
11991
11992 * frames.texi (Display Feature Testing): Fix typo.
11993
119942002-06-12 Andreas Schwab <schwab@suse.de>
11995
11996 * frames.texi (Initial Parameters, Resources): Fix references to
11997 the Emacs manual.
11998
119992002-05-13 Kim F. Storm <storm@cua.dk>
12000
6e911150 12001 * variables.texi (Intro to Buffer-Local): Update warning and
b8d4c8d0
GM
12002 example relating to changing buffer inside let.
12003
c8763fb6 120042002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
12005
12006 * os.texi (Session Management): New node about X Session management.
12007
120082002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
12009
12010 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
12011 to which the manual corresponds, and the copyright years.
12012
12013 * Makefile.in (VERSION): Set to 2.9.
12014
120152001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
12016
12017 * elisp.texi: Change the category in @dircategory to "Emacs", to
12018 make it consistent with info/dir.
12019
120202001-11-25 Miles Bader <miles@gnu.org>
12021
12022 * text.texi (Fields): Describe new `limit' arg in
12023 field-beginning/field-end.
12024
120252001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
12026
5dcb4c4e
SM
12027 * permute-index: Don't depend on csh-specific features.
12028 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
12029
12030 * two-volume-cross-refs.txt: New file.
12031 * two.el: New file.
12032 * spellfile: New file.
12033
120342001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12035
12036 * permute-index: New file.
12037
12038 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
12039 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
12040 8+3 restricted namespace.
12041
12042 * Makefile.in (infodir): Define relative to $(srcdir).
12043 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
12044 include directories list via -I switch to makeinfo.
12045 (index.texi): Use cp if both hard and symbolic links fail.
12046
120472001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * Makefile.in (distclean): Add.
12050
12051 The following changes make ELisp manual part of the Emacs
12052 distribution:
12053
12054 * Makefile.in: Add Copyright notice.
12055 (prefix): Remove.
12056 (infodir): Change value to "../info".
12057 (VPATH): New variable.
12058 (MAKE): Don't define.
12059 (texmacrodir): Don't define.
12060 (texinputdir): Append the existing value of TEXINPUTS.
12061 ($(infodir)/elisp): Instead of just "elisp". Reformat the
12062 command to be compatible with man/Makefile.in, and to put the
12063 output into ../info.
12064 (info): Add target.
12065 (installall): Target removed.
12066
c8763fb6 120672001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
12068
12069 * tips.texi (Coding Conventions): Fix typo.
12070
120712001-10-23 Gerd Moellmann <gerd@gnu.org>
12072
12073 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
12074
120752001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
12076
12077 * files.texi (File Name Components): Update the description of
12078 file-name-sans-extension and file-name-extension, as they now
12079 ignore leading dots.
12080
120812001-10-20 Gerd Moellmann <gerd@gnu.org>
12082
12083 * (Version 21.1 released.)
12084
120852001-10-19 Miles Bader <miles@gnu.org>
12086
12087 * positions.texi (Text Lines): Describe behavior of
12088 `beginning-of-line'/`end-of-line' in the presence of field properties.
12089
120902001-10-17 Gerd Moellmann <gerd@gnu.org>
12091
12092 * Makefile.in (VERSION): Set to 2.8.
12093 (manual): Use `manual-21'.
12094
12095 * elisp.texi (VERSION): Add and use it where the version
12096 number was used. Set it to 2.8.
12097
12098 * intro.texi: Likewise.
12099
121002001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
12101
12102 * files.texi (File Name Completion): Document the significance of
12103 a trailing slash in elements of completion-ignored-extensions.
12104
121052001-10-06 Miles Bader <miles@gnu.org>
12106
12107 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
12108
121092001-10-04 Gerd Moellmann <gerd@gnu.org>
12110
12111 * variables.texi (Variable Aliases): New node.
12112
121132001-10-04 Gerd Moellmann <gerd@gnu.org>
12114
12115 * Branch for 21.1.
12116
121172001-10-02 Miles Bader <miles@gnu.org>
12118
12119 * minibuf.texi (Minibuffer Misc): Add entries for
12120 `minibuffer-contents', `minibuffer-contents-no-properties', and
12121 `delete-minibuffer-contents'.
12122 Correct description for `minibuffer-prompt-end'.
12123
12124 * text.texi (Property Search): Correct descriptions of
12125 `next-char-property-change' and `previous-char-property-change'.
12126 Add entries for `next-single-char-property-change' and
12127 `previous-single-char-property-change'.
12128 Make operand names a bit more consistent.
12129
121302001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
12131
12132 * frames.texi (Finding All Frames): Document that next-frame and
12133 previous-frame are local to current terminal.
12134
121352001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
12136
12137 * keymaps.texi (Creating Keymaps): Fix the description of the
12138 result of make-keymap.
12139
121402001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
12141
12142 * display.texi (Font Lookup, Attribute Functions)
12143 (Image Descriptors): Add cross-references to the definition of
12144 selected frame.
12145
12146 * buffers.texi (The Buffer List): Add cross-references to the
12147 definition of selected frame.
12148
12149 * frames.texi (Input Focus): Clarify which frame is _the_ selected
12150 frame at any given time.
12151 (Multiple Displays, Size and Position): Add a cross-reference to
12152 the definition of the selected frame.
12153
121542001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
12155
12156 * strings.texi (String Conversion) <string-to-number>: Document
12157 that a float is returned for integers that are too large.
12158
12159 * frames.texi (Mouse Position): Document mouse-position-function.
12160 (Display Feature Testing): Document display-images-p.
12161 (Window Frame Parameters): Document the cursor-type variable.
12162
12163 * numbers.texi (Integer Basics): Document CL style read syntax for
12164 integers in bases other than 10.
12165
5dcb4c4e
SM
12166 * positions.texi (List Motion):
12167 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
12168
12169 * lists.texi (Sets And Lists): Document member-ignore-case.
12170
12171 * internals.texi (Garbage Collection): Document the used and free
12172 strings report.
12173 (Memory Usage): Document strings-consed.
12174
12175 * os.texi (Time of Day): Document float-time.
12176 (Recording Input): Document that clear-this-command-keys clears
12177 the vector to be returned by recent-keys.
12178
ed9265fc
JB
12179 * keymaps.texi (Scanning Keymaps) <where-is-internal>:
12180 The argument keymap can be a list.
b8d4c8d0
GM
12181
12182 * nonascii.texi (User-Chosen Coding Systems)
12183 <select-safe-coding-system>: Document the new argument
12184 accept-default-p and the variable
12185 select-safe-coding-system-accept-default-p. Tell what happens if
12186 buffer-file-coding-system is undecided.
12187 (Default Coding Systems): Document auto-coding-regexp-alist.
12188
12189 * display.texi (The Echo Area) <message>: Document
12190 message-truncate-lines.
12191 (Glyphs): Document that the glyph table is unused on windowed
12192 displays.
12193
12194 * help.texi (Describing Characters) <single-key-description>:
12195 Document the new argument no-angles.
12196 (Accessing Documentation) <documentation-property>: Document that
12197 a non-string property is evaluated.
12198 <documentation>: Document that the function-documentation property
12199 is looked for.
12200
12201 * windows.texi (Selecting Windows): Document some-window.
12202
12203 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
12204
12205 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
12206 apropos-mode-hook.
12207
12208 * commands.texi (Using Interactive): Document interactive-form.
12209 (Keyboard Macros): Document kbd-macro-termination-hook.
12210 (Command Loop Info): Document that clear-this-command-keys clears
12211 the vector to be returned by recent-keys.
12212
122132001-09-04 Werner LEMBERG <wl@gnu.org>
12214
12215 * Makefile.in (srcdir, texinputdir): New variables.
12216 (srcs, index.texi, install): Use $(srcdir).
12217 (.PHONY): Remove elisp.dvi.
12218 (elisp): Use -I switch for makeinfo.
12219 (elisp.dvi): Use $(srcdir) and $(texinputdir).
12220 (installall, dist): Use $(srcdir).
12221 Fix path to texinfo.tex.
12222 (maintainer-clean): Add elisp.dvi and elisp.oaux.
12223
122242001-08-30 Gerd Moellmann <gerd@gnu.org>
12225
12226 * display.texi (Conditional Display): Adjust to API change.
12227
12228 * configure: New file.
12229
122302001-07-30 Gerd Moellmann <gerd@gnu.org>
12231
12232 * commands.texi (Repeat Events): Add description of
12233 double-click-fuzz.
12234
122352001-05-08 Stefan Monnier <monnier@cs.yale.edu>
12236
12237 * syntax.texi (Syntax Class Table): Add the missing designator for
12238 comment and string fences.
12239 (Syntax Properties): Add a xref to syntax table internals.
12240 (Syntax Table Internals): Document string-to-syntax.
12241
122422001-05-07 Gerd Moellmann <gerd@gnu.org>
12243
12244 * Makefile.in (install): Use install-info command line options
12245 like in Emacs' Makefile.in.
12246
122472000-12-09 Miles Bader <miles@gnu.org>
12248
12249 * windows.texi (Window Start): Update documentation for
12250 `pos-visible-in-window-p'.
12251
122522000-11-12 Stefan Monnier <monnier@cs.yale.edu>
12253
12254 * lists.texi (Building Lists): Add footnote to explain how to add
12255 to the end of a list.
12256
122572000-10-25 Gerd Moellmann <gerd@gnu.org>
12258
12259 * files.texi (Visiting Functions): Typos.
12260
122612000-10-25 Kenichi Handa <handa@etl.go.jp>
12262
12263 * files.texi (Visiting Functions): Return value of
12264 find-file-noselect may be a list of buffers if wildcards are used.
12265
122662000-10-24 Miles Bader <miles@lsi.nec.co.jp>
12267
12268 * display.texi (Defining Faces): Document `graphic' display type
12269 in face specs.
12270
b344d29d 122712000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
12272
12273 * hooks.texi (Standard Hooks): Replace obsolete
12274 `after-make-frame-hook' with `after-make-frame-functions'.
12275
12276 * frames.texi (Creating Frames): Ditto.
12277
12278 * variables.texi (Future Local Variables): Ditto.
12279
122802000-10-16 Gerd Moellmann <gerd@gnu.org>
12281
12282 * display.texi (Other Image Types): Add description of :foreground
12283 and :background properties of mono PBM images.
12284
122852000-08-17 Werner LEMBERG <wl@gnu.org>
12286
12287 * .cvsignore: New file.
12288
122892000-01-05 Gerd Moellmann <gerd@gnu.org>
12290
12291 * tindex.pl: New script.
12292
122931999-12-03 Dave Love <fx@gnu.org>
12294
12295 * Makefile.in (MAKEINFO): New parameter.
12296
122971999-09-17 Richard Stallman <rms@gnu.org>
12298
12299 * Makefile.in (srcs): Add hash.texi.
12300 (VERSION): Update to 20.6.
12301
123021999-09-13 Richard Stallman <rms@gnu.org>
12303
12304 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
12305
123061998-08-29 Karl Heuer <kwzh@gnu.org>
12307
12308 * configure.in: New file.
12309 * Makefile.in: Renamed from Makefile.
12310 (prefix, infodir): Use value obtained from configure.
12311 (emacslibdir): Obsolete variable deleted.
12312 (dist): Distribute configure.in, configure, Makefile.in.
12313
123141998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12315
12316 * Makefile (INSTALL_INFO): New variable.
12317 (install): Run install-info.
12318
123191998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12320
12321 * Makefile (elisp.dvi): Add missing backslash.
12322
123231998-05-02 Richard Stallman <rms@psilocin.gnu.org>
12324
12325 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
12326 Run texindex without `./'. Always run texindex on elisp.tp.
12327 (elisp.tps): Target deleted.
12328
123291998-04-05 Richard Stallman <rms@psilocin.gnu.org>
12330
12331 * Makefile (srcs): Add nonascii.texi and customize.texi.
12332 (dist): Start by deleting `temp'.
12333
123341998-02-17 Richard Stallman <rms@psilocin.gnu.org>
12335
12336 * Makefile (makeinfo, texindex): Targets deleted.
12337 (makeinfo.o, texindex.o): Targets deleted.
12338 (clean, dist): Don't do anything with them or with getopt*.
12339
123401998-01-30 Richard Stallman <rms@psilocin.gnu.org>
12341
12342 * Makefile (SHELL): Defined.
12343
123441998-01-27 Richard Stallman <rms@psilocin.gnu.org>
12345
12346 * Makefile (elisp.tps): New target.
12347 (elisp.dvi): Depend on elisp.tps.
12348
c5602427 123491996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
12350
12351 * README: Update phone number.
12352
12353 * Makefile (elisp): Make this be the default target.
12354 Depend on makeinfo.c instead of makeinfo.
12355 (install): Don't depend on elisp.dvi, since we don't install that.
12356 Use mkinstalldirs.
12357 (dist): Add mkinstalldirs.
12358
c5602427 123591995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
12360
12361 * Makefile (VERSION): Update version number.
5dcb4c4e 12362 (maintainer-clean): Rename from realclean.
b8d4c8d0 12363
c5602427 123641995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
12365
12366 * Makefile (realclean): New target.
12367 (elisp): Remove any old elisp-* files first.
12368
c5602427 123691993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
12370
12371 * Makefile (VERSION): New variable.
12372 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
12373 Compressed file suffix should be `.gz', not `.z'.
12374
ce058493 123751993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12376
12377 * Makefile (elisp): Depend on makeinfo.
12378
c5602427 123791993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
12380
12381 * Makefile (srcs): Add anti.texi.
12382
c5602427 123831993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12384
12385 * Makefile (infodir, prefix): New vars.
12386 (install): Use infodir.
f4e90db0 12387 (emacsinfodir): Delete.
b8d4c8d0 12388
c5602427 123891993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12390
12391 * Makefile (srcs): Add calendar.texi.
12392
12393 * Makefile (dist): Copy texindex.c and makeinfo.c.
12394 Limit elisp-* files to those with one or two digits.
12395
c5602427 123961993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0 12397
f4e90db0 12398 * Makefile (dist): Change to use Gzip instead of compress.
b8d4c8d0 12399
c5602427 124001993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12401
12402 * loading.texi (Unloading): define-function changed back to
12403 defalias. It may not stay this way, but at least it's
12404 consistent with the known-good version of the code patch.
12405
c5602427 124061993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
12407
12408 * modes.texi (Hooks): Document new optional arg of add-hook.
12409
c5602427 124101993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
12411
12412 * variables.texi: Document nil initial value of buffer-local variables.
12413
12414 * tips.texi: Add new section on standard library headers.
12415
c5602427 124161993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12417
12418 * Makefile (srcs): Add frame.texi to the list of sources.
12419
c5602427 124201993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12421
12422 * Makefile (dist): Don't bother excluding autosave files; they'll
12423 never make it into the temp directory anyway, and the hash marks
12424 in the name are problematic for make and the Bourne shell.
ed9265fc 12425 (srcs): ???
b8d4c8d0 12426
c5602427 124271993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
12428
12429 * Makefile (dist): Don't include backup files or autosave files in
12430 the distribution tar file.
12431
c5602427 124321991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 12433
5dcb4c4e 12434 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
12435 (elisp.dvi): Remove erroneous shell comment.
12436 Expect output of permute-index in permuted.fns.
12437 Save old elisp.aux in elisp.oaux.
5dcb4c4e 12438 (clean): Add index.texi to be deleted.
b8d4c8d0 12439
c5602427 124401990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12441
12442 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
12443
c5602427 124441990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
12445
12446 * files.texi: Noted that completion-ignored-extensions is ignored
12447 when making *Completions*.
12448
3e868ee3 124491990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
12450
12451 * Makefile make dist now depends on elisp.dvi, since it tries
12452 to include it in the dist file.
12453
c5602427 124541990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 12455
c5602427 12456 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 12457
c5602427 124581989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
12459
12460 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
12461 (defunargs): Turn off \hyphenchar of \sl font temporarily.
12462
c5602427 124631989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12464
12465 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
12466 and @error{} are the terms now being used. The files in the
12467 directory have been changed to reflect this.
12468
12469 * All instances of @indentedresultt{} have been changed to
333f9019 12470 ` @result{}', using 5 spaces at the beginning of the line.
b8d4c8d0 12471
c5602427 124721989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12473
12474 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
12475 experimental @indentedresult{}, @indentedexpandsto{} are part of
12476 the texinfo.tex in this directory. These TeX macros are not
12477 stable yet.
12478
c5602427 124791989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12480
12481 * texinfo.tex: Temporarily added
12482 \let\result=\dblarrow
12483 \def\error{{\it ERROR} \longdblarrow}
12484 We need to do this better soon.
12485
c5602427 124861989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
12487
12488 * Applied Karl Berry's patches to *.texinfo files, but not to
12489 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
12490 new title page format is also not applied, since it requires
12491 texinfo.tex changes.)
12492
12493 * Cleaned up `Makefile' and defined the `emacslibdir' directory
12494 for the Project GNU development environment.
12495
12496;; Local Variables:
c8763fb6 12497;; coding: utf-8
b8d4c8d0
GM
12498;; End:
12499
ab422c4d 12500 Copyright (C) 1998-2013 Free Software Foundation, Inc.
b8d4c8d0
GM
12501
12502 This file is part of GNU Emacs.
12503
352c8b4a 12504 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 12505 it under the terms of the GNU General Public License as published by
352c8b4a
GM
12506 the Free Software Foundation, either version 3 of the License, or
12507 (at your option) any later version.
b8d4c8d0
GM
12508
12509 GNU Emacs is distributed in the hope that it will be useful,
12510 but WITHOUT ANY WARRANTY; without even the implied warranty of
12511 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12512 GNU General Public License for more details.
12513
12514 You should have received a copy of the GNU General Public License
352c8b4a 12515 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.