Update and split ChangeLogs.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
03408648 12011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 2
03408648
SM
3 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
4 (Lexical Binding): New sub-section.
ba83908c 5
03408648
SM
6 * eval.texi (Eval): Discourage the use of `eval'.
7 Document its new `lexical' argument.
6c075cd7 8
f6d62986
SM
92011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10
03408648 11 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
12 nil any more.
13
84ea5558 142011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
15
16 * strings.texi (String Conversion): Don't mention
17 string-make-(uni|multi)byte (bug#8262).
18 * nonascii.texi (Converting Representations): Fix up range.
19 * keymaps.texi (Key Binding Commands): Update code point, avoid
20 "unibyte character" and remove mention of unibyte bindings.
21
62d94509
EZ
222011-03-10 Eli Zaretskii <eliz@gnu.org>
23
24 * modes.texi (Operator Precedence Grammars): Don't use characters
25 outside ISO-8859-1.
26
63a329f8
EZ
272011-03-09 Eli Zaretskii <eliz@gnu.org>
28
29 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
30
31 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
32
6446548e
GM
332011-03-08 Glenn Morris <rgm@gnu.org>
34
35 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
36 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 37 * elisp.texi: Set documentencoding.
6446548e 38
33383987
JB
392011-03-07 Chong Yidong <cyd@stupidchicken.com>
40
41 * Version 23.3 released.
42
0b3ceceb
CY
432011-03-06 Chong Yidong <cyd@stupidchicken.com>
44
45 * package.texi: Update index keywords.
46 (Package Archives): New node contents. Document package-x.el.
47
78f5433f
JB
482011-03-06 Juanma Barranquero <lekktu@gmail.com>
49
50 * makefile.w32-in (srcs): Add package.texi.
51
555e9b5c
CY
522011-03-06 Chong Yidong <cyd@stupidchicken.com>
53
120d9389
CY
54 * package.texi (Packaging, Packaging Basics, Simple Packages)
55 (Multi-file Packages): Expand and clarify.
56 (Package Archives): Temporary placeholder node.
57
58 * elisp.texi (Top): Update node listing.
59
555e9b5c
CY
60 * Makefile.in (srcs): Add package.texi.
61
b59a4335
CY
622011-03-05 Chong Yidong <cyd@stupidchicken.com>
63
64 * processes.texi (Synchronous Processes): Minor clarification
65 (Bug#8149).
66
06083aa1
GM
672011-03-03 Glenn Morris <rgm@gnu.org>
68
69 * files.texi (Truenames): Minor clarification. (Bug#2341)
70
6640b281
GM
712011-03-01 Glenn Morris <rgm@gnu.org>
72
73 * variables.texi (Directory Local Variables):
74 Mention `(subdirs . nil)' alist element.
75
2b0c7330 762011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
77
78 * variables.texi (Directory Local Variables): Mention the optional
79 mtime argument of dir-locals-set-directory-class. (Bug#3577)
80
b923f7a9
CY
812011-02-27 Chong Yidong <cyd@stupidchicken.com>
82
83 * minibuf.texi (Minibuffer History): Clarify discussion of
84 minibuffer history lists (Bug#8085).
85
67ab0163 862011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 87
e979a521
EZ
88 * elisp.texi: Sync @dircategory with ../../info/dir.
89
e03b2fd4
EZ
90 * files.texi (Visiting Functions): Document find-file-literally,
91 both the command and the variable.
92
86ec878a
EZ
93 * variables.texi (Creating Buffer-Local): Explain the meaning of
94 permanent local variables.
95
67ab0163
GM
96 * files.texi (Visiting Functions): Document find-file-literally,
97 both the command and the variable.
98
99 * variables.texi (Creating Buffer-Local): Explain the meaning of
100 permanent local variables.
101
1022011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
103
104 * keymaps.texi (Remapping Commands): Mention how to undo it.
105
bfcb151a
RT
1062011-02-09 Reuben Thomas <rrt@sc3d.org>
107
108 * loading.texi (Hooks for Loading): Remove unnecessary advice
109 about eval-after-load (Bug#7986).
110
a41c8660
CY
1112011-02-05 Chong Yidong <cyd@stupidchicken.com>
112
113 * commands.texi (Accessing Mouse): Note that a header line is not
114 included in the row of posn-col-row.
115
e0dd6837
CY
1162011-02-02 Chong Yidong <cyd@stupidchicken.com>
117
118 * modes.texi (Major Mode Conventions): Add face guidelines.
119 (Faces for Font Lock): List faces in order of prominence.
120
a4180391
PE
1212011-02-01 Paul Eggert <eggert@cs.ucla.edu>
122
123 format-time-string now supports subsecond time stamp resolution
124 * os.texi (Time Parsing): Document %N.
125
7427eb97
CY
1262011-01-28 Chong Yidong <cyd@stupidchicken.com>
127
61db307f
CY
128 * vol1.texi (Top):
129 * vol2.texi (Top):
130 * elisp.texi (Top):
131 * display.texi (Display Property): Shorten the menu description of
132 the "Other Display Specs" node (Bug#7816).
133
7427eb97
CY
134 * keymaps.texi (Defining Menus): Add "menu item" and "extended
135 menu item" concept index entries (Bug#7805).
136
bf3dae7e
EZ
1372011-01-29 Eli Zaretskii <eliz@gnu.org>
138
139 * makefile.w32-in (texinfodir): New variable.
140 (usermanualdir): Remove as redundant with $(emacsdir).
141 (MAKEINFO): Remove options, leave only program name.
142 (MAKEINFO_OPTS): New variable.
143 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
144
06d8ace5 1452011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
146 Richard Kim <emacs18@gmail.com>
147
148 * loading.texi (Library Search): Document list-load-path-shadows
149 (Bug#7757).
150
06d8ace5 1512011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
152
153 * searching.texi (Regexp Special): Remove outdated discussion of
154 character sets (Bug#7780).
155
28a88153
CY
156 * frames.texi (Pop-Up Menus): Document where menu title comes
157 from (Bug#7684).
158
06d8ace5 1592011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
160
161 * display.texi (Making Buttons): Mention limitation of text buttons.
162
a8e1e9ee
WL
1632011-01-23 Werner Lemberg <wl@gnu.org>
164
165 * Makefile.in (MAKEINFO): Now controlled by `configure'.
166 (MAKEINFO_OPTS): New variable. Use it where appropriate.
167 (ENVADD): New variable to control texi2dvi and texi2pdf.
168
362b9d48
GM
1692011-01-15 Chong Yidong <cyd@stupidchicken.com>
170
171 * files.texi (Directory Names): Move directory-abbrev-alist doc to
172 Emacs manual.
173
1742011-01-15 Eli Zaretskii <eliz@gnu.org>
175
176 * files.texi (Directory Names): Explain why FROM in
177 directory-abbrev-alist should begin with \`. (Bug#7777)
178
3fa173b4
SM
1792011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
182
7c420169 1832011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
184
185 * modes.texi (Emulating Mode Line): Fix last change.
186
7c420169 1872011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
188
189 * modes.texi (Emulating Mode Line): Update documentation of
190 format-mode-line according to changes that fixed bug #7587.
191
80b33766
SM
1922010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * modes.texi (Derived Modes): Mention prog-mode.
195
196 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
197 of the key-binding-data cache since we don't use it any more.
198
f49d1f52 1992010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 200
4bb49a92
EZ
201 * processes.texi (Shell Arguments):
202 * strings.texi (Creating Strings): Don't mention "shell commands";
203 make it explicit that `split-string-and-unquote' and
204 `combine-and-quote-strings' are mainly for working with arguments
205 to call-process and start-process.
206
3c73e30e
EZ
207 * processes.texi (Shell Arguments): Fix documentation of
208 `split-string-and-unquote'. Add indexing. (Bug#7563)
209
f49d1f52 2102010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
211
212 * modes.texi (Auto-Indentation): New section to document SMIE.
213 (Major Mode Conventions):
214 * text.texi (Mode-Specific Indent): Refer to it.
215
f49d1f52 2162010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
217
218 * display.texi (Other Display Specs): Document left-fringe and
219 right-fringe display specs.
220
f49d1f52 2212010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
222
223 * backups.texi (Making Backups):
224 * modes.texi (Example Major Modes): Use recommended coding style.
225 (Major Mode Basics, Derived Modes): Encourge more strongly use of
226 define-derived-mode. Mention completion-at-point-functions.
227
f49d1f52 2282010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 229
5dcb4c4e
SM
230 * nonascii.texi (Converting Representations):
231 Document byte-to-string.
e1115396 232
ec1b9b17
GM
2332010-12-08 Glenn Morris <rgm@gnu.org>
234
235 * buffers.texi (Modification Time):
236 verify-visited-file-modtime now defaults to the current buffer.
237
07976ae3 2382010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 239
ec1b9b17 240 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
241
242 * strings.texi (Creating Strings): Don't mention semi-obsolete
243 function char-to-string.
244 (String Conversion): Shorten discussion of semi-obsolete function
245 string-to-char. Link to Converting Representations.
246
247 * objects.texi (Symbol Type):
248 * text.texi (Near Point):
249 * help.texi (Help Functions):
250 * functions.texi (Mapping Functions): Use string instead of
251 char-to-string in examples.
252
07976ae3 2532010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
254
255 * text.texi (Kill Functions, Kill Functions)
256 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
257 YANK-HANDLER args.
258
259 * symbols.texi (Creating Symbols): Using unintern without an
260 obarray arg is now obsolete.
261
262 * numbers.texi (Float Basics): Document float-e and float-pi.
263
264 * variables.texi (Defining Variables): Change "pi" example to
265 "float-pi".
266
8547874a
EZ
2672010-11-26 Eli Zaretskii <eliz@gnu.org>
268
269 * commands.texi (Click Events): Document the values of X, Y and
270 COL, ROW in the event's position, when the click is on the header
271 or mode line, on the fringes, or in the margins.
272
4a47c275 2732010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 274
5b05d75b
EZ
275 * customize.texi (Composite Types): Lower-case index entry.
276
5dcb4c4e
SM
277 * loading.texi (How Programs Do Loading):
278 Document load-file-name. (Bug#7346)
c7926fe2 279
4a47c275 2802010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
281
282 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
283
0eb025fb
EZ
2842010-11-13 Eli Zaretskii <eliz@gnu.org>
285
286 * display.texi (Usual Display): Characters with no fonts are not
287 necessarily displayed as empty boxes.
288
2699a554 2892010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
290
291 * maps.texi (Standard Keymaps): Update File menu description.
292
8289f37b
GM
2932010-10-28 Glenn Morris <rgm@gnu.org>
294
295 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
296
5793a7bc 2972010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
298
299 * display.texi (Window Systems): Deprecate use of window-system as
300 a predicate.
301
17284e30
GM
3022010-10-23 Glenn Morris <rgm@gnu.org>
303
304 * help.texi (Documentation Basics): Remove mentions of digest-doc and
305 sorted-doc.
306
00f113eb
JB
3072010-10-15 Eli Zaretskii <eliz@gnu.org>
308
309 * os.texi (Dynamic Libraries): New node, with slightly modified
310 text deleted from "Image Formats".
311 (System Interface): Add @menu entry for "Dynamic Libraries".
312
313 * display.texi (Image Formats): Remove description of
314 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
315
07277eb8
GM
3162010-10-12 Glenn Morris <rgm@gnu.org>
317
318 * book-spine.texinfo: Rename to book-spine.texi.
319
c12e4a81
GM
3202010-10-11 Glenn Morris <rgm@gnu.org>
321
df187c62
GM
322 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
323
c12e4a81 324 * Makefile.in (DVIPS): New variable.
234db610
GM
325 (.PHONY): Add html, ps.
326 (html, elisp.html, ps, elisp.ps): New targets.
327 (clean): Delete html, ps files.
328 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 329
6513b232
EZ
3302010-10-09 Eli Zaretskii <eliz@gnu.org>
331
332 * makefile.w32-in (emacsdir): New variable.
333 (srcs): Add emacsver.texi.
334 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
335
abd40fb4
GM
3362010-10-09 Glenn Morris <rgm@gnu.org>
337
c1dc72b3
GM
338 * Makefile.in (VPATH): Remove.
339 (infodir): Make it absolute.
340 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
341
4393405b
GM
342 * Makefile.in (dist): Anchor regexps.
343
eef3ab94
GM
344 * Makefile.in (srcs): Put elisp.texi first.
345 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
346
aa9db089
GM
347 * Makefile.in (infoclean): Remove harmless, long-standing error.
348
abd40fb4
GM
349 * Makefile.in ($(infodir)): Delete rule.
350 (mkinfodir): New.
351 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
352
68db69ed 353 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 354 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 355
ea274122
GM
3562010-10-09 Glenn Morris <rgm@gnu.org>
357
f7a31f11
GM
358 * Makefile.in (emacsdir): New variable.
359 (MAKEINFO): Add -I $emacsdir.
360 (dist): Copy emacsver.texi.
b13254e7
GM
361 (srcs): Add emacsver.texi.
362
f7a31f11
GM
363 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
364 Set EMACSVER by including emacsver.texi.
365
ea274122
GM
366 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
367
17ca7950
GM
3682010-10-07 Glenn Morris <rgm@gnu.org>
369
370 * Makefile.in (version): New, set by configure.
371 (clean): Delete dist tar file.
372 (dist): Use version in tar name.
373
4c83f6e1
GM
3742010-10-06 Glenn Morris <rgm@gnu.org>
375
376 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
377 (INSTALL_INFO): Remove unused variable.
378 (mostlyclean, infoclean, dist): New rules.
379 (clean): Delete dvi and pdf files.
380 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 381 ($(infodir)): Add parallel build workaround.
4c83f6e1 382
0264072d
GM
3832010-10-04 Glenn Morris <rgm@gnu.org>
384
385 * Makefile.in (dvi, pdf, $(infodir)): New targets.
386 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 387 Fix -I typo.
0264072d
GM
388 (clean): No 'make.out' or 'core' files.
389 (.PHONY): Declare clean rules.
390 (maintainer-clean): Delete pdf file. Guard against cd failures.
391
77f38949
GM
3922010-10-03 Glenn Morris <rgm@gnu.org>
393
394 * files.texi (File Name Components): Remove ignored section about
395 deleted variable directory-sep-char.
396
178fdd41
MA
3972010-10-03 Michael Albinus <michael.albinus@gmx.de>
398
399 * files.texi (Magic File Names): New defopt
400 remote-file-name-inhibit-cache.
401
9c524fcb
GM
4022010-10-02 Glenn Morris <rgm@gnu.org>
403
404 * os.texi (Killing Emacs): Hook now runs in batch mode.
405
f816790b
SM
4062010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * text.texi (Special Properties): Clarify when modification-hooks run.
409
7cf78aac
SM
4102010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * syntax.texi (Syntax Flags): Document new `c' flag.
413
ca0d44e4
GM
4142010-09-09 Glenn Morris <rgm@gnu.org>
415
416 * display.texi (ImageMagick Images): General cleanup.
417
10999305 4182010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
419
420 * files.texi (Directory Names): Use \` rather than ^.
421
45240125
JD
4222010-09-02 Jan Djärv <jan.h.d@swipnet.se>
423
424 * text.texi (Low-Level Kill Ring):
425 * frames.texi (Window System Selections): Remove cut buffer
426 documentation.
427
4abe5bf6
EZ
4282010-08-28 Eli Zaretskii <eliz@gnu.org>
429
430 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
431 Parameters", where the default fringe width is described.
432
433 * frames.texi (Window Frame Parameters, Basic Parameters)
434 (Position Parameters, Layout Parameters, Management Parameters)
435 (Cursor Parameters, Font and Color Parameters): Add indexing for
436 frame parameters. (Bug#6929)
437
fdc76236
TT
4382010-08-25 Tom Tromey <tromey@redhat.com>
439
440 * vol2.texi (Top): Update.
441 * vol1.texi (Top): Update.
442 * tips.texi (Library Headers): Mention Package-Version and
443 Package-Requires.
444 * package.texi: New file.
445 * os.texi (System Interface): Update pointers.
446 * elisp.texi (Top): Link to new nodes. Include package.texi.
447 * anti.texi (Antinews): Update pointers.
448
1e5c1c80
EZ
4492010-08-25 Eli Zaretskii <eliz@gnu.org>
450
451 * processes.texi (Filter Functions): Fix last change.
452
78e33835
CY
4532010-08-24 Markus Triska <triska@gmx.at>
454
455 * processes.texi (Filter Functions): Use `buffer-live-p' instead
456 of `buffer-name' in the main text as well as in the example
457 (Bug#3098).
458
198a7a97
CY
4592010-08-22 Chong Yidong <cyd@stupidchicken.com>
460
461 * nonascii.texi (Text Representations):
462 * loading.texi (Loading Non-ASCII):
463 * compile.texi (Byte Compilation): Don't mention obsolete
464 --unibyte command-line argument.
465
bc7d7ea6
CY
4662010-08-22 Chong Yidong <cyd@stupidchicken.com>
467
468 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
469
b0126eac 4702010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
471
472 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
473
e8a6cc19
EZ
4742010-08-20 Eli Zaretskii <eliz@gnu.org>
475
476 * commands.texi (Misc Events): Add cross-references to where
477 POSITION of a mouse event is described in detail.
478
7815fe19 4792010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
480
481 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
482
7815fe19 4832010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
484
485 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
486 Suggested by Štěpán Němec <stepnem@gmail.com>.
487
7815fe19 4882010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
489
490 * minibuf.texi (High-Level Completion): Document args of
491 `read-buffer-function' (bug#5625).
492
8b2dd508
JD
4932010-07-29 Jan Djärv <jan.h.d@swipnet.se>
494
495 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
496
bace45fe
MA
4972010-07-29 Michael Albinus <michael.albinus@gmx.de>
498
499 * processes.texi (Process Information): Explain process property
500 `remote-tty'.
501
4ce5a4cc
JB
5022010-07-27 Juanma Barranquero <lekktu@gmail.com>
503
504 * modes.texi (Defining Minor Modes): Use C-delete in examples,
505 instead of "\C-\^?" (bug#6334).
506
1c84bc7a
JB
507 * text.texi (Special Properties): Fix typo.
508
b88746ba
EZ
5092010-07-09 Eli Zaretskii <eliz@gnu.org>
510
511 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
512 calling sequences, which are now the standard.
513
51422d6d
CY
5142010-06-24 Chong Yidong <cyd@stupidchicken.com>
515
516 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
517
518 * commands.texi (Command Overview): Mention undo-boundary call.
519
d24880de
GM
5202010-06-23 Glenn Morris <rgm@gnu.org>
521
522 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
523 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
524 * frames.texi, functions.texi, internals.texi, keymaps.texi:
525 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
526 * searching.texi, sequences.texi, strings.texi, syntax.texi:
527 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
528 Untabify Texinfo files.
529
0fc76035
CY
5302010-06-20 Chong Yidong <cyd@stupidchicken.com>
531
532 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
533
5338dc0b
CY
5342010-06-19 Chong Yidong <cyd@stupidchicken.com>
535
a628ad9d 536 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 537
2c3a3c1d
CY
5382010-06-02 Chong Yidong <cyd@stupidchicken.com>
539
ba3bf1d9
CY
540 * searching.texi (Regexp Special): Remove obsolete information
541 about matching non-ASCII characters, and suggest using char
542 classes (Bug#6283).
2c3a3c1d 543
7f4b4249
JB
5442010-05-30 Juanma Barranquero <lekktu@gmail.com>
545
546 * minibuf.texi (Basic Completion): Add missing "@end defun".
547
637821cd
SM
5482010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
549
550 * minibuf.texi (Basic Completion): Document completion-boundaries.
551 (Programmed Completion): Document the new fourth method for boundaries.
552
e13051c3
CY
5532010-05-22 Chong Yidong <cyd@stupidchicken.com>
554
a628ad9d 555 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 556
0235128c 5572010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
558
559 * windows.texi (Textual Scrolling):
560 * tips.texi (Coding Conventions):
561 * minibuf.texi (Minibuffer History):
562 * maps.texi (Standard Keymaps):
563 * loading.texi (Where Defined):
564 * edebug.texi (Instrumenting): Fix typos.
565
0235128c 5662010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 567
c7c32279
CY
568 * keymaps.texi (Menu Bar): Document :advertised-binding property.
569
0235128c
SM
570 * functions.texi (Obsolete Functions):
571 Document set-advertised-calling-convention.
eb5ed549
CY
572
573 * minibuf.texi (Basic Completion): Document completion-in-region.
574 (Programmed Completion): Document completion-annotate-function.
575
576 * commands.texi (Reading One Event): Document read-key.
577 (Distinguish Interactive): Document KIND arg to
578 called-interactively-p. Delete obsolete interactive-p.
579
580 * elisp.texi (Top): Update node description.
581
f8848423
EZ
5822010-05-08 Eli Zaretskii <eliz@gnu.org>
583
0235128c
SM
584 * nonascii.texi (Character Properties):
585 Document unicode-category-table. Add an index entry for Unicode
586 general category.
587
5882010-05-07 Chong Yidong <cyd@stupidchicken.com>
589
590 * Version 23.2 released.
f8848423 591
938efb77
JB
5922010-04-20 Juanma Barranquero <lekktu@gmail.com>
593
594 * locals.texi (Standard Buffer-Local Variables):
595 Remove @ignore'd reference to `direction-reversed'.
596
5854c267
JL
5972010-04-14 Juri Linkov <juri@jurta.org>
598
599 Fix @deffn without category.
600
601 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
602 for `abbrev-insert'.
603
604 * buffers.texi (Indirect Buffers): Add category `Command'
605 to @deffn of `clone-indirect-buffer'.
606
607 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
608 for `next-window' and `previous-window'. Add category `Command'
609 to @deffn of `pop-to-buffer'.
610
8a14dec7
CY
6112010-04-01 Chong Yidong <cyd@stupidchicken.com>
612
613 * nonascii.texi (Text Representations): Don't mark
614 enable-multibyte-characters as a user option.
615
7a1831cf
EZ
6162010-03-31 Eli Zaretskii <eliz@gnu.org>
617
618 * control.texi (Handling Errors): How to re-throw a signal caught
619 by condition-case.
620
c3863713
CY
6212010-03-26 Chong Yidong <cyd@stupidchicken.com>
622
623 * loading.texi (Hooks for Loading): Document after-load-functions.
624 Copyedits.
625
c333f279
AM
6262010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
627
628 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
629
e867cb5d 6302010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
631
632 * processes.texi (Network Processes): Document seqpacket type.
633
605f35cd
DN
6342010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
635
636 * os.texi (System Environment): Do not mention lynxos.
637
288f9fc0
CY
6382010-03-10 Chong Yidong <cyd@stupidchicken.com>
639
640 * Branch for 23.2.
641
eed5c93a
CY
6422010-03-06 Chong Yidong <cyd@stupidchicken.com>
643
644 * objects.texi (Integer Type): Take note of the read syntax
645 exception for numbers that cannot fit in the integer type.
646
1ddd6622
GM
6472010-03-03 Glenn Morris <rgm@gnu.org>
648
649 * numbers.texi (Integer Basics, Bitwise Operations):
650 * objects.texi (Integer Type): Update for integers now being 30-bit.
651
a908c79a
CY
6522010-02-27 Chong Yidong <cyd@stupidchicken.com>
653
654 * display.texi (Low-Level Font): Document :otf font-spec property.
655
cd61af01
SM
6562010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
657
658 * display.texi (Line Height): Avoid obsolete special default variables
659 like default-major-mode.
660
c02f8fe2
AM
6612010-01-28 Alan Mackenzie <acm@muc.de>
662
663 * display.texi (Auto Faces): Say fontification-functions is called
664 whether or not Font Lock is enabled. Tidy up the wording a bit.
665
d738d18b
CY
6662010-01-17 Chong Yidong <cyd@stupidchicken.com>
667
668 * elisp.texi: Remove duplicate edition information (Bug#5407).
669
4963739e
JB
6702010-01-17 Juanma Barranquero <lekktu@gmail.com>
671
672 * two.el (volume-header-toc-markup): Fix typos in docstring.
673
c57008f6
SM
6742010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 Avoid dubious uses of save-excursions.
677 * positions.texi (Excursions): Recommend the use of
678 save-current-buffer if applicable.
679 * text.texi (Clickable Text): Fix the example code which used
680 save-excursion in a naive way which sometimes preserves point and
681 sometimes not.
682 * variables.texi (Creating Buffer-Local):
683 * os.texi (Session Management):
684 * display.texi (GIF Images):
685 * control.texi (Cleanups): Use (save|with)-current-buffer.
686
2f3725cd
EZ
6872010-01-02 Eli Zaretskii <eliz@gnu.org>
688
689 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
690
85eeac93
CY
6912010-01-02 Chong Yidong <cyd@stupidchicken.com>
692
693 * nonascii.texi (Text Representations, Character Codes)
694 (Converting Representations, Explicit Encoding)
695 (Translation of Characters): Use hex notation consistently.
696 (Character Sets): Fix map-charset-chars doc (Bug#5197).
697
4801c5fa
CY
6982010-01-01 Chong Yidong <cyd@stupidchicken.com>
699
700 * loading.texi (Where Defined): Make it clearer that these are
701 loaded files (Bug#5068).
702
26e533e2
CY
7032009-12-29 Chong Yidong <cyd@stupidchicken.com>
704
705 * minibuf.texi (Completion Styles): Document `initials' style.
706
16d1ff5f
CY
7072009-12-25 Chong Yidong <cyd@stupidchicken.com>
708
709 * frames.texi (Resources): Describe inhibit-x-resources.
710 (Size Parameters): Copyedit.
711
712 * hash.texi (Creating Hash):
713 * objects.texi (Hash Table Type): Document the new hash table
714 printed representation.
715
716 * minibuf.texi (Basic Completion): 4th arg to all-completions is
717 obsolete.
718
5dcb4c4e
SM
719 * processes.texi (Process Buffers):
720 Document process-kill-buffer-query-function.
16d1ff5f 721
9a5de3d9
GM
7222009-12-05 Glenn Morris <rgm@gnu.org>
723
724 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
725 diary-display-function, and no longer recommended to be a hook.
726 Update for changes in the names of calendar and diary hooks.
727 diary-print-entries-hook has changed section.
728
b640eb52
EZ
7292009-11-28 Eli Zaretskii <eliz@gnu.org>
730
731 * text.texi (Special Properties): More accurate description of
732 what the `cursor' property does.
733
be1674ab
KR
7342009-11-26 Kevin Ryde <user42@zip.com.au>
735
736 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
737 mouse-wheel-down-event, the closest thing to a definition for them.
738 * os.texi (Startup Summary): vindex inhibit-startup-message and
739 inhibit-splash-screen.
740 (Command-Line Arguments): vindex argv.
741 (Suspending Emacs): vindex suspend-tty-functions and
742 resume-tty-functions. Don't want to index every hook, but having
743 the programming ones is helpful.
744
603f5979
CY
7452009-11-14 Chong Yidong <cyd@stupidchicken.com>
746
747 * commands.texi (Motion Events): Fix typo (Bug#4907).
748
4359a806
CY
7492009-11-08 Chong Yidong <cyd@stupidchicken.com>
750
751 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
752 are affected by case-fold-search (Bug#4483).
753
0f063651
CY
7542009-11-02 Chong Yidong <cyd@stupidchicken.com>
755
756 * minibuf.texi (Reading File Names): Note that read-file-name may
757 use a graphical file dialog.
758
9bd79893
GM
7592009-10-31 Glenn Morris <rgm@gnu.org>
760
761 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
762
ebe479ec
KR
7632009-10-16 Kevin Ryde <user42@zip.com.au>
764
765 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
766 in particular so `info-lookup-symbol' can find its docs.
767
2640fa86
CY
7682009-10-16 Chong Yidong <cyd@stupidchicken.com>
769
770 * variables.texi (Constant Variables): Distinguish from defconst
771 variables.
772 (Defining Variables): Add cindex.
773
edd6a733
CY
7742009-10-15 Chong Yidong <cyd@stupidchicken.com>
775
776 * os.texi (Time of Day): Clarify that the microsecond part is
777 ignored (Bug#4637).
778
5feb0b73
GM
7792009-10-11 Glenn Morris <rgm@gnu.org>
780
781 * frames.texi (Size and Position): Clarify what is included in the frame
782 height. (Bug#4535)
783
0c5413c8
GM
7842009-10-10 Glenn Morris <rgm@gnu.org>
785
786 * windows.texi (Size of Window): The relationship between window and
787 frame heights is not so simple. (Bug#4535)
788 Mention window-full-height-p.
789
7f8b600a
SM
7902009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
793 used from Lisp.
794
6185de1c
EZ
7952009-10-07 Eli Zaretskii <eliz@gnu.org>
796
7f8b600a
SM
797 * files.texi (Directory Names) <abbreviate-file-name>:
798 Document that root home directories are not replaced with "~".
6185de1c 799
9972911f
EZ
8002009-10-06 Eli Zaretskii <eliz@gnu.org>
801
802 * text.texi (Special Properties): Document the meaning of the
803 `cursor' text property whose value is an integer.
804
2a3f19ef
MA
8052009-10-05 Michael Albinus <michael.albinus@gmx.de>
806
807 * files.texi (Magic File Names): Add `copy-directory'.
808
804543b5
EZ
8092009-10-05 Eli Zaretskii <eliz@gnu.org>
810
811 * files.texi (File Attributes): Fix description of file
812 attributes. (Bug#4638) Update attributes of files.texi example to
813 be more representative.
814
461bf92b
MA
8152009-10-05 Michael Albinus <michael.albinus@gmx.de>
816
817 * files.texi (Create/Delete Dirs): New command copy-directory.
818
a86cd395
JB
8192009-10-04 Juanma Barranquero <lekktu@gmail.com>
820
821 * anti.texi (Antinews):
822 * macros.texi (Indenting Macros):
823 * strings.texi (Creating Strings, Case Conversion):
824 Remove duplicate words.
825
d3080264
MA
8262009-10-01 Michael Albinus <michael.albinus@gmx.de>
827
828 * files.texi (Create/Delete Dirs): delete-directory has an
829 optional parameter RECURSIVE.
830
85d14563
SM
8312009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * buffers.texi (Swapping Text): Minor clarification.
834
3d9842c6
GM
8352009-10-01 Glenn Morris <rgm@gnu.org>
836
837 * functions.texi (Declaring Functions): Mention that we also search for
838 ".m" files in the src/ directory.
839
78427304
CY
8402009-09-25 David Engster <deng@randomsample.de>
841
3d9842c6 842 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 843
b578c9cc
GM
8442009-09-22 Glenn Morris <rgm@gnu.org>
845
846 * internals.texi (Building Emacs): Mention preloaded-file-list.
847
beee5da7
AM
8482009-09-14 Alan Mackenzie <acm@muc.de>
849
850 * os.texi (Terminal Output): Put "@code{}" around "stdout".
851
5d6ab672
CY
8522009-09-13 Chong Yidong <cyd@stupidchicken.com>
853
854 * functions.texi (Anonymous Functions): Rearrange discussion,
855 giving usage of unquoted lambda forms first. Mention that
856 `function' and `#'' are no longer required (Bug#4290).
857
59375eeb
AM
8582009-09-11 Alan Mackenzie <acm@muc.de>
859
a86cd395 860 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
861 batch mode.
862
e7e2f529
GM
8632009-09-01 Glenn Morris <rgm@gnu.org>
864
865 * display.texi (Face Functions): Mention define-obsolete-face-alias.
866
eae47088
GM
8672009-08-26 Ulrich Mueller <ulm@gentoo.org>
868
869 * nonascii.texi (Character Codes): Fix typos.
870
3691a0a6
MA
8712009-08-25 Michael Albinus <michael.albinus@gmx.de>
872
873 * processes.texi (Synchronous Processes): New defvar
874 process-file-side-effects.
875
664d56b8
GM
8762009-08-25 Glenn Morris <rgm@gnu.org>
877
878 * display.texi (Fontsets): Fix typo.
879
0706c025
GM
880 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
881
03a74b84
SM
8822009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * processes.texi (Asynchronous Processes): Adjust arglist of
885 start-process-shell-command and start-file-process-shell-command.
886
f6de8a37
CY
8872009-08-15 Chong Yidong <cyd@stupidchicken.com>
888
4b1ed1bb
CY
889 * advice.texi (Argument Access in Advice): Note that argument
890 positions are zero-based (Bug#3932).
891
89a9e058
CY
892 * commands.texi (Distinguish Interactive): Minor copyedit.
893
23696fd7
CY
894 * display.texi (Face Attributes): Add xref to Displaying Faces for
895 explanation of "underlying face".
896
f6de8a37
CY
897 * customize.texi (Common Keywords): Add xref to Loading.
898
899 * loading.texi (How Programs Do Loading): Add xref to Lisp
900 Libraries node in the Emacs manual.
901
417f77e6
CY
9022009-08-13 Chong Yidong <cyd@stupidchicken.com>
903
904 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
905
0999039c
CY
9062009-07-18 Chong Yidong <cyd@stupidchicken.com>
907
908 * processes.texi (Shell Arguments): Copyedits.
909
9af167bc
GM
9102009-07-18 Glenn Morris <rgm@gnu.org>
911
912 * loading.texi (Repeated Loading): Fix typo.
913
137987ab
RS
9142009-07-16 Richard Stallman <rms@gnu.org>
915
916 * buffers.texi (Swapping Text): Recommend setting
917 write-region-annotate-functions and buffer-saved-size.
918
919 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
920
622fa380
GM
9212009-07-15 Glenn Morris <rgm@gnu.org>
922
923 * edebug.texi: Minor re-phrasings throughout.
924 (Edebug Execution Modes): Sit-for affects continue mode too.
925 (Jumping): Use `forward-sexp' rather than its keybinding.
926 (Edebug Misc): Fix Q binding.
927 (Edebug Eval): Remove cl version.
928 (Printing in Edebug): Clarify print-length etc.
929 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
930 (Specification List): Remove edebug-unwrap findex entry.
931 (Specification Examples): defmacro is actually not the same as defun.
932 Escape "`" in example.
933
6bbd4600
CY
9342009-07-15 Chong Yidong <cyd@stupidchicken.com>
935
936 * markers.texi (The Mark): Document optional arg to
937 deactivate-mark.
938
e538d479
GM
9392009-07-11 Kevin Ryde <user42@zip.com.au>
940
941 * hooks.texi (Standard Hooks): Fix cross-references.
942
4c98b9ed
GM
943 * loading.texi (Named Features): Refer to eval-after-load.
944
5300838c
GM
9452009-07-11 Glenn Morris <rgm@gnu.org>
946
64fbeb16
GM
947 * Makefile.in (TEXI2PDF): New.
948 (elisp.pdf): New target.
949
4c98b9ed
GM
950 * searching.texi (Regexp Backslash): Fix typo.
951
952 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 953
51d9979c
GM
9542009-07-10 Glenn Morris <rgm@gnu.org>
955
561c0216
GM
956 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
957
5b594a58
GM
958 * customize.texi (Customization Types):
959 * display.texi (Abstract Display):
0cc8c85a 960 * objects.texi (Character Type, String Type):
5b594a58 961 Merge in some menu descriptions from elisp.texi.
51d9979c 962
c3cbbb40
GM
963 * hash.texi (Hash Tables):
964 * modes.texi (Multiline Font Lock):
965 End menu description with period.
fe42c16a 966
28528402
GM
9672009-07-09 Glenn Morris <rgm@gnu.org>
968
969 * back.texi: Don't hard-code texinfo location.
970
971 * two-volume.make (texinfodir): New, with location of texinfo.tex.
972 (tex): Add texinfodir to TEXINPUTS.
973 (elisp1med-init, elisp2med-init): Use texinfodir.
974
975 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
976 (clean): Add two-volume.make intermediate files.
977
978 * elisp.texi, vol1.texi, vol2.texi:
979 Use a DATE variable with the publication date, and update it.
980 Fix antinews menu description.
981
982 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
983 Update the detailed node listing to match elisp.texi.
984
985 * README: Update edition to match elisp.texi.
986
987 * objects.texi (General Escape Syntax):
988 * nonascii.texi (Character Sets):
989 Use consistent case for "Unicode Standard".
990
991 * anti.texi (Antinews):
992 * customize.texi (Variable Definitions):
993 * functions.texi (Declaring Functions):
994 * nonascii.texi (Character Properties):
995 * processes.texi (Serial Ports):
996 * text.texi (Special Properties):
997 * tips.texi (Coding Conventions):
998 Minor rearrangements to improve TeX line-filling.
999
1000 * commands.texi (Using Interactive): Fix cross-reference.
1001
17db8e10
JD
10022009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1003
1004 * frames.texi (Management Parameters): Mention sticky.
1005
77c7e2e1
AS
10062009-07-01 Andreas Schwab <aschwab@redhat.com>
1007
1008 * help.texi (Help Functions): Fix description of help-buffer and
1009 help-setup-xref to use @defun instead of @deffn.
1010
3f1c6666
JD
10112009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1012
1013 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1014
ca27c21b
CY
10152009-06-24 Chong Yidong <cyd@stupidchicken.com>
1016
1017 * display.texi (Window Systems): Add ns to the list.
1018
70243478
CY
10192009-06-21 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * Branch for 23.1.
1022
df006536
MR
10232009-06-17 Martin Rudalics <rudalics@gmx.at>
1024
1025 * windows.texi (Dedicated Windows): Fix typo.
1026 (Resizing Windows): Replace @defun by @deffn.
1027
d259fc4b
GM
10282009-06-17 Glenn Morris <rgm@gnu.org>
1029
1030 * variables.texi (Directory Local Variables):
1031 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1032
30781db6
KH
10332009-06-09 Kenichi Handa <handa@m17n.org>
1034
1035 * nonascii.texi (Character Sets): State clearly that FROM and TO
1036 are codepoints of CHARSET.
1037
62e8099c
CY
10382009-06-07 Chong Yidong <cyd@stupidchicken.com>
1039
1040 * minibuf.texi (Reading File Names): Fix introductory text.
1041 Suggested by stan@derbycityprints.com.
1042 (High-Level Completion): Fix typo.
1043
ee1b1917
CY
10442009-05-28 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * frames.texi (Text Terminal Colors): Multi-tty is already
1047 implemented, but tty-local colors are not.
1048
5df647e8
CY
10492009-05-27 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * hooks.texi (Standard Hooks): Remove mention of obsolete
1052 redisplay-end-trigger-functions.
1053
1054 * internals.texi (Window Internals): Remove mention of obsolete
1055 redisplay-end-trigger-functions.
1056
01f17ae2
MR
10572009-05-21 Martin Rudalics <rudalics@gmx.at>
1058
1059 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1060
1061 * backups.texi (Making Backups): backup-directory-alist and
1062 make-backup-file-name-function are options.
1063 (Auto-Saving): auto-save-list-file-prefix is an option.
1064
1065 * buffers.texi (Killing Buffers): buffer-offer-save is an
1066 option.
1067
1068 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1069 option.
1070 (Echo Area Customization): echo-keystrokes is an option.
1071 (Selective Display): selective-display-ellipses is an option.
1072 (Temporary Displays): temp-buffer-show-function is an option.
1073 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1074 are options.
1075 (Font Selection): face-font-family-alternatives,
1076 face-font-selection-order, face-font-registry-alternatives, and
1077 scalable-fonts-allowed are options.
1078 (Fringe Indicators): indicate-buffer-boundaries is an option.
1079 (Fringe Cursors): overflow-newline-into-fringe is an option.
1080 (Scroll Bars): scroll-bar-mode is an option.
1081
1082 * eval.texi (Eval): max-lisp-eval-depth is an option.
1083
1084 * files.texi (Visiting Functions): find-file-hook is an option.
1085 (Directory Names): directory-abbrev-alist is an option.
1086 (Unique File Names): temporary-file-directory and
1087 small-temporary-file-directory are options.
1088
1089 * frames.texi (Initial Parameters): initial-frame-alist,
1090 minibuffer-frame-alist and default-frame-alist are options.
1091 (Cursor Parameters): blink-cursor-alist and
1092 cursor-in-non-selected-windows ar options.
1093 (Window System Selections): selection-coding-system is an
1094 option.
1095 (Display Feature Testing): display-mm-dimensions-alist is an
1096 option.
1097
1098 * help.texi (Help Functions): help-char and help-event-list are
1099 options.
1100
1101 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1102 an option.
1103
1104 * minibuf.texi (Minibuffer History): history-length and
1105 history-delete-duplicates are options.
1106 (High-Level Completion): read-buffer-function and
1107 read-buffer-completion-ignore-case are options.
1108 (Reading File Names): read-file-name-completion-ignore-case is
1109 an option.
1110
1111 * modes.texi (Mode Line Top): mode-line-format is an option.
1112 (Mode Line Variables): mode-line-position and mode-line-modes
1113 are options.
1114
1115 * nonascii.texi (Text Representations):
1116 enable-multibyte-characters is an option.
1117 (Default Coding Systems): auto-coding-regexp-alist,
1118 file-coding-system-alist, auto-coding-alist and
1119 auto-coding-functions are options.
1120 (Specifying Coding Systems): inhibit-eol-conversion is an
1121 option.
1122
1123 * os.texi (Init File): site-run-file is an option.
1124 (System Environment): mail-host-address is an option.
1125 (User Identification): user-mail-address is an option.
1126 (Terminal Output): baud-rate is an option.
1127
1128 * positions.texi (Word Motion): words-include-escapes is an
1129 option.
1130
1131 * searching.texi (Standard Regexps): page-delimiter,
1132 paragraph-separate, paragraph-separate and sentence-end are
1133 options.
1134
1135 * text.texi (Margins): left-margin and fill-nobreak-predicate
1136 are options.
1137
1138 * variables.texi (Local Variables): max-specpdl-size is an
1139 option.
1140
1141 * windows.texi (Choosing Window):
1142 split-window-preferred-function, special-display-function and
1143 display-buffer-function are options.
1144
106e6894
CY
11452009-05-20 Chong Yidong <cyd@stupidchicken.com>
1146
4a83454d
CY
1147 Fix errors spotted by Martin Rudalics.
1148
106e6894
CY
1149 * syntax.texi (Position Parse): Document rationale for ignored
1150 arguments to syntax-ppss-flush-cache.
1151
1152 * processes.texi (Input to Processes): Mark PROCESS arg to
1153 process-running-child-p as optional.
1154 (Network Options): Document NO-ERROR arg to
1155 set-network-process-option.
1156
1157 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1158 command.
1159
1160 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1161 posix-search-backward as commands.
1162
1163 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1164 (Suspending Emacs): Mark suspend-emacs as a command.
1165 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1166 commands.
5dcb4c4e
SM
1167 (Terminal Output): Remove obsolete function baud-rate.
1168 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1169
1170 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1171 terminal-coding-system and set-terminal-coding-system.
1172 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1173 as optional.
1174 (Character Sets): Document RESTRICTION arg of char-charset.
1175 (Character Codes): Mark POS argument to get-byte as optional.
1176
1177 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1178 minibuffer-message.
1179
1180 * files.texi (Create/Delete Dirs): Mark make-directory and
1181 delete-directory as commands.
1182
1183 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1184
1185 * text.texi (Base 64): Mark base64-decode-string and
1186 base64-encode-string as commands.
1187 (Columns): Mark move-to-column as a command.
1188 (Mode-Specific Indent): Document RIGID arg to
1189 indent-for-tab-command.
1190 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1191 Mark indent-code-rigidly as a command.
1192 (Substitution): Mark translate-region as a command.
1193
1194 * frames.texi (Size and Position): Remove obsolete functions
1195 screen-height and screen-width.
1196
04173931
CY
11972009-05-19 Chong Yidong <cyd@stupidchicken.com>
1198
1199 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1200 (Displaying Buffers, Resizing Windows): Correct mistakes;
1201 next-window, previous-window, and pop-to-buffer are not commands,
1202 and fit-window-to-buffer" is a command. (Pointed out by Martin
1203 Rudalics.)
1204
eae7d8f8
RS
12052009-05-17 Richard M Stallman <rms@gnu.org>
1206
1207 * modes.texi (Precalculated Fontification): Clarify text.
1208
b8766179
MR
12092009-05-17 Martin Rudalics <rudalics@gmx.at>
1210
1211 * windows.texi (Selecting Windows): Clarify descriptions of
1212 with-selected-window and get-lru-window.
1213 (Cyclic Window Ordering): Refer to particular frame when talking
1214 about how splitting affects the ordering.
1215 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1216 switch-to-buffer-other-window. Explain how setting of
1217 display-buffer-reuse-frames affects pop-to-buffer.
1218 (Choosing Window): Clarify some details in descriptions of
1219 display-buffer-reuse-frames, pop-up-frames, and
1220 pop-up-frame-function.
1221 (Dedicated Windows): Clarify some details.
1222 (Textual Scrolling): Replace term vscroll by term vertical
1223 scroll position.
1224 (Vertical Scrolling): Fix typo.
1225 (Window Hooks): Relate text on jit-lock-register to window
1226 scrolling and size changes.
1227
734b5e3b
CY
12282009-05-14 Chong Yidong <cyd@stupidchicken.com>
1229
0a65633e
CY
1230 * frames.texi (Initial Parameters): Clarify what the initial
1231 minibuffer frame is.
05be46d7
CY
1232 (Buffer Parameters): Note that the minibuffer parameter can not be
1233 altered.
0a65633e 1234
734b5e3b
CY
1235 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1236 Document display-buffer changes.
1237
925672cd
CY
12382009-05-13 Chong Yidong <cyd@stupidchicken.com>
1239
17ecd7af
CY
1240 * anti.texi (Antinews): Rewrite for Emacs 22.
1241
925672cd
CY
1242 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1243 obarrays are first mentioned. Define "system abbrev" more
1244 prominently, and add it to the index.
1245 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1246 Copyedits.
1247 (Abbrev Expansion): Document abbrev-insert.
1248
80be4dd7
CY
12492009-05-12 Chong Yidong <cyd@stupidchicken.com>
1250
1251 * frames.texi (Font and Color Parameters): Rename from Color
1252 Parameters. Document font-backend parameter.
1253
1254 * vol2.texi (Top): Update node listing.
1255 * vol1.texi (Top): Update node listing.
1256 * elisp.texi (Top): Update node listing.
1257
372a93ac
MR
12582009-05-11 Martin Rudalics <rudalics@gmx.at>
1259
1260 * windows.texi (Choosing Window): Don't explicitly refer to
1261 split-window-sensibly's window argument in descriptions of
1262 split-height-threshold and split-width-threshold.
1263
714c3541
MR
12642009-05-10 Martin Rudalics <rudalics@gmx.at>
1265
1266 * windows.texi (Choosing Window): Fix rewrite of window
1267 splitting section.
1268
0e90e7be
EZ
12692009-05-09 Eli Zaretskii <eliz@gnu.org>
1270
1271 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1272 find-auto-coding, set-auto-coding, and auto-coding-alist.
1273 Add indexing.
0e90e7be
EZ
1274 (Lisp and Coding Systems): Add index entries.
1275
d3c0c321
MR
12762009-05-09 Martin Rudalics <rudalics@gmx.at>
1277
1278 * windows.texi (Choosing Window): Describe split-window-sensibly
1279 and rewrite section on window splitting accordingly.
1280 (Textual Scrolling): Replace `...' by @code{...}.
1281
c773345a
CY
12822009-05-04 Chong Yidong <cyd@stupidchicken.com>
1283
ee2d5b5e
CY
1284 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1285 Remove obsoleted pre-abbrev-expand-hook.
1286
1287 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1288 entries.
1289
c773345a
CY
1290 * internals.texi (Object Internals): Don't assume 32-bit machines
1291 are the norm.
1292 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1293 (Window Internals): Synch field names to window.h.
1294 (Process Internals): Synch field names to process.h.
c773345a 1295
dd449674
CY
12962009-04-29 Chong Yidong <cyd@stupidchicken.com>
1297
1298 * variables.texi (File Local Variables): Note that read-circle is
1299 bound to nil when reading file-local variables.
1300
1301 * streams.texi (Input Functions): Document read-circle.
1302 (Output Variables): Add xref to Circular Objects.
1303
4f1e25e2
CY
13042009-04-25 Chong Yidong <cyd@stupidchicken.com>
1305
1306 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1307 Features and Coding System Basics. Node that "p" stands for
1308 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1309 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1310 mouse-appearance-menu.
1311 (Programming Tips): Add xref to Progress.
1312
dca019f8
CY
13132009-04-22 Chong Yidong <cyd@stupidchicken.com>
1314
5dcb4c4e
SM
1315 * os.texi (Command-Line Arguments):
1316 Document command-line-args-left.
dca019f8
CY
1317 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1318 terminal objects for tty arguments.
1319 (Startup Summary): Add xref to Session Management.
1320 (Session Management): Mention emacs-session-restore. Copyedits.
1321
02a89103
CY
13222009-04-20 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * os.texi (Startup Summary): Copyedits. The init file is not
1325 necessarily named .emacs now. Document initial-buffer-choice and
1326 initial-scratch-message. Note where Emacs exits in batch mode.
1327 Document inhibit-splash-screen as an alias.
1328 (Init File): Be neutral about which init file name to use.
1329
13302009-04-16 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * os.texi (System Interface): Fix Texinfo usage.
1333
0c1cfe01
CY
13342009-04-15 Chong Yidong <cyd@stupidchicken.com>
1335
80d7cdca
CY
1336 * searching.texi (Regexp Backslash): Also refer to shy groups as
1337 non-capturing or unnumbered groups.
1338 (Regexp Functions): Add cross-reference to Regexp Backslash.
1339
0c1cfe01
CY
1340 * display.texi (Truncation): Overlays can use line-prefix and
1341 wrap-prefix too.
1342 (Overlay Properties): Document wrap-prefix and line-prefix.
1343 (Face Attributes): Document underline-minimum-offset.
1344 (Face Remapping): Copyedits.
1345 (Low-Level Font): Copyedits.
1346 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1347 (Line Height): Emphasize that line-spacing only takes effect on
1348 graphical terminals.
0c1cfe01 1349
c4adeee0
CY
13502009-04-13 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * display.texi (Refresh Screen): Note that a passage about screen
1353 refreshing is text terminal only.
1354 (Forcing Redisplay): Delete misleading comment---sit-for calls
1355 redisplay, not the other way around.
1356 (Truncation): Note new values of truncate-partial-width-windows.
1357 Copyedits.
1358 (Invisible Text): Document invisible-p.
1359
b20ecfa1
EZ
13602009-04-11 Eli Zaretskii <eliz@gnu.org>
1361
1362 * display.texi (Overlays): Overlays don't scale well. See
1363 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1364
97d8273f
CY
13652009-04-10 Chong Yidong <cyd@stupidchicken.com>
1366
f147ff75
CY
1367 * syntax.texi (Syntax Table Functions): Document cons cell
1368 argument for modify-syntax-entry.
1369 (Categories): Document cons cell argument for
1370 modify-category-entry.
1371
fca4ec76
CY
1372 * searching.texi (String Search): Document word-search-forward-lax
1373 and word-search-backward-lax.
1374 (Searching and Case): Describe isearch behavior more precisely.
1375
9c283d5b
CY
1376 * keymaps.texi (Tool Bar): Mention that some platforms do not
1377 support multi-line toolbars. Suggested by Stephen Eglen.
1378
1379 * frames.texi (Layout Parameters): Mention that Nextstep also
1380 allows only one tool-bar line. Suggested by Stephen Eglen.
1381
97d8273f
CY
1382 * nonascii.texi (Text Representations): Copyedits.
1383 (Coding System Basics): Also mention utf-8-emacs.
1384 (Converting Representations, Selecting a Representation)
1385 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1386 Copyedits.
1387 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1388
2bad3299
CY
13892009-04-09 Chong Yidong <cyd@stupidchicken.com>
1390
1391 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1392 (Filling): Clarify REGION argument of fill-paragraph.
1393 Document fill-forward-paragraph-function.
2bad3299
CY
1394 (Special Properties): Remove "new in Emacs 22" declaration.
1395 (Clickable Text): Merge with Links and Mouse-1 node.
1396
5dcb4c4e
SM
1397 * display.texi (Button Properties, Button Buffer Commands):
1398 Change xref to Clickable Text.
2bad3299
CY
1399
1400 * tips.texi (Key Binding Conventions): Change xref to Clickable
1401 Text.
1402
1403 * elisp.texi (Top): Update node listing.
1404
ea30ce4f
CY
14052009-04-05 Chong Yidong <cyd@stupidchicken.com>
1406
47af2f4b
CY
1407 * markers.texi (The Mark): Copyedits. Improve description of
1408 handle-shift-selection.
1409 (The Region): Move use-region-p here from The Mark.
1410
ea30ce4f
CY
1411 * positions.texi (Screen Lines): Document (cols . lines) argument
1412 for vertical-motion.
1413
2aa8ea6e
CY
14142009-04-04 Chong Yidong <cyd@stupidchicken.com>
1415
3ec61d4e
CY
1416 * frames.texi (Frames): Clean up introduction. Document `ns'
1417 return value for framep.
1418 (Creating Frames): Note how the terminal is chosen.
1419 (Multiple Terminals, Multiple Displays): Merge into a single node.
1420 (Color Parameters): Fix typo.
1421
1422 * variables.texi (Local Variables, Buffer-Local Variables)
1423 (Creating Buffer-Local): Change link to Multiple Terminals.
1424
1425 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1426
1427 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1428 Terminals.
1429
1430 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1431 to Multiple Terminals.
1432
1433 * elisp.texi (Top): Update node listing.
1434 * vol2.texi (Top): Update node listing.
1435 * vol1.texi (Top): Update node listing.
1436
9257072f
CY
1437 * buffers.texi (Current Buffer): Note that the append-to-buffer
1438 example is no longer in synch with the latest code. Tie the two
1439 examples together.
1440
2aa8ea6e
CY
1441 * files.texi (File Attributes): Move note about MS-DOS from
1442 Changing Files to File Attributes.
1443 (Create/Delete Dirs): Note that mkdir is an alias for this.
1444
22e74b17
CY
14452009-04-01 Markus Triska <triska@gmx.at>
1446
1447 * processes.texi (Filter Functions): Suggest how to handle output
1448 batches.
1449
4bbe48ec
CY
14502009-03-30 Chong Yidong <cyd@stupidchicken.com>
1451
1452 * help.texi (Accessing Documentation): Update example to use
1453 help-setup-xref and with-help-window.
1454 (Help Functions): Remove print-help-return-message, which is
1455 semi-obsolete due to with-help-window. Document help-buffer and
1456 help-setup-xref.
1457
b9723f39
CY
14582009-03-29 Chong Yidong <cyd@stupidchicken.com>
1459
5dcb4c4e
SM
1460 * help.texi (Accessing Documentation, Help Functions):
1461 Remove information about long-obsolete Emacs versions.
9eb52e90 1462
b9723f39
CY
1463 * modes.texi (Mode Line Variables): The default values of the mode
1464 line variables are now more complicated.
1465
b0cc32db
CY
14662009-03-28 Chong Yidong <cyd@stupidchicken.com>
1467
3c25a5a9
CY
1468 * modes.texi (Major Mode Conventions): Note that specialness is
1469 inherited.
31c9eebb
CY
1470 (Derived Modes): Note that define-derive-mode sets the mode-class
1471 property.
3c25a5a9 1472
b0cc32db
CY
1473 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1474 goto-map. Add search-map to the list.
1475
c5e0006d
EZ
14762009-03-27 Eli Zaretskii <eliz@gnu.org>
1477
1213465a
EZ
1478 * os.texi (System Environment): Update the list of system-type
1479 values.
1480
c5e0006d
EZ
1481 * markers.texi (The Mark) <handle-shift-selection>: Update for
1482 removal of the optional argument DEACTIVATE.
1483
48bab3d6
CY
14842009-03-25 Chong Yidong <cyd@stupidchicken.com>
1485
1486 * commands.texi (Focus Events): Most X window managers don't use
1487 focus-follows-mouse nowadays.
1488
6e4ff1b6
CY
14892009-03-24 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * commands.texi (Defining Commands): Clarify introduction.
1492 (Using Interactive): Not that interactive can be put in a symbol
1493 property.
1494 (Interactive Call): Note that a symbol with a non-nil
1495 interactive-form property satisfies commandp.
1496
11625308
JB
14972009-03-23 Juanma Barranquero <lekktu@gmail.com>
1498
1499 * minibuf.texi (Intro to Minibuffers): Fix typos.
1500
7b34420d
CY
15012009-03-23 Chong Yidong <cyd@stupidchicken.com>
1502
1503 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1504 about minibuffers in old Emacs versions. Copyedits.
1505 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1506 (Text from Minibuffer): Simplify introduction.
1507
f9257eed
AM
15082009-03-22 Alan Mackenzie <acm@muc.de>
1509
1510 * commands.texi (Using Interactive): Clarify string argument to
1511 `interactive' - even promptless elements need \n separators.
1512
f639ba70
CY
15132009-03-18 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * minibuf.texi (Completion Styles): New node.
1516
1517 * elisp.texi (Top): Update node listing.
1518
d897e8ee
CY
15192009-03-17 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * minibuf.texi (Basic Completion): Note that
1522 read-file-name-completion-ignore-case and
1523 read-buffer-completion-ignore-case can override
1524 completion-ignore-case.
1525 (Minibuffer Completion): Document completing-read changes.
1526 (Completion Commands): Avoid mentioning partial completion mode.
1527 Document minibuffer-completion-confirm changes, and
1528 minibuffer-confirm-exit-commands.
1529 (High-Level Completion): Document new require-match behavior for
1530 read-buffer. Document read-buffer-completion-ignore-case.
1531 (Reading File Names): Document new require-match behavior for
1532 read-file-name.
1533
b1f23349
CY
15342009-03-14 Chong Yidong <cyd@stupidchicken.com>
1535
1536 * debugging.texi (Error Debugging): Don't mislead the reader into
1537 thinking that debug-on-error enters debugger for C-f at EOB.
1538 (Error Debugging): Setting debug-on-init within the init file
1539 works, and has for some time.
1540
d6eb4e25
KH
15412009-03-13 Kenichi Handa <handa@m17n.org>
1542
1543 * display.texi (Fontsets): Update the description.
1544
1cf53dc5
CY
15452009-03-13 Chong Yidong <cyd@stupidchicken.com>
1546
1547 * advice.texi (Advising Primitives): Link to What Is a Function.
1548
81f919fc
CY
15492009-03-12 Chong Yidong <cyd@stupidchicken.com>
1550
cf4229eb
CY
1551 * compile.texi (Speed of Byte-Code): Update example.
1552 (Disassembly): Update examples.
1553
81f919fc 1554 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1555
1556 * customize.texi (Common Keywords): It's not necessary to use :tag
1557 to remove hyphens, as custom-unlispify-tag-name does it
1558 automatically.
5dcb4c4e
SM
1559 (Variable Definitions): Link to File Local Variables.
1560 Document customized-value symbol property.
f2bbc08c
CY
1561 (Customization Types): Move menu to end of node.
1562
955964d7
CY
15632009-03-10 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * macros.texi (Compiling Macros): Omit misleading sentence, which
1566 implied that macros can only be used in the same file they are
1567 defined.
1568 (Backquote): Remove obsolete information about Emacs 19.
1569
d25ed7db
GM
15702009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1571
1572 * display.texi (Display Margins): Fix paren typo.
1573
d55f6ca5
CY
15742009-02-27 Chong Yidong <cyd@stupidchicken.com>
1575
f0e57ed8
CY
1576 * elisp.texi (Top): Update node listing.
1577
1578 * variables.texi (Variables): Clarify introduction.
1579 (Global Variables): Mention that setq is a special form.
1580 (Local Variables): Use active voice.
1581 (Tips for Defining): Mention marking variables as safe.
1582 (Buffer-Local Variables): Mention terminal-local and frame-local
1583 variables together.
1584 (File Local Variables): Copyedits.
1585 (Frame-Local Variables): Note that they are not really useful.
1586 (Future Local Variables): Node deleted.
1587
d55f6ca5
CY
1588 * objects.texi (General Escape Syntax): Update explanation of
1589 unicode escape syntax.
1590
ca8f09a8
CY
15912009-02-23 Chong Yidong <cyd@stupidchicken.com>
1592
1593 * control.texi (Control Structures): Add cindex entry for "textual
1594 order".
1595
1596 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1597 instead of "expression" throughout.
1598 (Function Indirection): Copyedits. Use active voice.
1599 (Eval): The default value of max-lisp-eval-depth is now 400.
1600
a20878b6
MB
16012009-02-23 Miles Bader <miles@gnu.org>
1602
1603 * processes.texi (System Processes): Rename `system-process-attributes'
1604 to `process-attributes'.
1605
61f66044
CY
16062009-02-22 Chong Yidong <cyd@stupidchicken.com>
1607
1b80d1f3
CY
1608 * symbols.texi (Property Lists): Emphasize that property lists are
1609 not restricted to symbol cells.
1610 (Other Plists): Copyedit.
1611
61f66044
CY
1612 * sequences.texi (Sequences Arrays Vectors): Make introduction
1613 more concise.
1614 (Arrays): Mention char-tables and bool-vectors too.
1615 (Vectors): Don't repeat information given in Arrays node. Link to
1616 nodes that explain the vector usage examples.
1617 (Char-Tables): Note that char-table elements can have arbitrary
1618 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1619 Link to Property Lists node.
61f66044 1620
9403944b
CY
16212009-02-22 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1624 `append'.
4068c7b4 1625 (List Elements): Copyedits.
9403944b
CY
1626
1627 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1628 of `vconcat'.
1629
1630 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1631 Emacs 20 usage of `concat'.
1632 (Case Conversion): Copyedits.
1633
b87a185f
CY
16342009-02-21 Chong Yidong <cyd@stupidchicken.com>
1635
1636 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1637 Minor edits.
1638 (Frame Configuration Type): Emphasize that it is not primitive.
1639 (Font Type): New node.
1640 (Type Predicates): Add fontp; type-of now recognizes font object
1641 types.
1642
1643 * intro.texi (Version Info): Update version numbers in examples.
1644 (Acknowledgements): List more contributors.
1645
1646 * elisp.texi: Bump version number to 3.0.
1647 (Top): Link to Font Type node.
1648
867d4bb3
JB
16492009-02-20 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * modes.texi (Major Mode Conventions): Remove duplicate words.
1652 (Customizing Keywords): Fix typo.
1653
77730170
EZ
16542009-02-14 Eli Zaretskii <eliz@gnu.org>
1655
1656 * nonascii.texi (User-Chosen Coding Systems): Document that
1657 select-safe-coding-system suggests raw-text if there are raw bytes
1658 in the region.
1659 (Explicit Encoding): Warn not to use `undecided' when encoding.
1660
c8736212
GM
16612009-02-11 Glenn Morris <rgm@gnu.org>
1662
1663 * frames.texi (Visibility of Frames): Mention the effect multiple
1664 workspaces/desktops can have on visibility.
1665
ab992d66
EZ
16662009-02-07 Eli Zaretskii <eliz@gnu.org>
1667
c8736212
GM
1668 * text.texi (Commands for Insertion):
1669 * commands.texi (Event Mod):
1670 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1671 * nonascii.texi (Translation of Characters):
1672 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1673 (Explicit Encoding): Document the `charset' text property produced
1674 by decode-coding-region and decode-coding-string.
ab992d66 1675
e651a255
AM
16762009-01-27 Alan Mackenzie <acm@muc.de>
1677
1678 * modes.texi (Search-based Fontification): Correct a typo.
1679
bc5cde4b
JB
16802009-01-25 Juanma Barranquero <lekktu@gmail.com>
1681
1682 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1683 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1684
3533155b
EZ
16852009-01-24 Eli Zaretskii <eliz@gnu.org>
1686
f721deda
EZ
1687 * display.texi (Window Systems): Document the value of
1688 `initial-window-system' under --daemon.
1689
3533155b
EZ
1690 * os.texi (System Environment): Remove description of the
1691 `environment' function which has been deleted.
1692
f79b43b2
DN
16932009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * frames.texi (Multiple Displays): Remove documentation for
1696 removed function make-frame-on-tty.
1697
e3aa6669
CY
16982009-01-22 Chong Yidong <cyd@stupidchicken.com>
1699
1700 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1701 write-region-annotate-functions.
1702 Document write-region-post-annotation-function.
e3aa6669 1703
fb13a416
CY
17042009-01-19 Chong Yidong <cyd@stupidchicken.com>
1705
1706 * display.texi (Font Lookup): Document WIDTH argument of
1707 x-list-fonts.
1708
02eccf6b
EZ
17092009-01-17 Eli Zaretskii <eliz@gnu.org>
1710
ead3f58d
EZ
1711 * maps.texi (Standard Keymaps): Rename function-key-map to
1712 local-function-key-map.
1713
1714 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1715 local-function-key-map.
1716
1717 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1718 and `set-keyboard-coding-system' now accept an optional terminal
1719 argument.
1720
1721 * commands.texi (Event Mod): `keyboard-translate-table' is now
1722 terminal-local.
1723 (Function Keys): Rename function-key-map to
1724 local-function-key-map.
1725
df05a163
EZ
1726 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1727 frames.texi.
1728
0ed8034e 1729 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1730 `delete-terminal-functions', `suspend-tty-functions' and
1731 `resume-tty-functions'.
0ed8034e
EZ
1732
1733 * frames.texi (Frames): Document `frame-terminal' and
1734 `terminal-live-p'.
1735 (Multiple Displays): Document `make-frame-on-tty'.
1736 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1737 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1738 (Terminal Parameters): Document `terminal-parameters',
1739 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1740
1741 * os.texi (System Environment): Document `environment' and
1742 `initial-environment'.
490f1197
EZ
1743 (Suspending Emacs): Update for multi-tty; document
1744 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1745
02eccf6b
EZ
1746 * nonascii.texi (Coding System Basics): More accurate description
1747 of `raw-text'.
1748
f19fea97
JB
17492009-01-12 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * display.texi (Low-Level Font): Fix typo.
1752
16fa292f
CY
17532009-01-10 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * elisp.texi (Top): Update node listing.
1756
1757 * display.texi (PostScript Images): Node deleted.
1758
0b4faef3
EZ
17592009-01-10 Eli Zaretskii <eliz@gnu.org>
1760
3355f04d
EZ
1761 * processes.texi (Decoding Output): Document that null bytes force
1762 no-conversion for reading process output.
1763
1764 * files.texi (Reading from Files): Document that null bytes force
1765 no-conversion when visiting files.
1766
11625308 1767 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1768
5dcb4c4e
SM
1769 * nonascii.texi (Lisp and Coding Systems):
1770 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1771 (Character Properties): Improve wording.
0b4faef3 1772
ce9cf065
CY
17732009-01-09 Chong Yidong <cyd@stupidchicken.com>
1774
1775 * display.texi (Font Lookup): Remove obsolete function
1776 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1777 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1778 (Font Selection): Reorder order of variable descriptions.
1779 Minor clarifications.
ce9cf065
CY
1780
1781 * elisp.texi (Top): Update node listing.
1782
ab756fb3
GM
17832009-01-09 Glenn Morris <rgm@gnu.org>
1784
1785 * commands.texi (Command Loop Info): Say that last-command-char and
1786 last-input-char are obsolete aliases.
1787
1788 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1789 last-input-char and last-command-char, since they are just aliases for
1790 last-input-event and last-command-event.
1791
1792 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1793 last-command-char.
1794
6b2b8ab1
CY
17952009-01-08 Chong Yidong <cyd@stupidchicken.com>
1796
1797 * elisp.texi: Update node listing.
1798
1799 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1800 (Face Attributes): Don't link to Font Lookup.
1801 Document font-family-list.
6b2b8ab1
CY
1802 (Fonts): New node.
1803
3568e767
JR
18042009-01-08 Jason Rumney <jasonr@gnu.org>
1805
1806 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1807 changing the standard pointer shapes. (Bug#1485)
3568e767 1808
6221c8db
CY
18092009-01-08 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * display.texi (Attribute Functions): Note that a function value
1812 :height is relative, and that compatibility functions work by
1813 calling set-face-attribute.
1814 (Displaying Faces): Reorder list in order of increasing priority.
1815 (Face Remapping): New node. Content moved here from Displaying
1816 Faces.
1817 (Glyphs): Link to Face Functions.
1818
e3d3799a
CY
18192009-01-08 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * display.texi (Faces): Don't discuss face id here. facep does
1822 not return t.
1823 (Defining Faces): Minor clarification.
1824 (Face Attributes): Rearrange items to match docstring of
1825 set-face-attribute. Add :foundry attribute. Document new role of
1826 :font attribute. Texinfo usage fix.
1827 (Attribute Functions): Copyedits.
1828 (Face Functions): Note that face number is seldom used.
1829
638a2457
RS
18302009-01-05 Richard M Stallman <rms@gnu.org>
1831
1832 * strings.texi (Predicates for Strings): Minor clarification.
1833
1834 * functions.texi (Function Safety): Texinfo usage fix.
1835
49ea0074
JB
18362009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1837
1838 * objects.texi (General Escape Syntax): Fix typo.
1839
9f822178
MR
18402009-01-03 Martin Rudalics <rudalics@gmx.at>
1841
1842 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1843 works via the default value of pop-up-frame-function.
1844
af34ad36
EZ
18452009-01-02 Eli Zaretskii <eliz@gnu.org>
1846
1847 * processes.texi (System Processes): Document the `time' and
1848 `ctime' attributes of `system-process-attributes'.
1849
d31f6679
CY
18502009-01-01 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * display.texi (Face Attributes): Clarify :height attribute.
1853
174dc00c
MR
18542008-12-31 Martin Rudalics <rudalics@gmx.at>
1855
1856 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1857 the front of the buffer list. Add entries for `last-buffer' and
1858 `unbury-buffer'.
1859
b8afe7e4
EZ
18602008-12-27 Eli Zaretskii <eliz@gnu.org>
1861
d14030f5
EZ
1862 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1863 and its subsections.
1864
1865 * frames.texi (Multiple Terminals, Low-level Terminal)
1866 (Terminal Parameters, Frames on Other TTY devices): New sections.
1867 (Frames): Add an xref to "Multiple Terminals".
1868
765980a4
EZ
1869 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1870
1871 * objects.texi (Terminal Type): New node.
1872 (Editing Types): Add it to the menu.
1873
47bd5577
EZ
1874 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1875 Variables".
1876
eb22b78c 1877 * variables.texi (Directory Local Variables): New node.
47bd5577 1878 (Variables): Add a menu item for it.
eb22b78c 1879
b8afe7e4
EZ
1880 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1881 `generated-autoload-file'.
1882
77bb0476
EZ
18832008-12-20 Eli Zaretskii <eliz@gnu.org>
1884
028e2c19
EZ
1885 * os.texi (Startup Summary): Add xref to documentation of
1886 `initial-window-system'.
1887
77bb0476
EZ
1888 * display.texi (Window Systems): Document `window-system' the
1889 function. The variable `window-system' is now frame-local.
028e2c19 1890 Document `initial-window-system'.
77bb0476 1891
dda87836
MR
18922008-12-19 Martin Rudalics <rudalics@gmx.at>
1893
1894 * windows.texi (Windows): Rewrite description of
1895 fit-window-to-buffer.
1896
caef3ed2
GM
18972008-12-13 Glenn Morris <rgm@gnu.org>
1898
1899 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1900 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1901
21c58e4d
GM
19022008-12-12 Glenn Morris <rgm@gnu.org>
1903
1904 * debugging.texi (Error Debugging): Refer forwards to
1905 eval-expression-debug-on-error.
1906
af38459f
EZ
19072008-12-05 Eli Zaretskii <eliz@gnu.org>
1908
5dedd9b5
EZ
1909 * strings.texi (String Basics): Only unibyte strings that
1910 represent key sequences hold 8-bit raw bytes.
1911
af38459f
EZ
1912 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1913 paragraph to speak about `undecided'.
1914 (Character Properties): Don't explain the meaning of each
1915 property; instead, identify their Unicode Standard names.
b3f1f4a5 1916 (Character Sets): Document `map-charset-chars'.
af38459f 1917
fa047ae7
GM
19182008-12-02 Glenn Morris <rgm@gnu.org>
1919
1920 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1921 section yet again.
1922
47dbc044
EZ
19232008-11-29 Eli Zaretskii <eliz@gnu.org>
1924
98d05998
EZ
1925 * nonascii.texi (Character Properties): New Section.
1926 (Specifying Coding Systems): Document
1927 `coding-system-priority-list', `set-coding-system-priority', and
1928 `with-coding-priority'.
1929 (Lisp and Coding Systems): Document `check-coding-systems-region'
1930 and `coding-system-charset-list'.
1931 (Coding System Basics): Document `coding-system-aliases'.
1932
1933 * elisp.texi (Top): Add a @detailmenu entry for "Character
1934 Properties".
1935
47dbc044
EZ
1936 * objects.texi (Character Type): Correct the range of Emacs
1937 characters. Add an @xref to "Character Codes".
1938
1939 * strings.texi (String Basics): Add an @xref to "Character Codes".
1940
1941 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1942
1943 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1944 (Character Codes): Document `max-char'.
1945
8b80cdf5
EZ
19462008-11-28 Eli Zaretskii <eliz@gnu.org>
1947
1948 * nonascii.texi (Text Representations, Converting Representations)
1949 (Character Sets, Scanning Charsets, Translation of Characters):
1950 Make text more accurate.
1951
a99dceba
GM
19522008-11-28 Glenn Morris <rgm@gnu.org>
1953
1954 * files.texi (Format Conversion Round-Trip): Improve previous change.
1955
f6dc3bed
CY
19562008-11-26 Chong Yidong <cyd@stupidchicken.com>
1957
1958 * modes.texi (Auto Major Mode): Fix example.
1959
5da9413d
GM
19602008-11-25 Glenn Morris <rgm@gnu.org>
1961
1962 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1963
1964 * files.texi (Format Conversion Round-Trip):
1965 Use active voice for previous change.
1966
fcca848c
CY
19672008-11-25 Chong Yidong <cyd@stupidchicken.com>
1968
1969 * os.texi (Processor Run Time):
1970 * processes.texi (Transaction Queues):
1971 * markers.texi (The Mark):
1972 * windows.texi (Choosing Window, Selecting Windows):
1973 * files.texi (Changing Files, Magic File Names):
1974 * commands.texi (Key Sequence Input):
1975 * functions.texi (Declaring Functions):
1976 * strings.texi (Predicates for Strings):
1977 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
1978
36c8dc54
CY
19792008-11-24 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * help.texi (Accessing Documentation): Update example.
1982
1983 * variables.texi (Defining Variables): Note that `*' is not
1984 necessary if defcustom is used.
1985
2a79b242
EZ
19862008-11-22 Eli Zaretskii <eliz@gnu.org>
1987
1988 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
1989 Characters" from @detailmenu.
1990
1991 * nonascii.texi (Character Codes, Character Sets)
1992 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
1993 (Chars and Bytes, Splitting Characters): Sections removed.
1994
392f0d26
LK
19952008-11-22 Lute Kamstra <lute@gnu.org>
1996
1997 * positions.texi (Text Lines): Update goto-line documentation.
1998
af1a5cd5
MR
19992008-11-21 Martin Rudalics <rudalics@gmx.at>
2000
6a4cfb0c
MR
2001 * frames.texi (Frames): Fix typo, add cross references, reword.
2002 (Initial Parameters): Reword special-display-frame-alist text.
2003 (Frames and Windows): Reword. Describe argument norecord for
2004 set-frame-selected-window.
2005 (Input Focus): Describe argument norecord for select-frame.
2006 Remove comment on MS-Windows behavior for focus-follows-mouse.
2007 (Raising and Lowering): Mention windows-frames dichotomy in
2008 metaphor.
2009
af1a5cd5
MR
2010 * windows.texi (Displaying Buffers, Vertical Scrolling)
2011 (Horizontal Scrolling): Fix indenting and rewording issues
2012 introduced with 2008-11-07 change.
2013
c249fa9c
GM
20142008-11-20 Glenn Morris <rgm@gnu.org>
2015
2016 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2017 element of `format-alist'.
2018
204d4665
GM
20192008-11-19 Glenn Morris <rgm@gnu.org>
2020
2021 * doclicense.texi: Update to FDL 1.3.
2022 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2023
cc0910af
CY
20242008-11-18 Chong Yidong <cyd@stupidchicken.com>
2025
efe6e7c4
CY
2026 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2027 vars, which are obsolete. Mention jit-lock-register.
2028
5dcb4c4e
SM
2029 * modes.texi (Other Font Lock Variables):
2030 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2031
cc0910af
CY
2032 * frames.texi (Color Parameters): Document alpha parameter.
2033
aeeedf76
MR
20342008-11-16 Martin Rudalics <rudalics@gmx.at>
2035
2036 * windows.texi (Splitting Windows, Deleting Windows)
2037 (Selecting Windows, Cyclic Window Ordering)
2038 (Buffers and Windows, Displaying Buffers, Choosing Window)
2039 (Dedicated Windows, Window Point, Window Start and End)
2040 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2041 (Size of Window, Resizing Windows, Window Configurations)
2042 (Window Parameters): Avoid @var at beginning of sentences and
2043 reword accordingly.
2044
4c565c5c
LK
20452008-11-11 Lute Kamstra <lute@gnu.org>
2046
2047 * files.texi (File Name Components): Fix file-name-extension
2048 documentation.
2049
25f494c9
JB
20502008-11-11 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * frames.texi (Basic Parameters): Remove display-environment-variable
2053 and term-environment-variable.
2054
a1401ab1
EZ
20552008-11-08 Eli Zaretskii <eliz@gnu.org>
2056
2057 * windows.texi (Basic Windows, Splitting Windows)
2058 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2059 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2060 (Resizing Windows, Window Configurations, Window Parameters):
2061 Fix wording and markup.
a1401ab1 2062
efafc282
MR
20632008-11-07 Martin Rudalics <rudalics@gmx.at>
2064
2065 * windows.texi (Windows): Update entries.
2066 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2067 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2068 (Selecting Windows, Cyclic Window Ordering): Reword with special
2069 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2070 (Buffers and Windows, Choosing Window): Reword with special
2071 emphasis on dedicated windows.
2072 (Displaying Buffers): Reword. For switch-to-buffer mention that
2073 it may fall back on pop-to-buffer. For other-window try to
2074 explain how it treats the cyclic ordering of windows.
efafc282
MR
2075 (Dedicated Windows): New node and section discussing dedicated
2076 windows and associated functions.
86ab855a 2077 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2078 (Window Start and End): Rename node and section title. Reword.
2079 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2080 Minor rewording.
2081 (Size of Window): Reword, in particular text on window-width.
2082 (Resizing Windows): Reword. Add text on balancing windows.
2083 (Window Configurations): Reword. Mention window parameters.
2084 (Window Parameters): New node and section on window parameters.
2085 (Window Hooks): Reword. Mention that
2086 window-configuration-change-hook is run "buffer-locally".
2087 * elisp.texi (Top): Update Windows entries in @detailmenu
2088 section.
2089
d60a8ab2
JB
20902008-11-04 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * searching.texi (Regexp Search): Fix typo.
2093
01777627
CY
20942008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2095
2096 * searching.texi (Regexp Search): Document GREEDY arg.
2097 (Simple Match Data): Fix return value.
2098
c4526e93
EZ
20992008-11-01 Eli Zaretskii <eliz@gnu.org>
2100
2101 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2102 with Emacs 23 internal representation of characters.
2103 Document `unibyte-string'.
c4526e93 2104
fe2ae8b5
CY
21052008-10-28 Chong Yidong <cyd@stupidchicken.com>
2106
2107 * processes.texi (Process Information): Note that process-status
2108 does not accept buffer names.
2109
cc5a21e3
CY
21102008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2111
2112 * positions.texi (Skipping Characters): Correct return value of
2113 skip-chars-forward.
2114
09460d9a
MR
21152008-10-25 Martin Rudalics <rudalics@gmx.at>
2116
520b29e7
MR
2117 * windows.texi (Deleting Windows): Update documentation of
2118 delete-windows-on.
2119 (Buffers and Windows): Update documentations of
2120 get-buffer-window and get-buffer-window-list.
2121 (Displaying Buffers): Update documentation of
2122 replace-buffer-in-windows.
2123
09460d9a
MR
2124 * buffers.texi (Current Buffer): Reword set-buffer and
2125 with-current-buffer documentations.
2126 (Creating Buffers): Reword documentation of get-buffer-create.
2127
4d48fcdc
MR
21282008-10-23 Martin Rudalics <rudalics@gmx.at>
2129
2130 * buffers.texi (Current Buffer): Reword documentation of
2131 set-buffer.
2132 (Buffer Names): Reword documentation of buffer-name.
2133 (The Buffer List): For bury-buffer explain what happens with the
2134 buffer's window.
2135 (Creating Buffers): Say that get-buffer-create's arg is called
2136 buffer-or-name.
2137
f0143c43
CY
21382008-10-22 Chong Yidong <cyd@stupidchicken.com>
2139
3e5dbbd3
CY
2140 * advice.texi (Computed Advice): Explain what DEFINITION is.
2141
f0143c43
CY
2142 * nonascii.texi (Character Codes): Remove obsolete function
2143 char-valid-p, and document characterp instead.
2144
52a94b85
MR
21452008-10-22 Martin Rudalics <rudalics@gmx.at>
2146
2147 * windows.texi (Displaying Buffers): Reword documentation of
2148 pop-to-buffer.
2149 (Choosing Window): Rewrite documentation of display-buffer and
2150 its options.
2151
f76f8246
MR
2152 * buffers.texi (Killing Buffers): Update documentation of
2153 kill-buffer.
2154
acc8b598
EZ
21552008-10-21 Eli Zaretskii <eliz@gnu.org>
2156
80e6b6df
EZ
2157 * processes.texi (Serial Ports): Fix wording and improve markup.
2158
3645358a
EZ
2159 * searching.texi (Regexp Search): Document `string-match-p' and
2160 `looking-at-p'.
2161 (POSIX Regexps): Add an xref for "non-greedy".
2162 (Regexp Special): Add @cindex entry for "non-greedy".
2163
b3d50cff 2164 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2165 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2166
73b7530a
EZ
2167 * frames.texi (Color Names): Add an xref to `read-color'.
2168
2169 * minibuf.texi (High-Level Completion): Document `read-color'.
2170
acc8b598
EZ
2171 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2172
2173 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2174
2175 * buffers.texi (Swapping Text): New section, documents
2176 `buffer-swap-text'.
2177
10e187e8
MR
21782008-10-21 Martin Rudalics <rudalics@gmx.at>
2179
2180 * windows.texi (Resizing Windows): Minor wording fix.
2181
fd6f900c
EZ
21822008-10-20 Eli Zaretskii <eliz@gnu.org>
2183
2184 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2185 and `combine-and-quote-strings'.
2186
2187 * strings.texi (Creating Strings): Add xrefs for them.
2188
e4372165
EZ
21892008-10-19 Eli Zaretskii <eliz@gnu.org>
2190
d6328fba
EZ
2191 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2192 match the corresponding menu in minibuf.texi.
2193
e4372165
EZ
2194 * minibuf.texi (Reading File Names): Document `read-shell-command'
2195 and `minibuffer-local-shell-command-map'.
2196
5d8dda33
MR
21972008-10-19 Martin Rudalics <rudalics@gmx.at>
2198
2199 * windows.texi (Resizing Windows): Remove var{} around "window" in
2200 documentation of enlarge-window.
2201 Rewrite documentation of window-min-height and window-min-width.
2202
437706cd
EZ
22032008-10-19 Eli Zaretskii <eliz@gnu.org>
2204
80f85d7c
EZ
2205 * functions.texi (Calling Functions): Document `apply-partially'.
2206
291703b5
EZ
2207 * hooks.texi (Standard Hooks): Mention
2208 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2209
2210 * variables.texi (File Local Variables): Document
2211 `file-local-variables-alist', `before-hack-local-variables-hook'
2212 and `hack-local-variables-hook'.
2213
583d8b3c
EZ
2214 * processes.texi (Synchronous Processes): Document `process-lines'.
2215
5dcb4c4e
SM
2216 * customize.texi (Variable Definitions):
2217 Document `custom-reevaluate-setting'.
437706cd 2218
7e51d89b
MR
22192008-10-18 Martin Rudalics <rudalics@gmx.at>
2220
2221 * windows.texi (Choosing Window, Deleting Windows)
2222 (Displaying Buffers): Expand documentation of dedicated windows.
2223
43c59a3d
EZ
22242008-10-18 Eli Zaretskii <eliz@gnu.org>
2225
018a960d
EZ
2226 * files.texi (Changing Files): Document symbolic input of file
2227 modes to `set-file-modes'. Document `read-file-modes' and
2228 `file-modes-symbolic-to-number'.
2229
2c0b8144
EZ
2230 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2231 and `search-map'.
2232
5dcb4c4e
SM
2233 * searching.texi (Search and Replace):
2234 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2235 Document `multi-query-replace-map'.
80120f13 2236
6d4913f0 2237 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2238 (Completion Commands, Reading File Names):
2239 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2240 `minibuffer-local-filename-must-match-map'.
2241 (Minibuffer Completion): The `require-match' argument to
2242 `completing-read' can now have the value `confirm-only'.
2243
43c59a3d
EZ
2244 * windows.texi (Displaying Buffers): Minor wording fix.
2245 (Choosing Window): `split-height-threshold' can now be nil.
2246 Document `split-width-threshold'. `pop-up-frames' can have the
2247 value `graphic-only'.
2248
f36acfd9
EZ
22492008-10-17 Eli Zaretskii <eliz@gnu.org>
2250
2251 * os.texi (Startup Summary): Document `before-init-time' and
2252 `after-init-time'. Document `initial-window-system' and
2253 `window-system-initialization-alist'. Document reading the
2254 abbrevs file. Document the call to `server-start' under --daemon.
2255 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2256 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2257 (Time Parsing): Document `format-seconds'.
f36acfd9 2258
96995b89
MR
22592008-10-17 Martin Rudalics <rudalics@gmx.at>
2260
2261 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2262 and reword.
2263
2de17c73
EZ
22642008-10-16 Eli Zaretskii <eliz@gnu.org>
2265
2266 * markers.texi (The Mark): Document use-region-p.
2267
9cf52b11
EZ
22682008-10-15 Eli Zaretskii <eliz@gnu.org>
2269
c3aaf1d7
EZ
2270 * internals.texi (Writing Emacs Primitives): The interactive spec
2271 of a primitive can be a Lisp form.
2272
841a1743
EZ
2273 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2274 values of transient-mark-mode. Document handle-shift-selection.
2275
2276 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2277 (Interactive Examples): Show an example of `^'.
2278 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2279 (Defining Commands, Using Interactive): The interactive-form of a
2280 function can be added via its symbol's property.
841a1743 2281
52441368
EZ
2282 * positions.texi (List Motion): beginning-of-defun-function can
2283 now accept an argument.
2284
8e8c1a72
EZ
2285 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2286 now return a list of strings.
2287
a33a1f2a
EZ
2288 * control.texi (Handling Errors): Document ignore-errors.
2289
4fb04348
EZ
2290 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2291 (Parameter Access): Document set-frame-parameter.
2292
ee666f84
EZ
2293 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2294 Hooks" for the effect of kill-all-local-variables on local hook
2295 functions.
2296
9cf52b11
EZ
2297 * modes.texi (Major Mode Conventions, Mode Line Variables):
2298 `mode-name' need not be a string. xref to "Mode Line Data" for
2299 details, and to "Emulating Mode Line" for computing a string
2300 value.
2301
22526bc4
EZ
23022008-10-14 Eli Zaretskii <eliz@gnu.org>
2303
a65f6a85
EZ
2304 * processes.texi (System Processes): New section.
2305 (Processes, Signals to Processes): Add xrefs to it.
2306
2307 * objects.texi (Editing Types): A `process' is a subprocess of
2308 Emacs, not just any process running on the OS.
2309
2310 * elisp.texi (Top): Adjust the @detailmenu for the above two
2311 changes.
2312
2724b26a
EZ
2313 * sequences.texi (Char-Tables): Remove documentation of
2314 set-char-table-default, which has no effect since Emacs 23.
2315 <char-table-range, set-char-table-range>: Don't mention generic
2316 characters and charsets. Add a cons cell as a possible argument.
2317
2318 * nonascii.texi (Splitting Characters)
2319 (Translation of Characters): Don't mention generic characters.
2320
2321 * display.texi (Fontsets): Don't mention generic characters.
2322
22526bc4 2323 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2324 argument FUNCTION with a cons cell as KEY.
22526bc4 2325
eaf4b689
EZ
23262008-10-13 Eli Zaretskii <eliz@gnu.org>
2327
45e46036
EZ
2328 * objects.texi (Primitive Function Type): Move "@cindex special
2329 forms" from here...
2330
2331 * eval.texi (Special Forms): ...to here.
2332
2333 * functions.texi (What Is a Function): `functionp' returns nil for
2334 special forms. Add an xref.
2335
eaf4b689
EZ
2336 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2337 Variables".
2338
2339 * variables.texi (Frame-Local Variables): New section.
2340 (Buffer-Local Variables): Add an xref to it.
2341 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2342 have both frame-local and buffer-local binding.
2343
2344 * frames.texi (Frames): Mention multiple tty frames.
2345 (Frame Parameters, Parameter Access): Mention frame-local variable
2346 bindings.
2347
15688fce
GM
23482008-09-20 Glenn Morris <rgm@gnu.org>
2349
2350 * display.texi (Defining Faces): Recommend against face variables.
2351
35539065
JB
23522008-09-16 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * display.texi (Echo Area Customization): Fix typo.
2355
6a57054b
JB
23562008-09-09 Juanma Barranquero <lekktu@gmail.com>
2357
2358 * loading.texi (Where Defined): Add `defface' item.
2359
d632fb82
MR
23602008-09-06 Martin Rudalics <rudalics@gmx.at>
2361
2362 * loading.texi (Where Defined): Fix description of symbol-file.
2363
905a9adb
JR
23642008-08-26 Jason Rumney <jasonr@gnu.org>
2365
2366 * display.texi (TIFF Images): New section describing :index property.
2367
852e91b7
CY
23682008-08-23 Chong Yidong <cyd@stupidchicken.com>
2369
2370 * display.texi (Temporary Displays): Remove unnecessary comment
2371 about usage of temp-buffer-show-hook.
2372
6be001ee
CY
23732008-08-05 Chong Yidong <cyd@stupidchicken.com>
2374
2375 * symbols.texi (Other Plists): Fix incorrect example.
2376 Suggested by Florian Beck.
2377
58e3d8e8
JB
23782008-07-31 Juanma Barranquero <lekktu@gmail.com>
2379
2380 * os.texi: Fix previous change.
2381
7c2fb837
DN
23822008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2383
2384 * os.texi:
2385 * intro.texi:
2386 * files.texi: Remove VMS support.
2387
9e2a2647
DN
23882008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2389
2390 * os.texi:
2391 * frames.texi:
2392 * display.texi: Remove mentions of Mac Carbon.
2393
c4f4682b
MB
23942008-07-01 Miles Bader <miles@gnu.org>
2395
2396 * text.texi (Special Properties):
2397 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2398
3696411e
JB
23992008-06-28 Johan Bockgård <bojohan@gnu.org>
2400
2401 * display.texi (Other Image Types): Fix copy/paste error; say
2402 "PBM", not "XBM".
2403
f2a77c3a
DN
24042008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * os.texi: Remove references to obsolete systems.
2407
6d52677d
EZ
24082008-06-20 Eli Zaretskii <eliz@gnu.org>
2409
2410 * makefile.w32-in (distclean): Remove makefile.
2411
1a87da4c
GM
24122008-06-17 Glenn Morris <rgm@gnu.org>
2413
2414 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2415 (elisp, dist): Remove rules and variables that are obsolete now
2416 the lisp manual is no longer distributed separately.
2417
fdda1c5d
GM
24182008-06-16 Glenn Morris <rgm@gnu.org>
2419
646692e9
GM
2420 * configure, configure.in, mkinstalldirs: Remove unused files.
2421
2422 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2423 * vol1.texi (EMACSVER):
6a57054b 2424 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2425
2426 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2427 as per maintain.info.
2428
611bee81
GM
24292008-06-15 Glenn Morris <rgm@gnu.org>
2430
a7bed3a0
GM
2431 * makefile.w32-in (manual): Use "23" rather than "21".
2432
2433 * Makefile.in (emacsver): New, set by configure.
2434 (manual): Use emacsver.
2435
d794edf2
GM
2436 * intro.texi: Report bugs using M-x report-emacs-bug.
2437
611bee81
GM
2438 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2439
c73e02fa
GM
24402008-06-13 Daniel Engeler <engeler@gmail.com>
2441
2442 * elisp.texi, internals.texi, processes.texi: Add documentation
2443 about serial port access.
2444
e40a85cd
MB
24452008-06-05 Miles Bader <miles@gnu.org>
2446
2447 * display.texi (Displaying Faces): Update to reflect function
2448 renamings in face-remap.el.
2449
7b753744
JB
24502008-06-05 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * display.texi (Fontsets): Fix typos.
2453
9d3d42fb
MB
24542008-06-03 Miles Bader <miles@gnu.org>
2455
7b753744
JB
2456 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2457 remove-relative-face-remapping, set-base-face-remapping,
2458 and set-default-base-face-remapping.
9d3d42fb 2459
f2cec7a9
MB
24602008-06-01 Miles Bader <miles@gnu.org>
2461
2462 * display.texi (Displaying Faces): Add face-remapping-alist.
2463
8f39c96d
SM
24642008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2467 variable names.
2468
1ef5eecc
ER
24692008-05-03 Eric S. Raymond <esr@golux>
2470
352c8b4a 2471 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2472 (current-global-map) return references, not copies.
2473
63b4387f
JL
24742008-05-02 Juri Linkov <juri@jurta.org>
2475
2476 * minibuf.texi (Text from Minibuffer): Document a list of
2477 default values for `read-from-minibuffer'.
2478
38a8b703
JB
24792008-04-24 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * nonascii.texi (Translation of Characters): Fix previous change.
2482
7c42e639
CY
24832008-04-20 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * display.texi (Overlay Properties): Clarify role of underlying
2486 textprop and overlay keymaps for display strings.
2487
2488 * keymaps.texi (Active Keymaps): Ditto.
2489
25c0d999
SM
24902008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2491
2492 * minibuf.texi (Programmed Completion):
2493 Replace dynamic-completion-table with the new completion-table-dynamic.
2494
e3af5968
CY
24952008-04-07 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * intro.texi (Some Terms): Change "fonts in this manual" index
2498 entry to "typographic conventions".
2499
6bfc8698
EZ
25002008-04-05 Eli Zaretskii <eliz@gnu.org>
2501
2502 * objects.texi (Text Props and Strings): Add indexing for read
2503 syntax of text properties.
2504
4972c361
SM
25052008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * processes.texi (Decoding Output): Remove process-filter-multibyte
2508 functions.
2509
c70a68db
MR
25102008-03-15 Martin Rudalics <rudalics@gmx.at>
2511
2512 * display.texi (Finding Overlays): Say that empty overlays at
2513 the end of the buffer are reported too.
2514
1291fd36
GM
25152008-03-13 Glenn Morris <rgm@gnu.org>
2516
2517 * elisp.texi (EMACSVER): Set to 23.0.60.
2518
c6b0dfd5
CY
25192008-02-26 Chong Yidong <cyd@stupidchicken.com>
2520
38a8b703 2521 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2522
875fc30c
GM
25232008-02-22 Glenn Morris <rgm@gnu.org>
2524
2525 * frames.texi (Position Parameters): Clarify the description of
2526 `left' and `top', using information from "Geometry".
2527 (Geometry): Give a pointer to "Position Parameters", rather than
2528 repeating information.
2529
d8c8e45a
GM
25302008-02-11 Glenn Morris <rgm@gnu.org>
2531
2532 * objects.texi (Equality Predicates): No longer talk about "two"
2533 functions.
2534
38a8b703 25352008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2536
2537 * objects.texi (Equality Predicates): Add defun for
2538 equal-including-properties.
2539
bfffe0b1
GM
25402008-02-10 Glenn Morris <rgm@gnu.org>
2541
2542 * objects.texi (Equality Predicates):
2543 Mention equal-including-properties.
2544
431b78c9
RS
25452008-02-07 Richard Stallman <rms@gnu.org>
2546
2547 * windows.texi (Window Start): Mention the feature of moving
2548 window-start to start of line.
2549
c8763fb6 25502008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2551
2552 * keymaps.texi (Tool Bar): Document rtl property.
2553
1a256502
TTN
25542008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2555
2556 * display.texi (Button Types):
2557 For define-button-type, clarify type of NAME.
2558
569382c2
MR
25592008-01-19 Martin Rudalics <rudalics@gmx.at>
2560
2561 * buffers.texi (Buffer Modification): Fix typo.
2562
f3041af1
DN
25632008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2564
2565 * os.texi (System Environment): Remove references to OSes that are
2566 not supported anymore.
2567
d35e1cd7
DN
25682008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2569
2570 * os.texi (System Environment): Remove mention for Masscomp.
2571
23af7580
RS
25722008-01-04 Richard Stallman <rms@gnu.org>
2573
2574 * display.texi (Faces): Don't talk about internal face vector as arg
2575 to facep.
2576
2577 * customize.texi (Type Keywords): Fix previous change.
2578
2579 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2580 * elisp.texi (Top): Fix menu for commands.texi change.
2581
ec7d5b1e
RS
25822007-12-30 Richard Stallman <rms@gnu.org>
2583
5dcb4c4e 2584 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2585 (Accessing Scroll): New node broken out of Accessing Mouse.
2586
101a6cea
RS
25872007-12-28 Richard Stallman <rms@gnu.org>
2588
2589 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2590 (Basic Parameters): For `title', refer to title bar.
041817a4 2591 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2592
72b7e664
RS
25932007-12-23 Richard Stallman <rms@gnu.org>
2594
2595 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2596 Improve some of the commented-out keywords' text too.
2597
27a4f445
MR
25982007-12-14 Martin Rudalics <rudalics@gmx.at>
2599
e2e3f1d7
MR
2600 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2601 "visit the current buffer".
2602
27a4f445
MR
2603 * os.texi (System Interface): Fix typo.
2604
a2afc99d
RS
26052007-12-04 Richard Stallman <rms@gnu.org>
2606
2607 * objects.texi (Symbol Type): Fix typo.
2608
b694135c
RS
26092007-12-03 Richard Stallman <rms@gnu.org>
2610
2611 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2612
f99a19da
GM
26132007-12-01 Glenn Morris <rgm@gnu.org>
2614
2615 * functions.texi (Declaring Functions): Improve previous change.
2616
8f4b37d8
GM
26172007-11-30 Glenn Morris <rgm@gnu.org>
2618
2619 * functions.texi (Declaring Functions): Add optional fourth
2620 argument of declare-function, and setting third argument to `t'.
2621
61a2fe01
RS
26222007-11-29 Richard Stallman <rms@gnu.org>
2623
2624 * customize.texi (Composite Types): Document `group' type.
2625
cbfc5193
GM
26262007-11-29 Glenn Morris <rgm@gnu.org>
2627
5dcb4c4e
SM
2628 * functions.texi (Declaring Functions): Add findex.
2629 Mention `external' files.
cbfc5193 2630
8386283a
JB
26312007-11-26 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * functions.texi (Declaring Functions): Fix directive.
2634
a07c9a8b
RS
26352007-11-25 Richard Stallman <rms@gnu.org>
2636
2637 * help.texi (Help Functions): Clean up last change.
2638
2639 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2640
2641 * loading.texi (Named Features): Minor cleanup.
2642
2643 * macros.texi (Eval During Expansion): Minor cleanup.
2644
2645 * variables.texi (Variable Aliases): Minor cleanup.
2646
a0925923
RS
26472007-11-24 Richard Stallman <rms@gnu.org>
2648
2649 * functions.texi (Declaring Functions): Clarify previous change.
2650
2651 * compile.texi (Compiler Errors): Clarify previous change.
2652
20c63e44
RS
26532007-11-24 Richard Stallman <rms@gnu.org>
2654
e5e76c04 2655 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2656 Clarify the text and move items around.
2657
5bb0cda3
GM
26582007-11-24 Glenn Morris <rgm@gnu.org>
2659
2660 * functions.texi (Declaring Functions): New section.
2661 * compile.texi (Compiler Errors): Mention declaring functions,
2662 defvar with no initvalue, and byte-compile-warnings.
2663
af13c86a
MR
26642007-11-15 Martin Rudalics <rudalics@gmx.at>
2665
2666 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2667 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2668
a5373305
MR
26692007-11-13 Martin Rudalics <rudalics@gmx.at>
2670
2671 * help.texi (Help Functions): Document new macro `with-help-window'.
2672
fe284805
JL
26732007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2674
2675 * searching.texi (Replacing Match): Describe new
2676 `match-substitute-replacement'.
2677
2c3a09b1
RS
26782007-10-31 Richard Stallman <rms@gnu.org>
2679
2680 * strings.texi (Creating Strings): Null strings from concat not unique.
2681
f2b480f4
RS
26822007-10-26 Richard Stallman <rms@gnu.org>
2683
2684 * objects.texi (Equality Predicates): Null strings are uniquified.
2685
2686 * minibuf.texi: Minor clarifications in previous change.
2687
db21122c
GM
26882007-10-25 Glenn Morris <rgm@gnu.org>
2689
2690 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2691
2328cbb3
RS
26922007-10-24 Richard Stallman <rms@gnu.org>
2693
2694 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2695
2696 * variables.texi (Frame-Local Variables): Node deleted.
2697 (Variables): Delete Frame-Local Variables from menu.
2698 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2699 (Default Value): Don't mention frame-local vars.
2700
2701 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2702
2703 * loading.texi (Unloading): Document FEATURE-unload-function
2704 instead of FEATURE-unload-hook.
2705
2328cbb3
RS
2706 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2707
c066bafa
JL
27082007-10-22 Juri Linkov <juri@jurta.org>
2709
2710 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2711 (High-Level Completion): Document a list of default value strings
2712 in the DEFAULT argument, for which minibuffer functions return the
2713 first element.
2714
65ced25f
JL
27152007-10-17 Juri Linkov <juri@jurta.org>
2716
2717 * text.texi (Filling): Update arguments of fill-paragraph.
2718 fill-paragraph operates on the active region in Transient Mark mode.
2719 Remove fill-paragraph-or-region.
2720
ee46ec8e
KB
27212007-10-13 Karl Berry <karl@gnu.org>
2722
2723 * elisp.texi (@dircategory): Move to after @copying,
2724 since we want @copying as close as possible to the beginning of
2725 the output.
2726
61bbdbc6
RS
27272007-10-12 Richard Stallman <rms@gnu.org>
2728
2729 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2730
2731 * commands.texi (Distinguish Interactive): New node,
2732 broken out from Interactive Call and rewritten.
2733 (Command Loop): Put Distinguish Interactive in menu.
2734
af23e1e8
RS
27352007-10-09 Richard Stallman <rms@gnu.org>
2736
2737 * text.texi (Examining Properties): Mention overlay priority.
2738
2739 * display.texi (Display Margins): Correct the description
2740 of margin display specifications.
2741 (Replacing Specs): New subnode broken out of Display Property.
2742
e1965a69
JL
27432007-10-06 Juri Linkov <juri@jurta.org>
2744
2745 * text.texi (Filling): Document fill-paragraph-or-region.
2746
4638454b
JB
27472007-10-05 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * display.texi (Auto Faces): Fix typo.
2750
7ed54cc5
RS
27512007-10-02 Richard Stallman <rms@gnu.org>
2752
2753 * display.texi (Display Property): Explain some display specs
2754 don't let you move point in.
2755
5dcb4c4e
SM
2756 * frames.texi (Cursor Parameters):
2757 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2758
2759 * windows.texi (Basic Windows): Don't describe
2760 cursor-in-non-selected-windows here.
2761
305a7ef2
EZ
27622007-10-01 Eli Zaretskii <eliz@gnu.org>
2763
2764 * processes.texi (Misc Network): Note that these functions are
2765 supported only on some systems.
2766
f7a7f4eb
RS
27672007-10-01 Richard Stallman <rms@gnu.org>
2768
2769 * display.texi (Overlay Properties): Explain nil as priority.
2770 Explain that conflicts are unpredictable if not resolved by
2771 priorities.
2772
780d7bb9
RS
27732007-09-23 Richard Stallman <rms@gnu.org>
2774
2775 * macros.texi (Backquote): Minor clarification.
2776
14b4fdfb
RS
27772007-09-19 Richard Stallman <rms@gnu.org>
2778
2779 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2780 Clarify when they work in parallel and when one overrides.
2781 Fix error in example.
14b4fdfb 2782
b8d4c8d0
GM
27832007-09-06 Glenn Morris <rgm@gnu.org>
2784
b3e755a9 2785 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2786 commands to use ../../info.
2787 * Makefile.in (infodir): Go up one more level.
4638454b 2788 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2789 (miscmanualdir): New.
2790 (dist): Use new variable miscmanualdir.
2791 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2792 (usermanualdir): Change from ../man to ../emacs.
2793
1bb1f7d3
MR
27942007-08-30 Martin Rudalics <rudalics@gmx.at>
2795
2796 * commands.texi (Command Loop Info): Advise against changing
2797 most variables described here. Explain new variable
2798 last-repeatable-command.
2799
b8d4c8d0
GM
28002007-08-29 Glenn Morris <rgm@gnu.org>
2801
2802 * elisp.texi (EMACSVER): Increase to 23.0.50.
2803
28042007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2805
2806 * frames.texi (Basic Parameters): Add display-environment-variable
2807 and term-environment-variable.
2808
28092007-08-28 Juri Linkov <juri@jurta.org>
2810
2811 * display.texi (Image Formats, Other Image Types): Add SVG.
2812
28132007-08-28 Juri Linkov <juri@jurta.org>
2814
2815 * display.texi (Images): Move formats-related text to new node
2816 "Image Formats".
2817 (Image Formats): New node.
2818
619fb9ee
RS
28192007-08-27 Richard Stallman <rms@gnu.org>
2820
2821 * windows.texi (Window Configurations): Clarify what
2822 a window configuration saves.
2823
b8d4c8d0
GM
28242007-08-25 Richard Stallman <rms@gnu.org>
2825
2826 * display.texi (Images): Delete redundant @findex.
2827
39f9da30
GM
28282007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * text.texi (Change Hooks): (after|before)-change-functions are no
2831 longer bound to nil while running; rather inhibit-modification-hooks
2832 is t.
2833
b8d4c8d0
GM
28342007-08-16 Richard Stallman <rms@gnu.org>
2835
5dcb4c4e
SM
2836 * processes.texi (Asynchronous Processes):
2837 Clarify doc of start-file-process.
b8d4c8d0
GM
2838
28392007-08-08 Martin Rudalics <rudalics@gmx.at>
2840
2841 * modes.texi (Example Major Modes): Fix typo.
2842
28432007-08-08 Glenn Morris <rgm@gnu.org>
2844
2845 * intro.texi (nil and t): Do not use `iff' in documentation.
2846
2847 * tips.texi (Documentation Tips): Recommend against `iff'.
2848
28492007-08-07 Chong Yidong <cyd@stupidchicken.com>
2850
2851 * display.texi (Image Cache): Document image-refresh.
2852
28532007-08-06 Martin Rudalics <rudalics@gmx.at>
2854
2855 * windows.texi (Size of Window): Document window-full-width-p.
2856
28572007-07-25 Glenn Morris <rgm@gnu.org>
2858
2859 * gpl.texi (GPL): Replace license with GPLv3.
2860
2861 * Relicense all FSF files to GPLv3 or later.
2862
28632007-07-24 Michael Albinus <michael.albinus@gmx.de>
2864
4638454b
JB
2865 * processes.texi (Synchronous Processes):
2866 Add `process-file-shell-command'.
b8d4c8d0
GM
2867 (Asynchronous Processes): Mention restricted use of
2868 `process-filter' and `process-sentinel' in
2869 `start-file-process'. Add `start-file-process-shell-command'.
2870
28712007-07-17 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * files.texi (Magic File Names): Introduce optional parameter
2874 IDENTIFICATION for `file-remote-p'.
2875
28762007-07-16 Richard Stallman <rms@gnu.org>
2877
2878 * display.texi (Defining Faces): Fix previous change.
2879
28802007-07-14 Richard Stallman <rms@gnu.org>
2881
2882 * control.texi (Handling Errors): Document `debug' in handler list.
2883
28842007-07-10 Richard Stallman <rms@gnu.org>
2885
2886 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2887
28882007-07-09 Richard Stallman <rms@gnu.org>
2889
2890 * files.texi (Magic File Names): Rewrite previous change.
2891
28922007-07-08 Michael Albinus <michael.albinus@gmx.de>
2893
2894 * files.texi (Magic File Names): Introduce optional parameter
2895 CONNECTED for `file-remote-p'.
2896
28972007-07-07 Michael Albinus <michael.albinus@gmx.de>
2898
2899 * processes.texi (Asynchronous Processes):
2900 * files.texi (Magic File Names): Add `start-file-process'.
2901
29022007-06-27 Richard Stallman <rms@gnu.org>
2903
5dcb4c4e
SM
2904 * files.texi (Format Conversion Piecemeal):
2905 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
2906
29072007-06-27 Michael Albinus <michael.albinus@gmx.de>
2908
4638454b
JB
2909 * files.texi (Magic File Names): Remove `dired-call-process'.
2910 Add `process-file'.
b8d4c8d0
GM
2911
29122007-06-27 Kenichi Handa <handa@m17n.org>
2913
2914 * text.texi (Special Properties): Fix description about
4638454b 2915 `composition' property.
b8d4c8d0
GM
2916
29172007-06-26 Kenichi Handa <handa@m17n.org>
2918
2919 * nonascii.texi (Default Coding Systems): Document about the
2920 return value `undecided'.
2921
29222007-06-25 David Kastrup <dak@gnu.org>
2923
2924 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2925 `current-active-maps'.
2926
29272007-06-24 Karl Berry <karl@gnu.org>
2928
4638454b 2929 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2930
29312007-06-15 Juanma Barranquero <lekktu@gmail.com>
2932
2933 * display.texi (Overlay Arrow): Doc fix.
2934
29352007-06-14 Karl Berry <karl@tug.org>
2936
2937 * anti.texi (Antinews): Typo.
2938
29392007-06-14 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * display.texi (Image Cache): Document image-refresh.
2942
29432007-06-12 Karl Berry <karl@gnu.org>
2944
2945 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2946 * two-volume.make: New file.
2947 * .cvsignore: Ignore two-volume files.
2948
29492007-06-12 Tom Tromey <tromey@redhat.com>
2950
2951 * os.texi (Init File): Document user-emacs-directory.
2952
29532007-06-03 Nick Roberts <nickrob@snap.net.nz>
2954
2955 * commands.texi (Click Events): Describe width and height when
2956 object is nil.
2957
29582007-05-30 Nick Roberts <nickrob@snap.net.nz>
2959
5dcb4c4e
SM
2960 * commands.texi (Click Events): Layout more logically.
2961 Describe width and height.
b8d4c8d0
GM
2962 (Drag Events, Motion Events): Update to new format for position.
2963
29642007-06-02 Richard Stallman <rms@gnu.org>
2965
2966 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2967
29682007-06-02 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * Version 22.1 released.
2971
29722007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2973
2974 * text.texi (Special Properties): Correct meaning of fontified face.
2975
29762007-05-30 Richard Stallman <rms@gnu.org>
2977
2978 * text.texi (Special Properties): Add link to Adjusting Point.
2979
29802007-05-12 Richard Stallman <rms@gnu.org>
2981
2982 * text.texi (Margins): indent-to-left-margin is not the default.
2983 (Mode-Specific Indent): For indent-line-function, the default
2984 is indent-relative.
2985
2986 * modes.texi (Example Major Modes): Explain last line of text-mode
2987 is redundant.
2988
29892007-05-10 Richard Stallman <rms@gnu.org>
2990
2991 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
2992
2993 * help.texi (Keys in Documentation): Add reference to
2994 Documentation Tips.
2995
2996 * files.texi (Format Conversion): TO-FN gets three arguments.
2997
2998 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
2999
30002007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3001
3002 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3003 * files.texi (Format Conversion): Expand intro; add menu.
3004 (Format Conversion Overview, Format Conversion Round-Trip)
3005 (Format Conversion Piecemeal): New nodes/subsections.
3006 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3007 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3008 (Saving Properties): Delete node/subsection.
3009
30102007-05-07 Karl Berry <karl@gnu.org>
3011
3012 * elisp.texi (EMACSVER): Back to 22.
3013
30142007-05-06 Richard Stallman <rms@gnu.org>
3015
3016 * processes.texi (Accepting Output): Revert most of previous change.
3017
30182007-05-05 Richard Stallman <rms@gnu.org>
3019
3020 * processes.texi (Accepting Output): accept-process-output
3021 uses microseconds, not milliseconds. But that arg is obsolete.
3022
30232007-05-04 Karl Berry <karl@tug.org>
3024
3025 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3026
30272007-05-04 Eli Zaretskii <eliz@gnu.org>
3028
3029 * tips.texi (Documentation Tips): Rearrange items to place the
3030 more important ones first. Add an index entry for hyperlinks.
3031
30322007-05-03 Karl Berry <karl@gnu.org>
3033
3034 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3035 (EMACSVER) [smallbook]: 22 for printed version.
3036
3037 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3038 so restore anchor to normal position after defun. Found by Kevin Ryde.
3039
30402007-04-26 Glenn Morris <rgm@gnu.org>
3041
3042 * elisp.texi (EMACSVER): Increase to 22.1.50.
3043
30442007-04-28 Karl Berry <karl@gnu.org>
3045
3046 * elisp.texi: Improve line breaks on copyright page,
3047 similar layout to emacs manual, 8.5x11 by default.
3048
30492007-04-24 Richard Stallman <rms@gnu.org>
3050
3051 * text.texi (Special Properties): Add xref to Overlay Properties.
3052
3053 * display.texi (Overlay Properties): Add xref to Special Properties.
3054
30552007-04-22 Richard Stallman <rms@gnu.org>
3056
3057 * keymaps.texi (Extended Menu Items): Move the info about
3058 format with cached keyboard binding.
3059
30602007-04-21 Richard Stallman <rms@gnu.org>
3061
3062 * text.texi (Special Properties): Clarify previous change.
3063
3064 * files.texi (File Name Expansion): Clarify previous change.
3065
3066 * display.texi (Attribute Functions): Fix example for
3067 face-attribute-relative-p.
3068
30692007-04-19 Kenichi Handa <handa@m17n.org>
3070
3071 * text.texi (Special Properties): Document composition property.
3072
30732007-04-19 Glenn Morris <rgm@gnu.org>
3074
3075 * files.texi (File Name Expansion): Mention "superroot".
3076
30772007-04-15 Chong Yidong <cyd@stupidchicken.com>
3078
3079 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3080 setups.
3081 (Display Feature Testing): Note that display refers to all
3082 physical monitors for multi-monitor setups.
3083
30842007-04-14 Richard Stallman <rms@gnu.org>
3085
3086 * lists.texi (Sets And Lists): Clarify `delete' examples.
3087 Remove spurious xref to same node.
3088 Clarify xref for add-to-list.
3089
30902007-04-12 Nick Roberts <nickrob@snap.net.nz>
3091
3092 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3093 value of lisp-mode-map.
3094
30952007-04-11 Karl Berry <karl@gnu.org>
3096
3097 * anti.texi (Antinews):
3098 * display.texi (Overlay Properties, Defining Images):
3099 * processes.texi (Synchronous Processes, Sentinels):
3100 * syntax.texi (Syntax Table Internals):
3101 * searching.texi (Regexp Special):
3102 * nonascii.texi (Default Coding Systems):
3103 * text.texi (Special Properties):
3104 * minibuf.texi (Basic Completion): Wording to improve breaks in
3105 8.5x11 format.
3106 * elisp.texi (smallbook): New @set to more easily switch between
3107 smallbook and 8.5x11.
3108
31092007-04-11 Richard Stallman <rms@gnu.org>
3110
3111 * text.texi (Lazy Properties): Minor fix.
3112
31132007-04-08 Karl Berry <karl@gnu.org>
3114
3115 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3116 * macros.texi (Backquote): Downcase Backquote in index entries for
3117 consistency.
3118
31192007-04-08 Richard Stallman <rms@gnu.org>
3120
3121 * text.texi (Adaptive Fill): Just describe default,
3122 don't show it (since it contains non-ASCII chars).
3123
31242007-04-07 Karl Berry <karl@gnu.org>
3125
3126 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3127 adaptive-fill-regexp's value, since they are not in the standard
3128 TeX fonts.
3129
31302007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3131
3132 * display.texi (Defining Faces): Fix example.
3133
31342007-04-07 Karl Berry <karl@gnu.org>
3135
3136 * display.texi (Button Buffer Commands): Improve page break.
3137
31382007-04-07 Richard Stallman <rms@gnu.org>
3139
3140 * advice.texi (Activation of Advice): Remove redundant index entry.
3141
3142 * backups.texi: Improve index entries. Remove redundant ones.
3143
3144 * compile.texi (Byte Compilation): Improve index entry.
3145
3146 * hash.texi (Creating Hash): Improve index entry.
3147
3148 * symbols.texi (Definitions): Improve index entry.
3149
3150 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3151
3152 * maps.texi (Standard Keymaps): Remove useless index entry.
3153
3154 * help.texi (Documentation Basics): Remove redundant index entries.
3155
3156 * customize.texi: Improve index entries.
3157 Remove redundant/useless ones.
3158
3159 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3160
3161 * streams.texi (Output Variables): Improve index entry.
3162
3163 * abbrevs.texi (Abbrevs): Remove useless index entry.
3164
3165 * macros.texi (Expansion): Remove useless index entry.
3166
3167 * text.texi: Improve index entries. Remove redundant/useless ones.
3168 (Text Properties, Examining Properties)
3169 (Special Properties): Use "property category" instead of "category"
3170 to refer to the `category' property.
3171
3172 * positions.texi: Improve index entries. Remove useless one.
3173
3174 * lists.texi: Improve index entries. Remove redundant/useless ones.
3175
3176 * os.texi: Improve index entries.
3177 (Timers): Fix previous change.
3178
3179 * buffers.texi: Improve index entries.
3180 (Modification Time): Get rid of term "obsolete buffer".
3181
3182 * debugging.texi: Improve index entries.
3183 (Test Coverage): Add xref to other test coverage ftr.
3184
3185 * eval.texi: Improve index entry. Remove redundant ones.
3186
3187 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3188
3189 * files.texi: Improve index entries. Remove redundant/useless ones.
3190
3191 * objects.texi: Improve index entries.
3192
3193 * processes.texi: Improve index entries.
3194
3195 * modes.texi: Improve index entry. Remove redundant one.
3196
3197 * nonascii.texi: Improve index entries.
3198
3199 * internals.texi: Improve index entries.
3200
3201 * syntax.texi: Improve index entries.
3202
3203 * keymaps.texi (Active Keymaps): Improve index entries.
3204
3205 * commands.texi: Improve index entries. Remove redundant/useless ones.
3206
3207 * frames.texi: Improve index entries. Remove redundant/useless ones.
3208
3209 * markers.texi: Improve index entries. Remove redundant ones.
3210
3211 * tips.texi: Improve index entries.
3212
3213 * loading.texi (Unloading): Improve index entry.
3214
3215 * variables.texi: Improve index entries. Remove redundant one.
3216
3217 * sequences.texi: Improve index entry.
3218
3219 * display.texi: Improve index entries. Remove redundant ones.
3220
3221 * windows.texi: Improve index entries.
3222
3223 * searching.texi: Improve index entries. Remove redundant one.
3224
3225 * strings.texi (Case Tables): Improve last change.
3226
32272007-04-04 Chong Yidong <cyd@stupidchicken.com>
3228
3229 * strings.texi (Case Tables): Document with-case-table and
3230 ascii-case-table.
3231
32322007-04-03 Karl Berry <karl@gnu.org>
3233
3234 * processes.texi (Network): Reword to improve page break.
3235
32362007-04-03 Eli Zaretskii <eliz@gnu.org>
3237
3238 * functions.texi (Inline Functions): Describe more disadvantages
3239 of defsubst, and make advice against it stronger.
3240
32412007-04-02 Karl Berry <karl@gnu.org>
3242
3243 * backups.texi (Backup Names): Avoid widow words.
3244 * modes.texi (Example Major Modes): Align last comment.
3245
32462007-04-01 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * keymaps.texi (Remapping Commands): Document new arg to
3249 command-remapping.
3250
32512007-04-01 Karl Berry <karl@gnu.org>
3252
3253 * processes.texi (Low-Level Network): Typo.
3254 * loading.texi (Hooks for Loading): Avoid double "the".
3255 * keymaps.texi (Key Sequences): No double "and".
3256 (Changing Key Bindings): Shorten to improve line break.
3257
32582007-03-31 Glenn Morris <rgm@gnu.org>
3259
3260 * os.texi (Timers): Fix description of run-at-time TIME formats.
3261
32622007-03-31 Richard Stallman <rms@gnu.org>
3263
3264 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3265 regarding ellipsis.
3266
32672007-03-31 Eli Zaretskii <eliz@gnu.org>
3268
3269 * intro.texi (nil and t):
3270 * symbols.texi (Plists and Alists):
3271 * variables.texi (Variable Aliases, Constant Variables):
3272 * functions.texi (Defining Functions):
3273 * advice.texi (Advising Primitives):
3274 * debugging.texi (Syntax Errors, Compilation Errors):
3275 * minibuf.texi (Minibuffer Windows):
3276 * commands.texi (Adjusting Point):
3277 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3278 (Auto Major Mode, Major Mode Conventions):
3279 * help.texi (Describing Characters):
3280 * files.texi (Create/Delete Dirs, Information about Files)
3281 (File Locks, Writing to Files, Reading from Files)
3282 (Saving Buffers):
3283 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3284 * frames.texi (Finding All Frames):
3285 * positions.texi (Buffer End, Motion):
3286 * markers.texi (The Region):
3287 * text.texi (Deletion, Near Point):
3288 * display.texi (Displaying Messages, Truncation):
3289 * os.texi (Processor Run Time):
3290 * tips.texi (Key Binding Conventions, Programming Tips)
3291 (Warning Tips, Documentation Tips, Comment Tips):
3292 * internals.texi (Memory Usage): Improve indexing.
3293
3294 * variables.texi (Frame-Local Variables):
3295 * functions.texi (Argument List):
3296 * loading.texi (Library Search):
3297 * streams.texi (Output Variables):
3298 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3299 * searching.texi (Replacing Match, Search and Replace):
3300 * processes.texi (Byte Packing, Decoding Output)
3301 (Accepting Output, Network Servers, Shell Arguments):
3302 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3303 * windows.texi (Window Point, Window Start):
3304 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3305 * commands.texi (Reading Input, Keyboard Events):
3306 * minibuf.texi (Reading File Names, Minibuffer Completion)
3307 (Recursive Mini):
3308 * positions.texi (List Motion):
3309 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3310 * numbers.texi (Arithmetic Operations, Math Functions)
3311 (Predicates on Numbers, Comparison of Numbers):
3312 (Numeric Conversions):
3313 * locals.texi (Standard Buffer-Local Variables):
3314 * maps.texi (Standard Keymaps):
3315 * os.texi (User Identification, System Environment, Recording Input)
3316 (X11 Keysyms):
3317 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3318 * backups.texi (Backups and Auto-Saving):
3319 * customize.texi (Customization, Group Definitions)
3320 (Variable Definitions):
3321 * compile.texi (Byte Compilation): Improve index entries.
3322
33232007-03-31 Karl Berry <karl@gnu.org>
3324
3325 * macros.texi (Defining Macros): Avoid widow syllable.
3326
33272007-03-31 Eli Zaretskii <eliz@gnu.org>
3328
3329 * elisp.texi (Top): Postscript -> PostScript.
3330
3331 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3332
33332007-03-31 Markus Triska <markus.triska@gmx.at>
3334
3335 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3336
33372007-03-30 Karl Berry <karl@gnu.org>
3338
3339 * lists.texi (List-related Predicates): Remove spurious @need.
3340 (Setcdr): Use @smallexample to improve page break.
3341 (Association Lists) <assoc>: Reword to improve page break.
3342
3343 * strings.texi (String Conversion): Insert blank line to improve
3344 page break.
3345
3346 * numbers.texi (Random Numbers): Use @minus{}.
3347 (Math Functions): Use @minus{}.
3348
3349 * intro.texi (Acknowledgements): Avoid line breaks before middle
3350 initials.
3351
33522007-03-24 Eli Zaretskii <eliz@gnu.org>
3353
3354 * errors.texi (Standard Errors): Add an index entry.
3355
33562007-03-19 Richard Stallman <rms@gnu.org>
3357
3358 * os.texi (Recording Input): recent-keys now gives 300 keys.
3359
33602007-03-12 Glenn Morris <rgm@gnu.org>
3361
3362 * os.texi: Replace "daylight savings" with "daylight saving"
3363 throughout.
3364
33652007-03-05 Richard Stallman <rms@gnu.org>
3366
5dcb4c4e
SM
3367 * variables.texi (File Local Variables):
3368 Update enable-local-variables values.
b8d4c8d0
GM
3369
33702007-03-04 Richard Stallman <rms@gnu.org>
3371
3372 * syntax.texi (Control Parsing): Minor clarification.
3373
3374 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3375
3376 * sequences.texi (Sequence Functions): Move string-bytes away,
3377 add xref.
3378
3379 * nonascii.texi (Text Representations): Move string-bytes here.
3380
3381 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3382
3383 * minibuf.texi (Basic Completion): Minor clarification.
3384
3385 * markers.texi (The Mark): Clarify existence vs activation of mark.
3386 Other cleanup.
3387
3388 * display.texi (Finding Overlays): Write better example.
3389
3390 * compile.texi (Eval During Compile): Clarify putting macros
3391 in eval-when-compile.
3392
c5602427 33932007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3394
3395 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3396 load-read-function definition doc.
b8d4c8d0
GM
3397
33982007-02-21 Kim F. Storm <storm@cua.dk>
3399
3400 * strings.texi (Text Comparison): Mention that assoc-string
3401 converts symbols to strings before testing.
3402
34032007-02-17 Kim F. Storm <storm@cua.dk>
3404
3405 * processes.texi (Bindat Spec): Vector types can have optional
3406 element type.
3407 (Bindat Examples): Fix example. Add vector with element type.
3408
34092007-02-16 Andreas Schwab <schwab@suse.de>
3410
3411 * strings.texi (Formatting Strings): Document '+' flag.
3412
34132007-02-15 Juanma Barranquero <lekktu@gmail.com>
3414
3415 * strings.texi (Modifying Strings): Clarify that `clear-string'
3416 always converts the string to unibyte.
3417
34182007-02-14 Kim F. Storm <storm@cua.dk>
3419
3420 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3421 Rewrite glyph code description to refer to these functions.
3422 Remove details of encoding face number and char into integer code.
3423
34242007-02-03 Alan Mackenzie <acm@muc.de>
3425
3426 * loading.texi (Hooks for Loading): Make the description of
3427 `eval-after-load' more detailed, and amend the description of
3428 after-load-alist, in accordance with changes from 2006-05.
3429
34302007-02-03 Chong Yidong <cyd@stupidchicken.com>
3431
3432 * modes.texi (Defining Minor Modes): Document that a :require
3433 keyword or similar may be required to make saved customization
3434 variables work.
3435
34362007-02-03 Eli Zaretskii <eliz@gnu.org>
3437
3438 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3439 Texinfo guidelines and with what texnfo-upd.el expects.
3440 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3441 parts needed by `texinfo-multiple-files-update'.
3442
34432007-02-02 Eli Zaretskii <eliz@gnu.org>
3444
3445 * elisp.texi (Top): Update the top-level menus.
3446
3447 * syntax.texi (Categories): Add index entries.
3448
34492007-02-01 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * display.texi (Attribute Functions): Fix name and description of
3452 the UNDERLINE arg of `set-face-underline-p'.
3453
34542007-01-29 Eli Zaretskii <eliz@gnu.org>
3455
3456 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3457 Variables", and "Standard Keymaps" to the detailed menu.
3458
3459 * variables.texi (Future Local Variables): Add index entry.
3460
34612007-01-28 Richard Stallman <rms@gnu.org>
3462
3463 * tips.texi (Coding Conventions): Clarify the tip about macros
3464 that define a function or a variable.
3465
3466 * files.texi (File Attributes): UID and GID can be floats.
3467 (Magic File Names): Explain why deferring all operations to
3468 the standard handler does not work.
3469
34702007-01-23 Martin Rudalics <rudalics@gmx.at>
3471
3472 * backups.texi (Reverting): Use "buffer" instead of "file"
3473 when talking about major and minor modes.
3474
34752007-01-21 Richard Stallman <rms@gnu.org>
3476
3477 * help.texi (Documentation): Add xref to Documentation Tips.
3478
34792007-01-14 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * tips.texi (Coding Conventions): Fix typos.
3482
34832007-01-05 Richard Stallman <rms@gnu.org>
3484
3485 * modes.texi (Defining Minor Modes): Fix previous change.
3486
34872007-01-03 Richard Stallman <rms@gnu.org>
3488
3489 * customize.texi (Variable Definitions, Customization Types):
3490 Don't use * in doc string for defcustom.
3491
34922007-01-02 Richard Stallman <rms@gnu.org>
3493
3494 * variables.texi (Variable Aliases): Clarify that aliases vars
3495 always have the same value.
3496
3497 * processes.texi (Bindat Spec): Fix Texinfo usage.
3498
3499 * modes.texi (Defining Minor Modes): Explain effect of command
3500 defined with define-global-minor-mode on new buffers.
3501
35022006-12-30 Kim F. Storm <storm@cua.dk>
3503
3504 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3505 `auto-resize-tool-bars'.
3506
35072006-12-30 Richard Stallman <rms@gnu.org>
3508
3509 * keymaps.texi (Active Keymaps): Fix previous change.
3510
35112006-12-30 Nick Roberts <nickrob@snap.net.nz>
3512
3513 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3514
35152006-12-30 Kim F. Storm <storm@cua.dk>
3516
3517 * processes.texi (Bindat Spec): Clarify using field names in
3518 length specifications.
3519
35202006-12-29 Kim F. Storm <storm@cua.dk>
3521
3522 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3523 Add count and index variables for eval forms in repeat blocks.
3524
35252006-12-24 Richard Stallman <rms@gnu.org>
3526
5dcb4c4e
SM
3527 * customize.texi (Variable Definitions):
3528 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3529
35302006-12-19 Kim F. Storm <storm@cua.dk>
3531
3532 * commands.texi (Misc Events): User signals now result in sigusr1
3533 and sigusr2 events which are handled through special-event-map.
3534 (Special Events): User signals and drag-n-drop are special.
3535
35362006-12-17 Richard Stallman <rms@gnu.org>
3537
3538 * loading.texi (Named Features): Explain subfeatures better.
3539
3540 * customize.texi: Use "option" only for user options.
3541 For the keyword values inside defcustom etc, say "keywords".
3542 For :options value's elements, say "elements".
3543 :group should not be omitted.
3544
3545 * syntax.texi (Parsing Expressions): Split up node.
3546 (Motion via Parsing, Position Parse, Parser State)
3547 (Low-Level Parsing, Control Parsing): New subnodes.
3548 (Parser State): Document syntax-ppss-toplevel-pos.
3549
3550 * positions.texi (List Motion): Punctuation fix.
3551
3552 * files.texi (File Name Completion): Document PREDICATE arg
3553 to file-name-completion.
3554
35552006-12-16 Eli Zaretskii <eliz@gnu.org>
3556
3557 * internals.texi (Building Emacs, Writing Emacs Primitives):
3558 Add index entries.
3559
35602006-12-11 Richard Stallman <rms@gnu.org>
3561
3562 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3563 affects face menu. Explain how to make it non-nil without enabling
3564 any fontification.
3565
35662006-12-10 Chong Yidong <cyd@stupidchicken.com>
3567
3568 * modes.texi (Font Lock Basics): Document nil value of
3569 font-lock-defaults.
3570
35712006-12-10 Glenn Morris <rgm@gnu.org>
3572
3573 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3574 value for system-flag argument. Abbrev tables may not be empty
3575 when major modes are loaded.
3576
35772006-12-08 Juanma Barranquero <lekktu@gmail.com>
3578
3579 * makefile.w32-in (maintainer-clean): Partially revert last
3580 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3581 to protect elisp-covers.texi.
3582
35832006-12-07 Juanma Barranquero <lekktu@gmail.com>
3584
3585 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3586 Don't remove elisp* info files; they are already deleted by the
3587 `clean' and `distclean' targets, and they are in the $(infodir)
3588 directory, not the current one.
3589
35902006-12-04 Kim F. Storm <storm@cua.dk>
3591
3592 * commands.texi (Misc Events): Update signal events.
3593 (Event Examples): Add signal example.
3594
35952006-11-29 Richard Stallman <rms@gnu.org>
3596
3597 * frames.texi (Visibility of Frames): Explain visible windows
3598 can be covered by others. Add xref for raise-frame.
3599
36002006-11-28 Richard Stallman <rms@gnu.org>
3601
3602 * searching.texi (Regexp Special): Update when ^ is special.
3603
36042006-11-27 Eli Zaretskii <eliz@gnu.org>
3605
3606 * customize.texi (Customization, Common Keywords)
3607 (Group Definitions, Variable Definitions, Composite Types)
3608 (Type Keywords, Customization Types): Add index entries for
3609 various customization keywords.
3610
36112006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3614
c8763fb6 36152006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3616
3617 * frames.texi (Window System Selections): Remove clipboard from
3618 description of selection-coding-system.
3619
36202006-11-06 Richard Stallman <rms@gnu.org>
3621
3622 * lists.texi (List Variables): Document COMPARE-FN.
3623
3624 * keymaps.texi: Avoid use of "binding" to mean a relation;
3625 use it only to refer to the meaning associated with a key.
3626 (Keymaps): Change menu node description.
3627
3628 * elisp.texi (Top): Change menu node description.
3629
3630 * display.texi (Managing Overlays): Document overlay-recenter.
3631
36322006-10-29 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * Makefile.in: Use relative paths to avoid advertising filesystem
3635 contents during compilation.
3636
36372006-10-23 Kim F. Storm <storm@cua.dk>
3638
3639 * commands.texi (Event Input Misc): Update unread-command-events.
3640
36412006-10-23 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * lists.texi (Sets And Lists): Fix typos.
3644
36452006-10-18 Juanma Barranquero <lekktu@gmail.com>
3646
3647 * control.texi (Processing of Errors): Use @var for an argument,
3648 not @code.
3649
36502006-10-16 Richard Stallman <rms@gnu.org>
3651
3652 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3653
3654 * keymaps.texi (Format of Keymaps): Show all the keymap element
3655 patterns that result from menu items.
3656 (Key Lookup): Minor cleanups.
3657
3658 * modes.texi (Precalculated Fontification): Don't say that
3659 not setting font-lock-defaults avoids loading font-lock.
3660
3661 * help.texi (Documentation): Move xref to Emacs Manual here.
3662 (Documentation Basics): From here.
3663 Also doc emacs-lisp-docstring-fill-column.
3664
3665 * elisp.texi: Update version and ISBN.
3666
3667 * commands.texi (Interactive Call): Clarify KEYS arg to
3668 call-interactively is a vector.
3669 (Command Loop Info): Delete anchor in this-command-keys.
3670 Add anchor in this-command-keys-vector.
3671 (Recursive Editing): Document how recursive-edit
3672 handles the current buffer.
3673
36742006-10-13 Chong Yidong <cyd@stupidchicken.com>
3675
3676 * frames.texi (Frame Titles): %c and %l are ignored in
3677 frame-title-format.
3678
36792006-10-11 Richard Stallman <rms@gnu.org>
3680
3681 * keymaps.texi (Key Sequences): Clarify use of kbd.
3682
36832006-10-10 Kim F. Storm <storm@cua.dk>
3684
3685 * lists.texi (Sets And Lists): Add memql.
3686
36872006-10-03 Richard Stallman <rms@gnu.org>
3688
3689 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3690 Clarify :ascii: and :nonascii:.
3691
36922006-09-29 Juri Linkov <juri@jurta.org>
3693
3694 * modes.texi (%-Constructs): Reorder coding systems in the
3695 documentation of %z to the real order displayed in the modeline.
3696
36972006-09-25 Richard Stallman <rms@gnu.org>
3698
3699 * os.texi (Timers): Describe timer-max-repeats.
3700
37012006-09-25 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * os.texi (Timers): Mention with-local-quit.
3704
37052006-09-24 Richard Stallman <rms@gnu.org>
3706
3707 * searching.texi (Searching and Matching): Mention property search.
3708
3709 * commands.texi (Command Loop Info): Explain how read-event affects
3710 this-command-keys.
3711
37122006-09-20 Richard Stallman <rms@gnu.org>
3713
3714 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3715
3716 * windows.texi (Window Start): Minor cleanups.
3717
37182006-09-20 Kim F. Storm <storm@cua.dk>
3719
3720 * windows.texi (Window Start): pos-visible-in-window-p allows
3721 specifying t for position to mean "end of window".
3722 Add window-line-height.
3723
3724 * anti.texi (Antinews): Mention window-line-height.
3725
37262006-09-19 David Kastrup <dak@gnu.org>
3727
3728 * keymaps.texi (Searching Keymaps): Small clarification.
3729
37302006-09-18 Richard Stallman <rms@gnu.org>
3731
3732 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3733 cause keyboard menus.
3734 (Menu Keymaps): Likewise.
3735 (Defining Menus, Keyboard Menus): Clarify.
3736
3737 * text.texi (Fields): Clarify explanation of constrain-to-field.
3738
37392006-09-16 Eli Zaretskii <eliz@gnu.org>
3740
3741 * variables.texi (Tips for Defining): Fix a typo.
3742
37432006-09-15 Richard Stallman <rms@gnu.org>
3744
3745 * keymaps.texi (Remapping Commands, Searching Keymaps)
3746 (Active Keymaps): Clean up previous change.
3747
37482006-09-15 Jay Belanger <belanger@truman.edu>
3749
3750 * gpl.texi: Replace "Library Public License" by "Lesser Public
3751 License" throughout.
3752
37532006-09-15 David Kastrup <dak@gnu.org>
3754
3755 * keymaps.texi (Active Keymaps): Adapt description to use
3756 `get-char-property' instead `get-text-property'. Explain how
3757 mouse events change this. Explain the new optional argument of
3758 `key-binding' and its mouse-dependent lookup.
3759 (Searching Keymaps): Adapt description similarly.
3760 (Remapping Commands): Explain the new optional argument of
3761 `command-remapping'.
3762
37632006-09-14 Richard Stallman <rms@gnu.org>
3764
3765 * keymaps.texi (Searching Keymaps): Clarification.
3766 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3767
37682006-09-13 Richard Stallman <rms@gnu.org>
3769
3770 * objects.texi (Character Type): Node split.
3771 Add xref to Describing Characters.
3772 (Basic Char Syntax, General Escape Syntax)
3773 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3774
37752006-09-11 Richard Stallman <rms@gnu.org>
3776
3777 * display.texi (Display Table Format): Wording clarification.
3778 (Glyphs): Clarifications.
3779
37802006-09-10 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3783 local maps.
3784
37852006-09-10 Kim F. Storm <storm@cua.dk>
3786
3787 * display.texi (Forcing Redisplay): Document return value of
3788 function redisplay.
3789
37902006-09-09 Richard Stallman <rms@gnu.org>
3791
3792 * windows.texi (Window Hooks): Explain limits of
3793 window-scroll-functions.
3794
3795 * display.texi (Fringe Indicators): Update for last change in
3796 indicate-buffer-boundaries.
3797
37982006-09-08 Richard Stallman <rms@gnu.org>
3799
3800 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3801
38022006-09-06 Kim F. Storm <storm@cua.dk>
3803
3804 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3805
3806 * windows.texi (Window Start): Update pos-visible-in-window-p.
3807
38082006-09-04 Richard Stallman <rms@gnu.org>
3809
3810 * processes.texi (Accepting Output): Explain SECONDS=0 for
3811 accept-process-output.
3812
3813 * os.texi (Idle Timers): Explain why timer functions should not
3814 loop until (input-pending-p).
3815
38162006-09-02 Eli Zaretskii <eliz@gnu.org>
3817
3818 * makefile.w32-in (usermanualdir): New variable.
3819 (elisp.dvi): Use it.
3820
38212006-09-01 Eli Zaretskii <eliz@gnu.org>
3822
3823 * buffers.texi (Buffer Modification): Fix last change.
3824
38252006-09-01 Chong Yidong <cyd@stupidchicken.com>
3826
5dcb4c4e
SM
3827 * buffers.texi (Buffer Modification):
3828 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3829
38302006-08-31 Richard Stallman <rms@gnu.org>
3831
3832 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3833
38342006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3835
3836 * modes.texi (Syntactic Font Lock):
3837 Mention font-lock-syntactic-face-function
3838 instead of specific faces.
3839
38402006-08-29 Chong Yidong <cyd@stupidchicken.com>
3841
3842 * display.texi (Images): Add xrref to display-images-p.
3843
38442006-08-28 Kenichi Handa <handa@m17n.org>
3845
3846 * nonascii.texi (Lisp and Coding Systems): Fix description of
3847 detect-coding-region.
3848
38492006-08-27 Michael Olson <mwolson@gnu.org>
3850
3851 * processes.texi (Transaction Queues): Remove stray quote
3852 character.
3853
38542006-08-25 Richard Stallman <rms@gnu.org>
3855
3856 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3857 Add xref.
3858
38592006-08-24 Chong Yidong <cyd@stupidchicken.com>
3860
3861 * os.texi (Timers): Avoid waiting inside timers.
3862
38632006-08-21 Lute Kamstra <lute@gnu.org>
3864
3865 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3866
38672006-08-20 Richard Stallman <rms@gnu.org>
3868
3869 * os.texi (Idle Timers): New node, split out from Timers.
3870 Document current-idle-time.
3871 * commands.texi (Reading One Event): Update xref.
3872 * elisp.texi (Top): Update subnode menu.
3873
38742006-08-16 Richard Stallman <rms@gnu.org>
3875
3876 * keymaps.texi (Extended Menu Items): Show format of cached
3877 bindings in extended menu items.
3878
3879 * customize.texi (Variable Definitions): Explain when the
3880 standard value expression is evaluated.
3881
38822006-08-15 Chong Yidong <cyd@stupidchicken.com>
3883
3884 * commands.texi (Reading One Event): Explain idleness in
3885 `read-event'.
3886
38872006-08-12 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 3890 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
3891 relevant for Lisp programming.
3892 (Yank Commands): Rewrite introduction.
3893 (Undo): Clarify.
3894 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3895 (Filling): Remove redundant comment. Clarify return value of
3896 current-justification.
3897 (Margins): Minor clarifications.
3898 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3899 (Sorting): Update definition of sort-lines.
3900 (Columns): Clarify behavior of sort-columns.
3901 (Indent Tabs): Link to Tab Stops in Emacs manual.
3902 (Special Properties): Clarify.
3903 (Clickable Text): Mention Buttons package.
3904
39052006-08-12 Kevin Ryde <user42@zip.com.au>
3906
3907 * os.texi (Time Parsing): Add %z to description of
3908 format-time-string, as per docstring. Add cross reference to
3909 glibc manual for strftime.
3910
39112006-08-08 Richard Stallman <rms@gnu.org>
3912
3913 * modes.texi: Clean up wording in previous change.
3914
39152006-08-07 Chong Yidong <cyd@stupidchicken.com>
3916
3917 * modes.texi (Hooks): Clarify.
3918 (Major Mode Basics): Mention define-derived-mode explicitly.
3919 (Major Mode Conventions): Rebinding RET is OK for some modes.
3920 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 3921 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
3922 (Mode Line Basics): Clarify.
3923 (Mode Line Data): Mention help-echo and local-map in strings.
3924 Explain reason for treatment of non-risky variables.
3925 (Properties in Mode): Clarify.
3926 (Faces for Font Lock): Add font-lock-negation-char-face.
3927
39282006-08-04 Eli Zaretskii <eliz@gnu.org>
3929
3930 * strings.texi (Formatting Strings): Warn against arbitrary
3931 strings as first arg to `format'.
3932
39332006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3934
3935 * text.texi (Clickable Text): Mention `help-echo' text property.
3936 Update intro, examples and associated explanations.
3937
39382006-07-31 Richard Stallman <rms@gnu.org>
3939
3940 * commands.texi: Update xrefs.
3941 (Event Mod): New node, cut out from old Translating Input.
3942
3943 * maps.texi: Update xrefs.
3944
3945 * keymaps.texi (Translation Keymaps): New node.
3946 Update xrefs from Translating Input to Translation Keymaps.
3947
3948 * elisp.texi (Top): Update subnode menu.
3949
3950 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3951
3952 * os.texi (System Interface): Fix menu descriptions of some nodes.
3953 (Translating Input): Node deleted.
3954
39552006-07-31 Nick Roberts <nickrob@snap.net.nz>
3956
3957 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3958
3959 * lists.texi (Sets And Lists): Likewise.
3960
39612006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3962
3963 * text.texi (Fields): Mention POS
3964 requirement when narrowing is in effect.
3965
39662006-07-28 Richard Stallman <rms@gnu.org>
3967
3968 * display.texi (Face Attributes): Simplify wording.
3969 (Attribute Functions): Clarify meaning of new-frame default
3970 attribute settings.
3971
3972 * customize.texi (Common Keywords): Document how to use
3973 :package-version in a package not in Emacs.
3974
39752006-07-28 Kim F. Storm <storm@cua.dk>
3976
3977 * commands.texi (Reading One Event): Fix last change.
3978
39792006-07-26 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * commands.texi (Reading One Event): Document SECONDS argument for
3982 read-event, read-char, and read-char-exclusive.
3983
39842006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
3987 to ensure correct identification.
3988
39892006-07-24 Richard Stallman <rms@gnu.org>
3990
3991 * text.texi (Clickable Text): Clarify.
3992
3993 * sequences.texi (Vector Functions): Delete duplicate xref.
3994
3995 * objects.texi (Function Type): Clarify.
3996
3997 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
3998 modes.
3999
4000 * lists.texi (List Variables): New node.
4001 Material moved from other nodes.
4002
4003 * variables.texi (Setting Variables): add-to-list and
4004 add-to-ordered-list moved to List Variables node.
4005
40062006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4007
4008 * text.texi (Links and Mouse-1):
4009 For mouse-on-link-p, expand on arg POS.
4010
40112006-07-21 Kim F. Storm <storm@cua.dk>
4012
4013 * display.texi (Forcing Redisplay): Don't mention systems which
4014 don't support sub-second timers for redisplay-preemption-period.
4015
4016 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4017
40182006-07-21 Eli Zaretskii <eliz@gnu.org>
4019
4020 * frames.texi (Input Focus): Document that focus-follows-mouse has
4021 no effect on MS-Windows.
4022
40232006-07-18 Richard Stallman <rms@gnu.org>
4024
4025 * display.texi (Forcing Redisplay): Cleanups in previous change.
4026
4027 * processes.texi (Low-Level Network): Make menu more convenient.
4028
40292006-07-18 Kim F. Storm <storm@cua.dk>
4030
4031 * display.texi (Forcing Redisplay): redisplay-preemption-period
4032 only used on window systems. Add xref to Terminal Output.
4033
4034 * os.texi (Terminal Output): baud-rate only controls preemption on
4035 non-window systems. Add xref to Forcing Redisplay.
4036
4037 * processes.texi (Low-Level Network): Rename node "Make Network"
4038 to "Network Processes".
4039
40402006-07-18 Karl Berry <karl@gnu.org>
4041
4042 * variables.texi, functions.texi, customize.texi, loading.texi:
4043 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4044
40452006-07-17 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4048
40492006-07-17 Richard Stallman <rms@gnu.org>
4050
4051 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4052 Put period and comma inside quotes.
4053
4054 * loading.texi, markers.texi: Use real doublequote inside menus.
4055
4056 * windows.texi: Put point and comma inside quotes.
4057 (Textual Scrolling): Use @samp for error message.
4058
4059 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4060 * strings.texi, streams.texi, processes.texi, os.texi:
4061 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4062 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4063 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4064 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4065 Put point and comma inside quotes.
4066
4067 * control.texi (Processing of Errors): Add command-error-function.
4068
4069 * variables.texi (File Local Variables): Clarify that
4070 file local variables make buffer-local bindings.
4071
4072 * modes.texi (Syntactic Font Lock): Give default for
4073 font-lock-syntax-table.
4074
40752006-07-17 Nick Roberts <nickrob@snap.net.nz>
4076
4077 * text.texi (Special Properties): Clean up previous change.
4078
40792006-07-16 Karl Berry <karl@gnu.org>
4080
4081 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4082 * control.texi: Fix bad page breaks through chapter 10 (control).
4083
4084 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4085 underfull hbox.
4086
40872006-07-15 Nick Roberts <nickrob@snap.net.nz>
4088
4089 * text.texi (Special Properties): Describe fontified text property
4090 in relation to a character (not text).
4091
40922006-07-15 Kim F. Storm <storm@cua.dk>
4093
4094 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4095 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4096 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4097
4098 * anti.texi (Antinews): Mention redisplay function.
4099 The kbd macro existed, but was not documented, before 22.x.
4100 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4101
41022006-07-14 Nick Roberts <nickrob@snap.net.nz>
4103
4104 * display.texi (Displaying Messages): Add anchor.
4105
4106 * frames.texi (Dialog Boxes): Use it.
4107
41082006-07-12 Richard Stallman <rms@gnu.org>
4109
4110 * objects.texi (Frame Type): Explain nature of frames better.
4111
4112 * frames.texi (Frames): Explain nature of frames better.
4113
41142006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4115
4116 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4117
41182006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4119
4120 * frames.texi (Window System Selections): Mention scrap support for Mac.
4121 Default value of x-select-enable-clipboard is t on Mac.
4122
4123 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4124
41252006-07-11 Kim F. Storm <storm@cua.dk>
4126
4127 * display.texi (Forcing Redisplay): Add `redisplay' function.
4128 Don't mention (sit-for -1) -- use (redisplay t) instead.
4129
4130 * commands.texi (Waiting): (sit-for -1) is no longer special.
4131 (sit-for 0) is equivalent to (redisplay).
4132 Iconifying/deiconifying no longer makes sit-for return.
4133
41342006-07-10 Nick Roberts <nickrob@snap.net.nz>
4135
4136 * display.texi (Buttons): Fix typo.
4137
4138 * index.texi, elisp.texi (New Symbols): Comment node out.
4139
41402006-07-09 Richard Stallman <rms@gnu.org>
4141
4142 * display.texi (Truncation): Clean up previous change.
4143
41442006-07-08 Richard Stallman <rms@gnu.org>
4145
4146 * commands.texi (Interactive Call): Use 3 as prefix in example
4147 for execute-extended-command.
4148
4149 * display.texi (Attribute Functions): Move paragraph about
4150 compatibility with Emacs < 21.
4151
41522006-07-09 Kim F. Storm <storm@cua.dk>
4153
4154 * display.texi (Refresh Screen): Clarify force-window-update.
4155 (Truncation): "Normally" indicated by fringe arrows.
4156
41572006-07-08 Eli Zaretskii <eliz@gnu.org>
4158
4159 * windows.texi (Textual Scrolling, Resizing Windows):
4160 * variables.texi (Constant Variables):
4161 * text.texi (Buffer Contents, Deletion, Changing Properties)
4162 (Property Search, Special Properties, Sticky Properties)
4163 (Links and Mouse-1, Fields, Change Hooks):
4164 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4165 (Categories):
4166 * symbols.texi (Other Plists):
4167 * streams.texi (Output Variables):
4168 * processes.texi (Input to Processes, Query Before Exit):
4169 * positions.texi (Word Motion, Text Lines, List Motion):
4170 * os.texi (Init File, System Environment, Sound Output)
4171 (Session Management):
4172 * nonascii.texi (Text Representations, Character Sets)
4173 (Chars and Bytes, Locales):
4174 * modes.texi (Defining Minor Modes, Header Lines):
4175 * minibuf.texi (Minibuffer Contents):
4176 * markers.texi (Information from Markers):
4177 * lists.texi (List Elements, Building Lists, Association Lists):
4178 * keymaps.texi (Tool Bar):
4179 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4180 * functions.texi (What Is a Function, Mapping Functions):
4181 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4182 (Color Names, Text Terminal Colors, Display Feature Testing):
4183 * files.texi (Visiting Functions, File Name Components)
4184 (Unique File Names, Contents of Directories):
4185 * display.texi (Forcing Redisplay, Displaying Messages)
4186 (Temporary Displays, Font Selection, Auto Faces)
4187 (Font Lookup, Fringe Indicators, Display Margins)
4188 (Image Descriptors, Showing Images, Image Cache, Button Types)
4189 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4190 (Display Table Format, Glyphs):
4191 * control.texi (Iteration):
4192 * commands.texi (Command Loop Info, Adjusting Point):
4193 * backups.texi (Making Backups, Auto-Saving):
4194 Remove @tindex entries.
4195
41962006-07-07 Kim F. Storm <storm@cua.dk>
4197
4198 * display.texi (Fringe Cursors): Fix typo.
4199 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4200 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4201
42022006-07-05 Richard Stallman <rms@gnu.org>
4203
4204 * text.texi (Buffer Contents): Add example of text props
4205 in result of buffer-substring.
4206 (Text Properties): Explain better about use of specific property names.
4207 (Property Search): Some cleanups; reorder some functions.
4208
4209 * keymaps.texi (Changing Key Bindings): Cleanup.
4210 Add xref to Key Binding Conventions.
4211
4212 * display.texi (Attribute Functions): Add examples for
4213 face-attribute-relative-p.
4214
4215 * tips.texi (Coding Conventions): Cleanup last change.
4216
42172006-07-05 Karl Berry <karl@gnu.org>
4218
4219 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4220 Remove @setchapternewpage odd.
4221 Result is 1013 pages, down from 1100.
4222
4223 * anti.texi, customize.texi, display.texi, internals.texi:
4224 * minibuf.texi, modes.texi, tips.texi:
4225 Fix overfull/underfull boxes.
4226
42272006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4228
4229 * edebug.texi (Instrumenting):
4230 Add Edebug-specific findex for eval-buffer.
4231 * loading.texi (Loading):
4232 Replace eval-current-buffer with eval-buffer.
4233
42342006-06-30 Nick Roberts <nickrob@snap.net.nz>
4235
4236 * locals.texi (Standard Buffer-Local Variables): Update the list
4237 of variables.
4238
42392006-06-26 Nick Roberts <nickrob@snap.net.nz>
4240
4241 * files.texi (File Name Completion): Point user to the node
4242 "Reading File Names".
4243
42442006-06-24 Eli Zaretskii <eliz@gnu.org>
4245
4246 * files.texi (Contents of Directories): Document case-insensitive
4247 behavior on respective filesystems.
4248
4249 * objects.texi (Character Type): Document that Emacs signals an
4250 error for unsupported Unicode characters specified as \uNNNN.
4251
42522006-06-19 Richard Stallman <rms@gnu.org>
4253
4254 * processes.texi (Bindat Spec): Clarify previous change.
4255
42562006-06-16 Richard Stallman <rms@gnu.org>
4257
4258 * tips.texi (Coding Conventions): Better explain conventions
4259 for definition constructs.
4260
4261 * text.texi (Special Properties): String value of `read-only'
4262 serves as the error message.
4263
4264 * objects.texi (Character Type): Clarify prev. change.
4265 (Non-ASCII in Strings): Mention \u and \U.
4266
4267 * commands.texi (Using Interactive): Explain problem of
4268 markers, etc., in command-history.
4269
42702006-06-14 Kim F. Storm <storm@cua.dk>
4271
4272 * commands.texi (Waiting): Negative arg to sit-for forces
4273 redisplay even if input is pending.
4274
4275 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4276 redisplay. Remove incorrect example of binding redisplay-dont-pause
4277 around (sit-for 0).
4278
42792006-06-13 Richard Stallman <rms@gnu.org>
4280
4281 * display.texi (Forcing Redisplay): Clarify previous change.
4282
42832006-06-13 Romain Francoise <romain@orebokech.com>
4284
4285 * display.texi (Forcing Redisplay): Fix typo.
4286
42872006-06-13 Kim F. Storm <storm@cua.dk>
4288
4289 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4290
42912006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4292
4293 * tips.texi (Coding Conventions): Add `@end itemize'.
4294
42952006-06-10 Richard Stallman <rms@gnu.org>
4296
4297 * tips.texi (Coding Conventions): Explain use of coding systems
4298 to ensure one decoding for strings.
4299
43002006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4301
4302 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4303 syntax.
4304
43052006-06-07 Eli Zaretskii <eliz@gnu.org>
4306
4307 * display.texi (Font Selection): Remove description of
4308 clear-face-cache.
4309
4310 * compile.texi (Eval During Compile): Fix a typo. Add index
4311 entries for possible uses of eval-when-compile.
4312
43132006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4314
4315 * display.texi (Abstract Display): Fix typo.
4316
43172006-06-03 Eli Zaretskii <eliz@gnu.org>
4318
4319 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4320 Reword variable's description.
4321
43222006-06-01 Richard Stallman <rms@gnu.org>
4323
4324 * windows.texi (Splitting Windows): Clarify splitting nonselected
4325 window.
4326
43272006-05-31 Juri Linkov <juri@jurta.org>
4328
4329 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4330
43312006-05-30 Richard Stallman <rms@gnu.org>
4332
4333 * display.texi (Line Height): Fix errors in description of
10d1d0af 4334 default line height and line-height property.
b8d4c8d0
GM
4335
4336 * nonascii.texi (Default Coding Systems): Further clarification.
4337
43382006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4339
4340 * internals.texi (Pure Storage): Mention that an overflow in pure
4341 space causes a memory leak.
4342 (Garbage Collection): If there was an overflow in pure space,
4343 `garbage-collect' returns nil.
4344
43452006-05-30 Eli Zaretskii <eliz@gnu.org>
4346
4347 * nonascii.texi (Default Coding Systems): Fix it some more.
4348
43492006-05-29 Eli Zaretskii <eliz@gnu.org>
4350
4351 * nonascii.texi (Default Coding Systems): Fix last change.
4352
43532006-05-29 Kenichi Handa <handa@m17n.org>
4354
4355 * nonascii.texi (find-operation-coding-system): Describe the new
4356 argument format (FILENAME . BUFFER).
4357
43582006-05-28 Richard Stallman <rms@gnu.org>
4359
4360 * tips.texi (Coding Conventions): Better explain reasons not to
4361 advise other packages or use `eval-after-load'.
4362
43632006-05-29 Kim F. Storm <storm@cua.dk>
4364
4365 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4366 `bindat-idx' and `bindat-raw' for clarity.
4367
43682006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4369
4370 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4371
4372 * display.texi (Display): Add "Abstract Display" to menu.
4373 (Abstract Display, Abstract Display Functions)
4374 (Abstract Display Example): New nodes.
4375 * elisp.texi (Top): Add "Abstract Display" to menu.
4376
43772006-05-27 Chong Yidong <cyd@stupidchicken.com>
4378
4379 * keymaps.texi (Key Sequences): Link to input events definition.
4380 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4381
4382 * files.texi (Changing Files): Document updated argument list for
4383 copy-file.
4384
43852006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4386
4387 * processes.texi (Bindat Functions): Explain term "total length".
4388 Use it in bindat-length and bindat-pack descriptions.
4389
43902006-05-26 Eli Zaretskii <eliz@gnu.org>
4391
4392 * tips.texi (Coding Conventions): Advise against using
4393 eval-after-load in packages. Add an index entry.
4394
43952006-05-25 Juri Linkov <juri@jurta.org>
4396
4397 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4398
4399 * modes.texi (%-Constructs): Add %e, %z, %Z.
4400
44012006-05-25 Richard Stallman <rms@gnu.org>
4402
4403 * elisp.texi (Top): Update subnode menu.
4404
4405 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4406 (Keymaps): Update menu.
4407
44082006-05-25 Chong Yidong <cyd@stupidchicken.com>
4409
4410 * keymaps.texi (Key Sequences): Some clarifications.
4411
44122006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4413
4414 * processes.texi (Bindat Functions): Say "unibyte string"
4415 explicitly for bindat-unpack and bindat-pack descriptions.
4416 (Bindat Examples): Don't call `string-make-unibyte' in example.
4417
44182006-05-25 Chong Yidong <cyd@stupidchicken.com>
4419
5dcb4c4e 4420 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4421 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4422
4423 * keymaps.texi (Changing Key Bindings):
dd7b651b 4424 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4425 * help.texi (Describing Characters): Refer to it.
4426
44272006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4428
4429 * frames.texi (Pointer Shape): @end table -> @end defvar.
4430
44312006-05-22 Richard Stallman <rms@gnu.org>
4432
4433 * elisp.texi (Top): Update subnode menus.
4434
4435 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4436 Contents rewritten; material from old Pointer Shape node moved here.
4437
4438 * display.texi (Pointer Shape): Node deleted.
4439 (Image Descriptors): Minor cleanup.
4440
44412006-05-21 Richard Stallman <rms@gnu.org>
4442
4443 * syntax.texi (Parsing Expressions): Update info on which STATE
4444 elements are ignored.
4445
44462006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4447
4448 * hooks.texi (Standard Hooks): Correct typo.
4449
4450 * gpl.texi (GPL): ifinfo -> ifnottex.
4451
44522006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4453
4454 * searching.texi (Simple Match Data): Warn about match data being
4455 set anew by every search.
4456
44572006-05-17 Richard Stallman <rms@gnu.org>
4458
4459 * minibuf.texi (Minibuffer History): Clarify.
4460
4461 * searching.texi (Regexp Special): Clarify nested regexp warning.
4462
44632006-05-16 Kim F. Storm <storm@cua.dk>
4464
4465 * minibuf.texi (Minibuffer History): Update add-to-history.
4466
44672006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4468
5dcb4c4e
SM
4469 * nonascii.texi (Explicit Encoding):
4470 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4471
44722006-05-14 Richard Stallman <rms@gnu.org>
4473
4474 * buffers.texi (Creating Buffers): Cleanup.
4475
4476 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4477
44782006-05-13 Eli Zaretskii <eliz@gnu.org>
4479
4480 * buffers.texi (Current Buffer): Document that with-temp-buffer
4481 disables undo.
4482
4483 * os.texi (Terminal-Specific): More accurate description of how
4484 Emacs searches for the terminal-specific libraries.
4485
44862006-05-12 Eli Zaretskii <eliz@gnu.org>
4487
4488 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4489 emacs-xtra to @inforef's.
4490
4491 * text.texi (Undo): Document that undo is turned off in buffers
4492 whose names begin with a space.
4493
4494 * buffers.texi (Buffer Names): Add index entries for buffers whose
4495 names begin with a space.
4496 (Creating Buffers): Document that undo is turned off in buffers
4497 whose names begin with a space.
4498
4499 * files.texi (Visiting Functions, Reading from Files)
4500 (Saving Buffers): Mention code and EOL conversions by file I/O
4501 primitives and subroutines.
4502
4503 * nonascii.texi (Lisp and Coding Systems): Document
4504 coding-system-eol-type. Add index entries for eol conversion.
4505
4506 * display.texi (Defining Faces): Mention `mac', and add an xref to
4507 where window-system is described.
4508
45092006-05-10 Richard Stallman <rms@gnu.org>
4510
4511 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4512
45132006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4514
4515 * variables.texi (File Local Variables): Recommend to quote lambda
4516 expressions in safe-local-variable property.
4517
45182006-05-09 Richard Stallman <rms@gnu.org>
4519
5dcb4c4e
SM
4520 * variables.texi (File Local Variables):
4521 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4522
45232006-05-07 Kim F. Storm <storm@cua.dk>
4524
4525 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4526 from add-to-history.
4527
45282006-05-07 Romain Francoise <romain@orebokech.com>
4529
4530 * commands.texi (Event Input Misc):
4531 * compile.texi (Eval During Compile):
4532 * internals.texi (Buffer Internals):
4533 * minibuf.texi (Initial Input):
4534 * nonascii.texi (Scanning Charsets):
4535 * numbers.texi (Comparison of Numbers):
4536 * windows.texi (Textual Scrolling, Vertical Scrolling):
4537 Fix various typos.
4538
45392006-05-06 Eli Zaretskii <eliz@gnu.org>
4540
4541 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4542 conditional xref's to either emacs or emacs-xtra, depending on
4543 @iftex/@ifnottex.
4544
4545 * minibuf.texi (Minibuffer History): Document add-to-history.
4546
45472006-05-05 Eli Zaretskii <eliz@gnu.org>
4548
4549 * internals.texi (Pure Storage): Mention the pure overflow message
4550 at startup.
4551
c8763fb6 45522006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4553
4554 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4555 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4556 search.
4557
45582006-05-01 Richard Stallman <rms@gnu.org>
4559
4560 * intro.texi (nil and t): Clarify.
4561
4562 * variables.texi (File Local Variables): Suggest using booleanp.
4563
45642006-05-01 Juanma Barranquero <lekktu@gmail.com>
4565
4566 * objects.texi (Type Predicates): Fix typos.
4567
45682006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * intro.texi (nil and t): Add booleanp.
4571
4572 * objects.texi (Type Predicates): Add links for booleanp and
4573 string-or-null-p.
4574
45752006-04-29 Richard Stallman <rms@gnu.org>
4576
4577 * modes.texi (Multiline Font Lock): Rename from
4578 Multi line Font Lock Elements. Much clarification.
4579 (Font Lock Multiline, Region to Fontify): Much clarification.
4580
45812006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * variables.texi (File Local Variables): Remove the special case t for
4584 safe-local-variable.
4585
45862006-04-26 Richard Stallman <rms@gnu.org>
4587
4588 * syntax.texi (Parsing Expressions): Minor cleanup.
4589
45902006-04-18 Richard Stallman <rms@gnu.org>
4591
4592 * tips.texi (Coding Conventions): Explain when the package's
4593 prefix should appear later on (not at the start of the name).
4594
4595 * searching.texi (String Search): Clarify effect of NOERROR.
4596
4597 * modes.texi (Imenu): Clarify what special items do.
4598
4599 * hooks.texi (Standard Hooks): Delete text about old hook names.
4600
46012006-04-17 Romain Francoise <romain@orebokech.com>
4602
4603 * variables.texi (Local Variables): Update the default value of
4604 `max-specpdl-size'.
4605
46062006-04-15 Michael Olson <mwolson@gnu.org>
4607
4608 * processes.texi (Transaction Queues): Mention the new optional
4609 `delay-question' argument for `tq-enqueue'.
4610
46112006-04-13 Bill Wohler <wohler@newt.com>
4612
4613 * customize.texi (Common Keywords): Use dotted notation for
4614 :package-version value. Specify its values. Improve documentation
4615 for customize-package-emacs-version-alist.
4616
46172006-04-12 Bill Wohler <wohler@newt.com>
4618
4619 * customize.texi (Common Keywords): Move description of
4620 customize-package-emacs-version-alist to @defvar.
4621
46222006-04-10 Bill Wohler <wohler@newt.com>
4623
4624 * customize.texi (Common Keywords): Add :package-version.
4625
46262006-04-10 Kim F. Storm <storm@cua.dk>
4627
4628 * text.texi (Buffer Contents): Add NOPROPS arg to
4629 filter-buffer-substring.
4630
46312006-04-08 Kevin Ryde <user42@zip.com.au>
4632
4633 * os.texi (Command-Line Arguments): Update xref to emacs manual
4634 "Command Arguments" -> "Emacs Invocation", per change there.
4635
46362006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4637
4638 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4639 be on one line to help makeinfo not render two spaces after the dot.
4640
46412006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4642
4643 * strings.texi (Predicates for Strings): Add string-or-null-p.
4644
46452006-03-28 Kim F. Storm <storm@cua.dk>
4646
4647 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4648 remarks about systems that don't support fractional seconds.
4649
46502006-03-25 Karl Berry <karl@gnu.org>
4651
4652 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4653 the year list.
4654
46552006-03-21 Nick Roberts <nickrob@snap.net.nz>
4656
4657 * display.texi (Fringe Indicators): Fix typos.
4658
46592006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4660
4661 * tips.texi (Documentation Tips): One can now also write `program'
4662 in front of a quoted symbol in a docstring to prevent making a
4663 hyperlink.
4664
46652006-03-19 Alan Mackenzie <acm@muc.de>
4666
4667 * text.texi (Special Properties): Clarify `fontified' property.
4668
46692006-03-16 Richard Stallman <rms@gnu.org>
4670
4671 * display.texi (Defining Images): Minor cleanup.
4672
46732006-03-16 Bill Wohler <wohler@newt.com>
4674
4675 * display.texi (Defining Images): In image-load-path-for-library,
4676 prefer user's images.
4677
46782006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4681
46822006-03-15 Bill Wohler <wohler@newt.com>
4683
4684 * display.texi (Defining Images): Fix example in
4685 image-load-path-for-library by not recommending that one binds
4686 image-load-path. Just defvar it to placate compiler and only use
4687 it if previously defined.
4688
46892006-03-14 Bill Wohler <wohler@newt.com>
4690
4691 * display.texi (Defining Images): In image-load-path-for-library,
4692 always return list of directories. Update example.
4693
46942006-03-14 Alan Mackenzie <acm@muc.de>
4695
4696 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4697 This describes font-lock-extend-region-function.
4698 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4699 the new node "Region to Fontify".
4700
47012006-03-13 Richard Stallman <rms@gnu.org>
4702
4703 * display.texi (Invisible Text): The impossible position is
4704 now before the invisible text, not after.
4705 (Defining Images): Clean up last change.
4706
47072006-03-11 Bill Wohler <wohler@newt.com>
4708
4709 * display.texi (Defining Images): Add image-load-path-for-library.
4710
47112006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4712
4713 * text.texi (Adaptive Fill): Fix Texinfo usage.
4714
4715 * strings.texi (Creating Strings): Fix Texinfo usage.
4716
4717 * searching.texi (Regexp Special): Use @samp for regular
4718 expressions that are not in Lisp syntax.
4719
47202006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4721
4722 * searching.texi (Regexp Special): Put remark between parentheses
4723 to avoid misreading.
4724
47252006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4726
4727 * searching.texi (Syntax of Regexps): More accurately describe
4728 which characters are special in which situations.
4729 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4730 are not special. Describe in detail when `[' and `]' are special.
4731 (Regexp Backslash): Plenty of regexps with unbalanced square
4732 brackets are valid, so reword that statement.
4733
47342006-03-02 Kim F. Storm <storm@cua.dk>
4735
4736 * keymaps.texi (Tool Bar): Add tool-bar-border.
4737
47382006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4739
4740 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4741
47422006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4743
4744 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4745
4746 * files.texi (Locating Files): Suggest additional values for the
4747 SUFFIXES arg of `locate-file'. Update pxref.
4748
4749 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4750 (How Programs Do Loading): Discuss the effects of Auto Compression
4751 mode on `load'.
4752 (Load Suffixes): New node.
4753 (Library Search): Delete description of `load-suffixes'; it was
4754 moved to "Load Suffixes".
4755 (Autoload, Named Features): Mention `load-suffixes'.
4756
47572006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4758
4759 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4760
4761 * windows.texi (Window Tree): Fix typo.
4762
47632006-02-20 Kim F. Storm <storm@cua.dk>
4764
4765 * display.texi (Fringe Indicators): New section.
4766 Move indicate-empty-lines, indicate-buffer-boundaries, and
4767 default-indicate-buffer-boundaries here.
4768 Add fringe-indicator-alist and default-fringes-indicator-alist.
4769 Add list of logical fringe indicator symbols.
4770 Update list of standard bitmap names.
4771 (Fringe Cursors): New section.
4772 Move overflow-newline-into-fringe here.
4773 Add fringe-cursor-alist and default-fringes-cursor-alist.
4774 Add list of fringe cursor symbols.
4775
47762006-02-20 Juanma Barranquero <lekktu@gmail.com>
4777
4778 * commands.texi (Using Interactive): Fix reference to node
4779 "Minibuffers".
4780
47812006-02-19 Richard M. Stallman <rms@gnu.org>
4782
4783 * minibuf.texi (High-Level Completion):
4784 Add xref to read-input-method-name.
4785
4786 * files.texi (Relative File Names): Move file-relative-name here.
4787 (File Name Expansion): From here. Minor clarifications.
4788
4789 * commands.texi (Using Interactive): Add xrefs about reading input.
4790 Clarify remarks about that moving point and mark.
4791 Put string case before list case.
4792
c8763fb6 47932006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4794
4795 * display.texi (Other Display Specs, Image Descriptors):
4796 Revert erroneous changes. The previous description of
4797 image-descriptors as `(image . PROPS)' was correct.
4798
47992006-02-14 Richard M. Stallman <rms@gnu.org>
4800
4801 * variables.texi (File Local Variables): Clarifications.
4802
48032006-02-14 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * variables.texi (File Local Variables): Use @code for a cons
4806 cell, not @var.
4807
48082006-02-13 Chong Yidong <cyd@stupidchicken.com>
4809
4810 * variables.texi (File Local Variables): Document new file local
4811 variable behavior.
4812
48132006-02-10 Kim F. Storm <storm@cua.dk>
4814
4815 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4816
48172006-02-08 Juanma Barranquero <lekktu@gmail.com>
4818
4819 * modes.texi (%-Constructs): Remove obsolete info about
4820 `global-mode-string'.
4821
48222006-02-07 Richard M. Stallman <rms@gnu.org>
4823
4824 * commands.texi (Prefix Command Arguments): Minor cleanup.
4825
4826 * display.texi: "Graphical display", not window system.
4827
4828 * functions.texi (What Is a Function): Fix xref.
4829
4830 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4831 (Changing Key Bindings): Clarify when remapping is better than
4832 substitute-key-definition.
4833
48342006-02-02 Richard M. Stallman <rms@gnu.org>
4835
4836 * minibuf.texi (Basic Completion): Completion alists are risky.
4837
4838 * keymaps.texi (Active Keymaps): Clarifications.
4839 (Searching Keymaps): New node.
4840 (Keymaps): Update menu.
4841
4842 * frames.texi (Layout Parameters): Minor clarification.
4843 (Drag and Drop): New node.
4844 (Frames): Update menu.
4845
48462006-01-29 Chong Yidong <cyd@stupidchicken.com>
4847
4848 * display.texi (Other Display Specs, Image Descriptors):
4849 Image description is a list, not a cons cell.
4850
48512006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4852
4853 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4854 list is not necessarily a list).
4855
48562006-01-27 Eli Zaretskii <eliz@gnu.org>
4857
4858 * frames.texi (Layout Parameters): border-width and
4859 internal-border-width belong to the frame, not the window.
4860
48612006-01-19 Richard M. Stallman <rms@gnu.org>
4862
4863 * nonascii.texi (Translation of Characters): Search cmds use
4864 translation-table-for-input. Automatically made local.
4865
4866 * markers.texi (Overview of Markers): Count insertion type
4867 as one of a marker's attributes.
4868
4869 * keymaps.texi (Controlling Active Maps): New node, split out of
4870 Active Keymaps.
4871 (Keymaps): Menu updated.
4872 (Active Keymaps): Give pseudocode to explain how the active
4873 maps are searched. current-active-maps and key-binding moved here.
4874 (Functions for Key Lookup): current-active-maps and key-binding moved.
4875 Clarifications.
4876 (Searching the Keymaps): New subnode.
4877
4878 * elisp.texi (Top): Menu clarification.
4879
4880 * display.texi (Other Display Specs): Delete duplicate entry for
4881 just a string as display spec. Move text about recursive display
4882 specs on such a string.
4883
4884 * commands.texi (Key Sequence Input): Clarify.
4885 Move num-nonmacro-input-events out.
4886 (Reading One Event): num-nonmacro-input-events moved here.
4887
48882006-01-14 Nick Roberts <nickrob@snap.net.nz>
4889
4890 * advice.texi (Simple Advice): Update example to fit argument
4891 change in previous-line.
4892
48932006-01-05 Richard M. Stallman <rms@gnu.org>
4894
4895 * markers.texi (The Mark): Fix in `mark'.
4896
48972006-01-04 Richard M. Stallman <rms@gnu.org>
4898
4899 * processes.texi (Misc Network, Make Network): Minor cleanups.
4900
49012006-01-04 Kim F. Storm <storm@cua.dk>
4902
4903 * processes.texi (Make Network): Add IPv6 addresses and handling.
4904 (Network Feature Testing): Mention (:family ipv6).
4905 (Misc Network): Add IPv6 formats to format-network-address.
4906
49072005-12-30 Richard M. Stallman <rms@gnu.org>
4908
4909 * text.texi (Changing Properties):
4910 Don't use return value of set-text-properties.
4911
49122005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4913
4914 * modes.texi (Mode Line Format): Correct typo in menu.
4915
49162005-12-29 Richard M. Stallman <rms@gnu.org>
4917
4918 * modes.texi (Mode Line Top): New node.
4919 (Mode Line Data): Some text moved to new node.
4920 Explain the data structure more concretely.
4921 (Mode Line Basics): Clarifications.
4922 (Mode Line Variables): Clarify intro paragraph.
4923 (%-Constructs): Clarify intro paragraph.
4924 (Mode Line Format): Update menu.
4925
49262005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4927
4928 * minibuf.texi (Basic Completion): Update lazy-completion-table
4929 examples for removal of ARGS argument.
4930
49312005-12-23 Richard M. Stallman <rms@gnu.org>
4932
4933 * text.texi (Undo): Restore some explanation from the version
4934 that was deleted.
4935
49362005-12-23 Eli Zaretskii <eliz@gnu.org>
4937
4938 * text.texi (Undo): Remove duplicate descriptions of `apply
4939 funname' and `apply delta' elements of the undo list.
4940
49412005-12-20 Richard M. Stallman <rms@gnu.org>
4942
4943 * help.texi (Help Functions): Update documentation of `apropos'.
4944
49452005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4946
4947 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4948 because it is confusing. If the :help-echo keyword is a function,
4949 it is not directly used as the :help-echo overlay property, as the
4950 xref seems to suggest (it does not take the appropriate args).
4951
49522005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4953
4954 * customize.texi (Common Keywords): Fix Texinfo usage.
4955 (Group Definitions, Variable Definitions): Update for new
4956 conventions for using `*' in docstrings.
4957
4958 * tips.texi (Documentation Tips): Update for new conventions for
4959 using `*' in docstrings.
4960
49612005-12-16 Richard M. Stallman <rms@gnu.org>
4962
4963 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4964
49652005-12-16 Juri Linkov <juri@jurta.org>
4966
4967 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4968
49692005-12-14 Romain Francoise <romain@orebokech.com>
4970
4971 * modes.texi (Customizing Keywords): Rename `append' to `how'.
4972 Fix typo.
4973
49742005-12-11 Juri Linkov <juri@jurta.org>
4975
4976 * minibuf.texi (Completion Commands): Add mention of read-file-name
4977 for filename completion keymaps.
4978 (Reading File Names): Add mention of filename completion keymaps
4979 for read-file-name and xref to `Completion Commands'.
4980
49812005-12-10 Richard M. Stallman <rms@gnu.org>
4982
4983 * customize.texi (Common Keywords): State caveats for use of :tag.
4984
49852005-12-08 Richard M. Stallman <rms@gnu.org>
4986
4987 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
4988 with xrefs and better explanation.
4989 (Completion Commands): Add the filename completion maps.
4990
4991 * objects.texi (Character Type): Clarify that \s is not space
4992 if a dash follows.
4993
49942005-12-05 Richard M. Stallman <rms@gnu.org>
4995
4996 * windows.texi (Resizing Windows): Delete preserve-before args.
4997
49982005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5001 in full keymaps, since the quirk has been fixed.
5002
50032005-12-03 Eli Zaretskii <eliz@gnu.org>
5004
5dcb4c4e
SM
5005 * hooks.texi (Standard Hooks): Add index entries.
5006 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5007
50082005-11-27 Richard M. Stallman <rms@gnu.org>
5009
5010 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5011
50122005-11-21 Juri Linkov <juri@jurta.org>
5013
5014 * customize.texi (Common Keywords): Update links types
5015 custom-manual and url-link. Add link types emacs-library-link,
5016 file-link, function-link, variable-link, custom-group-link.
5017
50182005-11-20 Chong Yidong <cyd@stupidchicken.com>
5019
5020 * display.texi: Revert 2005-11-20 change.
5021
50222005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5023
5024 * processes.texi (Bindat Functions):
5025 Say "third" to refer to zero-based index "2".
5026
50272005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5028
5029 * loading.texi (Library Search): Update the default value of
5030 `load-suffixes'.
5031
50322005-11-17 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * display.texi (Attribute Functions): Mention :ignore-defface.
5035
50362005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5039 (Minor Mode Conventions): Mention the use of a hook.
5040
50412005-11-06 Richard M. Stallman <rms@gnu.org>
5042
5043 * files.texi (Magic File Names): find-file-name-handler checks the
5044 `operations' property of the handler.
5045
50462005-11-03 Richard M. Stallman <rms@gnu.org>
5047
5048 * variables.texi (Frame-Local Variables): Small clarification.
5049
50502005-10-29 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * os.texi (Init File): Document ~/.emacs.d/init.el.
5053
50542005-10-29 Richard M. Stallman <rms@gnu.org>
5055
5056 * internals.texi (Garbage Collection): Document memory-full.
5057
50582005-10-28 Bill Wohler <wohler@newt.com>
5059
5060 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5061 for URLs.
5062
50632005-10-28 Richard M. Stallman <rms@gnu.org>
5064
5065 * minibuf.texi (Completion Commands): Clean up prev change.
5066
50672005-10-26 Kevin Ryde <user42@zip.com.au>
5068
5069 * compile.texi (Eval During Compile): Explain recommended uses
5070 of eval-when-compile and eval-and-compile.
5071
50722005-10-27 Masatake YAMATO <jet@gyve.org>
5073
5074 * minibuf.texi (Completion Commands):
5075 Write about new optional argument for `display-completion-list'.
5076
50772005-10-23 Richard M. Stallman <rms@gnu.org>
5078
5079 * display.texi (Overlay Arrow): Clarify about local bindings of
5080 overlay-arrow-position.
5081
50822005-10-22 Eli Zaretskii <eliz@gnu.org>
5083
5084 * internals.texi (Building Emacs): Fix last change.
5085
50862005-10-22 Richard M. Stallman <rms@gnu.org>
5087
5088 * internals.texi (Building Emacs): Document eval-at-startup.
5089
50902005-10-21 Richard M. Stallman <rms@gnu.org>
5091
5092 * loading.texi (Where Defined): load-history contains abs file names.
5093 symbol-file returns abs file names.
5094
50952005-10-19 Kim F. Storm <storm@cua.dk>
5096
5097 * display.texi (Showing Images): Add max-image-size integer value.
5098
50992005-10-18 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * display.texi (Showing Images): Document max-image-size.
5102
51032005-10-17 Richard M. Stallman <rms@gnu.org>
5104
5105 * commands.texi (Quitting): Minor clarification.
5106
5107 * processes.texi (Sentinels): Clarify about output and quitting.
5108 (Filter Functions): Mention with-local-quit.
5109
51102005-10-17 Juri Linkov <juri@jurta.org>
5111
5112 * buffers.texi (Current Buffer):
5113 * commands.texi (Event Input Misc):
5114 * compile.texi (Eval During Compile, Compiler Errors):
5115 * customize.texi (Group Definitions):
5116 * display.texi (Progress, Defining Faces):
5117 * files.texi (Writing to Files):
5118 * modes.texi (Mode Hooks, Defining Minor Modes):
5119 * streams.texi (Output Functions):
5120 * syntax.texi (Syntax Table Functions):
5121 * text.texi (Change Hooks):
5122 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5123
5124 * commands.texi (Quitting): Replace arg `forms' with `body' in
5125 `with-local-quit'.
5126
5127 * positions.texi (Excursions): Replace arg `forms' with `body' in
5128 `save-excursion'.
5129
51302005-10-08 Kim F. Storm <storm@cua.dk>
5131
5132 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5133 Rename manual section accordingly.
5134
51352005-10-04 Kim F. Storm <storm@cua.dk>
5136
5137 * windows.texi (Window Split Tree): New section describing
5138 new function window-split-tree function.
5139
51402005-10-03 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * display.texi (Fringe Size/Pos): Simplify and add detail.
5143
51442005-09-30 Romain Francoise <romain@orebokech.com>
5145
5146 * minibuf.texi (High-Level Completion): Explain that the prompt
5147 given to `read-buffer' should end with a colon and a space.
5148 Update usage examples.
5149
51502005-09-29 Juri Linkov <juri@jurta.org>
5151
5152 * display.texi (Displaying Messages): Rename argument name
5153 `string' to `format-string' in functions `message', `message-box',
5154 `message-or-box'.
5155
51562005-09-26 Chong Yidong <cyd@stupidchicken.com>
5157
5158 * errors.texi (Standard Errors): Correct xrefs.
5159
51602005-09-18 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * display.texi (Defining Images): Update documentation for
5163 `image-load-path'.
5164
51652005-09-17 Richard M. Stallman <rms@gnu.org>
5166
5167 * display.texi (Defining Images): Clean up previous change.
5168
51692005-09-16 Romain Francoise <romain@orebokech.com>
5170
5171 * elisp.texi: Specify GFDL version 1.2.
5172
5173 * doclicense.texi (GNU Free Documentation License): Update to
5174 version 1.2.
5175
51762005-09-15 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * display.texi (Defining Images): Document `image-load-path'.
5179
51802005-09-15 Richard M. Stallman <rms@gnu.org>
5181
5182 * objects.texi (Printed Representation): Minor cleanup.
5183 (Box Diagrams): Minor fix.
5184 (Cons Cell Type): Move (...) index item here.
5185 (Box Diagrams): From here.
5186 (Array Type): Minor fix.
5187 (Type Predicates): Delete index "predicates".
5188 (Hash Table Type): Clarify xref.
5189 (Dotted Pair Notation): Minor fix.
5190
51912005-09-10 Chong Yidong <cyd@stupidchicken.com>
5192
5193 * files.texi (Saving Buffers): Fix typo.
5194
51952005-09-08 Richard M. Stallman <rms@gnu.org>
5196
5197 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5198
51992005-09-08 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * locals.texi (Standard Buffer-Local Variables): Don't include
5202 mode variables for minor modes.
5203 Fix xrefs for buffer-display-count, buffer-display-table,
5204 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5205 enable-multibyte-characters, fill-column, header-line-format,
5206 left-fringe-width, left-margin, and right-fringe-width.
5207
5208 * hooks.texi (Standard Hooks): All hooks should conform to the
5209 standard naming convention now.
5210 Fix xref for `echo-area-clear-hook'.
5211
5212 * display.texi (Usual Display): Note that indicate-empty-lines and
5213 tab-width are buffer-local.
5214
5215 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5216
5217 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5218
5219 * nonascii.texi (Encoding and I/O): Note that
5220 buffer-file-coding-system is buffer-local.
5221
5222 * positions.texi (List Motion): Note that defun-prompt-regexp is
5223 buffer-local.
5224
5225 * text.texi (Auto Filling): Note that auto-fill-function is
5226 buffer-local.
5227 (Undo): Note that buffer-undo-list is buffer-local.
5228
5dcb4c4e
SM
5229 * windows.texi (Buffers and Windows):
5230 Document buffer-display-count.
b8d4c8d0
GM
5231
52322005-09-06 Richard M. Stallman <rms@gnu.org>
5233
5234 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5235 package prefix elsewhere than at the start of the name.
5236
52372005-09-03 Richard M. Stallman <rms@gnu.org>
5238
5239 * tips.texi (Programming Tips): Add conventions for minibuffer
5240 questions and prompts.
5241
52422005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5243
5244 * intro.texi (nil and t): Minor cleanup.
5245 Delete spurious mention of keyword symbols.
5246 (Evaluation Notation): Add index entry.
5247 (A Sample Function Description): Minor cleanup.
5248 (A Sample Variable Description): Not all vars can be set.
5249
52502005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5251
5252 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5253
5254 (Insertion): Document precise type of `insert-char' arg COUNT.
5255
52562005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * modes.texi (Other Font Lock Variables): Sync the default of
5259 font-lock-lines-before.
5260
52612005-08-31 Michael Albinus <michael.albinus@gmx.de>
5262
5263 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5264
52652005-08-29 Richard M. Stallman <rms@gnu.org>
5266
5267 * elisp.texi (Top): Update subnode menu.
5268
5269 * searching.texi (Searching and Matching): Move node.
5270 Rearrange contents and add overall explanation.
5271 (Searching and Case): Move node.
5272 (Searching and Matching): Update menu.
5273
52742005-08-27 Eli Zaretskii <eliz@gnu.org>
5275
5276 * os.texi (Startup Summary): Fix the description of the initial
5277 startup message display.
5278
52792005-08-25 Richard M. Stallman <rms@gnu.org>
5280
5281 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5282
52832005-08-25 Emilio C. Lopes <eclig@gmx.net>
5284
5285 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5286 `next-overlay-change' example.
5287
52882005-08-22 Juri Linkov <juri@jurta.org>
5289
5290 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5291 Fix invert-face. Fix args of face-background.
5292
5293 * display.texi (Standard Faces): Delete node.
5294 (Faces): Add xref to `(emacs)Standard Faces'.
5295 (Displaying Faces): Fix xref to `Standard Faces'.
5296
5297 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5298
52992005-08-20 Alan Mackenzie <acm@muc.de>
5300
5301 * buffers.texi (The Buffer List): Clarify the manipulation of the
5302 buffer list.
5303
53042005-08-14 Richard M. Stallman <rms@gnu.org>
5305
5306 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5307 a regexp.
5308
53092005-08-11 Richard M. Stallman <rms@gnu.org>
5310
5311 * elisp.texi (Top): Update subnode lists.
5312
5313 * display.texi (Inverse Video): Node deleted.
5314
5315 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5316 New nodes split out of Coding Conventions.
5317
5318 * searching.texi (Regular Expressions): Document re-builder.
5319
5320 * os.texi (Time Parsing): New node split out of Time Conversion.
5321
5322 * processes.texi (Misc Network, Network Feature Testing)
5323 (Network Options, Make Network): New nodes split out of
5324 Low-Level Network.
5325
53262005-08-09 Richard M. Stallman <rms@gnu.org>
5327
5328 * frames.texi (Geometry): New node, split from Size and Position.
5329 (Frame Parameters): Refer to Geometry.
5330
5331 * buffers.texi (The Buffer List): Fix xrefs.
5332
5333 * windows.texi (Splitting Windows): Fix xref.
5334
5335 * frames.texi (Layout Parameters): Add xref.
5336
5337 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5338
5339 * keymaps.texi (Menu Bar): Fix xref.
5340
5341 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5342
5343 * modes.texi (%-Constructs): Fix xref.
5344
5345 * frames.texi (Window Frame Parameters): Node split up.
5346 (Basic Parameters, Position Parameters, Size Parameters)
5347 (Layout Parameters, Buffer Parameters, Management Parameters)
5348 (Cursor Parameters, Color Parameters): New subnodes.
5349
53502005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5351
5352 * positions.texi (Screen Lines): Update xref for previous change
5353 in minibuf.texi.
5354
5355 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5356 change in minibuf.texi.
5357
53582005-08-09 Richard M. Stallman <rms@gnu.org>
5359
5360 * tips.texi (Coding Conventions): Minor cleanup.
5361
5362 * modes.texi (Defining Minor Modes): Explain when init-value
5363 can be non-nil.
5364
5365 * elisp.texi (Top): Update submenu for Minibuffer.
5366
5367 * minibuf.texi (Minibuffer Misc): Node split up.
5368 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5369 (Recursive Mini): New nodes split out from Minibuffer Misc.
5370 (Minibuffer Misc): Document max-mini-window-height.
5371
5372 * hash.texi (Defining Hash): Delete stray paren in example.
5373
5374 * display.texi (Echo Area Customization): Don't define
5375 max-mini-window-height here; xref instead.
5376
5377 * commands.texi (Event Input Misc): Update while-no-input.
5378
5379 * advice.texi (Advising Functions): Explain when to use advice
5380 and when to use a hook.
5381
53822005-07-30 Eli Zaretskii <eliz@gnu.org>
5383
5384 * makefile.w32-in (info): Don't run install-info.
5385 ($(infodir)/dir): New target, produced by running install-info.
5386
53872005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5388
5389 * modes.texi (Defining Minor Modes): The keyword for the initial
5390 value is :init-value, not :initial-value.
5391
53922005-07-23 Eli Zaretskii <eliz@gnu.org>
5393
5394 * loading.texi (Autoload): Make the `doctor' example be consistent
5395 with what's in current loaddefs.el. Describe the "fn" magic in
5396 the usage portion of the doc string.
5397
53982005-07-22 Richard M. Stallman <rms@gnu.org>
5399
5400 * internals.texi (Garbage Collection): Clarify previous change.
5401
54022005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5403
5404 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5405
54062005-07-18 Juri Linkov <juri@jurta.org>
5407
5408 * commands.texi (Accessing Events):
5409 * frames.texi (Text Terminal Colors, Resources):
5410 * markers.texi (The Mark):
5411 * modes.texi (Defining Minor Modes):
5412 Delete duplicate duplicate words.
5413
54142005-07-16 Richard M. Stallman <rms@gnu.org>
5415
5416 * display.texi (Managing Overlays): Clarify make-overlay
5417 args for insertion types.
5418
54192005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5420
5421 * customize.texi (Variable Definitions):
5422 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5423 `standard-value' is a list too.
5424 (Defining New Types): Use @key{RET} instead of @key{ret}.
5425
54262005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5427
5428 * os.texi (Translating Input): Fix typo.
5429
54302005-07-08 Richard M. Stallman <rms@gnu.org>
5431
5432 * README: Update edition number and size estimate.
5433
5434 * elisp.texi (VERSION): Set to 2.9.
5435
54362005-07-07 Richard M. Stallman <rms@gnu.org>
5437
5438 * book-spine.texinfo: Update Emacs version.
5439
5440 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5441
54422005-07-06 Richard M. Stallman <rms@gnu.org>
5443
5444 * searching.texi (Regexp Search): Clarify what re-search-forward
5445 does when the search fails.
5446
54472005-07-05 Lute Kamstra <lute@gnu.org>
5448
5449 * Update FSF's address in GPL notices.
5450
5451 * doclicense.texi (GNU Free Documentation License):
5452 * gpl.texi (GPL):
5453 * tips.texi (Coding Conventions, Library Headers):
5454 * vol1.texi:
5455 * vol2.texi: Update FSF's address.
5456
54572005-07-04 Richard M. Stallman <rms@gnu.org>
5458
5459 * hooks.texi (Standard Hooks): Add occur-hook.
5460
54612005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5462
5463 * display.texi (The Echo Area): Correct menu.
5464
54652005-07-03 Richard M. Stallman <rms@gnu.org>
5466
5467 * elisp.texi (Top): Update subnode menu for Display.
5468
5469 * display.texi (Displaying Messages): New node, with most
5470 of what was in The Echo Area.
5dcb4c4e 5471 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5472 (Logging Messages): New node with new text.
5473 (Echo Area Customization): New node, the rest of what was
5474 in The Echo Area. Document message-truncate-lines with @defvar.
5475 (Display): Update menu.
5476
5477 * windows.texi (Textual Scrolling): Doc 3 values for
5478 scroll-preserve-screen-position.
5479
5480 * text.texi (Special Properties): Change hook functions
5481 should bind inhibit-modification-hooks around altering buffer text.
5482
5483 * keymaps.texi (Key Binding Commands): Call binding BINDING
5484 rather than DEFINITION.
5485
54862005-06-29 Juanma Barranquero <lekktu@gmail.com>
5487
5488 * variables.texi (Defining Variables): `user-variable-p' returns t
5489 for aliases of user options, nil for alias loops.
5490
54912005-06-28 Richard M. Stallman <rms@gnu.org>
5492
5493 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5494 make-keymap.
5495
54962005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5497
5498 * variables.texi (Setting Variables): Correct and clarify
5499 description of `add-to-ordered-list'.
5500
55012005-06-26 Richard M. Stallman <rms@gnu.org>
5502
5503 * display.texi (Faces): Minor cleanup.
5504
55052005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5506
5507 * display.texi (Faces): `facep' returns t for strings that are
5508 face names.
5509
55102005-06-25 Richard M. Stallman <rms@gnu.org>
5511
5512 * objects.texi (Equality Predicates): Clarify meaning of equal.
5513
5514 * windows.texi (Selecting Windows): save-selected-window
5515 and with-selected-window save and restore the current buffer.
5516
55172005-06-24 Richard M. Stallman <rms@gnu.org>
5518
5519 * numbers.texi (Float Basics): Explain how to test for NaN,
5520 and printing the sign of NaNs.
5521
55222005-06-24 Eli Zaretskii <eliz@gnu.org>
5523
5524 * makefile.w32-in (MAKEINFO): Use --force.
5525
55262005-06-23 Richard M. Stallman <rms@gnu.org>
5527
5528 * display.texi (Face Functions): Correct Texinfo usage.
5529
55302005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * lists.texi (Rings): `ring-elements' now returns the elements of
5533 RING in order.
5534
55352005-06-23 Juanma Barranquero <lekktu@gmail.com>
5536
5537 * markers.texi (The Mark): Texinfo usage fix.
5538
55392005-06-23 Kim F. Storm <storm@cua.dk>
5540
5541 * searching.texi (Entire Match Data): Remove evaporate option for
5542 match-data. Do not mention evaporate option for set-match-data.
5543
55442005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5545
5546 * display.texi (Face Functions): Mention face aliases.
5547
55482005-06-21 Richard M. Stallman <rms@gnu.org>
5549
5550 * anti.texi (Antinews): Texinfo usage fix.
5551
55522005-06-21 Karl Berry <karl@gnu.org>
5553
5554 * elisp.texi: Use @copying.
5555
5556 * elisp.texi: Put @summarycontents and @contents before the Top
5557 node, instead of the end of the file, so that the contents appear
5558 in the right place in the dvi/pdf output.
5559
55602005-06-21 Juri Linkov <juri@jurta.org>
5561
5562 * display.texi (Defining Faces): Add `customized-face'.
5563
55642005-06-20 Kim F. Storm <storm@cua.dk>
5565
5566 * variables.texi (Setting Variables): Any type of element can be
5567 given order in add-to-ordered-list. Compare elements with eq.
5568
5569 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5570
55712005-06-20 Karl Berry <karl@gnu.org>
5572
5573 * syntax.texi (Syntax Flags): Make last column very slightly wider
5574 to avoid "generic comment" breaking on two lines and causing an
5575 underfull box.
5576
55772005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5578
5579 * lists.texi (Rings): Various minor clarifications and corrections.
5580
55812005-06-18 Richard M. Stallman <rms@gnu.org>
5582
5583 * functions.texi (Obsolete Functions): Simplify.
5584
5585 * variables.texi (Variable Aliases): Simplify.
5586
5587 * anti.texi, backups.texi, compile.texi, customization.texi:
5588 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5589 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5590 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5591 * variables.texi: Fix formatting ugliness.
5592
5593 * elisp.texi: Add links to Rings and Byte Packing.
5594 Update version and copyright years.
5595
5596 * minibuf.texi: Fix formatting ugliness.
5597 (Completion Commands): Move keymap vars to the end
5598 and vars completing-read binds to the top.
5599
56002005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5601
5602 * processes.texi: Fix typos.
5603 (Bindat Spec): Correct Texinfo error.
5604 (Byte Packing): Fix ungrammatical sentence.
5605
56062005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5607
5608 * lists.texi (Rings): New node.
5609 (Lists): Add it to menu.
5610
5611 * processes.texi (Byte Packing): New node.
5612 (Processes): Add it to menu.
5613
56142005-06-17 Richard M. Stallman <rms@gnu.org>
5615
5616 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5617
5618 * help.texi (Documentation Basics): Explain the xref to
5619 Documentation Tips.
5620
5621 * debugging.texi (Debugger Commands): Minor fix.
5622
56232005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5624
5625 * edebug.texi (Instrumenting): Eliminate duplicate link.
5626 (Specification List): Replace references to "below", referring to
5627 a later node, with one @ref to that node.
5628
5629 * os.texi (Timers): Timers should save and restore the match data
5630 if they change it.
5631
5632 * debugging.texi (Debugger Commands): Mention that the Lisp
5633 debugger can not step through primitive functions.
5634
56352005-06-16 Juanma Barranquero <lekktu@gmail.com>
5636
5637 * functions.texi (Obsolete Functions): Update argument names of
5638 `make-obsolete' and `define-obsolete-function-alias'.
5639
5640 * variables.texi (Variable Aliases): Update argument names of
5641 `defvaralias', `make-obsolete-variable' and
5642 `define-obsolete-variable-alias'.
5643
56442005-06-15 Kim F. Storm <storm@cua.dk>
5645
5646 * searching.texi (Entire Match Data): Rephrase warnings about
5647 evaporate arg to match-data and set-match-data.
5648
56492005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5650
5651 * elisp.texi (Top): Update detailed menu.
5652
5653 * edebug.texi (Edebug): Update menu.
5654 (Instrumenting): Update xrefs.
5655 (Edebug Execution Modes): Correct xref.
5656 (Jumping): Clarify description of `h' command.
5657 Eliminate redundant @ref.
5658 (Breaks): New node.
5659 (Breakpoints): Is now a subsubsection.
5660 (Global Break Condition): Mention `C-x X X'.
5661 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5662 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5663 (Edebug Display Update): Correct pxref.
5664 (Edebug and Macros): New node.
5665 (Instrumenting Macro Calls): Is now a subsubsection.
5666 Neither arg of `def-edebug-spec' is evaluated.
5667 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5668 (Specification Examples): Fix typo.
5669
56702005-06-14 Lute Kamstra <lute@gnu.org>
5671
5672 * debugging.texi (Function Debugging): Primitives can break on
5673 entry too.
5674
56752005-06-14 Kim F. Storm <storm@cua.dk>
5676
5677 * variables.texi (Setting Variables): Add add-to-ordered-list.
5678
56792005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5682 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5683
56842005-06-13 Lute Kamstra <lute@gnu.org>
5685
5686 * text.texi (Special Properties): Fix cross reference.
5687
56882005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5689
5690 * debugging.texi (Function Debugging): Delete mention of empty
5691 string argument to `cancel-debug-on-entry'. Delete inaccurate
5692 description of the return value of that command.
5693
56942005-06-11 Alan Mackenzie <acm@muc.de>
5695
5696 * text.texi (Adaptive Fill): Amplify the description of
5697 fill-context-prefix.
5698
56992005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5700
5701 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5702
57032005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5706
57072005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5708
5709 * debugging.texi (Error Debugging): Minor rewording.
5710 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5711 is optional.
5712
57132005-06-10 Lute Kamstra <lute@gnu.org>
5714
5715 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5716 (Top): Give it a title. Correct version number. Give the
5717 detailed node listing a more prominent header.
5718 * intro.texi: Don't set VERSION here a second time.
5719 Mention Emacs's version too.
5720 * anti.texi (Antinews): Use EMACSVER to refer to the current
5721 version of Emacs.
5722
57232005-06-09 Kim F. Storm <storm@cua.dk>
5724
5725 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5726 match-data and set-match-data.
5727
57282005-06-08 Richard M. Stallman <rms@gnu.org>
5729
5730 * searching.texi (Entire Match Data): Clarify when match-data
5731 returns markers and when integers.
5732
5733 * display.texi (Defining Faces): Explain that face name should not
5734 end in `-face'.
5735
5736 * modes.texi (Mode Line Data): Minor cleanup.
5737 (Customizing Keywords): Node split out of Search-based Fontification.
5738 Add example of using font-lock-add-keywords from a hook.
5739 Clarify when MODE should be non-nil, and when nil.
5740
57412005-06-06 Richard M. Stallman <rms@gnu.org>
5742
5743 * modes.texi (Mode Line Data): Explain what happens when the car
5744 of a list is a void symbol.
5745 (Search-based Fontification): Explain MODE arg to
5746 font-lock-add-keywords and warn about calls from major modes.
5747
57482005-06-08 Juri Linkov <juri@jurta.org>
5749
5750 * display.texi (Standard Faces): Add `shadow' face.
5751
57522005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5753
5754 * modes.texi (Major Mode Conventions): A derived mode only needs
5755 to put the call to the parent mode inside `delay-mode-hooks'.
5756
57572005-05-29 Richard M. Stallman <rms@gnu.org>
5758
5759 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5760 new, and what that implies. Clarify.
5761
5762 * files.texi (Locating Files): Clean up the text.
5763
5764 * frames.texi (Window Frame Parameters): Document user-size.
5765 Shorten entry for top by referring to left.
5766
57672005-05-26 Richard M. Stallman <rms@gnu.org>
5768
5769 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5770 is new, and what the implications are. Other clarifications.
5771
57722005-05-24 Richard M. Stallman <rms@gnu.org>
5773
5774 * frames.texi (Dialog Boxes): Minor fixes.
5775
57762005-05-25 Masatake YAMATO <jet@gyve.org>
5777
5778 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5779
57802005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5781
5782 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5783 is optional.
5784
57852005-05-24 Nick Roberts <nickrob@snap.net.nz>
5786
10d1d0af 5787 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5788
57892005-05-23 Lute Kamstra <lute@gnu.org>
5790
5791 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5792 syntax-begin-function over font-lock-beginning-of-syntax-function.
5793
57942005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5795
5796 * minibuf.texi (Reading File Names): Update description of
5797 `read-directory-name'.
5798
5799 * modes.texi (Derived Modes): Clarify :group keyword.
5800
58012005-05-21 Eli Zaretskii <eliz@gnu.org>
5802
5803 * files.texi (Locating Files): New subsection.
5804 Describe locate-file and executable-find.
5805
58062005-05-21 Kevin Ryde <user42@zip.com.au>
5807
5808 * frames.texi (Initial Parameters): Update cross reference to
5809 "Emacs Invocation".
5810
58112005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5812
5813 * keymaps.texi (Active Keymaps): Add anchor.
5814
5815 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5816 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5817 appropriate place.
5818 (Derived Modes): Small clarifications.
5819 (Minor Mode Conventions, Keymaps and Minor Modes):
5820 Replace references to nodes with references to anchors.
5821 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5822 Clarify description of lists whose first element is an integer.
5823 (Mode Line Variables): Add anchor.
5824 (%-Constructs): Clarify description of integer after %.
5825 (Emulating Mode Line): Describe nil value for FACE.
5826
58272005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * modes.texi (Derived Modes): Correct references to non-existing
5830 variable standard-syntax-table.
5831
58322005-05-17 Lute Kamstra <lute@gnu.org>
5833
5834 * modes.texi (Defining Minor Modes): Mention the mode hook.
5835
58362005-05-15 Kim F. Storm <storm@cua.dk>
5837
5838 * processes.texi (Network): Remove open-network-stream-nowait.
5839 (Network Servers): Remove open-network-stream-server.
5840
58412005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5842
5843 * elisp.texi (Top): Update detailed menu.
5844
5845 * variables.texi: Reorder nodes.
5846 (Variables): Update menu.
5847 (File Local Variables): Do not refer to the `-*-' line as
5848 a "local variables list". Add pxref.
5849
58502005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5851
5852 * elisp.texi (Top): Update detailed menu for node changes.
5853
5854 * modes.texi (Modes): Update Menu.
5855 (Hooks): Move to beginning of chapter.
5856 Most minor modes run mode hooks too.
5857 `add-hook' can handle void hooks or hooks whose value is a single
5858 function.
5859 (Major Modes): Update Menu.
5860 (Major Mode Basics): New node, split off from `Major Modes'.
5861 (Major Mode Conventions): Correct xref. Explain how to handle
5862 auto-mode-alist if the major mode command has an autoload cookie.
5863 (Auto Major Mode): Major update. Add magic-mode-alist.
5864 (Derived Modes): Major update.
5865 (Mode Line Format): Update Menu.
5866 (Mode Line Basics): New node, split off from `Mode Line Format'.
5867
5868 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5869 for `magic autoload comment'. Add index entries and anchor.
5870
58712005-05-14 Richard M. Stallman <rms@gnu.org>
5872
5873 * tips.texi (Coding Conventions): Explain how important it is
5874 that just loading certain files not change Emacs behavior.
5875
5876 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5877
58782005-05-12 Lute Kamstra <lute@gnu.org>
5879
5880 * modes.texi (Generic Modes): Update.
5881 (Major Modes): Refer to node "Generic Modes".
5882
5883 * elisp.texi (Top): Update to the current structure of the manual.
5884 * processes.texi (Processes): Add menu description.
5885 * customize.texi (Customization): Add menu descriptions.
5886
58872005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5888
5889 * processes.texi (Signals to Processes)
5890 (Low-Level Network): Fix typos.
5891
58922005-05-11 Lute Kamstra <lute@gnu.org>
5893
5894 * elisp.texi (Top): Add some nodes from the chapter "Major and
5895 Minor Modes" to the detailed node listing.
5896
58972005-05-10 Richard M. Stallman <rms@gnu.org>
5898
5899 * keymaps.texi (Extended Menu Items): Menu item filter functions
5900 can be called at any time.
5901
59022005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5903
5904 * variables.texi (File Local Variables): `(hack-local-variables t)'
5905 now also checks whether a mode is specified in the local variables
5906 list.
5907
59082005-05-05 Kevin Ryde <user42@zip.com.au>
5909
5910 * display.texi (The Echo Area): Correct format function cross
5911 reference.
5912
59132005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5914
5915 * variables.texi (Variable Aliases): Change description of
5916 `define-obsolete-variable-alias'.
5917
5918 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5919 (Defining Functions): Add xref.
5920 (Obsolete Functions): New node.
5921 (Function Safety): Standardize capitalization of section title.
5922
5923 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5924 (Dialog Boxes): Complete description of `x-popup-dialog'.
5925
59262005-05-04 Richard M. Stallman <rms@gnu.org>
5927
5928 * commands.texi (Interactive Codes): Fix Texinfo usage.
5929 Document U more clearly.
5930
59312005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5932
5933 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5934 function and not a macro.
5935
5936 * frames.texi (Pop-Up Menus): Correct and clarify description of
5937 `x-popup-menu'.
5938 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5939
59402005-05-01 Richard M. Stallman <rms@gnu.org>
5941
5942 * edebug.texi (Checking Whether to Stop): Fix previous change.
5943
59442005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * display.texi: Fix typos and Texinfo usage.
5947
5948 * edebug.texi (Checking Whether to Stop): executing-macro ->
5949 executing-kbd-macro.
5950
59512005-05-01 Richard M. Stallman <rms@gnu.org>
5952
5953 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5954
59552005-04-30 Richard M. Stallman <rms@gnu.org>
5956
5957 * files.texi (Magic File Names): Document `operations' property.
5958
59592005-04-29 Lute Kamstra <lute@gnu.org>
5960
5961 * modes.texi (Generic Modes): New node.
5962 (Major Modes): Add it to the menu.
5963 (Derived Modes): Add "derived mode" to concept index.
5964
59652005-04-28 Lute Kamstra <lute@gnu.org>
5966
5967 * modes.texi (Defining Minor Modes): Fix previous change.
5968 (Font Lock Mode): Simplify.
5969 (Font Lock Basics): Say that font-lock-defaults is buffer-local
5970 when set and that some parts are optional. Add cross references.
5971 (Search-based Fontification): Say how to specify font-lock-keywords.
5972 Add cross references. Add font-lock-multiline to index.
5973 Move font-lock-keywords-case-fold-search here from node "Other Font
5974 Lock Variables". Document font-lock-add-keywords and
5975 font-lock-remove-keywords.
5976 (Other Font Lock Variables): Move font-lock-keywords-only,
5977 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5978 and font-lock-syntactic-face-function to node "Syntactic Font
5979 Lock". Move font-lock-keywords-case-fold-search to node
5980 "Search-based Fontification". Document font-lock-inhibit-thing-lock
5981 and font-lock-{,un}fontify-{buffer,region}-function.
5982 (Precalculated Fontification): Remove reference to deleted variable
5983 font-lock-core-only.
5984 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
5985 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
5986 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
5987 and font-lock-syntactic-face-function here from node "Other Font
5988 Lock Variables". Move font-lock-syntactic-keywords to "Setting
5989 Syntax Properties". Add cross references.
5990 (Setting Syntax Properties): New node.
5991 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
5992 * syntax.texi (Syntax Properties): Add cross reference.
5993 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
5994
59952005-04-26 Richard M. Stallman <rms@gnu.org>
5996
5997 * display.texi (Defining Faces):
5998 Document `default' elements of defface spec.
5999
6000 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6001
6002 * variables.texi (Variable Aliases): Clarify text.
6003
60042005-04-25 Chong Yidong <cyd@stupidchicken.com>
6005
6006 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6007
60082005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6011
60122005-04-24 Eli Zaretskii <eliz@gnu.org>
6013
6014 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6015 syntax-after and syntax-class.
6016
6017 * files.texi (Changing Files): Fix last change's cross-reference.
6018 (Unique File Names): Don't mention "numbers" in the documentation
6019 of make-temp-file and make-temp-name.
6020
60212005-04-23 Richard M. Stallman <rms@gnu.org>
6022
6023 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6024
60252005-04-22 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6028
60292005-04-22 Nick Roberts <nickrob@snap.net.nz>
6030
6031 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6032 and define-obsolete-variable-alias.
6033
60342005-04-22 Kim F. Storm <storm@cua.dk>
6035
6036 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6037 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6038
60392005-04-21 Lute Kamstra <lute@gnu.org>
6040
6041 * lists.texi (Association Lists): Document rassq-delete-all.
6042
60432005-04-19 Richard M. Stallman <rms@gnu.org>
6044
6045 * modes.texi (Search-based Fontification): Explain that
6046 facespec is an expression to be evaluated.
6047
60482005-04-19 Kevin Ryde <user42@zip.com.au>
6049
6050 * streams.texi (Output Functions): Fix xref.
6051 * strings.texi (String Conversion): Fix xref.
6052
60532005-04-19 Kim F. Storm <storm@cua.dk>
6054
6055 * symbols.texi (Symbol Plists): Add safe-get.
6056 Mention that `get' may signal an error.
6057
60582005-04-18 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * customize.texi (Variable Definitions): Replace tooltip-mode
6061 example with save-place.
6062
60632005-04-17 Richard M. Stallman <rms@gnu.org>
6064
6065 * buffers.texi (Indirect Buffers): Clarify.
6066
6067 * positions.texi (Positions): Clarify converting marker to integer.
6068
6069 * strings.texi (String Basics): Mention string-match; clarify.
6070
60712005-04-08 Lute Kamstra <lute@gnu.org>
6072
6073 * modes.texi (Search-based Fontification): Fix cross references.
6074 Use consistent terminology. Document anchored highlighting.
6075
60762005-04-05 Lute Kamstra <lute@gnu.org>
6077
6078 * modes.texi (Defining Minor Modes): Document :group keyword
6079 argument and its default value.
6080
60812005-04-03 Lute Kamstra <lute@gnu.org>
6082
6083 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6084 references and/or descriptions. Delete major mode hooks; mention
6085 them as a category instead. Rename or delete obsolete hooks.
6086
60872005-04-02 Richard M. Stallman <rms@gnu.org>
6088
6089 * nonascii.texi (Coding System Basics): Another wording cleanup.
6090
60912005-04-01 Richard M. Stallman <rms@gnu.org>
6092
6093 * nonascii.texi (Coding System Basics): Clarify previous change.
6094
60952005-04-01 Kenichi Handa <handa@m17n.org>
6096
10d1d0af 6097 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6098 identity of coding systems.
6099
61002005-03-29 Chong Yidong <cyd@stupidchicken.com>
6101
6102 * text.texi (Buffer Contents): Add filter-buffer-substring and
6103 buffer-substring-filters.
6104
61052005-03-26 Chong Yidong <cyd@stupidchicken.com>
6106
6107 * anti.texi (Antinews): Mention `G' interactive code.
6108
6109 * tips.texi (Compilation Tips): Mention benchmark.el.
6110
61112005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6112
6113 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6114 is now bound to M-o M-o.
6115
6116 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6117
61182005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6119
6120 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6121 in the Emacs Manual).
6122 * Makefile.in (srcs): Remove calendar.texi.
6123 * makefile.w32-in (srcs): Remove calendar.texi.
6124 * display.texi (Display): Change name of next node.
6125 * os.texi (System In): Change name of previous node.
6126 * elisp.texi (Top): Remove Calendar references.
6127 * vol1.texi (Top): Remove Calendar references.
6128 * vol2.texi (Top): Remove Calendar references.
6129
61302005-03-25 Richard M. Stallman <rms@gnu.org>
6131
6132 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6133 Cleanup previous change.
6134
61352005-03-25 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * display.texi (Face Attributes): Faces earlier in an :inherit
6138 list take precedence.
6139 (Scroll Bars): Fix description of vertical-scroll-bars.
6140 Document frame-current-scroll-bars and window-current-scroll-bars.
6141
6142 * markers.texi (The Mark): Document temporary Transient Mark mode.
6143
6144 * minibuf.texi (Reading File Names):
6145 Document read-file-name-completion-ignore-case.
6146
6147 * positions.texi (Screen Lines): Document nil for width argument
6148 to compute-motion.
6149
61502005-03-23 Kim F. Storm <storm@cua.dk>
6151
6152 * display.texi (Standard Faces): Other faces used in the fringe
6153 implicitly inherits from the fringe face.
6154 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6155 properties implicitly inherits from fringe face.
6156 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6157
61582005-03-20 Chong Yidong <cyd@stupidchicken.com>
6159
6160 * display.texi (Invisible Text): State default value of
6161 line-move-ignore-invisible.
6162 (Managing Overlays): Document remove-overlays.
6163 (Standard Faces): Document escape-glyph face.
6164
6165 * minibuf.texi (Reading File Names): Document read-file-name-function.
6166
6167 * modes.texi (Other Font Lock Variables):
6168 Document font-lock-lines-before.
6169
6170 * positions.texi (Skipping Characters): skip-chars-forward allows
6171 character classes.
6172
61732005-03-18 Lute Kamstra <lute@gnu.org>
6174
6175 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6176
61772005-03-17 Richard M. Stallman <rms@gnu.org>
6178
6179 * text.texi (Undo): Document extensible undo entries.
6180
dd7b651b 6181 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6182
6183 * nonascii.texi (Character Codes): Minor fix.
6184
6185 * display.texi (Display Property): Explain the significance
6186 of having text properties that are eq.
6187 (Other Display Specs): Explain string as display spec.
6188
6189 * commands.texi (Interactive Codes): Document G option.
6190
61912005-03-17 Chong Yidong <cyd@stupidchicken.com>
6192
6193 * text.texi (Filling): Add sentence-end-without-period and
6194 sentence-end-without-space.
6195 (Changing Properties): Minor fix.
6196
6197 * anti.texi: Total rewrite.
6198
61992005-03-15 Lute Kamstra <lute@gnu.org>
6200
6201 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6202
62032005-03-08 Kim F. Storm <storm@cua.dk>
6204
6205 * display.texi (Specified Space): Property :width is support on
6206 non-graphic terminals, :height is not.
6207
62082005-03-07 Richard M. Stallman <rms@gnu.org>
6209
6210 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6211 Now subnodes of Fringes.
6212 (Overlay Arrow): Document overlay-arrow-variable-list.
6213 (Fringe Size/Pos): New node, broken out of Fringes.
6214 (Display): Explain clearing vs redisplay better.
6215 (Truncation): Clarify use of bitmaps.
6216 (The Echo Area): Clarify the uses of the echo area.
6217 Add max-mini-window-height.
6218 (Progress): Clarify.
6219 (Invisible Text): Explain that main loop moves point out.
6220 (Selective Display): Say "hidden", not "invisible".
6221 (Managing Overlays): Move up. Describe relation to Undo here.
6222 (Overlay Properties): Clarify intro.
6223 (Finding Overlays): Explain return values when nothing found.
6224 (Width): truncate-string-to-width has added arg.
6225 (Displaying Faces): Clarify and update mode line face handling.
6226 (Face Functions): Minor cleanup.
6227 (Conditional Display): Merge into Other Display Specs.
6228 (Pixel Specification, Other Display Specs): Minor cleanups.
6229 (Images, Image Descriptors): Minor cleanups.
6230 (GIF Images): Patents have expired.
6231 (Showing Images): Explain default text for insert-image.
6232 (Manipulating Button Types): Merge into Manipulating Buttons.
6233 (Making Buttons): Explain return values.
6234 (Button Buffer Commands): Add xref.
6235 (Inverse Video): Update mode-line-inverse-video.
6236 (Display Table Format): Clarify.
6237 (Active Display Table): Give defaults for window-display-table.
6238
6239 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6240 and calendar-today-marker are strings, not chars.
6241 (Holiday Customizing): Minor fix.
6242
6243 * internals.texi (Writing Emacs Primitives): Update `or' example.
6244 Update limit on # args of subr.
6245
6246 * edebug.texi (Using Edebug): Arrow is in fringe.
6247 (Instrumenting): Arg to eval-defun works without loading edebug.
6248 (Edebug Execution Modes): Add xref.
6249
6250 * customize.texi (Common Keywords): Clarify :require.
6251 Mention :version here.
6252 (Variable Definitions, Group Definitions): Not here.
6253 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6254
62552005-03-07 Chong Yidong <cyd@stupidchicken.com>
6256 * nonascii.texi (Text Representations): Clarify position-bytes.
6257 (Character Sets): Add list-charset-chars.
6258 (Scanning Charsets): Add charset-after.
6259 (Encoding and I/O): Minor fix.
6260
62612005-03-06 Richard M. Stallman <rms@gnu.org>
6262
6263 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6264 (Resizing Windows): Likewise.
6265
6266 * text.texi (Change Hooks): Get rid of "Emacs 21".
6267
6268 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6269
6270 * streams.texi (Output Variables): Get rid of "Emacs 21".
6271
6272 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6273
6274 * os.texi (Translating Input): Replace flow-control example
6275 with a less obsolete example that uses `keyboard-translate'.
6276
6277 * objects.texi (Hash Table Type, Circular Objects):
6278 Get rid of "Emacs 21".
6279
6280 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6281 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6282
6283 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6284
6285 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6286
6287 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6288 (Menu Bar): Fix when menu-bar-update-hook is called.
6289
6290 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6291
6292 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6293 and make it read better.
6294
6295 * files.texi (Writing to Files): Get rid of "Emacs 21".
6296 (Unique File Names): Likewise.
6297
6298 * elisp.texi: Update Emacs version to 22.
6299
6300 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6301 (Overlay Properties, Face Attributes): Likewise.
6302 (Managing Overlays): Fix punctuation.
6303 (Attribute Functions): Clarify set-face-font; get rid of
6304 info about old Emacs versions.
6305 (Auto Faces, Font Lookup, Display Property, Images):
6306 Get rid of "Emacs 21".
6307
6308 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6309
63102005-03-05 Richard M. Stallman <rms@gnu.org>
6311
6312 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6313
63142005-03-04 Lute Kamstra <lute@gnu.org>
6315
6316 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6317
63182005-03-03 Lute Kamstra <lute@gnu.org>
6319
6320 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6321
63222005-03-01 Lute Kamstra <lute@gnu.org>
6323
6324 * debugging.texi (Debugger Commands): Update `j'.
6325
63262005-02-28 Lute Kamstra <lute@gnu.org>
6327
6328 * debugging.texi (Debugging): Fix typo.
6329 (Error Debugging): Document eval-expression-debug-on-error.
6330 (Function Debugging): Update example.
6331 (Using Debugger): Mention starred stack frames.
6332 (Debugger Commands): Document `j' and `l'.
6333 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6334 Update the messages that the debugger displays.
6335 (Internals of Debugger): Add cross reference. Update example.
6336 (Excess Open): Minor improvement.
6337 (Excess Close): Minor improvement.
6338
63392005-02-26 Richard M. Stallman <rms@gnu.org>
6340
6341 * tips.texi (Coding Conventions): Clarify.
6342 Put all the major mode key reservations together.
6343 Mention the Mouse-1 => Mouse-2 conventions.
6344
6345 * syntax.texi (Syntax Class Table): Clarify.
6346 (Syntax Table Functions): syntax-after moved from here.
6347 (Syntax Table Internals): syntax-after moved to here.
6348 (Parsing Expressions): Update info on number of values
6349 and what's meaningful in the STATE argument.
6350 (Categories): Fix typo.
6351
6352 * sequences.texi (Arrays): Cleanup.
6353 (Char-Tables): Clarify.
6354
6355 * processes.texi (Deleting Processes): Cleanups, add xref.
6356 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6357 (Process Information): set-process-coding-system, some args optional.
6358 (Input to Processes): Explain various types for PROCESS args.
6359 Rename them from PROCESS-NAME to PROCESS.
6360 (Signals to Processes): Likewise.
6361 (Decoding Output): Cleanup.
6362 (Query Before Exit): Clarify.
6363
6364 * os.texi (Startup Summary): Correct the options; add missing ones.
6365 (Terminal Output, Batch Mode): Clarify.
6366 (Flow Control): Node deleted.
6367
6368 * markers.texi (The Mark): Clarify.
6369
6370 * macros.texi (Expansion): Cleanup.
6371 (Indenting Macros): indent-spec allows ints, not floats.
6372
6373 * keymaps.texi (Keymaps): Clarify.
6374 (Format of Keymaps): Update lisp-mode-map example.
6375 (Active Keymaps, Key Lookup): Clarify.
6376 (Changing Key Bindings): Add xref to `kbd'.
6377 (Key Binding Commands, Simple Menu Items): Clarify.
6378 (Mouse Menus, Menu Bar): Clarify.
6379 (Menu Example): Replace print example with menu-bar-replace-menu.
6380
6381 * help.texi (Documentation Basics): Add function-documentation prop.
6382
6383 * elisp.texi (Top): Don't refer to Flow Control node.
6384
6385 * commands.texi (Command Overview): Improve xrefs.
6386 (Adjusting Point): Adjusting point applies to intangible and invis.
6387 (Key Sequence Input): Doc extra read-key-sequence args.
6388 Likewise for read-key-sequence-vector.
6389
6390 * backups.texi (Rename or Copy): Minor fix.
6391 (Numbered Backups): For version-control, say the default.
6392 (Auto-Saving): make-auto-save-file-name example is simplified.
6393
6394 * advice.texi (Advising Functions): Don't imply one part of Emacs
6395 should advise another part. Markup changes.
6396 (Defining Advice): Move transitional para.
6397 (Activation of Advice): Cleanup.
6398 Explain if COMPILE is nil or negative.
6399
6400 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6401
64022005-02-24 Lute Kamstra <lute@gnu.org>
6403
6404 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6405 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6406
64072005-02-23 Lute Kamstra <lute@gnu.org>
6408
6409 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6410 to define global minor modes as well.
6411
6412 * display.texi (Managing Overlays): overlay-buffer returns nil for
6413 deleted overlays.
6414
64152005-02-22 Kim F. Storm <storm@cua.dk>
6416
6417 * minibuf.texi (Basic Completion): Allow symbols in addition to
6418 strings in try-completion and all-completions.
6419
64202005-02-14 Lute Kamstra <lute@gnu.org>
6421
6422 * elisp.texi (Top): Remove reference to deleted node.
6423
6424 * lists.texi (Lists): Remove reference to deleted node.
6425 (Cons Cells): Fix typo.
6426
6427 * loading.texi (Where Defined): Fix typo.
6428
64292005-02-14 Richard M. Stallman <rms@gnu.org>
6430
6431 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6432 is useful for discarding some minor modes.
6433
6434 * symbols.texi (Symbol Components): Reorder examples.
6435
6436 * streams.texi (Input Functions): State standard-input default.
6437 (Output Variables): State standard-output default.
6438
6439 * objects.texi (Printed Representation): Clarify read syntax vs print.
6440 (Floating Point Type): Explain meaning better.
6441 (Symbol Type): Explain uniqueness better.
6442 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6443 List examples sooner.
6444 (Box Diagrams): New subnode broken out.
6445 Some examples moved from old Lists as Boxes node.
6446 (Dotted Pair Notation): Clarify intro.
6447 (Array Type): Clarify.
6448 (Type Predicates): Add hash-table-p.
6449
6450 * numbers.texi (Integer Basics): Clarify radix explanation.
6451 (Predicates on Numbers): Minor clarification.
6452 (Comparison of Numbers): Minor clarification. Clarify eql.
6453 Typos in min, max.
6454 (Math Functions): Clarify overflow in expt.
6455
6456 * minibuf.texi (Text from Minibuffer): Minor clarification.
6457 Mention arrow keys.
6458
6459 * loading.texi (Autoload): defun's doc string overrides autoload's
6460 doc string.
6461 (Repeated Loading): Modernize "add to list" examples.
6462 (Where Defined): Finish updating table of load-history elts.
6463
6464 * lists.texi (List-related Predicates): Minor wording improvement.
6465 (Lists as Boxes): Node deleted.
6466 (Building Lists): Explain trivial cases of number-sequence.
6467
6468 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6469 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6470 (Hash Access): Any object can be a key.
6471 State value of maphash.
6472
6473 * functions.texi (What Is a Function): Wording cleanup.
6474 (Function Documentation): Minor cleanup.
6475 Explain purpose of calling convention at end of doc string.
6476 (Function Names): Wording cleanup.
6477 (Calling Functions): Wording cleanup.
6478 Explain better how funcall calls the function.
6479 (Function Cells): Delete example of saving and redefining function.
6480
6481 * control.texi (Combining Conditions): Wording cleanup.
6482 (Iteration): dolist and dotimes bind VAR locally.
6483 (Cleanups): Xref to Atomic Changes.
6484
6485 * compile.texi (Byte Compilation): Delete 19.29 info.
6486 (Compilation Functions): Macros' difficulties don't affect defsubst.
6487 (Docs and Compilation): Delete 19.29 info.
6488
64892005-02-10 Richard M. Stallman <rms@gnu.org>
6490
6491 * objects.texi (Symbol Type): Minor correction.
6492
64932005-02-06 Lute Kamstra <lute@gnu.org>
6494
6495 * modes.texi (Example Major Modes): Fix typos.
6496
64972005-02-06 Richard M. Stallman <rms@gnu.org>
6498
6499 * text.texi (Margins): fill-nobreak-predicate can be one function.
6500
6501 * strings.texi (Modifying Strings): clear-string can make unibyte.
6502 (Formatting Strings): format gives error if values missing.
6503
6504 * positions.texi (Character Motion): Mention default arg
6505 for forward-char. backward-char refers to forward-char.
6506 (Word Motion): Mention default arg for forward-word.
6507 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6508 Simplify end-of-buffer.
6509 (Text Lines): Mention default arg for forward-line.
6510 (List Motion): Mention default arg for beginning/end-of-defun.
6511 (Skipping Characters): Minor fixes in explaining character-set.
6512
6513 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6514 Mode inheritance applies only when default-major-mode is nil.
6515 Clarifications.
6516 (Example Major Modes): Update Text mode and Lisp mode examples.
6517 (Minor Mode Conventions): Mention define-minor-mode at top.
6518 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6519 (Mode Line Format): Update mode line face display info.
6520 (Properties in Mode): Mention effect of risky vars.
6521 (Imenu): Define imenu-add-to-menubar.
6522 (Font Lock Mode): Add descriptions to menu lines.
6523 (Faces for Font Lock): Add font-lock-doc-face.
6524
65252005-02-05 Lute Kamstra <lute@gnu.org>
6526
6527 * text.texi (Maintaining Undo): Remove obsolete function.
6528
65292005-02-05 Eli Zaretskii <eliz@gnu.org>
6530
6531 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6532 color specifications. Improve indexing.
b8d4c8d0
GM
6533 (Text Terminal Colors): Replace the description of RGB values by
6534 an xref to "Color Names".
6535
65362005-02-03 Richard M. Stallman <rms@gnu.org>
6537
6538 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6539 Clarify.
6540 (Selecting Windows): Clarify save-selected-window.
6541 (Cyclic Window Ordering): Clarify walk-windows.
6542 (Window Point): Clarify.
6543 (Window Start): Add comment to example.
6544 (Resizing Windows): Add `interactive' specs in examples.
6545 Document fit-window-to-buffer.
6546
6547 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6548 (Undo, Maintaining Undo): Clarify last change.
6549 (Sorting): In sort-numeric-fields, explain about octal and hex.
6550 Mention sort-numeric-base.
6551 (Format Properties): Add xref for hard newlines.
6552
6553 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6554 (Pop-Up Menus): Fix typo.
6555 (Color Names): Explain all types of color names.
6556 Explain color-values on B&W terminal.
6557 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6558
6559 * files.texi (File Locks): Not supported on MS systems.
6560 (Testing Accessibility): Clarify.
6561
6562 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6563 (Coverage Testing): Fix typo.
6564
6565 * commands.texi (Misc Events): Remove stray space.
6566
6567 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6568 (Modification Time): Clarify when visited-file-modtime returns 0.
6569 (The Buffer List): Clarify bury-buffer.
6570 (Killing Buffers): Clarify.
6571 (Indirect Buffers): Add clone-indirect-buffer.
6572
65732005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6574
6575 * edebug.texi (Printing in Edebug): Fix default value of
6576 edebug-print-circle.
6577 (Coverage Testing): Fix displayed frequency count data.
6578
65792005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6580
6581 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6582
65832005-02-02 Kim F. Storm <storm@cua.dk>
6584
6585 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6586
65872005-01-29 Eli Zaretskii <eliz@gnu.org>
6588
6589 * commands.texi (Misc Events): Describe the help-echo event.
6590
6591 * text.texi (Special Properties) <help-echo>: Use `pos'
6592 consistently in description of the help-echo property.
6593 Use @code{nil} instead of @var{nil}.
6594
6595 * display.texi (Overlay Properties): Fix the index entry for
6596 help-echo overlay property.
6597
6598 * customize.texi (Type Keywords): Uncomment the xref to the
6599 help-echo property documentation.
6600
66012005-01-23 Kim F. Storm <storm@cua.dk>
6602
6603 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6604 return value. Third element FULLY replaced by PARTIAL which
6605 specifies number of invisible pixels if row is only partially visible.
6606 (Textual Scrolling): Mention auto-window-vscroll.
6607 (Vertical Scrolling): New defvar auto-window-vscroll.
6608
66092005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6610
6611 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6612 command remapping.
6613
66142005-01-15 Richard M. Stallman <rms@gnu.org>
6615
6616 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6617
66182005-01-14 Kim F. Storm <storm@cua.dk>
6619
6620 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6621
6622 * text.texi (Links and Mouse-1): Fix string and vector item.
6623
66242005-01-13 Richard M. Stallman <rms@gnu.org>
6625
6626 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6627 descriptions of overriding-local-map and overriding-terminal-local-map.
6628
6629 * text.texi (Links and Mouse-1): Clarify text.
6630
66312005-01-13 Kim F. Storm <storm@cua.dk>
6632
6633 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6634
66352005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6636
6637 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6638
66392005-01-12 Kim F. Storm <storm@cua.dk>
6640
6641 * text.texi (Links and Mouse-1): Rename section from Enabling
6642 Mouse-1 to Following Links. Change xrefs.
6643 Add examples for define-button-type and define-widget.
6644
6645 * display.texi (Button Properties, Button Buffer Commands):
6646 Clarify mouse-1 and follow-link functionality.
6647
66482005-01-12 Richard M. Stallman <rms@gnu.org>
6649
6650 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6651
6652 * display.texi (Beeping): Fix Texinfo usage.
6653
6654 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6655
66562005-01-11 Kim F. Storm <storm@cua.dk>
6657
6658 * display.texi (Button Properties, Button Buffer Commands):
6659 Mention mouse-1 binding. Add follow-link keyword.
6660
6661 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6662 (Enabling Mouse-1 to Follow Links): New subsection.
6663
66642005-01-06 Richard M. Stallman <rms@gnu.org>
6665
6666 * text.texi (Special Properties): Minor change.
6667
6668 * os.texi (Timers): Clarify previous change.
6669
6670 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6671
66722005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6673
6674 * display.texi (Face Attributes): Correct xref to renamed node.
6675
66762005-01-01 Richard M. Stallman <rms@gnu.org>
6677
6678 * display.texi (Face Attributes): Describe hex color specs.
6679
66802004-12-31 Richard M. Stallman <rms@gnu.org>
6681
6682 * os.texi (Timers): Update previous change.
6683
66842004-12-30 Kim F. Storm <storm@cua.dk>
6685
6686 * display.texi (Line Height): Total line-height is now specified
6687 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6688 in cons cells. (nil . RATIO) is relative to actual line height.
6689 Use line-height `t' instead of `0' to get minimum height.
6690
66912004-12-29 Richard M. Stallman <rms@gnu.org>
6692
6693 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6694
66952004-12-28 Richard M. Stallman <rms@gnu.org>
6696
6697 * commands.texi (Quitting): Clarify value of with-local-quit.
6698
6699 * elisp.texi (Top): Fix previous change.
6700
6701 * loading.texi (Loading): Fix previous change.
6702
67032004-12-27 Richard M. Stallman <rms@gnu.org>
6704
6705 * Makefile.in (MAKEINFO): Specify --force.
6706
6707 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6708
6709 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6710
6711 * display.texi (Line Height): Further clarify.
6712
6713 * elisp.texi (Top): Update Loading submenu.
6714
6715 * loading.texi (Where Defined): New node.
6716 (Unloading): load-history moved to Where Defined.
6717
67182004-12-21 Richard M. Stallman <rms@gnu.org>
6719
6720 * commands.texi (Event Input Misc): Add while-no-input.
6721
67222004-12-11 Richard M. Stallman <rms@gnu.org>
6723
6724 * display.texi (Line Height): Rewrite text for clarity.
6725
67262004-12-11 Kim F. Storm <storm@cua.dk>
6727
6728 * display.texi (Display): Add node "Line Height" to menu.
6729 (Line Height): New node. Move full description of line-spacing
6730 and line-height text properties here from text.texi.
6731 (Scroll Bars): Add vertical-scroll-bar variable.
6732
6733 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6734
6735 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6736 line-spacing and vertical-scroll-bar.
6737
6738 * text.texi (Special Properties): Just mention line-spacing and
6739 line-height here, add xref to new "Line Height" node.
6740
67412004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6742
6743 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6744
6745 * locals.texi (Standard Buffer-Local Variables):
6746 Add @xref for `line-spacing'.
6747
67482004-12-05 Richard M. Stallman <rms@gnu.org>
6749
6750 * Makefile.in (maintainer-clean): Remove the info files
6751 in $(infodir) where they are created.
6752
67532004-12-03 Richard M. Stallman <rms@gnu.org>
6754
6755 * windows.texi (Selecting Windows): get-lru-window and
6756 get-largest-window don't consider dedicated windows.
6757
6758 * text.texi (Undo): Document undo-in-progress.
6759
67602004-11-26 Richard M. Stallman <rms@gnu.org>
6761
6762 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6763 Remove a few vars that are not always buffer-local.
6764
67652004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6766
6767 * locals.texi (Standard Buffer-Local Variables): Comment out
6768 xref's to non-existent node `Yet to be written'.
6769
67702004-11-24 Richard M. Stallman <rms@gnu.org>
6771
6772 * processes.texi (Synchronous Processes): Grammar fix.
6773
6774 * numbers.texi (Comparison of Numbers): Add eql.
6775
6776 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6777
6778 * intro.texi (Printing Notation): Fix previous change.
6779
6780 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6781 and default-indicate-buffer-boundaries from here.
6782 (Usual Display): To here.
6783 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6784 (Usual Display): Move tab-width up.
6785
5dcb4c4e
SM
6786 * customize.texi (Variable Definitions):
6787 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6788 (Simple Types, Composite Types, Defining New Types):
6789 Minor cleanups.
6790
67912004-11-21 Jesper Harder <harder@ifa.au.dk>
6792
6793 * processes.texi (Synchronous Processes, Output from Processes):
6794 Markup fix.
6795
67962004-11-20 Richard M. Stallman <rms@gnu.org>
6797
6798 * positions.texi (Skipping Characters): skip-chars-forward
6799 now handles char classes.
6800
6801 * intro.texi (Printing Notation): Avoid confusion of `print'
6802 when explaining @print.
6803
6804 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6805
6806 * display.texi (Display Table Format): Minor fix.
6807
6808 * streams.texi (Output Functions): Fix print example.
6809
6810 * Makefile.in (elisp): New target.
6811 (dist): Depend on $(infodir)/elisp, not elisp.
6812 Copy the info files from $(infodir).
6813
6814 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6815 read-from-minibuffer.
6816
6817 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6818
68192004-11-19 Richard M. Stallman <rms@gnu.org>
6820
6821 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6822
68232004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6824
6825 * tips.texi (Coding Conventions): Fix typo.
6826
68272004-11-16 Richard M. Stallman <rms@gnu.org>
6828
6829 * tips.texi (Coding Conventions): Separate defvar and require
6830 methods to avoid warnings. Use require only when there are many
6831 functions and variables from that package.
6832
6833 * minibuf.texi (Minibuffer Completion): When ignoring case,
6834 predicate must not be case-sensitive.
6835
6836 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6837 (Test Coverage): Don't talk about "splotches". Clarified.
6838
68392004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6840
6841 * frames.texi (Window Frame Parameters): Fix typo.
6842
68432004-11-15 Kim F. Storm <storm@cua.dk>
6844
6845 * symbols.texi (Other Plists): Note that plist-get may signal error.
6846 Add safe-plist-get.
6847
68482004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6849
6850 * modes.texi (Font Lock Basics): Fix typo.
6851
68522004-11-08 Richard M. Stallman <rms@gnu.org>
6853
6854 * syntax.texi (Syntax Table Functions): Add syntax-after.
6855
68562004-11-06 Lars Brinkhoff <lars@nocrew.org>
6857
6858 * os.texi (Processor Run Time): New section documenting
6859 get-internal-run-time.
6860
68612004-11-06 Eli Zaretskii <eliz@gnu.org>
6862
6863 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6864 it nukes elisp-cover.texi.
6865 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6866 elisp-0 etc.
6867
68682004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6869
6870 * commands.texi (Keyboard Macros): Document `append' return value
6871 of `defining-kbd-macro'.
6872
68732004-11-01 Richard M. Stallman <rms@gnu.org>
6874
6875 * commands.texi (Interactive Call): Add called-interactively-p.
6876
68772004-10-29 Simon Josefsson <jas@extundo.com>
6878
6879 * minibuf.texi (Reading a Password): Revert.
6880
68812004-10-28 Richard M. Stallman <rms@gnu.org>
6882
6883 * frames.texi (Display Feature Testing): Explain about "vendor".
6884
68852004-10-27 Richard M. Stallman <rms@gnu.org>
6886
6887 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6888 not raw. Clarify `n'.
6889 (Interactive Call): Rewrite interactive-p, focusing on when
6890 and how to use it.
6891 (Misc Events): Clarify previous change.
6892
6893 * advice.texi (Simple Advice): Clarify what job the example does.
6894 (Around-Advice): Clarify ad-do-it.
6895 (Activation of Advice): An option of ad-default-compilation-action
6896 is `never', not `nil'.
6897
68982004-10-26 Kim F. Storm <storm@cua.dk>
6899
6900 * commands.texi (Interactive Codes): Add U code letter.
6901
69022004-10-25 Simon Josefsson <jas@extundo.com>
6903
6904 * minibuf.texi (Reading a Password): Add.
6905
69062004-10-24 Jason Rumney <jasonr@gnu.org>
6907
6908 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6909 and wheel-down.
6910
69112004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6912
6913 * processes.texi (Synchronous Processes): Document process-file.
6914
69152004-10-22 Kenichi Handa <handa@m17n.org>
6916
6917 * text.texi (translate-region): Document that it accepts also a
6918 char-table.
6919
69202004-10-22 David Ponce <david@dponce.com>
6921
6922 * windows.texi (Resizing Windows): Document the `preserve-before'
6923 argument of the functions `enlarge-window' and `shrink-window'.
6924
69252004-10-19 Jason Rumney <jasonr@gnu.org>
6926
6927 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6928
69292004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6930
6931 * text.texi (Filling): Add anchor for definition of
6932 `sentence-end-double-space'.
6933
6934 * searching.texi (Regexp Example): Update description of how
6935 Emacs currently recognizes the end of a sentence.
6936 (Standard Regexps): Update definition of the variable
6937 `sentence-end'. Add definition of the function `sentence-end'.
6938
69392004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6940
6941 * display.texi (Progress): New node.
6942
69432004-10-05 Kim F. Storm <storm@cua.dk>
6944
6945 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6946
69472004-09-29 Kim F. Storm <storm@cua.dk>
6948
6949 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6950 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6951 fringe bitmap symbols, as they now have their own namespace.
6952 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6953 vs. pixels. Signal error if no free bitmap slots.
6954 (Pixel Specification): Change IMAGE to @var{image}.
6955
69562004-09-28 Richard M. Stallman <rms@gnu.org>
6957
6958 * text.texi (Special Properties): Clarify line-spacing and line-height.
6959
6960 * searching.texi (Regexp Search): Add looking-back.
6961
69622004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * display.texi: Correct typos.
6965 (Image Descriptors): Correct xref's.
6966
69672004-09-25 Richard M. Stallman <rms@gnu.org>
6968
6969 * text.texi (Special Properties): Cleanups in `cursor'.
6970 Rewrites in `line-height' and `line-spacing'; exchange them.
6971
6972 * display.texi (Fringes): Rewrite previous change.
6973 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
6974 (Display Fringe Bitmaps): Node deleted, text moved.
6975 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
6976 (Scroll Bars): Clarify set-window-scroll-bars.
6977 (Pointer Shape): Rewrite.
6978 (Specified Space): Clarify :align-to, etc.
6979 (Pixel Specification): Use @var. Clarify new text.
6980 (Other Display Specs): Clarify `slice'.
6981 (Image Descriptors): Cleanups.
6982 (Showing Images): Cleanups.
6983
69842004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6985
6986 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
6987
6988 * modes.texi: Various minor changes in addition to:
6989 (Major Mode Conventions): Final call to `run-mode-hooks' should
6990 not be inside the `delay-mode-hooks' form.
6991 (Mode Hooks): New node.
6992 (Hooks): Delete obsolete example.
6993 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
6994 node "Mode Hooks".
6995
69962004-09-22 Luc Teirlinck <teirllm@auburn.edu>
6997
6998 * display.texi: Correct various typos.
6999 (Display): Rename node "Pointer Shapes" to "Pointer
7000 Shape". (There is already a node called "Pointer Shapes" in
7001 frames.texi.)
7002 (Images): Remove non-existent node "Image Slices" from menu.
7003
70042004-09-23 Kim F. Storm <storm@cua.dk>
7005
7006 * text.texi (Special Properties): Add `cursor', `pointer',
7007 `line-height', and `line-spacing' properties.
7008
7009 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7010 Shapes' to menu.
7011 (Standard Faces): Doc fix for fringe face.
7012 (Fringes): Add `overflow-newline-into-fringe' and
7013 'indicate-buffer-boundaries'.
7014 (Fringe Bitmaps, Pointer Shapes): New nodes.
7015 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7016 Bitmaps' to menu.
7017 (Specified Space): Describe pixel width and height.
7018 (Pixel Specification): New node.
7019 (Other Display Specs): Add `slice' property.
7020 (Display Fringe Bitmaps): New node.
7021 (Images): Add 'Image Slices' to menu.
7022 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7023 (Showing Images): Add slice arg to `insert-image'.
7024 Add 'insert-sliced-image'.
b8d4c8d0
GM
7025
70262004-09-20 Richard M. Stallman <rms@gnu.org>
7027
7028 * commands.texi (Key Sequence Input):
7029 Clarify downcasing in read-key-sequence.
7030
70312004-09-08 Juri Linkov <juri@jurta.org>
7032
7033 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7034
70352004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7036
5dcb4c4e
SM
7037 * locals.texi (Standard Buffer-Local Variables):
7038 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7039 * internals.texi (Buffer Internals): Describe new
7040 auto_save_file_format field of the buffer structure.
7041 * files.texi (Format Conversion): `auto-save-file-format' has been
7042 renamed `buffer-auto-save-file-format'.
7043
70442004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7045
7046 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7047 an integer or a marker.
7048 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7049
70502004-08-22 Richard M. Stallman <rms@gnu.org>
7051
7052 * modes.texi (Major Mode Conventions): Discuss rebinding of
7053 standard key bindings.
7054
70552004-08-18 Kim F. Storm <storm@cua.dk>
7056
7057 * processes.texi (Accepting Output): Add `just-this-one' arg to
7058 `accept-process-output'.
7059 (Output from Processes): New var `process-adaptive-read-buffering'.
7060
70612004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7062
7063 * keymaps.texi: Various changes in addition to:
7064 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7065 Give more varied examples for `kbd'.
7066 (Creating Keymaps): Char tables have slots for all characters
7067 without modifiers.
7068 (Active Keymaps): `overriding-local-map' and
7069 `overriding-terminal-local-map' also override text property and
7070 overlay keymaps.
7071 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7072 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7073 to denote a prefix of no events.
7074 `map-keymap' includes parent's bindings _recursively_.
7075 Clarify and correct description of `where-is-internal'.
7076 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7077 (Menu Example): For menus intended for use with the keyboard, the
7078 menu items should be bound to characters or real function keys.
7079
70802004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7081
7082 * objects.texi (Character Type): Reposition `@anchor' to prevent
7083 double space inside sentence in Info.
7084
7085 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7086 renamed to `disabled-command-function'.
7087 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7088 (Command Loop Info): Replace reference to it.
7089 (Disabling Commands): `disabled-command-hook' has been renamed to
7090 `disabled-command-function'.
7091
70922004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7093
7094 * os.texi (Translating Input): Only non-prefix bindings in
7095 `key-translation-map' override actual key bindings. Warn about
7096 possible indirect effect of actual key bindings on non-prefix
7097 bindings in `key-translation-map'.
7098
70992004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7100
7101 * minibuf.texi (High-Level Completion): Add anchor for definition
7102 of `read-variable'.
7103
7104 * commands.texi: Various changes in addition to:
7105 (Using Interactive): Clarify description of `interactive-form'.
7106 (Interactive Call): Mention default for KEYS argument to
7107 `call-interactively'.
7108 (Command Loop Info): Clarify description of `this-command-keys'.
7109 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7110 Value of `last-event-frame' can be `macro'.
7111 (Repeat Events): `double-click-fuzz' is also used to distinguish
7112 clicks and drags.
7113 (Classifying Events): Clarify descriptions of `event-modifiers'
7114 `event-basic-type' and `event-convert-list'.
7115 (Accessing Events): `posn-timestamp' takes POSITION argument.
7116 (Quoted Character Input): Clarify description of
7117 `read-quoted-char' and fix example.
7118 (Quitting): Add `with-local-quit'.
7119 (Disabling Commands): Correct and clarify descriptions of
7120 `enable-command' and `disable-command'.
7121 Mention what happens if `disabled-command-hook' is nil.
7122 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7123 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7124
71252004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7126
7127 * frames.texi: Various changes in addition to:
7128 (Creating Frames): Expand and clarify description of `make-frame'.
7129 (Window Frame Parameters): Either none or both of the `icon-left'
7130 and `icon-top' parameters must be specified. Put descriptions of
7131 `menu-bar-lines' and `toolbar-lines' closer together and change
7132 them accordingly.
7133 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7134 except while processing `frame-title-format' or `icon-title-format'.
7135 (Deleting Frames): Correct description of `delete-frame'.
7136 Non-nil return values of `frame-live-p' are like those of `framep'.
7137 (Frames and Windows): Mention return value of
7138 `set-frame-selected-window'.
7139 (Visibility of Frames): Mention `force' argument to
7140 `make-frame-invisible'. `frame-visible-p' returns t for all
7141 frames on text-only terminals.
7142 (Frame Configurations): Restoring a frame configuration does not
7143 restore deleted frames.
7144 (Window System Selections): `x-set-selection' returns DATA.
7145 (Resources): Add example.
7146 (Display Feature Testing): Clarify descriptions of
7147 `display-pixel-height', `display-pixel-width', `x-server-version'
7148 and `x-server-vendor'.
7149
7150 * windows.texi (Choosing Window): Add anchor.
7151 * minibuf.texi (Minibuffer Misc): Add anchor.
7152
71532004-07-23 John Paul Wallington <jpw@gnu.org>
7154
7155 * macros.texi (Defining Macros): Declaration keyword for setting
7156 Edebug spec is `debug' not `edebug'.
7157
71582004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * windows.texi: Various small changes in addition to:
7161 (Window Point): Mention return value of `set-window-point'.
7162 (Window Start): `pos-visible-in-window-p' disregards horizontal
7163 scrolling. Explain return value if PARTIALLY is non-nil.
7164 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7165 and `set-window-vscroll'.
7166 (Size of Window): The argument WINDOW to `window-inside-edges',
7167 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7168 (Resizing Windows): Explain return value of
7169 `shrink-window-if-larger-than-buffer'.
7170 `window-size-fixed' automatically becomes buffer local when set.
7171 (Window Configurations): Explain return value of
7172 `set-window-configuration'.
7173
7174 * minibuf.texi (Minibuffer Misc): Add anchor for
7175 `minibuffer-scroll-window'.
7176
7177 * positions.texi (Text Lines): Add anchor for `count-lines'.
7178
71792004-07-17 Richard M. Stallman <rms@gnu.org>
7180
7181 * display.texi (Overlay Properties): Adding `evaporate' prop
7182 deletes empty overlay immediately.
7183
7184 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7185 fix example.
7186
71872004-07-16 Jim Blandy <jimb@redhat.com>
7188
7189 * searching.texi (Regexp Backslash): Document new \_< and \_>
7190 operators.
7191
71922004-07-16 Juanma Barranquero <lektu@terra.es>
7193
7194 * display.texi (Images): Fix Texinfo usage.
7195
71962004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7197
7198 * buffers.texi (Modification Time): `visited-file-modtime' now
7199 returns a list of two integers, instead of a cons.
7200
72012004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7202
7203 * windows.texi: Various changes in addition to:
7204 (Splitting Windows): Add `split-window-keep-point'.
7205
72062004-07-09 Richard M. Stallman <rms@gnu.org>
7207
7208 * frames.texi (Input Focus): Minor fix.
7209
72102004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7211
7212 * frames.texi (Input Focus): Clarify descriptions of
7213 `select-frame-set-input-focus' and `select-frame'.
7214
72152004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7216
7217 * os.texi: Various small changes in addition to:
7218 (Killing Emacs): Expand and clarify description of
7219 `kill-emacs-query-functions' and `kill-emacs-hook'.
7220 (System Environment): Expand and clarify description of `getenv'
7221 and `setenv'.
7222 (Timers): Clarify description of `run-at-time'.
7223 (Translating Input): Correct description of
7224 `extra-keyboard-modifiers'.
7225 (Flow Control): Correct description of `enable-flow-control'.
7226
72272004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7228
7229 * os.texi: Update copyright.
7230 (Session Management): Grammar fix.
7231 Clarify which Emacs does the restarting.
7232 Use @samp for *scratch* buffer.
7233
72342004-07-04 Alan Mackenzie <acm@muc.de>
7235
7236 * frames.texi (Input Focus): Add documentation for
7237 `select-frame-set-input-focus'. Replace refs to non-existent
7238 `switch-frame' with `select-frame'. Minor corrections and tidying
7239 up of text-only terminal stuff.
7240
72412004-07-02 Richard M. Stallman <rms@gnu.org>
7242
7243 * files.texi (Saving Buffers): Cleanup write-contents-function.
7244 (Magic File Names): Cleanup file-remote-p.
7245
b344d29d 72462004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7247
7248 * files.texi (Magic File Names): `file-remote-p' returns an
7249 identifier of the remote system, not just t.
7250
72512004-07-02 David Kastrup <dak@gnu.org>
7252
7253 * searching.texi (Entire Match Data): Add explanation about new
7254 match-data behavior when @var{integers} is non-nil.
7255
72562004-06-24 Richard M. Stallman <rms@gnu.org>
7257
7258 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7259
7260 * customize.texi (Variable Definitions): Note about doc strings
7261 and :set.
7262
7263 * keymaps.texi (Keymap Terminology): Document `kbd'.
7264 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7265
7266 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7267 makes it buffer-local.
7268
7269 * files.texi (Saving Buffers): Correct previous change.
7270
7271 * commands.texi (Accessing Events):
7272 Clarify posn-col-row and posn-actual-col-row.
7273
72742004-06-24 David Ponce <david.ponce@wanadoo.fr>
7275
7276 * commands.texi (Accessing Events): New functions
7277 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7278
72792004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7280
7281 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7282 * frames.texi, buffers.texi, backups.texi, variables.texi:
7283 * loading.texi, eval.texi, functions.texi, control.texi:
7284 * symbols.texi, minibuf.texi: Reposition @anchor's.
7285
7286 * help.texi: Various small changes in addition to the following.
7287 (Describing Characters): Describe PREFIX argument to
7288 `key-description'. Correct and clarify definition of
7289 `text-char-description'. Describe NEED-VECTOR argument to
7290 `read-kbd-macro'.
7291 (Help Functions): Clarify definition of `apropos'.
7292
72932004-06-23 Lars Hansen <larsh@math.ku.dk>
7294
7295 * files.texi (Saving Buffers): Correct description of
7296 `write-contents-functions'.
7297
72982004-06-21 Juanma Barranquero <lektu@terra.es>
7299
7300 * display.texi (Images): Remove redundant @vindex directives.
7301 Rewrite `image-library-alist' doc in active voice.
7302
73032004-06-14 Juanma Barranquero <lektu@terra.es>
7304
7305 * display.texi (Images): Document new delayed library loading,
7306 variable `image-library-alist' and (existing but undocumented)
7307 function `image-type-available-p'.
7308
73092004-06-05 Richard M. Stallman <rms@gnu.org>
7310
7311 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7312 refer the user to the Initial Input node.
7313 (Text from Minibuffer): Likewise.
7314 (Initial Input): New node. Document this feature
7315 and say it is mostly deprecated.
7316
73172004-05-30 Richard M. Stallman <rms@gnu.org>
7318
7319 * loading.texi (Named Features): Clarify return value
7320 and meaning of NOERROR.
7321
7322 * variables.texi (File Local Variables): Minor cleanup.
7323
73242004-05-30 Michael Albinus <michael.albinus@gmx.de>
7325
7326 * files.texi (Magic File Names): Add `file-remote-p' as operation
7327 of file name handlers.
7328
73292004-05-29 Richard M. Stallman <rms@gnu.org>
7330
7331 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7332 as arg to a minor mode command.
7333
73342004-05-22 Richard M. Stallman <rms@gnu.org>
7335
7336 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7337
7338 * streams.texi (Output Variables): Doc float-output-format.
7339
7340 * searching.texi (Regexp Special): Nested repetition can be infloop.
7341
7342 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7343 real stack overflow.
7344
7345 * compile.texi: Minor cleanups.
7346
73472004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7348
7349 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7350 circular lists.
7351 (List Elements): Explain handling of circular and dotted lists.
7352
73532004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7354
7355 * modes.texi (Search-based Fontification): Fix typo.
7356
73572004-05-10 Juanma Barranquero <lektu@terra.es>
7358
7359 * modes.texi (Mode Line Variables): Fix description of
7360 global-mode-string, which is now after which-func-mode, not the
7361 buffer name.
7362
73632004-05-07 Lars Hansen <larsh@math.ku.dk>
7364
7365 * modes.texi (Desktop Save Mode): Add.
7366 (Modes): Add menu entry Desktop Save Mode.
7367
7368 * hooks.texi: Add desktop-after-read-hook,
7369 desktop-no-desktop-file-hook and desktop-save-hook.
7370
7371 * locals.texi: Add desktop-save-buffer.
7372
73732004-04-30 Jesper Harder <harder@ifa.au.dk>
7374
7375 * display.texi: emacs -> Emacs.
7376
73772004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7378
7379 * files.texi (Changing Files): Document set-file-times.
7380
73812004-04-23 Juanma Barranquero <lektu@terra.es>
7382
7383 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7384
73852004-04-18 Jesper Harder <harder@ifa.au.dk>
7386
7387 * tips.texi (Coding Conventions): defopt -> defcustom.
7388
73892004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7390
7391 * sequences.texi: Various clarifications.
7392
73932004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7394
7395 * buffers.texi (Read Only Buffers): Mention optional ARG to
7396 `toggle-read-only'.
7397
73982004-04-14 Nick Roberts <nick@nick.uklinux.net>
7399
7400 * windows.texi (Selecting Windows): Note that get-lru-window
7401 returns a full-width window if possible.
7402
74032004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7404
7405 * buffers.texi: Various changes in addition to:
7406 (Buffer File Name): Add `find-buffer-visiting'.
7407 (Buffer Modification): Mention optional ARG to `not-modified'.
7408 (Indirect Buffers): Mention optional CLONE argument to
7409 `make-indirect-buffer'.
7410
7411 * files.texi: Various changes in addition to:
7412 (Visiting Functions): `find-file-hook' is now a normal hook.
7413 (File Name Expansion): Explain difference between the way that
7414 `expand-file-name' and `file-truename' treat `..'.
7415 (Contents of Directories): Mention optional ID-FORMAT argument to
7416 `directory-files-and-attributes'.
7417 (Format Conversion): Mention new optional CONFIRM argument to
7418 `format-write-file'.
7419
74202004-04-12 Miles Bader <miles@gnu.org>
7421
7422 * macros.texi (Expansion): Add description of `macroexpand-all'.
7423
74242004-04-05 Jesper Harder <harder@ifa.au.dk>
7425
5dcb4c4e
SM
7426 * variables.texi (Variable Aliases):
7427 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7428
7429 * errors.texi (Standard Errors): Ditto.
7430
74312004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7432
7433 * backups.texi: Various small changes in addition to:
7434 (Making Backups): Mention return value of `backup-buffer'.
7435 (Auto-Saving): Mention optional FORCE argument to
7436 `delete-auto-save-file-if-necessary'.
7437 (Reverting): Mention optional PRESERVE-MODES argument to
7438 `revert-buffer'. Correct description of `revert-buffer-function'.
7439
74402004-03-22 Juri Linkov <juri@jurta.org>
7441
7442 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7443 with `Vector Functions'.
7444
7445 * text.texi (Sorting): Add missing quote.
7446
74472004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7448
7449 * intro.texi (Lisp History): Replace xref to `cl' manual with
7450 inforef.
7451
74522004-03-12 Richard M. Stallman <rms@gnu.org>
7453
7454 * intro.texi (Version Info): Add arg to emacs-version.
7455 (Lisp History): Change xref to CL manual.
7456
74572004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7460 for Partial Completion mode.
7461
74622004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7463
7464 * customize.texi: Fix typo. Remove eol whitespace.
7465
74662004-03-04 Richard M. Stallman <rms@gnu.org>
7467
7468 * processes.texi: Fix typos.
7469
7470 * lists.texi (Building Lists): Minor clarification.
7471
7472 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7473 in make-hash-table.
7474
74752004-02-29 Juanma Barranquero <lektu@terra.es>
7476
7477 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7478 rm, and ignore exit code.
7479
74802004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7481
7482 * display.texi (Defining Faces): Add description for min-colors.
7483 Update example.
7484
74852004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7486
7487 * abbrevs.texi: Various corrections and clarifications in addition
7488 to the following:
7489 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7490
74912004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7492
7493 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7494
74952004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * text.texi: Various small changes in addition to the following:
7498 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7499 to delete-horizontal-space.
7500 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7501 description of yank-handler text property at various places.
7502
7503 * frames.texi (Window System Selections): Add anchor.
7504
7505 * syntax.texi (Syntax Table Functions): Clarify and correct
7506 descriptions of make-syntax-table and copy-syntax-table.
7507 (Motion and Syntax): Clarify SYNTAXES argument to
7508 skip-syntax-forward.
7509 (Parsing Expressions): Mention that the return value of
7510 parse-partial-sexp is currently a list of ten rather than nine
7511 elements.
7512 (Categories): Various corrections and clarifications.
7513
75142004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7515
7516 * markers.texi (Marker Insertion Types): Minor change.
7517
7518 * locals.texi (Standard Buffer-Local Variables):
7519 * commands.texi (Interactive Codes, Using Interactive):
7520 * functions.texi (Related Topics): Fix xrefs.
7521
75222004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7523
7524 * lists.texi (Sets And Lists): Update description of delete-dups.
7525
75262004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7527
7528 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7529
c8763fb6 75302004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7531
7532 * frames.texi (Parameter Access): frame-parameters arg is optional.
7533 modify-frame-parameters handles nil for FRAME.
7534 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7535 are all-or-nothing for certain toolkits.
7536 Mention parameter wait-for-wm.
7537 (Frames and Windows): In frame-first-window and frame-selected-window
7538 the arg is optional.
7539 (Input Focus): In redirect-frame-focus the second arg is optional.
7540 (Window System Selections): Mention selection type CLIPBOARD.
7541 Mention data-type UTF8_STRING.
7542 Mention numbering of cut buffers.
7543 (Resources): Describe x-resource-name.
7544
75452004-02-16 Richard M. Stallman <rms@gnu.org>
7546
7547 * windows.texi (Buffers and Windows): Delete false table
7548 about all-frames.
7549
7550 * syntax.texi (Parsing Expressions): Delete old caveat
7551 about parse-sexp-ignore-comments.
7552
7553 * streams.texi (Output Variables): Add print-quoted.
7554
7555 * lists.texi (Building Lists): Minor cleanup.
7556
7557 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7558
7559 * display.texi (Overlays): Explain overlays use markers.
7560 (Managing Overlays): Explain front-advance and rear-advance
7561 in more detail.
7562
7563 * loading.texi (Unloading): Document unload-feature-special-hooks.
7564 Get rid of fns-NNN.el file.
7565
75662004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7567
7568 * help.texi (Describing Characters): Fix text-char-description
7569 example output.
7570
7571 * edebug.texi (Using Edebug): Fix example.
7572
7573 * debugging.texi (Internals of Debugger): Fix return value.
7574
7575 * files.texi (Changing Files): Fix argname.
7576
7577 * calendar.texi: Fix parens, and default values.
7578
7579 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7580 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7581 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7582
7583 * positions.texi (Text Lines): Don't add -1 in current-line.
7584
75852004-02-16 Richard M. Stallman <rms@gnu.org>
7586
7587 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7588
75892004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7590
7591 * processes.texi (Low-Level Network): Fix a typo.
7592
75932004-02-12 Kim F. Storm <storm@cua.dk>
7594
7595 * display.texi (Fringes): Use consistent wording.
7596 Note that window-fringe's window arg is optional.
7597 (Scroll Bars): Use consistent wording.
7598
75992004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7600
7601 * tips.texi (Comment Tips): Document the new conventions for
7602 commenting out code.
7603
c8763fb6 76042004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7605
5dcb4c4e 7606 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7607
76082004-02-07 Kim F. Storm <storm@cua.dk>
7609
7610 * positions.texi (Text Lines): Add line-number-at-pos.
7611
76122004-02-06 John Paul Wallington <jpw@gnu.org>
7613
7614 * display.texi (Button Properties, Button Buffer Commands):
7615 mouse-2 invokes button, not down-mouse-1.
7616
76172004-02-04 Jason Rumney <jasonr@gnu.org>
7618
7619 * makefile.w32-in: Sync with Makefile.in changes.
7620
76212004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7622
7623 * minibuf.texi (Text from Minibuffer): Various corrections and
7624 clarifications.
7625 (Object from Minibuffer): Correct Lisp description of
7626 read-minibuffer.
7627 (Minibuffer History): Clarify description of cons values for
7628 HISTORY arguments.
5dcb4c4e
SM
7629 (Basic Completion): Various corrections and clarifications.
7630 Add completion-regexp-list.
b8d4c8d0
GM
7631 (Minibuffer Completion): Correct and clarify description of
7632 completing-read.
5dcb4c4e
SM
7633 (Completion Commands): Mention Partial Completion mode.
7634 Various other minor changes.
b8d4c8d0
GM
7635 (High-Level Completion): Various corrections and clarifications.
7636 (Reading File Names): Ditto.
7637 (Minibuffer Misc): Ditto.
7638
76392004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7640
7641 * strings.texi (Text Comparison): assoc-string also matches
7642 elements of alists that are strings instead of conses.
7643 (Formatting Strings): Standardize Texinfo usage. Update index
7644 entries.
7645
76462004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7647
7648 * lists.texi (Sets And Lists): Add delete-dups.
7649
76502004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7651
7652 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7653 special form.
7654 * macros.texi (Defining Macros): Update description of `declare',
7655 which now is a macro.
7656 (Wrong Time): Fix typos.
7657
76582004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7659
7660 * compile.texi (Compilation Functions): Expand descriptions of
7661 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7662 and `batch-byte-compile'. In particular, mention and describe
7663 all optional arguments.
7664 (Disassembly): Correct and clarify the description of `disassemble'.
7665
76662004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7667
7668 * searching.texi: Various small changes in addition to the
7669 following.
7670 (Regexp Example): Adapt to new value of `sentence-end'.
7671 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7672 `words'.
7673 (Search and Replace): Add usage note for `perform-replace'.
7674 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7675 `match-data'.
7676 (Standard Regexps): Update for new values of `paragraph-start'
7677 and `sentence-end'.
7678
76792004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7680
7681 * files.texi (Saving Buffers): Clarify descriptions of
7682 `write-contents-functions' and `before-save-hook'.
7683 Make the defvar's for `before-save-hook' and `after-save-hook'
7684 into defopt's.
7685
76862004-01-07 Kim F. Storm <storm@cua.dk>
7687
7688 * commands.texi (Click Events): Describe new image and
7689 width/height elements of click events.
7690 (Accessing Events): Add posn-string, posn-image, and
7691 posn-object-width-height. Change posn-object to return either
7692 image or string object.
7693
76942004-01-01 Simon Josefsson <jas@extundo.com>
7695
7696 * hooks.texi (Standard Hooks): Add before-save-hook.
7697 * files.texi (Saving Buffers): Likewise.
7698
76992004-01-03 Richard M. Stallman <rms@gnu.org>
7700
7701 * frames.texi (Frames and Windows): Delete frame-root-window.
7702
77032004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7704
7705 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7706
7707 * functions.texi: Various small changes in addition to the
7708 following.
5dcb4c4e
SM
7709 (What Is a Function): `functionp' returns nil for macros.
7710 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7711 (Function Documentation): Add `\' in front of (fn @var{arglist})
7712 and explain why.
7713 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7714 Add anchor.
7715 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7716
77172004-01-01 Miles Bader <miles@gnu.org>
7718
7719 * display.texi (Buttons): New section.
7720
77212003-12-31 Andreas Schwab <schwab@suse.de>
7722
7723 * numbers.texi (Math Functions): sqrt reports a domain-error
7724 error.
7725 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7726
77272003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7728
7729 * tips.texi (Documentation Tips): Update item on hyperlinks in
7730 documentation strings.
7731
7732 * errors.texi (Standard Errors): Various small corrections and
7733 additions.
7734
7735 * control.texi: Various small changes in addition to the
7736 following.
7737 (Signaling Errors): Provide some more details on how `signal'
7738 constructs the error message. Add anchor to the definition of
7739 `signal'.
7740 (Error Symbols): Describe special treatment of `quit'.
7741 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7742 to emphasize that it has to be a single form.
7743
7744 * buffers.texi: Add anchor.
7745
77462003-12-29 Richard M. Stallman <rms@gnu.org>
7747
7748 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7749 (Window Configurations): Add window-configuration-frame.
7750
7751 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7752
7753 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7754 Change arg name in get-char-property.
7755 (Special Properties): Update handling of keymap property.
7756
7757 * strings.texi (Modifying Strings): Add clear-string.
7758 (Text Comparison): Add assoc-string and remove
7759 assoc-ignore-case, assoc-ignore-representation.
7760
7761 * os.texi (Time of Day): Add set-time-zone-rule.
7762
7763 * numbers.texi (Math Functions): asin, acos, log, log10
7764 report domain-error errors.
7765
7766 * nonascii.texi (Converting Representations):
7767 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7768 (Encoding and I/O): Add file-name-coding-system.
7769
7770 * modes.texi (Search-based Fontification): Explain that
7771 face specs are symbols with face names as values.
7772
7773 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7774
7775 * lists.texi (Building Lists): remq moved elsewhere.
7776 (Sets And Lists): remq moved here.
7777 (Association Lists): Refer to assoc-string.
7778
7779 * internals.texi (Garbage Collection): Add memory-use-counts.
7780
7781 * frames.texi (Frames and Windows): Add set-frame-selected-window
7782 and frame-root-window.
7783
7784 * files.texi (Contents of Directories):
7785 Add directory-files-and-attributes.
7786
7787 * display.texi (Refresh Screen): Add force-window-update.
7788 (Invisible Text): Explain about moving point out of invis text.
7789 (Overlay Properties): Add overlay-properties.
7790 (Managing Overlays): Add overlayp.
7791 (GIF Images): Invalid image number displays a hollow box.
7792
7793 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7794 (Killing Buffers): Add buffer-live-p.
7795
77962003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7797
7798 * display.texi (Fringes): Fix typo "set-buffer-window".
7799
78002003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7801
7802 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7803 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7804 Add or change various xrefs and anchors.
7805
7806 * commands.texi: Replace all occurrences of @acronym{CAR} with
7807 @sc{car}, for consistency with the rest of the Elisp manual.
7808 `car' and `cdr' are historically acronyms, but are no longer
7809 widely thought of as such.
7810
7811 * internals.texi (Pure Storage): Mention that `purecopy' does not
7812 copy text properties.
7813 (Object Internals): Now 29 bits are used (in most implementations)
7814 to address Lisp objects.
7815
7816 * variables.texi (Variables with Restricted Values): New node.
7817
7818 * objects.texi (Lisp Data Types): Mention that certain variables
7819 can only take on a restricted set of values and add an xref to
7820 the new node "Variables with Restricted Values".
7821
7822 * eval.texi (Function Indirection): Describe the errors that
7823 `indirect-function' can signal.
7824 (Eval): Clarify the descriptions of `eval-region' and `values'.
7825 Describe `eval-buffer' instead of `eval-current-buffer' and
7826 mention `eval-current-buffer' as an alias for `current-buffer'.
7827 Correct the description and mention all optional arguments.
7828
7829 * nonascii.texi: Various small changes in addition to the
7830 following.
7831 (Converting Representations): Clarify behavior of
7832 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7833 ASCII arguments.
7834 (Character Sets): Document the variable `charset-list' and adapt
7835 the definition of the function `charset-list' accordingly.
7836 (Translation of Characters): Clarify use of generic characters in
7837 `make-translation-table'. Clarify and correct the description of
7838 the use of translation tables in encoding and decoding.
7839 (User-Chosen Coding Systems): Correct and clarify the description
7840 of `select-safe-coding-system'.
7841 (Default Coding Systems): Clarify description of
7842 `file-coding-system-alist'.
7843
78442003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7845
7846 * strings.texi (Text Comparison): Correctly describe when two
7847 strings are `equal'. Combine and clarify descriptions of
7848 `assoc-ignore-case' and `assoc-ignore-representation'.
7849
7850 * objects.texi (Non-ASCII in Strings): Clarify description of
7851 when a string is unibyte or multibyte.
7852 (Bool-Vector Type): Update examples.
7853 (Equality Predicates): Correctly describe when two strings are
7854 `equal'.
7855
78562003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7857
7858 * lists.texi (Building Lists): `append' no longer accepts integer
7859 arguments. Update the description of `number-sequence' to reflect
7860 recent changes.
7861 (Sets And Lists): Describe `member-ignore-case' after `member'.
7862
78632003-11-27 Kim F. Storm <storm@cua.dk>
7864
7865 * commands.texi (Click Events): Click object may be an images.
7866 Describe (dx . dy) element of click positions.
7867 (Accessing Events): Remove duplicate posn-timestamp.
7868 New functions posn-object and posn-object-x-y.
7869
78702003-11-23 Kim F. Storm <storm@cua.dk>
7871
7872 * commands.texi (Click Events): Describe enhancements to event
7873 position lists, including new text-pos and (col . row) items.
7874 Mention left-fringe and right-fringe area events.
7875 (Accessing Events): New functions posn-area and
7876 posn-actual-col-row. Mention posn-timestamp. Mention that
7877 posn-point in non-text area still returns buffer position.
7878 Clarify posn-col-row.
7879
78802003-11-21 Lars Hansen <larsh@math.ku.dk>
7881
7882 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7883 * anti.texi (File Attributes): Describe removed parameter
7884 ID-FORMAT.
7885
78862003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * positions.texi (Positions): Mention that, if a marker is used as
7889 a position, its buffer is ignored.
7890
7891 * markers.texi (Overview of Markers): Mention it here too.
7892
78932003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7894
7895 * numbers.texi (Numeric Conversions): Not just `floor', but also
7896 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7897
78982003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7899
7900 * markers.texi (Creating Markers): Specify insertion type of
7901 created markers. Add xref to `Marker Insertion Types'.
7902 Second argument to `copy-marker' is optional.
7903 (Marker Insertion Types): Mention that most markers are created
7904 with insertion type nil.
7905 (The Mark): Correctly describe when `mark' signals an error.
7906 (The Region): Correctly describe when `region-beginning' and
7907 `region-end' signal an error.
7908
79092003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7910
7911 * hash.texi (Creating Hash): Clarify description of `eql'.
7912 `makehash' is obsolete.
7913 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7914
7915 * positions.texi (Point): Change description of `buffer-end', so
7916 that it is also correct for floating point arguments.
7917 (List Motion): Correct argument lists of `beginning-of-defun' and
7918 `end-of-defun'.
7919 (Excursions): Add xref to `Marker Insertion Types'.
7920 (Narrowing): Argument to `narrow-to-page' is optional.
7921
79222003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7923
7924 * streams.texi (Output Streams): Clarify behavior of point for
7925 marker output streams.
7926
79272003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7928
7929 * variables.texi (Defining Variables): Second argument to
7930 `defconst' is not optional.
7931 (Setting Variables): Mention optional argument APPEND to
7932 `add-to-list'.
7933 (Creating Buffer-Local): Expand description of
7934 `make-variable-buffer-local'.
7935 (Frame-Local Variables): Expand description of
7936 `make-variable-frame-local'.
7937 (Variable Aliases): Correct description of optional argument
7938 DOCSTRING to `defvaralias'. Mention return value of
7939 `defvaralias'.
7940 (File Local Variables): Add xref to `File variables' in Emacs
7941 Manual. Correct description of `hack-local-variables'. Mention
7942 `safe-local-variable' property. Mention optional second argument
7943 to `risky-local-variable-p'.
7944
79452003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7946
7947 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7948
79492003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7950
7951 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7952 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7953 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7954 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7955 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7956 lispref/processes.texi, lispref/searching.texi,
7957 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7958 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7959 @acronym{FOO}.
7960
79612003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * strings.texi (Creating Strings): Argument START to `substring'
7964 can not be `nil'. Expand description of
7965 `substring-no-properties'. Correct description of `split-string',
7966 especially with respect to empty matches. Prevent very bad line
7967 break in definition of `split-string-default-separators'.
7968 (Text Comparison): `string=' and `string<' also accept symbols as
7969 arguments.
7970 (String Conversion): More completely describe argument BASE in
7971 `string-to-number'.
7972 (Formatting Strings): `%s' and `%S' in `format' do require
7973 corresponding object. Clarify behavior of numeric prefix after
7974 `%' in `format'.
7975 (Case Conversion): The argument to `upcase-initials' can be a
7976 character.
7977
79782003-10-27 Kenichi Handa <handa@m17n.org>
7979
7980 * display.texi (Fontsets): Fix texinfo usage.
7981
79822003-10-25 Kenichi Handa <handa@m17n.org>
7983
7984 * display.texi (Fontsets): Add description of the function
7985 set-fontset-font.
7986
79872003-10-23 Luc Teirlinck <teirllm@auburn.edu>
7988
7989 * display.texi (Temporary Displays): Add xref to `Documentation
7990 Tips'.
7991
7992 * functions.texi (Function Safety): Use inforef instead of pxref
7993 for SES.
7994
79952003-10-23 Andreas Schwab <schwab@suse.de>
7996
7997 * Makefile.in (TEX, texinputdir): Don't define.
7998 (TEXI2DVI): Define.
7999 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8000 add $(srcdir)/index.texi.
8001 ($(infodir)/elisp): Remove index.texi dependency.
8002 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8003 (index.texi): Remove target.
8004 (dist): Don't link $(srcdir)/permute-index.
8005 (clean): Don't remove index.texi.
8006
8007 * permute-index, index.perm: Remove.
8008 * index.texi: Rename from index.unperm.
8009
80102003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * tips.texi (Documentation Tips): Document new behavior for face
8013 and variable hyperlinks in Help mode.
8014
80152003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8016
8017 * objects.texi (Integer Type): Update for extra bit of integer range.
8018 (Character Type): Ditto.
8019
80202003-10-16 Eli Zaretskii <eliz@gnu.org>
8021
8022 * numbers.texi (Integer Basics): Add index entries for reading
8023 numbers in hex, octal, and binary.
8024
80252003-10-16 Lute Kamstra <lute@gnu.org>
8026
8027 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8028 argument.
8029
80302003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8031
8032 * windows.texi (Choosing Window): Fix typo.
8033 * edebug.texi (Edebug Execution Modes): Fix typo.
8034
80352003-10-13 Richard M. Stallman <rms@gnu.org>
8036
8037 * windows.texi (Basic Windows): A window has fringe settings,
8038 display margins and scroll-bar settings.
8039 (Splitting Windows): Doc split-window return value.
8040 Clean up one-window-p.
8041 (Selecting Windows): Fix typo.
8042 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8043 (Buffers and Windows): In set-window-buffer, explain effect
8044 on fringe settings and scroll bar settings.
8045 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8046 (Choosing Window): Use defopt for pop-up-frame-function.
8047 For special-display-buffer-names, explain same-window and same-frame.
8048 Clarify window-dedicated-p return value.
8049 (Textual Scrolling): scroll-up and scroll-down can get an error.
8050 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8051 Clarify set-window-hscroll.
8052 (Size of Window): Don't mention tool bar in window-height.
8053 (Coordinates and Windows): Explain what coordinates-in-window-p
8054 returns for fringes and display margins.
8055 (Window Configurations): Explain saving fringes, etc.
8056
8057 * tips.texi (Library Headers): Clean up Documentation.
8058
8059 * syntax.texi (Parsing Expressions): Clean up forward-comment
8060 and parse-sexp-lookup-properties.
8061
8062 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8063
8064 * os.texi (System Environment): Clean up text for load-average errors.
8065
8066 * modes.texi (Hooks): Don't explain local hook details at front.
8067 Clarify run-hooks and run-hook-with-args a little.
8068 Clean up add-hook and remove-hook.
8069
8070 * edebug.texi (Edebug Execution Modes): Clarify t.
8071 Document edebug-sit-for-seconds.
8072 (Coverage Testing): Document C-x X = and =.
8073 (Instrumenting Macro Calls): Fix typo.
8074 (Specification List): Don't index the specification keywords.
8075
80762003-10-10 Kim F. Storm <storm@cua.dk>
8077
8078 * processes.texi (Network): Introduce make-network-process.
8079
80802003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8081
8082 * tips.texi (Library Headers): Fix typo.
8083
80842003-10-07 Juri Linkov <juri@jurta.org>
8085
8086 * modes.texi (Imenu): Mention imenu-create-index-function's
8087 default value. Explain submenus better.
8088
80892003-10-07 Lute Kamstra <lute@gnu.org>
8090
8091 * modes.texi (Faces for Font Lock): Fix typo.
8092 (Hooks): Explain how buffer-local hook variables can refer to
8093 global hook variables.
8094 Various minor clarifications.
8095
80962003-10-06 Lute Kamstra <lute@gnu.org>
8097
8098 * tips.texi (Coding Conventions): Mention naming conventions for
8099 hooks.
8100
81012003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8102
8103 * loading.texi (Library Search): Correct default value of
8104 load-suffixes.
8105 (Named Features): Fix typo.
8106
81072003-10-05 Richard M. Stallman <rms@gnu.org>
8108
8109 * loading.texi (Named Features): In `provide',
8110 say how to test for subfeatures.
8111 (Unloading): In unload-feature, use new var name
8112 unload-feature-special-hooks.
8113
81142003-10-03 Lute Kamstra <lute@gnu.org>
8115
8116 * modes.texi (Major Mode Conventions): Mention third way to set up
8117 Imenu.
8118 (Imenu): A number of small fixes.
8119 Delete documentation of internal variable imenu--index-alist.
8120 Document the return value format of imenu-create-index-function
8121 functions.
8122
81232003-09-30 Richard M. Stallman <rms@gnu.org>
8124
8125 * processes.texi (Network): Say what stopped datagram connections do.
8126
8127 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8128
8129 * display.texi (Overlay Properties): Clarify `evaporate' property.
8130
81312003-09-29 Lute Kamstra <lute@gnu.org>
8132
8133 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8134 constructs should be marked as risky.
8135 Change cons cell into proper list.
8136 (Mode Line Variables): Change cons cell into proper list.
8137
81382003-09-26 Lute Kamstra <lute@gnu.org>
8139
8140 * modes.texi (Mode Line Data): Document the :propertize construct.
8141 (Mode Line Variables): Reorder the descriptions of the variables
8142 to match their order in the default mode-line-format.
8143 Describe the new variables mode-line-position and mode-line-modes.
8144 Update the default values of mode-line-frame-identification,
8145 minor-mode-alist, and default-mode-line-format.
8146 (Properties in Mode): Mention the :propertize construct.
8147
81482003-09-26 Richard M. Stallman <rms@gnu.org>
8149
8150 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8151 * loading.texi, minibuf.texi, text.texi, variables.texi:
8152 Avoid @strong{Note:}.
8153
81542003-09-26 Richard M. Stallman <rms@gnu.org>
8155
8156 * keymaps.texi (Remapping Commands): Fix typo.
8157
81582003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8159
8160 * processes.texi (Low-Level Network): Fix typo.
8161
81622003-09-23 Kim F. Storm <storm@cua.dk>
8163
8164 * processes.texi (Network, Network Servers): Fix typos.
8165 (Low-Level Network): Add timeout value for :server keyword.
8166 Add new option keywords to make-network-process.
8167 Add set-network-process-options.
8168 Explain how to test availability of network options.
8169
81702003-09-19 Richard M. Stallman <rms@gnu.org>
8171
8172 * text.texi (Motion by Indent): Arg to
8173 backward-to-indentation and forward-to-indentation is optional.
8174
8175 * strings.texi (Creating Strings): Add substring-no-properties.
8176
8177 * processes.texi
8178 (Process Information): Add list-processes arg QUERY-ONLY.
8179 Delete process-contact from here.
8180 Add new status values for process-status.
8181 Add process-get, process-put, process-plist, set-process-plist.
8182 (Synchronous Processes): Add call-process-shell-command.
8183 (Signals to Processes): signal-process allows process objects.
8184 (Network): Complete rewrite.
8185 (Network Servers, Datagrams, Low-Level Network): New nodes.
8186
8187 * positions.texi (Word Motion): forward-word, backward-word
8188 arg is optional. Reword.
8189
8190 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8191
8192 * variables.texi (Creating Buffer-Local):
8193 Delete duplicate definition of buffer-local-value.
8194 (File Local Variables): Explain about discarding text props.
8195
81962003-09-11 Richard M. Stallman <rms@gnu.org>
8197
8198 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8199 changes variables that record input events.
8200 (Minibuffer Misc): Add minibuffer-selected-window.
8201
8202 * lists.texi (Building Lists): Add copy-tree.
8203
8204 * display.texi (Fontsets): Add char-displayable-p.
8205 (Scroll Bars): New node.
8206
82072003-09-08 Lute Kamstra <lute@gnu.org>
8208
8209 * modes.texi (%-Constructs): Document new `%i' and `%I'
8210 constructs.
8211
82122003-09-03 Peter Runestig <peter@runestig.com>
8213
8214 * makefile.w32-in: New file.
8215
82162003-08-29 Richard M. Stallman <rms@gnu.org>
8217
8218 * display.texi (Overlay Properties): Clarify how priorities
8219 affect use of the properties.
8220
82212003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8222
8223 * customize.texi (Type Keywords): Correct the description of
8224 `:help-echo' in the case where `motion-doc' is a function.
8225
82262003-08-14 John Paul Wallington <jpw@gnu.org>
8227
8228 * modes.texi (Emulating Mode Line): Subsection, not section.
8229
82302003-08-13 Richard M. Stallman <rms@gnu.org>
8231
8232 * elisp.texi (Top): Update subnode lists in menu.
8233
8234 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8235 (Kill Functions): kill-region has new arg yank-handler.
8236 (Yanking): New node.
8237 (Yank Commands): Add yank-undo-function.
8238 (Low-Level Kill Ring):
8239 kill-new and kill-append have new arg yank-handler.
8240 (Changing Properties): Add remove-list-of-text-properties.
8241 (Atomic Changes): New node.
8242
8243 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8244
8245 * streams.texi (Output Variables): Add eval-expression-print-length
8246 and eval-expression-print-level.
8247
8248 * os.texi (Time Conversion): For encode-time, explain limits on year.
8249
8250 * objects.texi (Character Type): Define anchor "modifier bits".
8251
8252 * modes.texi (Emulating Mode Line): New node.
8253 (Search-based Fontification): Font Lock uses font-lock-face property.
8254 (Other Font Lock Variables): Likewise.
8255
8256 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8257 not vectors.
8258 (Active Keymaps): Add emulation-mode-map-alists.
8259 (Functions for Key Lookup): key-binding has new arg no-remap.
8260 (Remapping Commands): New node.
8261 (Scanning Keymaps): where-is-internal has new arg no-remap.
8262 (Tool Bar): Add tool-bar-local-item-from-menu.
8263 Clarify when to use tool-bar-add-item-from-menu.
8264
8265 * commands.texi (Interactive Call): commandp has new arg.
8266 (Command Loop Info): Add this-original-command.
8267
82682003-08-06 John Paul Wallington <jpw@gnu.org>
8269
8270 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8271
8272 * display.texi (Warning Basics): Fix typo.
8273 (Fringes): Add closing curly bracket and fix typo.
8274
8275 * elisp.texi (Top): Fix typo.
8276
82772003-08-05 Richard M. Stallman <rms@gnu.org>
8278
8279 * elisp.texi: Update lists of subnodes.
8280
8281 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8282
8283 * variables.texi (Local Variables): Use lc for example variable names.
8284
8285 * tips.texi (Library Headers): Explain where to put -*-.
8286
8287 * strings.texi (Creating Strings): Fix xref for vconcat.
8288
8289 * sequences.texi (Vector Functions):
8290 vconcat no longer allows integer args.
8291
8292 * minibuf.texi (Reading File Names): read-file-name has new
8293 arg PREDICATE. New function read-directory-name.
8294
c4cc8b9a 8295 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8296 (Indenting Macros): New node.
8297
8298 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8299 (Window Frame Parameters): Make separate table of parameters
8300 that are coupled with specific face attributes.
8301 (Deleting Frames): delete-frame-hooks renamed to
8302 delete-frame-functions.
8303
8304 * files.texi (Magic File Names): Add file-remote-p.
8305 Clarify file-local-copy.
8306
8307 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8308 here; instead xref Defining Macros.
8309
8310 * display.texi (Warnings): New node, and subnodes.
8311 (Fringes): New node.
8312
8313 * debugging.texi (Test Coverage): New node.
8314
8315 * compile.texi (Compiler Errors): Explain with-no-warnings
8316 and other ways to suppress warnings.
8317
8318 * commands.texi (Interactive Call): Minor clarification.
8319
8320 * buffers.texi (Buffer File Name): set-visited-file-name
8321 renames the buffer too.
8322
8323 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8324
83252003-07-24 Markus Rost <rost@math.ohio-state.edu>
8326
8327 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8328
83292003-07-22 Markus Rost <rost@math.ohio-state.edu>
8330
8331 * internals.texi (Garbage Collection): Fix previous change.
8332
83332003-07-22 Richard M. Stallman <rms@gnu.org>
8334
8335 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8336
8337 * display.texi (Width): Use \s syntax in example.
8338 (Font Selection): Add face-font-rescale-alist.
8339
8340 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8341 Remove spurious indent in example.
8342
8343 * lists.texi (Building Lists): Add number-sequence.
8344
8345 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8346
8347 * functions.texi (Function Documentation): Explain how to
8348 show calling convention explicitly in the doc string.
8349
8350 * windows.texi (Selecting Windows): save-selected-window saves
8351 selected window of each frame.
8352 (Window Configurations): Minor change.
8353
8354 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8355
8356 * streams.texi (Output Variables): Add print-continuous-numbering
8357 and print-number-table.
8358
8359 * processes.texi (Decoding Output): New node.
8360
8361 * os.texi (Time Conversion): decode-time arg is optional.
8362
8363 * objects.texi (Character Type): Don't use space as example for \.
8364 Make list of char names and \-sequences correspond.
8365 Explain that \s is not used in strings. `\ ' needs space after.
8366
8367 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8368 (Translation of Characters): Add translation-table-for-input.
8369 (Default Coding Systems): Add auto-coding-functions.
8370 (Explicit Encoding): Add decode-coding-inserted-region.
8371 (Locales): Add locale-info.
8372
8373 * minibuf.texi (Basic Completion): Describe test-completion.
8374 Collections can be lists of strings.
8375 Clean up lazy-completion-table.
8376 (Programmed Completion): Mention test-completion.
8377 Clarify why lambda expressions are not accepted.
8378 (Minibuffer Misc): Describe minibufferp.
8379
83802003-07-14 Richard M. Stallman <rms@gnu.org>
8381
8382 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8383
8384 * windows.texi (Selecting Windows): New arg to select-window.
8385 (Selecting Windows): Add with-selected-window.
8386 (Size of Window): Add window-inside-edges, etc.
8387
8388 * internals.texi (Garbage Collection): Add post-gc-hook.
8389
8390 * processes.texi (Subprocess Creation): Add exec-suffixes.
8391
8392 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8393 (Scanning Keymaps): Add map-keymaps.
8394 (Defining Menus): Add keymap-prompt.
8395
8396 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8397 most-negative-fixnum.
8398
c4cc8b9a 8399 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8400 (Compiler Errors): New node.
8401
8402 * os.texi (User Identification): user-uid, user-real-uid
8403 can return float.
8404
8405 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8406 and about derived modes.
8407 (Minor Modes): Add minor-mode-list.
8408 (Defining Minor Modes): Keyword args for define-minor-mode.
8409 (Search-based Fontification): Explain managing other properties.
8410 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8411 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8412 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8413
8414 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8415 (Variable Aliases): Clarify defvaralias.
8416
8417 * loading.texi (Library Search): Add load-suffixes.
8418
8419 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8420 (Programmed Completion): Add dynamic-completion-table.
8421
8422 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8423 (Magic File Names): Specify precedence order of handlers.
8424
8425 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8426 and post-command-hook.
8427 (Waiting): New calling convention for sit-for.
8428
8429 * text.texi (Special Properties): local-map and keymap properties
8430 apply based on their stickiness.
8431
84322003-07-07 Richard M. Stallman <rms@gnu.org>
8433
8434 * modes.texi (Minor Mode Conventions): Specify only some kinds
8435 of list values as args to minor modes.
8436
8437 * files.texi (File Name Expansion): Warn about iterative use
8438 of substitute-in-file-name.
8439
8440 * advice.texi (Activation of Advice): Clean up previous change.
8441
84422003-07-06 Markus Rost <rost@math.ohio-state.edu>
8443
8444 * advice.texi (Activation of Advice): Note that ad-start-advice is
8445 turned on by default.
8446
84472003-06-30 Richard M. Stallman <rms@gnu.org>
8448
8449 * text.texi (Buffer Contents): Document current-word.
8450 (Change Hooks): Not called for *Messages*.
8451
8452 * functions.texi (Defining Functions): Explain about redefining
8453 primitives.
8454 (Function Safety): Renamed. Minor changes.
8455 Comment out the detailed criteria for what is safe.
8456
84572003-06-22 Andreas Schwab <schwab@suse.de>
8458
8459 * objects.texi (Symbol Type): Fix description of examples.
8460
84612003-06-16 Andreas Schwab <schwab@suse.de>
8462
8463 * hash.texi (Creating Hash): Fix description of :weakness.
8464
c8763fb6 84652003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8466
8467 * files.texi (Changing Files): copy-file copies file modes, too.
8468
84692003-05-28 Richard M. Stallman <rms@gnu.org>
8470
8471 * strings.texi (Creating Strings): Clarify split-string.
8472
84732003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8474
8475 * strings.texi (Creating Strings): Update split-string specification
8476 and examples.
8477
84782003-05-19 Richard M. Stallman <rms@gnu.org>
8479
8480 * elisp.texi: Correct invariant section names.
8481
84822003-04-20 Richard M. Stallman <rms@gnu.org>
8483
8484 * os.texi (Timers): Explain about timers and quitting.
8485
84862003-04-19 Richard M. Stallman <rms@gnu.org>
8487
8488 * internals.texi (Writing Emacs Primitives): Strings are
8489 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8490 Explain GCPRO convention for varargs function args.
8491
84922003-04-16 Richard M. Stallman <rms@gnu.org>
8493
8494 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8495
84962003-04-08 Richard M. Stallman <rms@gnu.org>
8497
8498 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8499
85002003-02-13 Kim F. Storm <storm@cua.dk>
8501
8502 * objects.texi (Character Type): New \s escape for space.
8503
85042003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8505
5dcb4c4e 8506 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8507
85082003-01-25 Richard M. Stallman <rms@gnu.org>
8509
8510 * keymaps.texi: Document that a symbol can act as a keymap.
8511
85122003-01-13 Richard M. Stallman <rms@gnu.org>
8513
8514 * text.texi (Changing Properties): Say string indices are origin-0.
8515
8516 * positions.texi (Screen Lines) <compute-motion>:
8517 Correct order of elts in return value.
8518
8519 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8520 how to define a default binding.
8521
85222002-12-07 Markus Rost <rost@math.ohio-state.edu>
8523
8524 * loading.texi (Unloading): Fix recent change for load-history.
8525
8526 * customize.texi (Simple Types): Clarify description of custom
8527 type 'number. Describe new custom type 'float.
8528
85292002-12-04 Markus Rost <rost@math.ohio-state.edu>
8530
8531 * variables.texi (File Local Variables): Fix typo.
8532
c8763fb6 85332002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8534
8535 From Michael Albinus <Michael.Albinus@alcatel.de>.
8536
8537 * README: Target for Info file is `make info'.
8538
5dcb4c4e 8539 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8540 `file-name-sans-extension'.
8541 (Magic File Names): Complete list of operations for magic file
8542 name handlers.
8543
85442002-09-16 Jonathan Yavner <jyavner@engineer.com>
8545
8546 * variables.texi (File Local Variables): New function
8547 risky-local-variable-p.
8548
85492002-09-15 Jonathan Yavner <jyavner@engineer.com>
8550
8551 * functions.texi (Function safety): New node about unsafep.
8552
85532002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8554
5dcb4c4e 8555 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8556 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8557
85582002-06-17 Juanma Barranquero <lektu@terra.es>
8559
8560 * frames.texi (Display Feature Testing): Fix typo.
8561
85622002-06-12 Andreas Schwab <schwab@suse.de>
8563
8564 * frames.texi (Initial Parameters, Resources): Fix references to
8565 the Emacs manual.
8566
85672002-05-13 Kim F. Storm <storm@cua.dk>
8568
8569 * variables.texi (Intro to Buffer-Local): Updated warning and
8570 example relating to changing buffer inside let.
8571
c8763fb6 85722002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8573
8574 * os.texi (Session Management): New node about X Session management.
8575
85762002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8577
8578 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8579 to which the manual corresponds, and the copyright years.
8580
8581 * Makefile.in (VERSION): Set to 2.9.
8582
85832001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8584
8585 * elisp.texi: Change the category in @dircategory to "Emacs", to
8586 make it consistent with info/dir.
8587
85882001-11-25 Miles Bader <miles@gnu.org>
8589
8590 * text.texi (Fields): Describe new `limit' arg in
8591 field-beginning/field-end.
8592
85932001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8594
5dcb4c4e
SM
8595 * permute-index: Don't depend on csh-specific features.
8596 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8597
8598 * two-volume-cross-refs.txt: New file.
8599 * two.el: New file.
8600 * spellfile: New file.
8601
86022001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * permute-index: New file.
8605
8606 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8607 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8608 8+3 restricted namespace.
8609
8610 * Makefile.in (infodir): Define relative to $(srcdir).
8611 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8612 include directories list via -I switch to makeinfo.
8613 (index.texi): Use cp if both hard and symbolic links fail.
8614
86152001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8616
8617 * Makefile.in (distclean): Add.
8618
8619 The following changes make ELisp manual part of the Emacs
8620 distribution:
8621
8622 * Makefile.in: Add Copyright notice.
8623 (prefix): Remove.
8624 (infodir): Change value to "../info".
8625 (VPATH): New variable.
8626 (MAKE): Don't define.
8627 (texmacrodir): Don't define.
8628 (texinputdir): Append the existing value of TEXINPUTS.
8629 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8630 command to be compatible with man/Makefile.in, and to put the
8631 output into ../info.
8632 (info): Add target.
8633 (installall): Target removed.
8634
c8763fb6 86352001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8636
8637 * tips.texi (Coding Conventions): Fix typo.
8638
86392001-10-23 Gerd Moellmann <gerd@gnu.org>
8640
8641 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8642
86432001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8644
8645 * files.texi (File Name Components): Update the description of
8646 file-name-sans-extension and file-name-extension, as they now
8647 ignore leading dots.
8648
86492001-10-20 Gerd Moellmann <gerd@gnu.org>
8650
8651 * (Version 21.1 released.)
8652
86532001-10-19 Miles Bader <miles@gnu.org>
8654
8655 * positions.texi (Text Lines): Describe behavior of
8656 `beginning-of-line'/`end-of-line' in the presence of field properties.
8657
86582001-10-17 Gerd Moellmann <gerd@gnu.org>
8659
8660 * Makefile.in (VERSION): Set to 2.8.
8661 (manual): Use `manual-21'.
8662
8663 * elisp.texi (VERSION): Add and use it where the version
8664 number was used. Set it to 2.8.
8665
8666 * intro.texi: Likewise.
8667
86682001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * files.texi (File Name Completion): Document the significance of
8671 a trailing slash in elements of completion-ignored-extensions.
8672
86732001-10-06 Miles Bader <miles@gnu.org>
8674
8675 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8676
86772001-10-04 Gerd Moellmann <gerd@gnu.org>
8678
8679 * variables.texi (Variable Aliases): New node.
8680
86812001-10-04 Gerd Moellmann <gerd@gnu.org>
8682
8683 * Branch for 21.1.
8684
86852001-10-02 Miles Bader <miles@gnu.org>
8686
8687 * minibuf.texi (Minibuffer Misc): Add entries for
8688 `minibuffer-contents', `minibuffer-contents-no-properties', and
8689 `delete-minibuffer-contents'.
8690 Correct description for `minibuffer-prompt-end'.
8691
8692 * text.texi (Property Search): Correct descriptions of
8693 `next-char-property-change' and `previous-char-property-change'.
8694 Add entries for `next-single-char-property-change' and
8695 `previous-single-char-property-change'.
8696 Make operand names a bit more consistent.
8697
86982001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8699
8700 * frames.texi (Finding All Frames): Document that next-frame and
8701 previous-frame are local to current terminal.
8702
87032001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8704
8705 * keymaps.texi (Creating Keymaps): Fix the description of the
8706 result of make-keymap.
8707
87082001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8709
8710 * display.texi (Font Lookup, Attribute Functions)
8711 (Image Descriptors): Add cross-references to the definition of
8712 selected frame.
8713
8714 * buffers.texi (The Buffer List): Add cross-references to the
8715 definition of selected frame.
8716
8717 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8718 frame at any given time.
8719 (Multiple Displays, Size and Position): Add a cross-reference to
8720 the definition of the selected frame.
8721
87222001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8723
8724 * strings.texi (String Conversion) <string-to-number>: Document
8725 that a float is returned for integers that are too large.
8726
8727 * frames.texi (Mouse Position): Document mouse-position-function.
8728 (Display Feature Testing): Document display-images-p.
8729 (Window Frame Parameters): Document the cursor-type variable.
8730
8731 * numbers.texi (Integer Basics): Document CL style read syntax for
8732 integers in bases other than 10.
8733
5dcb4c4e
SM
8734 * positions.texi (List Motion):
8735 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8736
8737 * lists.texi (Sets And Lists): Document member-ignore-case.
8738
8739 * internals.texi (Garbage Collection): Document the used and free
8740 strings report.
8741 (Memory Usage): Document strings-consed.
8742
8743 * os.texi (Time of Day): Document float-time.
8744 (Recording Input): Document that clear-this-command-keys clears
8745 the vector to be returned by recent-keys.
8746
8747 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8748 argument keymap can be a list.
8749
8750 * nonascii.texi (User-Chosen Coding Systems)
8751 <select-safe-coding-system>: Document the new argument
8752 accept-default-p and the variable
8753 select-safe-coding-system-accept-default-p. Tell what happens if
8754 buffer-file-coding-system is undecided.
8755 (Default Coding Systems): Document auto-coding-regexp-alist.
8756
8757 * display.texi (The Echo Area) <message>: Document
8758 message-truncate-lines.
8759 (Glyphs): Document that the glyph table is unused on windowed
8760 displays.
8761
8762 * help.texi (Describing Characters) <single-key-description>:
8763 Document the new argument no-angles.
8764 (Accessing Documentation) <documentation-property>: Document that
8765 a non-string property is evaluated.
8766 <documentation>: Document that the function-documentation property
8767 is looked for.
8768
8769 * windows.texi (Selecting Windows): Document some-window.
8770
8771 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8772
8773 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8774 apropos-mode-hook.
8775
8776 * commands.texi (Using Interactive): Document interactive-form.
8777 (Keyboard Macros): Document kbd-macro-termination-hook.
8778 (Command Loop Info): Document that clear-this-command-keys clears
8779 the vector to be returned by recent-keys.
8780
87812001-09-04 Werner LEMBERG <wl@gnu.org>
8782
8783 * Makefile.in (srcdir, texinputdir): New variables.
8784 (srcs, index.texi, install): Use $(srcdir).
8785 (.PHONY): Remove elisp.dvi.
8786 (elisp): Use -I switch for makeinfo.
8787 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8788 (installall, dist): Use $(srcdir).
8789 Fix path to texinfo.tex.
8790 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8791
87922001-08-30 Gerd Moellmann <gerd@gnu.org>
8793
8794 * display.texi (Conditional Display): Adjust to API change.
8795
8796 * configure: New file.
8797
87982001-07-30 Gerd Moellmann <gerd@gnu.org>
8799
8800 * commands.texi (Repeat Events): Add description of
8801 double-click-fuzz.
8802
88032001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8804
8805 * syntax.texi (Syntax Class Table): Add the missing designator for
8806 comment and string fences.
8807 (Syntax Properties): Add a xref to syntax table internals.
8808 (Syntax Table Internals): Document string-to-syntax.
8809
88102001-05-07 Gerd Moellmann <gerd@gnu.org>
8811
8812 * Makefile.in (install): Use install-info command line options
8813 like in Emacs' Makefile.in.
8814
88152000-12-09 Miles Bader <miles@gnu.org>
8816
8817 * windows.texi (Window Start): Update documentation for
8818 `pos-visible-in-window-p'.
8819
88202000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8821
8822 * lists.texi (Building Lists): Add footnote to explain how to add
8823 to the end of a list.
8824
88252000-10-25 Gerd Moellmann <gerd@gnu.org>
8826
8827 * files.texi (Visiting Functions): Typos.
8828
88292000-10-25 Kenichi Handa <handa@etl.go.jp>
8830
8831 * files.texi (Visiting Functions): Return value of
8832 find-file-noselect may be a list of buffers if wildcards are used.
8833
88342000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8835
8836 * display.texi (Defining Faces): Document `graphic' display type
8837 in face specs.
8838
b344d29d 88392000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8840
8841 * hooks.texi (Standard Hooks): Replace obsolete
8842 `after-make-frame-hook' with `after-make-frame-functions'.
8843
8844 * frames.texi (Creating Frames): Ditto.
8845
8846 * variables.texi (Future Local Variables): Ditto.
8847
88482000-10-16 Gerd Moellmann <gerd@gnu.org>
8849
8850 * display.texi (Other Image Types): Add description of :foreground
8851 and :background properties of mono PBM images.
8852
88532000-08-17 Werner LEMBERG <wl@gnu.org>
8854
8855 * .cvsignore: New file.
8856
88572000-01-05 Gerd Moellmann <gerd@gnu.org>
8858
8859 * tindex.pl: New script.
8860
88611999-12-03 Dave Love <fx@gnu.org>
8862
8863 * Makefile.in (MAKEINFO): New parameter.
8864
88651999-09-17 Richard Stallman <rms@gnu.org>
8866
8867 * Makefile.in (srcs): Add hash.texi.
8868 (VERSION): Update to 20.6.
8869
88701999-09-13 Richard Stallman <rms@gnu.org>
8871
8872 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8873
88741998-08-29 Karl Heuer <kwzh@gnu.org>
8875
8876 * configure.in: New file.
8877 * Makefile.in: Renamed from Makefile.
8878 (prefix, infodir): Use value obtained from configure.
8879 (emacslibdir): Obsolete variable deleted.
8880 (dist): Distribute configure.in, configure, Makefile.in.
8881
88821998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8883
8884 * Makefile (INSTALL_INFO): New variable.
8885 (install): Run install-info.
8886
88871998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8888
8889 * Makefile (elisp.dvi): Add missing backslash.
8890
88911998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8892
8893 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8894 Run texindex without `./'. Always run texindex on elisp.tp.
8895 (elisp.tps): Target deleted.
8896
88971998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8898
8899 * Makefile (srcs): Add nonascii.texi and customize.texi.
8900 (dist): Start by deleting `temp'.
8901
89021998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8903
8904 * Makefile (makeinfo, texindex): Targets deleted.
8905 (makeinfo.o, texindex.o): Targets deleted.
8906 (clean, dist): Don't do anything with them or with getopt*.
8907
89081998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8909
8910 * Makefile (SHELL): Defined.
8911
89121998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8913
8914 * Makefile (elisp.tps): New target.
8915 (elisp.dvi): Depend on elisp.tps.
8916
c5602427 89171996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8918
8919 * README: Update phone number.
8920
8921 * Makefile (elisp): Make this be the default target.
8922 Depend on makeinfo.c instead of makeinfo.
8923 (install): Don't depend on elisp.dvi, since we don't install that.
8924 Use mkinstalldirs.
8925 (dist): Add mkinstalldirs.
8926
c5602427 89271995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8928
8929 * Makefile (VERSION): Update version number.
5dcb4c4e 8930 (maintainer-clean): Rename from realclean.
b8d4c8d0 8931
c5602427 89321995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8933
8934 * Makefile (realclean): New target.
8935 (elisp): Remove any old elisp-* files first.
8936
c5602427 89371993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8938
8939 * Makefile (VERSION): New variable.
8940 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8941 Compressed file suffix should be `.gz', not `.z'.
8942
ce058493 89431993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8944
8945 * Makefile (elisp): Depend on makeinfo.
8946
c5602427 89471993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8948
8949 * Makefile (srcs): Add anti.texi.
8950
c5602427 89511993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8952
8953 * Makefile (infodir, prefix): New vars.
8954 (install): Use infodir.
8955 (emacsinfodir): Deleted.
8956
c5602427 89571993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8958
8959 * Makefile (srcs): Add calendar.texi.
8960
8961 * Makefile (dist): Copy texindex.c and makeinfo.c.
8962 Limit elisp-* files to those with one or two digits.
8963
c5602427 89641993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8965
8966 * Makefile (dist): Changed to use Gzip instead of compress.
8967
c5602427 89681993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8969
8970 * loading.texi (Unloading): define-function changed back to
8971 defalias. It may not stay this way, but at least it's
8972 consistent with the known-good version of the code patch.
8973
c5602427 89741993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
8975
8976 * modes.texi (Hooks): Document new optional arg of add-hook.
8977
c5602427 89781993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8979
8980 * variables.texi: Document nil initial value of buffer-local variables.
8981
8982 * tips.texi: Add new section on standard library headers.
8983
c5602427 89841993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8985
8986 * Makefile (srcs): Add frame.texi to the list of sources.
8987
c5602427 89881993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8989
8990 * Makefile (dist): Don't bother excluding autosave files; they'll
8991 never make it into the temp directory anyway, and the hash marks
8992 in the name are problematic for make and the Bourne shell.
8993 (srcs):
8994
c5602427 89951993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8996
8997 * Makefile (dist): Don't include backup files or autosave files in
8998 the distribution tar file.
8999
c5602427 90001991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9001
5dcb4c4e 9002 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9003 (elisp.dvi): Remove erroneous shell comment.
9004 Expect output of permute-index in permuted.fns.
9005 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9006 (clean): Add index.texi to be deleted.
b8d4c8d0 9007
c5602427 90081990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9009
9010 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9011
c5602427 90121990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9013
9014 * files.texi: Noted that completion-ignored-extensions is ignored
9015 when making *Completions*.
9016
3e868ee3 90171990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9018
9019 * Makefile make dist now depends on elisp.dvi, since it tries
9020 to include it in the dist file.
9021
c5602427 90221990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9023
c5602427 9024 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9025
c5602427 90261989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9027
9028 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9029 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9030
c5602427 90311989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9032
9033 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9034 and @error{} are the terms now being used. The files in the
9035 directory have been changed to reflect this.
9036
9037 * All instances of @indentedresultt{} have been changed to
9038 ` @result{}', using 5 spaces at the begining of the line.
9039
c5602427 90401989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9041
9042 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9043 experimental @indentedresult{}, @indentedexpandsto{} are part of
9044 the texinfo.tex in this directory. These TeX macros are not
9045 stable yet.
9046
c5602427 90471989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9048
9049 * texinfo.tex: Temporarily added
9050 \let\result=\dblarrow
9051 \def\error{{\it ERROR} \longdblarrow}
9052 We need to do this better soon.
9053
c5602427 90541989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9055
9056 * Applied Karl Berry's patches to *.texinfo files, but not to
9057 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9058 new title page format is also not applied, since it requires
9059 texinfo.tex changes.)
9060
9061 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9062 for the Project GNU development environment.
9063
9064;; Local Variables:
c8763fb6 9065;; coding: utf-8
b8d4c8d0
GM
9066;; End:
9067
73b0cd50 9068 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9069
9070 This file is part of GNU Emacs.
9071
352c8b4a 9072 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9073 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9074 the Free Software Foundation, either version 3 of the License, or
9075 (at your option) any later version.
b8d4c8d0
GM
9076
9077 GNU Emacs is distributed in the hope that it will be useful,
9078 but WITHOUT ANY WARRANTY; without even the implied warranty of
9079 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9080 GNU General Public License for more details.
9081
9082 You should have received a copy of the GNU General Public License
352c8b4a 9083 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.