Extend `call-process' to take the `(:file "file")' syntax to redirect
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
1ef14cb4
LMI
12011-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * processes.texi (Synchronous Processes): Document the (:file
4 "/file-name") syntax for `call-process'.
5
4ffd0d6b 62011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
7
8 * windows.texi (Choosing Window): Fix typo.
9
4ffd0d6b 102011-04-23 Chong Yidong <cyd@stupidchicken.com>
40954368
CY
11
12 * frames.texi (Layout Parameters): Note the difference between
13 querying and setting parameters for left-fringe and right-fringe
14 (Bug#6930).
15
fd5a8ae8
SM
162011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17
18 * minibuf.texi (Basic Completion): Be a bit more precise about the
19 valid kinds of completion tables.
20 (Programmed Completion): Remove obsolete text about lambda expressions
21 not being valid completion tables.
22
c1bcd0d5
CY
232011-03-19 Chong Yidong <cyd@stupidchicken.com>
24
25 * positions.texi (Excursions): Explain the "save-excursion
26 defeated by set-buffer" warning.
27
28 * buffers.texi (Current Buffer): Copyedits. Don't recommend using
29 save-excursion. Suggested by Uday S Reddy.
30
03408648 312011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
ba83908c 32
03408648
SM
33 * variables.texi (Defining Variables): Mention the new meaning of `defvar'.
34 (Lexical Binding): New sub-section.
ba83908c 35
03408648
SM
36 * eval.texi (Eval): Discourage the use of `eval'.
37 Document its new `lexical' argument.
6c075cd7 38
f6d62986
SM
392011-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
40
03408648 41 * commands.texi (Command Overview): `post-command-hook' is not reset to
f6d62986
SM
42 nil any more.
43
84ea5558 442011-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
e4021ec1
SM
45
46 * strings.texi (String Conversion): Don't mention
47 string-make-(uni|multi)byte (bug#8262).
48 * nonascii.texi (Converting Representations): Fix up range.
49 * keymaps.texi (Key Binding Commands): Update code point, avoid
50 "unibyte character" and remove mention of unibyte bindings.
51
62d94509
EZ
522011-03-10 Eli Zaretskii <eliz@gnu.org>
53
54 * modes.texi (Operator Precedence Grammars): Don't use characters
55 outside ISO-8859-1.
56
63a329f8
EZ
572011-03-09 Eli Zaretskii <eliz@gnu.org>
58
59 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
60
61 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
62
6446548e
GM
632011-03-08 Glenn Morris <rgm@gnu.org>
64
65 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
66 * intro.texi (Acknowledgements): Names to UTF-8.
80b005c7 67 * elisp.texi: Set documentencoding.
6446548e 68
33383987
JB
692011-03-07 Chong Yidong <cyd@stupidchicken.com>
70
71 * Version 23.3 released.
72
0b3ceceb
CY
732011-03-06 Chong Yidong <cyd@stupidchicken.com>
74
75 * package.texi: Update index keywords.
76 (Package Archives): New node contents. Document package-x.el.
77
78f5433f
JB
782011-03-06 Juanma Barranquero <lekktu@gmail.com>
79
80 * makefile.w32-in (srcs): Add package.texi.
81
555e9b5c
CY
822011-03-06 Chong Yidong <cyd@stupidchicken.com>
83
120d9389
CY
84 * package.texi (Packaging, Packaging Basics, Simple Packages)
85 (Multi-file Packages): Expand and clarify.
86 (Package Archives): Temporary placeholder node.
87
88 * elisp.texi (Top): Update node listing.
89
555e9b5c
CY
90 * Makefile.in (srcs): Add package.texi.
91
b59a4335
CY
922011-03-05 Chong Yidong <cyd@stupidchicken.com>
93
94 * processes.texi (Synchronous Processes): Minor clarification
95 (Bug#8149).
96
06083aa1
GM
972011-03-03 Glenn Morris <rgm@gnu.org>
98
99 * files.texi (Truenames): Minor clarification. (Bug#2341)
100
6640b281
GM
1012011-03-01 Glenn Morris <rgm@gnu.org>
102
103 * variables.texi (Directory Local Variables):
104 Mention `(subdirs . nil)' alist element.
105
2b0c7330 1062011-02-28 Glenn Morris <rgm@gnu.org>
081f7640
GM
107
108 * variables.texi (Directory Local Variables): Mention the optional
109 mtime argument of dir-locals-set-directory-class. (Bug#3577)
110
b923f7a9
CY
1112011-02-27 Chong Yidong <cyd@stupidchicken.com>
112
113 * minibuf.texi (Minibuffer History): Clarify discussion of
114 minibuffer history lists (Bug#8085).
115
67ab0163 1162011-02-19 Eli Zaretskii <eliz@gnu.org>
86ec878a 117
e979a521
EZ
118 * elisp.texi: Sync @dircategory with ../../info/dir.
119
e03b2fd4
EZ
120 * files.texi (Visiting Functions): Document find-file-literally,
121 both the command and the variable.
122
86ec878a
EZ
123 * variables.texi (Creating Buffer-Local): Explain the meaning of
124 permanent local variables.
125
67ab0163
GM
126 * files.texi (Visiting Functions): Document find-file-literally,
127 both the command and the variable.
128
129 * variables.texi (Creating Buffer-Local): Explain the meaning of
130 permanent local variables.
131
1322011-02-19 Glenn Morris <rgm@gnu.org>
dff9ac46
GM
133
134 * keymaps.texi (Remapping Commands): Mention how to undo it.
135
bfcb151a
RT
1362011-02-09 Reuben Thomas <rrt@sc3d.org>
137
138 * loading.texi (Hooks for Loading): Remove unnecessary advice
139 about eval-after-load (Bug#7986).
140
a41c8660
CY
1412011-02-05 Chong Yidong <cyd@stupidchicken.com>
142
143 * commands.texi (Accessing Mouse): Note that a header line is not
144 included in the row of posn-col-row.
145
e0dd6837
CY
1462011-02-02 Chong Yidong <cyd@stupidchicken.com>
147
148 * modes.texi (Major Mode Conventions): Add face guidelines.
149 (Faces for Font Lock): List faces in order of prominence.
150
a4180391
PE
1512011-02-01 Paul Eggert <eggert@cs.ucla.edu>
152
153 format-time-string now supports subsecond time stamp resolution
154 * os.texi (Time Parsing): Document %N.
155
7427eb97
CY
1562011-01-28 Chong Yidong <cyd@stupidchicken.com>
157
61db307f
CY
158 * vol1.texi (Top):
159 * vol2.texi (Top):
160 * elisp.texi (Top):
161 * display.texi (Display Property): Shorten the menu description of
162 the "Other Display Specs" node (Bug#7816).
163
7427eb97
CY
164 * keymaps.texi (Defining Menus): Add "menu item" and "extended
165 menu item" concept index entries (Bug#7805).
166
bf3dae7e
EZ
1672011-01-29 Eli Zaretskii <eliz@gnu.org>
168
169 * makefile.w32-in (texinfodir): New variable.
170 (usermanualdir): Remove as redundant with $(emacsdir).
171 (MAKEINFO): Remove options, leave only program name.
172 (MAKEINFO_OPTS): New variable.
173 (texinputdir, $(infodir)/elisp): Use $(MAKEINFO_OPTS).
174
06d8ace5 1752011-01-25 Chong Yidong <cyd@stupidchicken.com>
e6cf7a82
CY
176 Richard Kim <emacs18@gmail.com>
177
178 * loading.texi (Library Search): Document list-load-path-shadows
179 (Bug#7757).
180
06d8ace5 1812011-01-25 Chong Yidong <cyd@stupidchicken.com>
3f066f54
CY
182
183 * searching.texi (Regexp Special): Remove outdated discussion of
184 character sets (Bug#7780).
185
28a88153
CY
186 * frames.texi (Pop-Up Menus): Document where menu title comes
187 from (Bug#7684).
188
06d8ace5 1892011-01-25 Glenn Morris <rgm@gnu.org>
4d265b4d
GM
190
191 * display.texi (Making Buttons): Mention limitation of text buttons.
192
a8e1e9ee
WL
1932011-01-23 Werner Lemberg <wl@gnu.org>
194
195 * Makefile.in (MAKEINFO): Now controlled by `configure'.
196 (MAKEINFO_OPTS): New variable. Use it where appropriate.
197 (ENVADD): New variable to control texi2dvi and texi2pdf.
198
362b9d48
GM
1992011-01-15 Chong Yidong <cyd@stupidchicken.com>
200
201 * files.texi (Directory Names): Move directory-abbrev-alist doc to
202 Emacs manual.
203
2042011-01-15 Eli Zaretskii <eliz@gnu.org>
205
206 * files.texi (Directory Names): Explain why FROM in
207 directory-abbrev-alist should begin with \`. (Bug#7777)
208
3fa173b4
SM
2092011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * loading.texi (Hooks for Loading): Adjust doc of eval-after-load.
212
7c420169 2132011-01-02 Eli Zaretskii <eliz@gnu.org>
2e4ab211
EZ
214
215 * modes.texi (Emulating Mode Line): Fix last change.
216
7c420169 2172011-01-02 Eli Zaretskii <eliz@gnu.org>
287e63bb
EZ
218
219 * modes.texi (Emulating Mode Line): Update documentation of
220 format-mode-line according to changes that fixed bug #7587.
221
80b33766
SM
2222010-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * modes.texi (Derived Modes): Mention prog-mode.
225
226 * keymaps.texi (Simple Menu Items, Extended Menu Items): Remove mention
227 of the key-binding-data cache since we don't use it any more.
228
f49d1f52 2292010-12-13 Eli Zaretskii <eliz@gnu.org>
3c73e30e 230
4bb49a92
EZ
231 * processes.texi (Shell Arguments):
232 * strings.texi (Creating Strings): Don't mention "shell commands";
233 make it explicit that `split-string-and-unquote' and
234 `combine-and-quote-strings' are mainly for working with arguments
235 to call-process and start-process.
236
3c73e30e
EZ
237 * processes.texi (Shell Arguments): Fix documentation of
238 `split-string-and-unquote'. Add indexing. (Bug#7563)
239
f49d1f52 2402010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5dcb4c4e
SM
241
242 * modes.texi (Auto-Indentation): New section to document SMIE.
243 (Major Mode Conventions):
244 * text.texi (Mode-Specific Indent): Refer to it.
245
f49d1f52 2462010-12-13 Eli Zaretskii <eliz@gnu.org>
bdef6a77
EZ
247
248 * display.texi (Other Display Specs): Document left-fringe and
249 right-fringe display specs.
250
f49d1f52 2512010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
769741e3
SM
252
253 * backups.texi (Making Backups):
254 * modes.texi (Example Major Modes): Use recommended coding style.
255 (Major Mode Basics, Derived Modes): Encourge more strongly use of
256 define-derived-mode. Mention completion-at-point-functions.
257
f49d1f52 2582010-12-13 Chong Yidong <cyd@stupidchicken.com>
3e99b825 259
5dcb4c4e
SM
260 * nonascii.texi (Converting Representations):
261 Document byte-to-string.
e1115396 262
ec1b9b17
GM
2632010-12-08 Glenn Morris <rgm@gnu.org>
264
265 * buffers.texi (Modification Time):
266 verify-visited-file-modtime now defaults to the current buffer.
267
07976ae3 2682010-11-27 Chong Yidong <cyd@stupidchicken.com>
3e99b825 269
ec1b9b17 270 * nonascii.texi (Converting Representations): Document byte-to-string.
3e99b825
CY
271
272 * strings.texi (Creating Strings): Don't mention semi-obsolete
273 function char-to-string.
274 (String Conversion): Shorten discussion of semi-obsolete function
275 string-to-char. Link to Converting Representations.
276
277 * objects.texi (Symbol Type):
278 * text.texi (Near Point):
279 * help.texi (Help Functions):
280 * functions.texi (Mapping Functions): Use string instead of
281 char-to-string in examples.
282
07976ae3 2832010-11-27 Chong Yidong <cyd@stupidchicken.com>
ec8a6295
CY
284
285 * text.texi (Kill Functions, Kill Functions)
286 (Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
287 YANK-HANDLER args.
288
289 * symbols.texi (Creating Symbols): Using unintern without an
290 obarray arg is now obsolete.
291
292 * numbers.texi (Float Basics): Document float-e and float-pi.
293
294 * variables.texi (Defining Variables): Change "pi" example to
295 "float-pi".
296
8547874a
EZ
2972010-11-26 Eli Zaretskii <eliz@gnu.org>
298
299 * commands.texi (Click Events): Document the values of X, Y and
300 COL, ROW in the event's position, when the click is on the header
301 or mode line, on the fringes, or in the margins.
302
4a47c275 3032010-11-17 Eli Zaretskii <eliz@gnu.org>
c7926fe2 304
5b05d75b
EZ
305 * customize.texi (Composite Types): Lower-case index entry.
306
5dcb4c4e
SM
307 * loading.texi (How Programs Do Loading):
308 Document load-file-name. (Bug#7346)
c7926fe2 309
4a47c275 3102010-11-17 Glenn Morris <rgm@gnu.org>
cde08ac9
GM
311
312 * text.texi (Kill Functions, Low-Level Kill Ring): Small fixes.
313
0eb025fb
EZ
3142010-11-13 Eli Zaretskii <eliz@gnu.org>
315
316 * display.texi (Usual Display): Characters with no fonts are not
317 necessarily displayed as empty boxes.
318
2699a554 3192010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
320
321 * maps.texi (Standard Keymaps): Update File menu description.
322
8289f37b
GM
3232010-10-28 Glenn Morris <rgm@gnu.org>
324
325 * Makefile.in (elisp.dvi, elisp.pdf): Also include $emacsdir.
326
5793a7bc 3272010-10-24 Eli Zaretskii <eliz@gnu.org>
89baa1df
EZ
328
329 * display.texi (Window Systems): Deprecate use of window-system as
330 a predicate.
331
17284e30
GM
3322010-10-23 Glenn Morris <rgm@gnu.org>
333
334 * help.texi (Documentation Basics): Remove mentions of digest-doc and
335 sorted-doc.
336
00f113eb
JB
3372010-10-15 Eli Zaretskii <eliz@gnu.org>
338
339 * os.texi (Dynamic Libraries): New node, with slightly modified
340 text deleted from "Image Formats".
341 (System Interface): Add @menu entry for "Dynamic Libraries".
342
343 * display.texi (Image Formats): Remove description of
344 image-library-alist. (Renamed in 2010-10-13T14:50:06Z!lekktu@gmail.com.)
345
07277eb8
GM
3462010-10-12 Glenn Morris <rgm@gnu.org>
347
348 * book-spine.texinfo: Rename to book-spine.texi.
349
c12e4a81
GM
3502010-10-11 Glenn Morris <rgm@gnu.org>
351
df187c62
GM
352 * Makefile.in (MAKEINFO): Add explicit -I$srcdir.
353
c12e4a81 354 * Makefile.in (DVIPS): New variable.
234db610
GM
355 (.PHONY): Add html, ps.
356 (html, elisp.html, ps, elisp.ps): New targets.
357 (clean): Delete html, ps files.
358 ($(infodir)/elisp): Remove unnecessary includes.
c12e4a81 359
6513b232
EZ
3602010-10-09 Eli Zaretskii <eliz@gnu.org>
361
362 * makefile.w32-in (emacsdir): New variable.
363 (srcs): Add emacsver.texi.
364 ($(infodir)/elisp, elisp.dvi): Add -I$(emacsdir).
365
abd40fb4
GM
3662010-10-09 Glenn Morris <rgm@gnu.org>
367
c1dc72b3
GM
368 * Makefile.in (VPATH): Remove.
369 (infodir): Make it absolute.
370 (mkinfodir, $(infodir)/elisp, infoclean): No need to cd $srcdir.
371
4393405b
GM
372 * Makefile.in (dist): Anchor regexps.
373
eef3ab94
GM
374 * Makefile.in (srcs): Put elisp.texi first.
375 ($(infodir)/elisp, elisp.dvi, elisp.pdf): Use $<.
376
aa9db089
GM
377 * Makefile.in (infoclean): Remove harmless, long-standing error.
378
abd40fb4
GM
379 * Makefile.in ($(infodir)): Delete rule.
380 (mkinfodir): New.
381 ($(infodir)/elisp): Use $mkinfodir instead of infodir.
382
68db69ed 383 * Makefile.in (dist): Remove reference to emacsver.texi.in.
208deadc 384 Also copy emacsver.texi, and edit $emacsdir.
68db69ed 385
ea274122
GM
3862010-10-09 Glenn Morris <rgm@gnu.org>
387
f7a31f11
GM
388 * Makefile.in (emacsdir): New variable.
389 (MAKEINFO): Add -I $emacsdir.
390 (dist): Copy emacsver.texi.
b13254e7
GM
391 (srcs): Add emacsver.texi.
392
f7a31f11
GM
393 * book-spine.texinfo, elisp.texi, vol2.texi, vol1.texi:
394 Set EMACSVER by including emacsver.texi.
395
ea274122
GM
396 * Makefile.in (.PHONY): Declare info, dvi, pdf, dist.
397
17ca7950
GM
3982010-10-07 Glenn Morris <rgm@gnu.org>
399
400 * Makefile.in (version): New, set by configure.
401 (clean): Delete dist tar file.
402 (dist): Use version in tar name.
403
4c83f6e1
GM
4042010-10-06 Glenn Morris <rgm@gnu.org>
405
406 * Makefile.in: Rearrange to more closely resemble doc/emacs/Makefile.
407 (INSTALL_INFO): Remove unused variable.
408 (mostlyclean, infoclean, dist): New rules.
409 (clean): Delete dvi and pdf files.
410 (maintainer-clean): Remove elisp.oaux, use infoclean.
8a944cea 411 ($(infodir)): Add parallel build workaround.
4c83f6e1 412
0264072d
GM
4132010-10-04 Glenn Morris <rgm@gnu.org>
414
415 * Makefile.in (dvi, pdf, $(infodir)): New targets.
416 ($(infodir)/elisp): Ensure target directory exists. Use $@.
8cce34d0 417 Fix -I typo.
0264072d
GM
418 (clean): No 'make.out' or 'core' files.
419 (.PHONY): Declare clean rules.
420 (maintainer-clean): Delete pdf file. Guard against cd failures.
421
77f38949
GM
4222010-10-03 Glenn Morris <rgm@gnu.org>
423
424 * files.texi (File Name Components): Remove ignored section about
425 deleted variable directory-sep-char.
426
178fdd41
MA
4272010-10-03 Michael Albinus <michael.albinus@gmx.de>
428
429 * files.texi (Magic File Names): New defopt
430 remote-file-name-inhibit-cache.
431
9c524fcb
GM
4322010-10-02 Glenn Morris <rgm@gnu.org>
433
434 * os.texi (Killing Emacs): Hook now runs in batch mode.
435
f816790b
SM
4362010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * text.texi (Special Properties): Clarify when modification-hooks run.
439
7cf78aac
SM
4402010-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * syntax.texi (Syntax Flags): Document new `c' flag.
443
ca0d44e4
GM
4442010-09-09 Glenn Morris <rgm@gnu.org>
445
446 * display.texi (ImageMagick Images): General cleanup.
447
10999305 4482010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
449
450 * files.texi (Directory Names): Use \` rather than ^.
451
45240125
JD
4522010-09-02 Jan Djärv <jan.h.d@swipnet.se>
453
454 * text.texi (Low-Level Kill Ring):
455 * frames.texi (Window System Selections): Remove cut buffer
456 documentation.
457
4abe5bf6
EZ
4582010-08-28 Eli Zaretskii <eliz@gnu.org>
459
460 * display.texi (Fringe Size/Pos): Add a cross-reference to "Layout
461 Parameters", where the default fringe width is described.
462
463 * frames.texi (Window Frame Parameters, Basic Parameters)
464 (Position Parameters, Layout Parameters, Management Parameters)
465 (Cursor Parameters, Font and Color Parameters): Add indexing for
466 frame parameters. (Bug#6929)
467
fdc76236
TT
4682010-08-25 Tom Tromey <tromey@redhat.com>
469
470 * vol2.texi (Top): Update.
471 * vol1.texi (Top): Update.
472 * tips.texi (Library Headers): Mention Package-Version and
473 Package-Requires.
474 * package.texi: New file.
475 * os.texi (System Interface): Update pointers.
476 * elisp.texi (Top): Link to new nodes. Include package.texi.
477 * anti.texi (Antinews): Update pointers.
478
1e5c1c80
EZ
4792010-08-25 Eli Zaretskii <eliz@gnu.org>
480
481 * processes.texi (Filter Functions): Fix last change.
482
78e33835
CY
4832010-08-24 Markus Triska <triska@gmx.at>
484
485 * processes.texi (Filter Functions): Use `buffer-live-p' instead
486 of `buffer-name' in the main text as well as in the example
487 (Bug#3098).
488
198a7a97
CY
4892010-08-22 Chong Yidong <cyd@stupidchicken.com>
490
491 * nonascii.texi (Text Representations):
492 * loading.texi (Loading Non-ASCII):
493 * compile.texi (Byte Compilation): Don't mention obsolete
494 --unibyte command-line argument.
495
bc7d7ea6
CY
4962010-08-22 Chong Yidong <cyd@stupidchicken.com>
497
498 * modes.texi (Defining Minor Modes): Doc fix (Bug#6880).
499
b0126eac 5002010-08-22 Chong Yidong <cyd@stupidchicken.com>
96b1842d
CY
501
502 * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
503
e8a6cc19
EZ
5042010-08-20 Eli Zaretskii <eliz@gnu.org>
505
506 * commands.texi (Misc Events): Add cross-references to where
507 POSITION of a mouse event is described in detail.
508
7815fe19 5092010-08-08 Christoph <cschol2112@googlemail.com>
ee301a7a
SM
510
511 * control.texi (Handling Errors) <error-message-string>: Fix arg name.
512
7815fe19 5132010-08-08 Juanma Barranquero <lekktu@gmail.com>
e8bf5266
JB
514
515 * modes.texi (Defining Minor Modes): Use C-backspace, not C-delete.
516 Suggested by Štěpán Němec <stepnem@gmail.com>.
517
7815fe19 5182010-08-08 Juanma Barranquero <lekktu@gmail.com>
b4f588fa
JB
519
520 * minibuf.texi (High-Level Completion): Document args of
521 `read-buffer-function' (bug#5625).
522
8b2dd508
JD
5232010-07-29 Jan Djärv <jan.h.d@swipnet.se>
524
525 * frames.texi (Layout Parameters): Add doc for tool-bar-position.
526
bace45fe
MA
5272010-07-29 Michael Albinus <michael.albinus@gmx.de>
528
529 * processes.texi (Process Information): Explain process property
530 `remote-tty'.
531
4ce5a4cc
JB
5322010-07-27 Juanma Barranquero <lekktu@gmail.com>
533
534 * modes.texi (Defining Minor Modes): Use C-delete in examples,
535 instead of "\C-\^?" (bug#6334).
536
1c84bc7a
JB
537 * text.texi (Special Properties): Fix typo.
538
b88746ba
EZ
5392010-07-09 Eli Zaretskii <eliz@gnu.org>
540
541 * internals.texi (Writing Emacs Primitives): Adapt to ANSI C
542 calling sequences, which are now the standard.
543
51422d6d
CY
5442010-06-24 Chong Yidong <cyd@stupidchicken.com>
545
546 * text.texi (Undo): Clarify command loop behavior (Bug#2433).
547
548 * commands.texi (Command Overview): Mention undo-boundary call.
549
d24880de
GM
5502010-06-23 Glenn Morris <rgm@gnu.org>
551
552 * abbrevs.texi, commands.texi, compile.texi, debugging.texi:
553 * display.texi, edebug.texi, elisp.texi, eval.texi, files.texi:
554 * frames.texi, functions.texi, internals.texi, keymaps.texi:
555 * loading.texi, minibuf.texi, numbers.texi, os.texi, processes.texi:
556 * searching.texi, sequences.texi, strings.texi, syntax.texi:
557 * text.texi, tips.texi, vol1.texi, vol2.texi, windows.texi:
558 Untabify Texinfo files.
559
0fc76035
CY
5602010-06-20 Chong Yidong <cyd@stupidchicken.com>
561
562 * modes.texi (Minor Mode Conventions): Fix typo (Bug#6477).
563
5338dc0b
CY
5642010-06-19 Chong Yidong <cyd@stupidchicken.com>
565
a628ad9d 566 * errors.texi (Standard Errors): Remove unnecessary markup (Bug#6461).
5338dc0b 567
2c3a3c1d
CY
5682010-06-02 Chong Yidong <cyd@stupidchicken.com>
569
ba3bf1d9
CY
570 * searching.texi (Regexp Special): Remove obsolete information
571 about matching non-ASCII characters, and suggest using char
572 classes (Bug#6283).
2c3a3c1d 573
7f4b4249
JB
5742010-05-30 Juanma Barranquero <lekktu@gmail.com>
575
576 * minibuf.texi (Basic Completion): Add missing "@end defun".
577
637821cd
SM
5782010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * minibuf.texi (Basic Completion): Document completion-boundaries.
581 (Programmed Completion): Document the new fourth method for boundaries.
582
e13051c3
CY
5832010-05-22 Chong Yidong <cyd@stupidchicken.com>
584
a628ad9d 585 * display.texi (Image Cache): Update documentation about image caching.
e13051c3 586
0235128c 5872010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
da0bbbc4
CY
588
589 * windows.texi (Textual Scrolling):
590 * tips.texi (Coding Conventions):
591 * minibuf.texi (Minibuffer History):
592 * maps.texi (Standard Keymaps):
593 * loading.texi (Where Defined):
594 * edebug.texi (Instrumenting): Fix typos.
595
0235128c 5962010-05-08 Chong Yidong <cyd@stupidchicken.com>
eb5ed549 597
c7c32279
CY
598 * keymaps.texi (Menu Bar): Document :advertised-binding property.
599
0235128c
SM
600 * functions.texi (Obsolete Functions):
601 Document set-advertised-calling-convention.
eb5ed549
CY
602
603 * minibuf.texi (Basic Completion): Document completion-in-region.
604 (Programmed Completion): Document completion-annotate-function.
605
606 * commands.texi (Reading One Event): Document read-key.
607 (Distinguish Interactive): Document KIND arg to
608 called-interactively-p. Delete obsolete interactive-p.
609
610 * elisp.texi (Top): Update node description.
611
f8848423
EZ
6122010-05-08 Eli Zaretskii <eliz@gnu.org>
613
0235128c
SM
614 * nonascii.texi (Character Properties):
615 Document unicode-category-table. Add an index entry for Unicode
616 general category.
617
6182010-05-07 Chong Yidong <cyd@stupidchicken.com>
619
620 * Version 23.2 released.
f8848423 621
938efb77
JB
6222010-04-20 Juanma Barranquero <lekktu@gmail.com>
623
624 * locals.texi (Standard Buffer-Local Variables):
625 Remove @ignore'd reference to `direction-reversed'.
626
5854c267
JL
6272010-04-14 Juri Linkov <juri@jurta.org>
628
629 Fix @deffn without category.
630
631 * abbrevs.texi (Abbrev Expansion): Replace @deffn with @defun
632 for `abbrev-insert'.
633
634 * buffers.texi (Indirect Buffers): Add category `Command'
635 to @deffn of `clone-indirect-buffer'.
636
637 * windows.texi (Cyclic Window Ordering): Replace @deffn with @defun
638 for `next-window' and `previous-window'. Add category `Command'
639 to @deffn of `pop-to-buffer'.
640
8a14dec7
CY
6412010-04-01 Chong Yidong <cyd@stupidchicken.com>
642
643 * nonascii.texi (Text Representations): Don't mark
644 enable-multibyte-characters as a user option.
645
7a1831cf
EZ
6462010-03-31 Eli Zaretskii <eliz@gnu.org>
647
648 * control.texi (Handling Errors): How to re-throw a signal caught
649 by condition-case.
650
c3863713
CY
6512010-03-26 Chong Yidong <cyd@stupidchicken.com>
652
653 * loading.texi (Hooks for Loading): Document after-load-functions.
654 Copyedits.
655
c333f279
AM
6562010-03-24 Arni Magnusson <arnima@hafro.is> (tiny change)
657
658 * frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
659
e867cb5d 6602010-03-24 Chong Yidong <cyd@stupidchicken.com>
f7704e26
CY
661
662 * processes.texi (Network Processes): Document seqpacket type.
663
605f35cd
DN
6642010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
665
666 * os.texi (System Environment): Do not mention lynxos.
667
288f9fc0
CY
6682010-03-10 Chong Yidong <cyd@stupidchicken.com>
669
670 * Branch for 23.2.
671
eed5c93a
CY
6722010-03-06 Chong Yidong <cyd@stupidchicken.com>
673
674 * objects.texi (Integer Type): Take note of the read syntax
675 exception for numbers that cannot fit in the integer type.
676
1ddd6622
GM
6772010-03-03 Glenn Morris <rgm@gnu.org>
678
679 * numbers.texi (Integer Basics, Bitwise Operations):
680 * objects.texi (Integer Type): Update for integers now being 30-bit.
681
a908c79a
CY
6822010-02-27 Chong Yidong <cyd@stupidchicken.com>
683
684 * display.texi (Low-Level Font): Document :otf font-spec property.
685
cd61af01
SM
6862010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * display.texi (Line Height): Avoid obsolete special default variables
689 like default-major-mode.
690
c02f8fe2
AM
6912010-01-28 Alan Mackenzie <acm@muc.de>
692
693 * display.texi (Auto Faces): Say fontification-functions is called
694 whether or not Font Lock is enabled. Tidy up the wording a bit.
695
d738d18b
CY
6962010-01-17 Chong Yidong <cyd@stupidchicken.com>
697
698 * elisp.texi: Remove duplicate edition information (Bug#5407).
699
4963739e
JB
7002010-01-17 Juanma Barranquero <lekktu@gmail.com>
701
702 * two.el (volume-header-toc-markup): Fix typos in docstring.
703
c57008f6
SM
7042010-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
705
706 Avoid dubious uses of save-excursions.
707 * positions.texi (Excursions): Recommend the use of
708 save-current-buffer if applicable.
709 * text.texi (Clickable Text): Fix the example code which used
710 save-excursion in a naive way which sometimes preserves point and
711 sometimes not.
712 * variables.texi (Creating Buffer-Local):
713 * os.texi (Session Management):
714 * display.texi (GIF Images):
715 * control.texi (Cleanups): Use (save|with)-current-buffer.
716
2f3725cd
EZ
7172010-01-02 Eli Zaretskii <eliz@gnu.org>
718
719 * modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
720
85eeac93
CY
7212010-01-02 Chong Yidong <cyd@stupidchicken.com>
722
723 * nonascii.texi (Text Representations, Character Codes)
724 (Converting Representations, Explicit Encoding)
725 (Translation of Characters): Use hex notation consistently.
726 (Character Sets): Fix map-charset-chars doc (Bug#5197).
727
4801c5fa
CY
7282010-01-01 Chong Yidong <cyd@stupidchicken.com>
729
730 * loading.texi (Where Defined): Make it clearer that these are
731 loaded files (Bug#5068).
732
26e533e2
CY
7332009-12-29 Chong Yidong <cyd@stupidchicken.com>
734
735 * minibuf.texi (Completion Styles): Document `initials' style.
736
16d1ff5f
CY
7372009-12-25 Chong Yidong <cyd@stupidchicken.com>
738
739 * frames.texi (Resources): Describe inhibit-x-resources.
740 (Size Parameters): Copyedit.
741
742 * hash.texi (Creating Hash):
743 * objects.texi (Hash Table Type): Document the new hash table
744 printed representation.
745
746 * minibuf.texi (Basic Completion): 4th arg to all-completions is
747 obsolete.
748
5dcb4c4e
SM
749 * processes.texi (Process Buffers):
750 Document process-kill-buffer-query-function.
16d1ff5f 751
9a5de3d9
GM
7522009-12-05 Glenn Morris <rgm@gnu.org>
753
754 * hooks.texi (Standard Hooks): Remove diary-display-hook, replaced by
755 diary-display-function, and no longer recommended to be a hook.
756 Update for changes in the names of calendar and diary hooks.
757 diary-print-entries-hook has changed section.
758
b640eb52
EZ
7592009-11-28 Eli Zaretskii <eliz@gnu.org>
760
761 * text.texi (Special Properties): More accurate description of
762 what the `cursor' property does.
763
be1674ab
KR
7642009-11-26 Kevin Ryde <user42@zip.com.au>
765
766 * commands.texi (Misc Events): vindex mouse-wheel-up-event and
767 mouse-wheel-down-event, the closest thing to a definition for them.
768 * os.texi (Startup Summary): vindex inhibit-startup-message and
769 inhibit-splash-screen.
770 (Command-Line Arguments): vindex argv.
771 (Suspending Emacs): vindex suspend-tty-functions and
772 resume-tty-functions. Don't want to index every hook, but having
773 the programming ones is helpful.
774
603f5979
CY
7752009-11-14 Chong Yidong <cyd@stupidchicken.com>
776
777 * commands.texi (Motion Events): Fix typo (Bug#4907).
778
4359a806
CY
7792009-11-08 Chong Yidong <cyd@stupidchicken.com>
780
781 * searching.texi (Char Classes): Note that [:upper:] and [:lower:]
782 are affected by case-fold-search (Bug#4483).
783
0f063651
CY
7842009-11-02 Chong Yidong <cyd@stupidchicken.com>
785
786 * minibuf.texi (Reading File Names): Note that read-file-name may
787 use a graphical file dialog.
788
9bd79893
GM
7892009-10-31 Glenn Morris <rgm@gnu.org>
790
791 * nonascii.texi (User-Chosen Coding Systems): Minor reword. (Bug#4817)
792
ebe479ec
KR
7932009-10-16 Kevin Ryde <user42@zip.com.au>
794
795 * files.texi (Magic File Names): Add @vindex file-name-handler-alist,
796 in particular so `info-lookup-symbol' can find its docs.
797
2640fa86
CY
7982009-10-16 Chong Yidong <cyd@stupidchicken.com>
799
800 * variables.texi (Constant Variables): Distinguish from defconst
801 variables.
802 (Defining Variables): Add cindex.
803
edd6a733
CY
8042009-10-15 Chong Yidong <cyd@stupidchicken.com>
805
806 * os.texi (Time of Day): Clarify that the microsecond part is
807 ignored (Bug#4637).
808
5feb0b73
GM
8092009-10-11 Glenn Morris <rgm@gnu.org>
810
811 * frames.texi (Size and Position): Clarify what is included in the frame
812 height. (Bug#4535)
813
0c5413c8
GM
8142009-10-10 Glenn Morris <rgm@gnu.org>
815
816 * windows.texi (Size of Window): The relationship between window and
817 frame heights is not so simple. (Bug#4535)
818 Mention window-full-height-p.
819
7f8b600a
SM
8202009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
821
822 * positions.texi (Text Lines): Remove goto-line, since it shouldn't be
823 used from Lisp.
824
6185de1c
EZ
8252009-10-07 Eli Zaretskii <eliz@gnu.org>
826
7f8b600a
SM
827 * files.texi (Directory Names) <abbreviate-file-name>:
828 Document that root home directories are not replaced with "~".
6185de1c 829
9972911f
EZ
8302009-10-06 Eli Zaretskii <eliz@gnu.org>
831
832 * text.texi (Special Properties): Document the meaning of the
833 `cursor' text property whose value is an integer.
834
2a3f19ef
MA
8352009-10-05 Michael Albinus <michael.albinus@gmx.de>
836
837 * files.texi (Magic File Names): Add `copy-directory'.
838
804543b5
EZ
8392009-10-05 Eli Zaretskii <eliz@gnu.org>
840
841 * files.texi (File Attributes): Fix description of file
842 attributes. (Bug#4638) Update attributes of files.texi example to
843 be more representative.
844
461bf92b
MA
8452009-10-05 Michael Albinus <michael.albinus@gmx.de>
846
847 * files.texi (Create/Delete Dirs): New command copy-directory.
848
a86cd395
JB
8492009-10-04 Juanma Barranquero <lekktu@gmail.com>
850
851 * anti.texi (Antinews):
852 * macros.texi (Indenting Macros):
853 * strings.texi (Creating Strings, Case Conversion):
854 Remove duplicate words.
855
d3080264
MA
8562009-10-01 Michael Albinus <michael.albinus@gmx.de>
857
858 * files.texi (Create/Delete Dirs): delete-directory has an
859 optional parameter RECURSIVE.
860
85d14563
SM
8612009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * buffers.texi (Swapping Text): Minor clarification.
864
3d9842c6
GM
8652009-10-01 Glenn Morris <rgm@gnu.org>
866
867 * functions.texi (Declaring Functions): Mention that we also search for
868 ".m" files in the src/ directory.
869
78427304
CY
8702009-09-25 David Engster <deng@randomsample.de>
871
3d9842c6 872 * display.texi (Managing Overlays): Document copy-overlay (Bug#4549).
78427304 873
b578c9cc
GM
8742009-09-22 Glenn Morris <rgm@gnu.org>
875
876 * internals.texi (Building Emacs): Mention preloaded-file-list.
877
beee5da7
AM
8782009-09-14 Alan Mackenzie <acm@muc.de>
879
880 * os.texi (Terminal Output): Put "@code{}" around "stdout".
881
5d6ab672
CY
8822009-09-13 Chong Yidong <cyd@stupidchicken.com>
883
884 * functions.texi (Anonymous Functions): Rearrange discussion,
885 giving usage of unquoted lambda forms first. Mention that
886 `function' and `#'' are no longer required (Bug#4290).
887
59375eeb
AM
8882009-09-11 Alan Mackenzie <acm@muc.de>
889
a86cd395 890 * os.texi (Terminal Output): Document `send-string-to-terminal' in
59375eeb
AM
891 batch mode.
892
e7e2f529
GM
8932009-09-01 Glenn Morris <rgm@gnu.org>
894
895 * display.texi (Face Functions): Mention define-obsolete-face-alias.
896
eae47088
GM
8972009-08-26 Ulrich Mueller <ulm@gentoo.org>
898
899 * nonascii.texi (Character Codes): Fix typos.
900
3691a0a6
MA
9012009-08-25 Michael Albinus <michael.albinus@gmx.de>
902
903 * processes.texi (Synchronous Processes): New defvar
904 process-file-side-effects.
905
664d56b8
GM
9062009-08-25 Glenn Morris <rgm@gnu.org>
907
908 * display.texi (Fontsets): Fix typo.
909
0706c025
GM
910 * files.texi (Format Conversion Round-Trip): Mention nil regexp.
911
03a74b84
SM
9122009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * processes.texi (Asynchronous Processes): Adjust arglist of
915 start-process-shell-command and start-file-process-shell-command.
916
f6de8a37
CY
9172009-08-15 Chong Yidong <cyd@stupidchicken.com>
918
4b1ed1bb
CY
919 * advice.texi (Argument Access in Advice): Note that argument
920 positions are zero-based (Bug#3932).
921
89a9e058
CY
922 * commands.texi (Distinguish Interactive): Minor copyedit.
923
23696fd7
CY
924 * display.texi (Face Attributes): Add xref to Displaying Faces for
925 explanation of "underlying face".
926
f6de8a37
CY
927 * customize.texi (Common Keywords): Add xref to Loading.
928
929 * loading.texi (How Programs Do Loading): Add xref to Lisp
930 Libraries node in the Emacs manual.
931
417f77e6
CY
9322009-08-13 Chong Yidong <cyd@stupidchicken.com>
933
934 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
935
0999039c
CY
9362009-07-18 Chong Yidong <cyd@stupidchicken.com>
937
938 * processes.texi (Shell Arguments): Copyedits.
939
9af167bc
GM
9402009-07-18 Glenn Morris <rgm@gnu.org>
941
942 * loading.texi (Repeated Loading): Fix typo.
943
137987ab
RS
9442009-07-16 Richard Stallman <rms@gnu.org>
945
946 * buffers.texi (Swapping Text): Recommend setting
947 write-region-annotate-functions and buffer-saved-size.
948
949 * backups.texi (Auto-Saving): Document buffer-saved-size = -2.
950
622fa380
GM
9512009-07-15 Glenn Morris <rgm@gnu.org>
952
953 * edebug.texi: Minor re-phrasings throughout.
954 (Edebug Execution Modes): Sit-for affects continue mode too.
955 (Jumping): Use `forward-sexp' rather than its keybinding.
956 (Edebug Misc): Fix Q binding.
957 (Edebug Eval): Remove cl version.
958 (Printing in Edebug): Clarify print-length etc.
959 (Instrumenting Macro Calls): Defopt edebug-eval-macro-args.
960 (Specification List): Remove edebug-unwrap findex entry.
961 (Specification Examples): defmacro is actually not the same as defun.
962 Escape "`" in example.
963
6bbd4600
CY
9642009-07-15 Chong Yidong <cyd@stupidchicken.com>
965
966 * markers.texi (The Mark): Document optional arg to
967 deactivate-mark.
968
e538d479
GM
9692009-07-11 Kevin Ryde <user42@zip.com.au>
970
971 * hooks.texi (Standard Hooks): Fix cross-references.
972
4c98b9ed
GM
973 * loading.texi (Named Features): Refer to eval-after-load.
974
5300838c
GM
9752009-07-11 Glenn Morris <rgm@gnu.org>
976
64fbeb16
GM
977 * Makefile.in (TEXI2PDF): New.
978 (elisp.pdf): New target.
979
4c98b9ed
GM
980 * searching.texi (Regexp Backslash): Fix typo.
981
982 * elisp.texi (Top): Display copyright notice at start of non-TeX.
5300838c 983
51d9979c
GM
9842009-07-10 Glenn Morris <rgm@gnu.org>
985
561c0216
GM
986 * elisp.texi, vol1.texi, vol2.texi: Update @detailmenu.
987
5b594a58
GM
988 * customize.texi (Customization Types):
989 * display.texi (Abstract Display):
0cc8c85a 990 * objects.texi (Character Type, String Type):
5b594a58 991 Merge in some menu descriptions from elisp.texi.
51d9979c 992
c3cbbb40
GM
993 * hash.texi (Hash Tables):
994 * modes.texi (Multiline Font Lock):
995 End menu description with period.
fe42c16a 996
28528402
GM
9972009-07-09 Glenn Morris <rgm@gnu.org>
998
999 * back.texi: Don't hard-code texinfo location.
1000
1001 * two-volume.make (texinfodir): New, with location of texinfo.tex.
1002 (tex): Add texinfodir to TEXINPUTS.
1003 (elisp1med-init, elisp2med-init): Use texinfodir.
1004
1005 * Makefile.in (texinfodir): Rename from usermanualdir, and update.
1006 (clean): Add two-volume.make intermediate files.
1007
1008 * elisp.texi, vol1.texi, vol2.texi:
1009 Use a DATE variable with the publication date, and update it.
1010 Fix antinews menu description.
1011
1012 * vol1.texi, vol2.texi: Update VERSION to match elisp.texi.
1013 Update the detailed node listing to match elisp.texi.
1014
1015 * README: Update edition to match elisp.texi.
1016
1017 * objects.texi (General Escape Syntax):
1018 * nonascii.texi (Character Sets):
1019 Use consistent case for "Unicode Standard".
1020
1021 * anti.texi (Antinews):
1022 * customize.texi (Variable Definitions):
1023 * functions.texi (Declaring Functions):
1024 * nonascii.texi (Character Properties):
1025 * processes.texi (Serial Ports):
1026 * text.texi (Special Properties):
1027 * tips.texi (Coding Conventions):
1028 Minor rearrangements to improve TeX line-filling.
1029
1030 * commands.texi (Using Interactive): Fix cross-reference.
1031
17db8e10
JD
10322009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1033
1034 * frames.texi (Management Parameters): Mention sticky.
1035
77c7e2e1
AS
10362009-07-01 Andreas Schwab <aschwab@redhat.com>
1037
1038 * help.texi (Help Functions): Fix description of help-buffer and
1039 help-setup-xref to use @defun instead of @deffn.
1040
3f1c6666
JD
10412009-07-01 Jan Djärv <jan.h.d@swipnet.se>
1042
1043 * frames.texi (Size Parameters): Mention maximized for fullscreen.
1044
ca27c21b
CY
10452009-06-24 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * display.texi (Window Systems): Add ns to the list.
1048
70243478
CY
10492009-06-21 Chong Yidong <cyd@stupidchicken.com>
1050
1051 * Branch for 23.1.
1052
df006536
MR
10532009-06-17 Martin Rudalics <rudalics@gmx.at>
1054
1055 * windows.texi (Dedicated Windows): Fix typo.
1056 (Resizing Windows): Replace @defun by @deffn.
1057
d259fc4b
GM
10582009-06-17 Glenn Morris <rgm@gnu.org>
1059
1060 * variables.texi (Directory Local Variables):
1061 Update for 2009-04-11 name-change of dir-locals-directory-alist.
1062
30781db6
KH
10632009-06-09 Kenichi Handa <handa@m17n.org>
1064
1065 * nonascii.texi (Character Sets): State clearly that FROM and TO
1066 are codepoints of CHARSET.
1067
62e8099c
CY
10682009-06-07 Chong Yidong <cyd@stupidchicken.com>
1069
1070 * minibuf.texi (Reading File Names): Fix introductory text.
1071 Suggested by stan@derbycityprints.com.
1072 (High-Level Completion): Fix typo.
1073
ee1b1917
CY
10742009-05-28 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * frames.texi (Text Terminal Colors): Multi-tty is already
1077 implemented, but tty-local colors are not.
1078
5df647e8
CY
10792009-05-27 Chong Yidong <cyd@stupidchicken.com>
1080
1081 * hooks.texi (Standard Hooks): Remove mention of obsolete
1082 redisplay-end-trigger-functions.
1083
1084 * internals.texi (Window Internals): Remove mention of obsolete
1085 redisplay-end-trigger-functions.
1086
01f17ae2
MR
10872009-05-21 Martin Rudalics <rudalics@gmx.at>
1088
1089 * abbrevs.texi (Abbrev Mode): abbrev-mode is an option.
1090
1091 * backups.texi (Making Backups): backup-directory-alist and
1092 make-backup-file-name-function are options.
1093 (Auto-Saving): auto-save-list-file-prefix is an option.
1094
1095 * buffers.texi (Killing Buffers): buffer-offer-save is an
1096 option.
1097
1098 * display.texi (Refresh Screen): no-redraw-on-reenter is an
1099 option.
1100 (Echo Area Customization): echo-keystrokes is an option.
1101 (Selective Display): selective-display-ellipses is an option.
1102 (Temporary Displays): temp-buffer-show-function is an option.
1103 (Face Attributes): underline-minimum-offset and x-bitmap-file-path
1104 are options.
1105 (Font Selection): face-font-family-alternatives,
1106 face-font-selection-order, face-font-registry-alternatives, and
1107 scalable-fonts-allowed are options.
1108 (Fringe Indicators): indicate-buffer-boundaries is an option.
1109 (Fringe Cursors): overflow-newline-into-fringe is an option.
1110 (Scroll Bars): scroll-bar-mode is an option.
1111
1112 * eval.texi (Eval): max-lisp-eval-depth is an option.
1113
1114 * files.texi (Visiting Functions): find-file-hook is an option.
1115 (Directory Names): directory-abbrev-alist is an option.
1116 (Unique File Names): temporary-file-directory and
1117 small-temporary-file-directory are options.
1118
1119 * frames.texi (Initial Parameters): initial-frame-alist,
1120 minibuffer-frame-alist and default-frame-alist are options.
1121 (Cursor Parameters): blink-cursor-alist and
1122 cursor-in-non-selected-windows ar options.
1123 (Window System Selections): selection-coding-system is an
1124 option.
1125 (Display Feature Testing): display-mm-dimensions-alist is an
1126 option.
1127
1128 * help.texi (Help Functions): help-char and help-event-list are
1129 options.
1130
1131 * keymaps.texi (Functions for Key Lookup): meta-prefix-char is
1132 an option.
1133
1134 * minibuf.texi (Minibuffer History): history-length and
1135 history-delete-duplicates are options.
1136 (High-Level Completion): read-buffer-function and
1137 read-buffer-completion-ignore-case are options.
1138 (Reading File Names): read-file-name-completion-ignore-case is
1139 an option.
1140
1141 * modes.texi (Mode Line Top): mode-line-format is an option.
1142 (Mode Line Variables): mode-line-position and mode-line-modes
1143 are options.
1144
1145 * nonascii.texi (Text Representations):
1146 enable-multibyte-characters is an option.
1147 (Default Coding Systems): auto-coding-regexp-alist,
1148 file-coding-system-alist, auto-coding-alist and
1149 auto-coding-functions are options.
1150 (Specifying Coding Systems): inhibit-eol-conversion is an
1151 option.
1152
1153 * os.texi (Init File): site-run-file is an option.
1154 (System Environment): mail-host-address is an option.
1155 (User Identification): user-mail-address is an option.
1156 (Terminal Output): baud-rate is an option.
1157
1158 * positions.texi (Word Motion): words-include-escapes is an
1159 option.
1160
1161 * searching.texi (Standard Regexps): page-delimiter,
1162 paragraph-separate, paragraph-separate and sentence-end are
1163 options.
1164
1165 * text.texi (Margins): left-margin and fill-nobreak-predicate
1166 are options.
1167
1168 * variables.texi (Local Variables): max-specpdl-size is an
1169 option.
1170
1171 * windows.texi (Choosing Window):
1172 split-window-preferred-function, special-display-function and
1173 display-buffer-function are options.
1174
106e6894
CY
11752009-05-20 Chong Yidong <cyd@stupidchicken.com>
1176
4a83454d
CY
1177 Fix errors spotted by Martin Rudalics.
1178
106e6894
CY
1179 * syntax.texi (Position Parse): Document rationale for ignored
1180 arguments to syntax-ppss-flush-cache.
1181
1182 * processes.texi (Input to Processes): Mark PROCESS arg to
1183 process-running-child-p as optional.
1184 (Network Options): Document NO-ERROR arg to
1185 set-network-process-option.
1186
1187 * buffers.texi (Indirect Buffers): Mark clone-indirect-buffer as a
1188 command.
1189
1190 * searching.texi (POSIX Regexps): Mark posix-search-forward and
1191 posix-search-backward as commands.
1192
1193 * os.texi (Killing Emacs): Mark kill-emacs as a command.
1194 (Suspending Emacs): Mark suspend-emacs as a command.
1195 (Processor Run Time): Mark emacs-uptime and emacs-init-time as
1196 commands.
5dcb4c4e
SM
1197 (Terminal Output): Remove obsolete function baud-rate.
1198 Document TERMINAL arg for send-string-to-terminal.
106e6894
CY
1199
1200 * nonascii.texi (Terminal I/O Encoding): Document TERMINAL arg for
1201 terminal-coding-system and set-terminal-coding-system.
1202 (Explicit Encoding): Mark DESTINATION arg of decode-coding-region
1203 as optional.
1204 (Character Sets): Document RESTRICTION arg of char-charset.
1205 (Character Codes): Mark POS argument to get-byte as optional.
1206
1207 * minibuf.texi (Minibuffer Misc): Document ARGS arg for
1208 minibuffer-message.
1209
1210 * files.texi (Create/Delete Dirs): Mark make-directory and
1211 delete-directory as commands.
1212
1213 * abbrevs.texi (Abbrev Tables): Fix arglist for make-abbrev-table.
1214
1215 * text.texi (Base 64): Mark base64-decode-string and
1216 base64-encode-string as commands.
1217 (Columns): Mark move-to-column as a command.
1218 (Mode-Specific Indent): Document RIGID arg to
1219 indent-for-tab-command.
1220 (Region Indent): Mark TO-COLUMN arg to indent-region as optional.
1221 Mark indent-code-rigidly as a command.
1222 (Substitution): Mark translate-region as a command.
1223
1224 * frames.texi (Size and Position): Remove obsolete functions
1225 screen-height and screen-width.
1226
04173931
CY
12272009-05-19 Chong Yidong <cyd@stupidchicken.com>
1228
1229 * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
1230 (Displaying Buffers, Resizing Windows): Correct mistakes;
1231 next-window, previous-window, and pop-to-buffer are not commands,
1232 and fit-window-to-buffer" is a command. (Pointed out by Martin
1233 Rudalics.)
1234
eae7d8f8
RS
12352009-05-17 Richard M Stallman <rms@gnu.org>
1236
1237 * modes.texi (Precalculated Fontification): Clarify text.
1238
b8766179
MR
12392009-05-17 Martin Rudalics <rudalics@gmx.at>
1240
1241 * windows.texi (Selecting Windows): Clarify descriptions of
1242 with-selected-window and get-lru-window.
1243 (Cyclic Window Ordering): Refer to particular frame when talking
1244 about how splitting affects the ordering.
1245 (Displaying Buffers): Fix descriptions of switch-to-buffer and
1246 switch-to-buffer-other-window. Explain how setting of
1247 display-buffer-reuse-frames affects pop-to-buffer.
1248 (Choosing Window): Clarify some details in descriptions of
1249 display-buffer-reuse-frames, pop-up-frames, and
1250 pop-up-frame-function.
1251 (Dedicated Windows): Clarify some details.
1252 (Textual Scrolling): Replace term vscroll by term vertical
1253 scroll position.
1254 (Vertical Scrolling): Fix typo.
1255 (Window Hooks): Relate text on jit-lock-register to window
1256 scrolling and size changes.
1257
734b5e3b
CY
12582009-05-14 Chong Yidong <cyd@stupidchicken.com>
1259
0a65633e
CY
1260 * frames.texi (Initial Parameters): Clarify what the initial
1261 minibuffer frame is.
05be46d7
CY
1262 (Buffer Parameters): Note that the minibuffer parameter can not be
1263 altered.
0a65633e 1264
734b5e3b
CY
1265 * anti.texi (Antinews): Copyedits. Rearrange some entries.
1266 Document display-buffer changes.
1267
925672cd
CY
12682009-05-13 Chong Yidong <cyd@stupidchicken.com>
1269
17ecd7af
CY
1270 * anti.texi (Antinews): Rewrite for Emacs 22.
1271
925672cd
CY
1272 * abbrevs.texi (Abbrevs): Add xref to Creating Symbols when
1273 obarrays are first mentioned. Define "system abbrev" more
1274 prominently, and add it to the index.
1275 (Abbrev Mode, Abbrev Tables, Defining Abbrevs, Abbrev Properties):
1276 Copyedits.
1277 (Abbrev Expansion): Document abbrev-insert.
1278
80be4dd7
CY
12792009-05-12 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * frames.texi (Font and Color Parameters): Rename from Color
1282 Parameters. Document font-backend parameter.
1283
1284 * vol2.texi (Top): Update node listing.
1285 * vol1.texi (Top): Update node listing.
1286 * elisp.texi (Top): Update node listing.
1287
372a93ac
MR
12882009-05-11 Martin Rudalics <rudalics@gmx.at>
1289
1290 * windows.texi (Choosing Window): Don't explicitly refer to
1291 split-window-sensibly's window argument in descriptions of
1292 split-height-threshold and split-width-threshold.
1293
714c3541
MR
12942009-05-10 Martin Rudalics <rudalics@gmx.at>
1295
1296 * windows.texi (Choosing Window): Fix rewrite of window
1297 splitting section.
1298
0e90e7be
EZ
12992009-05-09 Eli Zaretskii <eliz@gnu.org>
1300
1301 * nonascii.texi (Default Coding Systems): Document
5dcb4c4e
SM
1302 find-auto-coding, set-auto-coding, and auto-coding-alist.
1303 Add indexing.
0e90e7be
EZ
1304 (Lisp and Coding Systems): Add index entries.
1305
d3c0c321
MR
13062009-05-09 Martin Rudalics <rudalics@gmx.at>
1307
1308 * windows.texi (Choosing Window): Describe split-window-sensibly
1309 and rewrite section on window splitting accordingly.
1310 (Textual Scrolling): Replace `...' by @code{...}.
1311
c773345a
CY
13122009-05-04 Chong Yidong <cyd@stupidchicken.com>
1313
ee2d5b5e
CY
1314 * hooks.texi (Standard Hooks): Add abbrev-expand-functions.
1315 Remove obsoleted pre-abbrev-expand-hook.
1316
1317 * locals.texi (Standard Buffer-Local Variables): Consolidate table
1318 entries.
1319
c773345a
CY
1320 * internals.texi (Object Internals): Don't assume 32-bit machines
1321 are the norm.
1322 (Buffer Internals): Consolidate table entries for readability.
ee2d5b5e
CY
1323 (Window Internals): Synch field names to window.h.
1324 (Process Internals): Synch field names to process.h.
c773345a 1325
dd449674
CY
13262009-04-29 Chong Yidong <cyd@stupidchicken.com>
1327
1328 * variables.texi (File Local Variables): Note that read-circle is
1329 bound to nil when reading file-local variables.
1330
1331 * streams.texi (Input Functions): Document read-circle.
1332 (Output Variables): Add xref to Circular Objects.
1333
4f1e25e2
CY
13342009-04-25 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * tips.texi (Coding Conventions): Copyedits. Add xref to Named
1337 Features and Coding System Basics. Node that "p" stands for
1338 "predicate". Recommend utf-8-emacs instead of emacs-mule.
1339 (Key Binding Conventions): Emacs does use S-down-mouse-1, for
1340 mouse-appearance-menu.
1341 (Programming Tips): Add xref to Progress.
1342
dca019f8
CY
13432009-04-22 Chong Yidong <cyd@stupidchicken.com>
1344
5dcb4c4e
SM
1345 * os.texi (Command-Line Arguments):
1346 Document command-line-args-left.
dca019f8
CY
1347 (Suspending Emacs): Adapt text to multi-tty case. Document use of
1348 terminal objects for tty arguments.
1349 (Startup Summary): Add xref to Session Management.
1350 (Session Management): Mention emacs-session-restore. Copyedits.
1351
02a89103
CY
13522009-04-20 Chong Yidong <cyd@stupidchicken.com>
1353
1354 * os.texi (Startup Summary): Copyedits. The init file is not
1355 necessarily named .emacs now. Document initial-buffer-choice and
1356 initial-scratch-message. Note where Emacs exits in batch mode.
1357 Document inhibit-splash-screen as an alias.
1358 (Init File): Be neutral about which init file name to use.
1359
13602009-04-16 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * os.texi (System Interface): Fix Texinfo usage.
1363
0c1cfe01
CY
13642009-04-15 Chong Yidong <cyd@stupidchicken.com>
1365
80d7cdca
CY
1366 * searching.texi (Regexp Backslash): Also refer to shy groups as
1367 non-capturing or unnumbered groups.
1368 (Regexp Functions): Add cross-reference to Regexp Backslash.
1369
0c1cfe01
CY
1370 * display.texi (Truncation): Overlays can use line-prefix and
1371 wrap-prefix too.
1372 (Overlay Properties): Document wrap-prefix and line-prefix.
1373 (Face Attributes): Document underline-minimum-offset.
1374 (Face Remapping): Copyedits.
1375 (Low-Level Font): Copyedits.
1376 (Image Cache): Note that the image cache is shared between frames.
ed8ab760
CY
1377 (Line Height): Emphasize that line-spacing only takes effect on
1378 graphical terminals.
0c1cfe01 1379
c4adeee0
CY
13802009-04-13 Chong Yidong <cyd@stupidchicken.com>
1381
1382 * display.texi (Refresh Screen): Note that a passage about screen
1383 refreshing is text terminal only.
1384 (Forcing Redisplay): Delete misleading comment---sit-for calls
1385 redisplay, not the other way around.
1386 (Truncation): Note new values of truncate-partial-width-windows.
1387 Copyedits.
1388 (Invisible Text): Document invisible-p.
1389
b20ecfa1
EZ
13902009-04-11 Eli Zaretskii <eliz@gnu.org>
1391
1392 * display.texi (Overlays): Overlays don't scale well. See
1393 http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
1394
97d8273f
CY
13952009-04-10 Chong Yidong <cyd@stupidchicken.com>
1396
f147ff75
CY
1397 * syntax.texi (Syntax Table Functions): Document cons cell
1398 argument for modify-syntax-entry.
1399 (Categories): Document cons cell argument for
1400 modify-category-entry.
1401
fca4ec76
CY
1402 * searching.texi (String Search): Document word-search-forward-lax
1403 and word-search-backward-lax.
1404 (Searching and Case): Describe isearch behavior more precisely.
1405
9c283d5b
CY
1406 * keymaps.texi (Tool Bar): Mention that some platforms do not
1407 support multi-line toolbars. Suggested by Stephen Eglen.
1408
1409 * frames.texi (Layout Parameters): Mention that Nextstep also
1410 allows only one tool-bar line. Suggested by Stephen Eglen.
1411
97d8273f
CY
1412 * nonascii.texi (Text Representations): Copyedits.
1413 (Coding System Basics): Also mention utf-8-emacs.
1414 (Converting Representations, Selecting a Representation)
1415 (Scanning Charsets, Translation of Characters, Encoding and I/O):
1416 Copyedits.
1417 (Character Codes): Mention role of codepoints 1114112 to 4194175.
1418
2bad3299
CY
14192009-04-09 Chong Yidong <cyd@stupidchicken.com>
1420
1421 * text.texi (Yank Commands): Note that yank uses push-mark.
5dcb4c4e
SM
1422 (Filling): Clarify REGION argument of fill-paragraph.
1423 Document fill-forward-paragraph-function.
2bad3299
CY
1424 (Special Properties): Remove "new in Emacs 22" declaration.
1425 (Clickable Text): Merge with Links and Mouse-1 node.
1426
5dcb4c4e
SM
1427 * display.texi (Button Properties, Button Buffer Commands):
1428 Change xref to Clickable Text.
2bad3299
CY
1429
1430 * tips.texi (Key Binding Conventions): Change xref to Clickable
1431 Text.
1432
1433 * elisp.texi (Top): Update node listing.
1434
ea30ce4f
CY
14352009-04-05 Chong Yidong <cyd@stupidchicken.com>
1436
47af2f4b
CY
1437 * markers.texi (The Mark): Copyedits. Improve description of
1438 handle-shift-selection.
1439 (The Region): Move use-region-p here from The Mark.
1440
ea30ce4f
CY
1441 * positions.texi (Screen Lines): Document (cols . lines) argument
1442 for vertical-motion.
1443
2aa8ea6e
CY
14442009-04-04 Chong Yidong <cyd@stupidchicken.com>
1445
3ec61d4e
CY
1446 * frames.texi (Frames): Clean up introduction. Document `ns'
1447 return value for framep.
1448 (Creating Frames): Note how the terminal is chosen.
1449 (Multiple Terminals, Multiple Displays): Merge into a single node.
1450 (Color Parameters): Fix typo.
1451
1452 * variables.texi (Local Variables, Buffer-Local Variables)
1453 (Creating Buffer-Local): Change link to Multiple Terminals.
1454
1455 * os.texi (X11 Keysyms): Change link to Multiple Terminals.
1456
1457 * keymaps.texi (Controlling Active Maps): Change link to Multiple
1458 Terminals.
1459
1460 * commands.texi (Command Loop Info, Keyboard Macros): Change link
1461 to Multiple Terminals.
1462
1463 * elisp.texi (Top): Update node listing.
1464 * vol2.texi (Top): Update node listing.
1465 * vol1.texi (Top): Update node listing.
1466
9257072f
CY
1467 * buffers.texi (Current Buffer): Note that the append-to-buffer
1468 example is no longer in synch with the latest code. Tie the two
1469 examples together.
1470
2aa8ea6e
CY
1471 * files.texi (File Attributes): Move note about MS-DOS from
1472 Changing Files to File Attributes.
1473 (Create/Delete Dirs): Note that mkdir is an alias for this.
1474
22e74b17
CY
14752009-04-01 Markus Triska <triska@gmx.at>
1476
1477 * processes.texi (Filter Functions): Suggest how to handle output
1478 batches.
1479
4bbe48ec
CY
14802009-03-30 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * help.texi (Accessing Documentation): Update example to use
1483 help-setup-xref and with-help-window.
1484 (Help Functions): Remove print-help-return-message, which is
1485 semi-obsolete due to with-help-window. Document help-buffer and
1486 help-setup-xref.
1487
b9723f39
CY
14882009-03-29 Chong Yidong <cyd@stupidchicken.com>
1489
5dcb4c4e
SM
1490 * help.texi (Accessing Documentation, Help Functions):
1491 Remove information about long-obsolete Emacs versions.
9eb52e90 1492
b9723f39
CY
1493 * modes.texi (Mode Line Variables): The default values of the mode
1494 line variables are now more complicated.
1495
b0cc32db
CY
14962009-03-28 Chong Yidong <cyd@stupidchicken.com>
1497
3c25a5a9
CY
1498 * modes.texi (Major Mode Conventions): Note that specialness is
1499 inherited.
31c9eebb
CY
1500 (Derived Modes): Note that define-derive-mode sets the mode-class
1501 property.
3c25a5a9 1502
b0cc32db
CY
1503 * keymaps.texi (Prefix Keys): The M-g prefix key is now named
1504 goto-map. Add search-map to the list.
1505
c5e0006d
EZ
15062009-03-27 Eli Zaretskii <eliz@gnu.org>
1507
1213465a
EZ
1508 * os.texi (System Environment): Update the list of system-type
1509 values.
1510
c5e0006d
EZ
1511 * markers.texi (The Mark) <handle-shift-selection>: Update for
1512 removal of the optional argument DEACTIVATE.
1513
48bab3d6
CY
15142009-03-25 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * commands.texi (Focus Events): Most X window managers don't use
1517 focus-follows-mouse nowadays.
1518
6e4ff1b6
CY
15192009-03-24 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * commands.texi (Defining Commands): Clarify introduction.
1522 (Using Interactive): Not that interactive can be put in a symbol
1523 property.
1524 (Interactive Call): Note that a symbol with a non-nil
1525 interactive-form property satisfies commandp.
1526
11625308
JB
15272009-03-23 Juanma Barranquero <lekktu@gmail.com>
1528
1529 * minibuf.texi (Intro to Minibuffers): Fix typos.
1530
7b34420d
CY
15312009-03-23 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
5dcb4c4e
SM
1534 about minibuffers in old Emacs versions. Copyedits.
1535 Emphasize that enable-recursive-minibuffers defaults to nil.
7b34420d
CY
1536 (Text from Minibuffer): Simplify introduction.
1537
f9257eed
AM
15382009-03-22 Alan Mackenzie <acm@muc.de>
1539
1540 * commands.texi (Using Interactive): Clarify string argument to
1541 `interactive' - even promptless elements need \n separators.
1542
f639ba70
CY
15432009-03-18 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * minibuf.texi (Completion Styles): New node.
1546
1547 * elisp.texi (Top): Update node listing.
1548
d897e8ee
CY
15492009-03-17 Chong Yidong <cyd@stupidchicken.com>
1550
1551 * minibuf.texi (Basic Completion): Note that
1552 read-file-name-completion-ignore-case and
1553 read-buffer-completion-ignore-case can override
1554 completion-ignore-case.
1555 (Minibuffer Completion): Document completing-read changes.
1556 (Completion Commands): Avoid mentioning partial completion mode.
1557 Document minibuffer-completion-confirm changes, and
1558 minibuffer-confirm-exit-commands.
1559 (High-Level Completion): Document new require-match behavior for
1560 read-buffer. Document read-buffer-completion-ignore-case.
1561 (Reading File Names): Document new require-match behavior for
1562 read-file-name.
1563
b1f23349
CY
15642009-03-14 Chong Yidong <cyd@stupidchicken.com>
1565
1566 * debugging.texi (Error Debugging): Don't mislead the reader into
1567 thinking that debug-on-error enters debugger for C-f at EOB.
1568 (Error Debugging): Setting debug-on-init within the init file
1569 works, and has for some time.
1570
d6eb4e25
KH
15712009-03-13 Kenichi Handa <handa@m17n.org>
1572
1573 * display.texi (Fontsets): Update the description.
1574
1cf53dc5
CY
15752009-03-13 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * advice.texi (Advising Primitives): Link to What Is a Function.
1578
81f919fc
CY
15792009-03-12 Chong Yidong <cyd@stupidchicken.com>
1580
cf4229eb
CY
1581 * compile.texi (Speed of Byte-Code): Update example.
1582 (Disassembly): Update examples.
1583
81f919fc 1584 * loading.texi (Repeated Loading): Simplify examples.
f2bbc08c
CY
1585
1586 * customize.texi (Common Keywords): It's not necessary to use :tag
1587 to remove hyphens, as custom-unlispify-tag-name does it
1588 automatically.
5dcb4c4e
SM
1589 (Variable Definitions): Link to File Local Variables.
1590 Document customized-value symbol property.
f2bbc08c
CY
1591 (Customization Types): Move menu to end of node.
1592
955964d7
CY
15932009-03-10 Chong Yidong <cyd@stupidchicken.com>
1594
1595 * macros.texi (Compiling Macros): Omit misleading sentence, which
1596 implied that macros can only be used in the same file they are
1597 defined.
1598 (Backquote): Remove obsolete information about Emacs 19.
1599
d25ed7db
GM
16002009-03-05 John Foerch <jjfoerch@earthlink.net> (tiny change)
1601
1602 * display.texi (Display Margins): Fix paren typo.
1603
d55f6ca5
CY
16042009-02-27 Chong Yidong <cyd@stupidchicken.com>
1605
f0e57ed8
CY
1606 * elisp.texi (Top): Update node listing.
1607
1608 * variables.texi (Variables): Clarify introduction.
1609 (Global Variables): Mention that setq is a special form.
1610 (Local Variables): Use active voice.
1611 (Tips for Defining): Mention marking variables as safe.
1612 (Buffer-Local Variables): Mention terminal-local and frame-local
1613 variables together.
1614 (File Local Variables): Copyedits.
1615 (Frame-Local Variables): Note that they are not really useful.
1616 (Future Local Variables): Node deleted.
1617
d55f6ca5
CY
1618 * objects.texi (General Escape Syntax): Update explanation of
1619 unicode escape syntax.
1620
ca8f09a8
CY
16212009-02-23 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * control.texi (Control Structures): Add cindex entry for "textual
1624 order".
1625
1626 * eval.texi (Intro Eval): Copyedits. Standardize on "form"
1627 instead of "expression" throughout.
1628 (Function Indirection): Copyedits. Use active voice.
1629 (Eval): The default value of max-lisp-eval-depth is now 400.
1630
a20878b6
MB
16312009-02-23 Miles Bader <miles@gnu.org>
1632
1633 * processes.texi (System Processes): Rename `system-process-attributes'
1634 to `process-attributes'.
1635
61f66044
CY
16362009-02-22 Chong Yidong <cyd@stupidchicken.com>
1637
1b80d1f3
CY
1638 * symbols.texi (Property Lists): Emphasize that property lists are
1639 not restricted to symbol cells.
1640 (Other Plists): Copyedit.
1641
61f66044
CY
1642 * sequences.texi (Sequences Arrays Vectors): Make introduction
1643 more concise.
1644 (Arrays): Mention char-tables and bool-vectors too.
1645 (Vectors): Don't repeat information given in Arrays node. Link to
1646 nodes that explain the vector usage examples.
1647 (Char-Tables): Note that char-table elements can have arbitrary
1648 type. Explain effect of omitted char-table-extra-slots property.
8a63cf41 1649 Link to Property Lists node.
61f66044 1650
9403944b
CY
16512009-02-22 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * lists.texi (Building Lists): Remove obsolete Emacs 20 usage of
1654 `append'.
4068c7b4 1655 (List Elements): Copyedits.
9403944b
CY
1656
1657 * sequences.texi (Vector Functions): Remove obsolete Emacs 20 use
1658 of `vconcat'.
1659
1660 * strings.texi (Creating Strings): Copyedits. Remove obsolete
1661 Emacs 20 usage of `concat'.
1662 (Case Conversion): Copyedits.
1663
b87a185f
CY
16642009-02-21 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * objects.texi (Lisp Data Types, Syntax for Strings, Buffer Type):
1667 Minor edits.
1668 (Frame Configuration Type): Emphasize that it is not primitive.
1669 (Font Type): New node.
1670 (Type Predicates): Add fontp; type-of now recognizes font object
1671 types.
1672
1673 * intro.texi (Version Info): Update version numbers in examples.
1674 (Acknowledgements): List more contributors.
1675
1676 * elisp.texi: Bump version number to 3.0.
1677 (Top): Link to Font Type node.
1678
867d4bb3
JB
16792009-02-20 Juanma Barranquero <lekktu@gmail.com>
1680
1681 * modes.texi (Major Mode Conventions): Remove duplicate words.
1682 (Customizing Keywords): Fix typo.
1683
77730170
EZ
16842009-02-14 Eli Zaretskii <eliz@gnu.org>
1685
1686 * nonascii.texi (User-Chosen Coding Systems): Document that
1687 select-safe-coding-system suggests raw-text if there are raw bytes
1688 in the region.
1689 (Explicit Encoding): Warn not to use `undecided' when encoding.
1690
c8736212
GM
16912009-02-11 Glenn Morris <rgm@gnu.org>
1692
1693 * frames.texi (Visibility of Frames): Mention the effect multiple
1694 workspaces/desktops can have on visibility.
1695
ab992d66
EZ
16962009-02-07 Eli Zaretskii <eliz@gnu.org>
1697
c8736212
GM
1698 * text.texi (Commands for Insertion):
1699 * commands.texi (Event Mod):
1700 * keymaps.texi (Searching Keymaps):
5dcb4c4e
SM
1701 * nonascii.texi (Translation of Characters):
1702 Reinstate documentation of translation-table-for-input.
7d2a859f
EZ
1703 (Explicit Encoding): Document the `charset' text property produced
1704 by decode-coding-region and decode-coding-string.
ab992d66 1705
e651a255
AM
17062009-01-27 Alan Mackenzie <acm@muc.de>
1707
1708 * modes.texi (Search-based Fontification): Correct a typo.
1709
bc5cde4b
JB
17102009-01-25 Juanma Barranquero <lekktu@gmail.com>
1711
1712 * abbrevs.texi (Abbrev Table Properties): Fix typo.
1713 Reported by Seweryn Kokot <sewkokot@gmail.com>. (Bug#2039)
1714
3533155b
EZ
17152009-01-24 Eli Zaretskii <eliz@gnu.org>
1716
f721deda
EZ
1717 * display.texi (Window Systems): Document the value of
1718 `initial-window-system' under --daemon.
1719
3533155b
EZ
1720 * os.texi (System Environment): Remove description of the
1721 `environment' function which has been deleted.
1722
f79b43b2
DN
17232009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1724
1725 * frames.texi (Multiple Displays): Remove documentation for
1726 removed function make-frame-on-tty.
1727
e3aa6669
CY
17282009-01-22 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * files.texi (Format Conversion Piecemeal): Clarify behavior of
5dcb4c4e
SM
1731 write-region-annotate-functions.
1732 Document write-region-post-annotation-function.
e3aa6669 1733
fb13a416
CY
17342009-01-19 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * display.texi (Font Lookup): Document WIDTH argument of
1737 x-list-fonts.
1738
02eccf6b
EZ
17392009-01-17 Eli Zaretskii <eliz@gnu.org>
1740
ead3f58d
EZ
1741 * maps.texi (Standard Keymaps): Rename function-key-map to
1742 local-function-key-map.
1743
1744 * keymaps.texi (Translation Keymaps): Rename function-key-map to
1745 local-function-key-map.
1746
1747 * nonascii.texi (Terminal I/O Encoding): `keyboard-coding-system'
1748 and `set-keyboard-coding-system' now accept an optional terminal
1749 argument.
1750
1751 * commands.texi (Event Mod): `keyboard-translate-table' is now
1752 terminal-local.
1753 (Function Keys): Rename function-key-map to
1754 local-function-key-map.
1755
df05a163
EZ
1756 * elisp.texi (Top): Make @detailmenu be consistent with changes in
1757 frames.texi.
1758
0ed8034e 1759 * hooks.texi (Standard Hooks): Document `delete-frame-functions'
490f1197
EZ
1760 `delete-terminal-functions', `suspend-tty-functions' and
1761 `resume-tty-functions'.
0ed8034e
EZ
1762
1763 * frames.texi (Frames): Document `frame-terminal' and
1764 `terminal-live-p'.
1765 (Multiple Displays): Document `make-frame-on-tty'.
1766 (Multiple Terminals): Document `terminal-list', `delete-terminal',
1767 `terminal-name', and `get-device-terminal'.
490f1197
EZ
1768 (Terminal Parameters): Document `terminal-parameters',
1769 `terminal-parameter', and `set-terminal-parameter'.
0ed8034e
EZ
1770
1771 * os.texi (System Environment): Document `environment' and
1772 `initial-environment'.
490f1197
EZ
1773 (Suspending Emacs): Update for multi-tty; document
1774 `suspend-tty', `resume-tty', and `controlling-tty-p'.
0ed8034e 1775
02eccf6b
EZ
1776 * nonascii.texi (Coding System Basics): More accurate description
1777 of `raw-text'.
1778
f19fea97
JB
17792009-01-12 Juanma Barranquero <lekktu@gmail.com>
1780
1781 * display.texi (Low-Level Font): Fix typo.
1782
16fa292f
CY
17832009-01-10 Chong Yidong <cyd@stupidchicken.com>
1784
1785 * elisp.texi (Top): Update node listing.
1786
1787 * display.texi (PostScript Images): Node deleted.
1788
0b4faef3
EZ
17892009-01-10 Eli Zaretskii <eliz@gnu.org>
1790
3355f04d
EZ
1791 * processes.texi (Decoding Output): Document that null bytes force
1792 no-conversion for reading process output.
1793
1794 * files.texi (Reading from Files): Document that null bytes force
1795 no-conversion when visiting files.
1796
11625308 1797 * processes.texi (Serial Ports): Improve wording, suggested by RMS.
538395d9 1798
5dcb4c4e
SM
1799 * nonascii.texi (Lisp and Coding Systems):
1800 Document inhibit-null-byte-detection and inhibit-iso-escape-detection.
c06ea95e 1801 (Character Properties): Improve wording.
0b4faef3 1802
ce9cf065
CY
18032009-01-09 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * display.texi (Font Lookup): Remove obsolete function
1806 x-font-family-list. x-list-fonts accepts Fontconfig/GTK syntax.
1807 (Low-Level Font): Rename from Fonts, move to end of Faces section.
5dcb4c4e
SM
1808 (Font Selection): Reorder order of variable descriptions.
1809 Minor clarifications.
ce9cf065
CY
1810
1811 * elisp.texi (Top): Update node listing.
1812
ab756fb3
GM
18132009-01-09 Glenn Morris <rgm@gnu.org>
1814
1815 * commands.texi (Command Loop Info): Say that last-command-char and
1816 last-input-char are obsolete aliases.
1817
1818 * edebug.texi (Edebug Recursive Edit): Remove separate references to
1819 last-input-char and last-command-char, since they are just aliases for
1820 last-input-event and last-command-event.
1821
1822 * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
1823 last-command-char.
1824
6b2b8ab1
CY
18252009-01-08 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * elisp.texi: Update node listing.
1828
1829 * display.texi (Faces): Put Font Selection node after Auto Faces.
5dcb4c4e
SM
1830 (Face Attributes): Don't link to Font Lookup.
1831 Document font-family-list.
6b2b8ab1
CY
1832 (Fonts): New node.
1833
3568e767
JR
18342009-01-08 Jason Rumney <jasonr@gnu.org>
1835
1836 * frames.texi (Pointer Shape): Clarify that only X supports
5ce6e4f4 1837 changing the standard pointer shapes. (Bug#1485)
3568e767 1838
6221c8db
CY
18392009-01-08 Chong Yidong <cyd@stupidchicken.com>
1840
1841 * display.texi (Attribute Functions): Note that a function value
1842 :height is relative, and that compatibility functions work by
1843 calling set-face-attribute.
1844 (Displaying Faces): Reorder list in order of increasing priority.
1845 (Face Remapping): New node. Content moved here from Displaying
1846 Faces.
1847 (Glyphs): Link to Face Functions.
1848
e3d3799a
CY
18492009-01-08 Chong Yidong <cyd@stupidchicken.com>
1850
1851 * display.texi (Faces): Don't discuss face id here. facep does
1852 not return t.
1853 (Defining Faces): Minor clarification.
1854 (Face Attributes): Rearrange items to match docstring of
1855 set-face-attribute. Add :foundry attribute. Document new role of
1856 :font attribute. Texinfo usage fix.
1857 (Attribute Functions): Copyedits.
1858 (Face Functions): Note that face number is seldom used.
1859
638a2457
RS
18602009-01-05 Richard M Stallman <rms@gnu.org>
1861
1862 * strings.texi (Predicates for Strings): Minor clarification.
1863
1864 * functions.texi (Function Safety): Texinfo usage fix.
1865
49ea0074
JB
18662009-01-04 Eduard Wiebe <usenet@pusto.de> (tiny patch)
1867
1868 * objects.texi (General Escape Syntax): Fix typo.
1869
9f822178
MR
18702009-01-03 Martin Rudalics <rudalics@gmx.at>
1871
1872 * windows.texi (Choosing Window): Say that pop-up-frame-alist
1873 works via the default value of pop-up-frame-function.
1874
af34ad36
EZ
18752009-01-02 Eli Zaretskii <eliz@gnu.org>
1876
1877 * processes.texi (System Processes): Document the `time' and
1878 `ctime' attributes of `system-process-attributes'.
1879
d31f6679
CY
18802009-01-01 Chong Yidong <cyd@stupidchicken.com>
1881
1882 * display.texi (Face Attributes): Clarify :height attribute.
1883
174dc00c
MR
18842008-12-31 Martin Rudalics <rudalics@gmx.at>
1885
1886 * buffers.texi (The Buffer List): Clarify what moves a buffer to
1887 the front of the buffer list. Add entries for `last-buffer' and
1888 `unbury-buffer'.
1889
b8afe7e4
EZ
18902008-12-27 Eli Zaretskii <eliz@gnu.org>
1891
d14030f5
EZ
1892 * elisp.texi (Top): Add @detailmenu items for "Multiple Terminals"
1893 and its subsections.
1894
1895 * frames.texi (Multiple Terminals, Low-level Terminal)
1896 (Terminal Parameters, Frames on Other TTY devices): New sections.
1897 (Frames): Add an xref to "Multiple Terminals".
1898
765980a4
EZ
1899 * elisp.texi (Top): Add @detailmenu item for "Terminal Type".
1900
1901 * objects.texi (Terminal Type): New node.
1902 (Editing Types): Add it to the menu.
1903
47bd5577
EZ
1904 * elisp.texi (Top): Add a @detailmenu item for "Directory Local
1905 Variables".
1906
eb22b78c 1907 * variables.texi (Directory Local Variables): New node.
47bd5577 1908 (Variables): Add a menu item for it.
eb22b78c 1909
b8afe7e4
EZ
1910 * loading.texi (Autoload): Document `generate-autoload-cookie' and
1911 `generated-autoload-file'.
1912
77bb0476
EZ
19132008-12-20 Eli Zaretskii <eliz@gnu.org>
1914
028e2c19
EZ
1915 * os.texi (Startup Summary): Add xref to documentation of
1916 `initial-window-system'.
1917
77bb0476
EZ
1918 * display.texi (Window Systems): Document `window-system' the
1919 function. The variable `window-system' is now frame-local.
028e2c19 1920 Document `initial-window-system'.
77bb0476 1921
dda87836
MR
19222008-12-19 Martin Rudalics <rudalics@gmx.at>
1923
1924 * windows.texi (Windows): Rewrite description of
1925 fit-window-to-buffer.
1926
caef3ed2
GM
19272008-12-13 Glenn Morris <rgm@gnu.org>
1928
1929 * modes.texi (Font Lock Basics): Fix level description. (Bug#1534)
1930 (Levels of Font Lock): Refer to font-lock-maximum-decoration.
1931
21c58e4d
GM
19322008-12-12 Glenn Morris <rgm@gnu.org>
1933
1934 * debugging.texi (Error Debugging): Refer forwards to
1935 eval-expression-debug-on-error.
1936
af38459f
EZ
19372008-12-05 Eli Zaretskii <eliz@gnu.org>
1938
5dedd9b5
EZ
1939 * strings.texi (String Basics): Only unibyte strings that
1940 represent key sequences hold 8-bit raw bytes.
1941
af38459f
EZ
1942 * nonascii.texi (Coding System Basics): Rewrite @ignore'd
1943 paragraph to speak about `undecided'.
1944 (Character Properties): Don't explain the meaning of each
1945 property; instead, identify their Unicode Standard names.
b3f1f4a5 1946 (Character Sets): Document `map-charset-chars'.
af38459f 1947
fa047ae7
GM
19482008-12-02 Glenn Morris <rgm@gnu.org>
1949
1950 * files.texi (Format Conversion Round-Trip): Rewrite format-write-file
1951 section yet again.
1952
47dbc044
EZ
19532008-11-29 Eli Zaretskii <eliz@gnu.org>
1954
98d05998
EZ
1955 * nonascii.texi (Character Properties): New Section.
1956 (Specifying Coding Systems): Document
1957 `coding-system-priority-list', `set-coding-system-priority', and
1958 `with-coding-priority'.
1959 (Lisp and Coding Systems): Document `check-coding-systems-region'
1960 and `coding-system-charset-list'.
1961 (Coding System Basics): Document `coding-system-aliases'.
1962
1963 * elisp.texi (Top): Add a @detailmenu entry for "Character
1964 Properties".
1965
47dbc044
EZ
1966 * objects.texi (Character Type): Correct the range of Emacs
1967 characters. Add an @xref to "Character Codes".
1968
1969 * strings.texi (String Basics): Add an @xref to "Character Codes".
1970
1971 * numbers.texi (Integer Basics): Add an @xref to `max-char'.
1972
1973 * nonascii.texi (Explicit Encoding): Update for Emacs 23.
1974 (Character Codes): Document `max-char'.
1975
8b80cdf5
EZ
19762008-11-28 Eli Zaretskii <eliz@gnu.org>
1977
1978 * nonascii.texi (Text Representations, Converting Representations)
1979 (Character Sets, Scanning Charsets, Translation of Characters):
1980 Make text more accurate.
1981
a99dceba
GM
19822008-11-28 Glenn Morris <rgm@gnu.org>
1983
1984 * files.texi (Format Conversion Round-Trip): Improve previous change.
1985
f6dc3bed
CY
19862008-11-26 Chong Yidong <cyd@stupidchicken.com>
1987
1988 * modes.texi (Auto Major Mode): Fix example.
1989
5da9413d
GM
19902008-11-25 Glenn Morris <rgm@gnu.org>
1991
1992 * control.texi (Signaling Errors): Fix `wrong-type-argument' name.
1993
1994 * files.texi (Format Conversion Round-Trip):
1995 Use active voice for previous change.
1996
fcca848c
CY
19972008-11-25 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * os.texi (Processor Run Time):
2000 * processes.texi (Transaction Queues):
2001 * markers.texi (The Mark):
2002 * windows.texi (Choosing Window, Selecting Windows):
2003 * files.texi (Changing Files, Magic File Names):
2004 * commands.texi (Key Sequence Input):
2005 * functions.texi (Declaring Functions):
2006 * strings.texi (Predicates for Strings):
2007 * intro.texi (nil and t): Fix typos (pointed out by Drew Adams).
2008
36c8dc54
CY
20092008-11-24 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * help.texi (Accessing Documentation): Update example.
2012
2013 * variables.texi (Defining Variables): Note that `*' is not
2014 necessary if defcustom is used.
2015
2a79b242
EZ
20162008-11-22 Eli Zaretskii <eliz@gnu.org>
2017
2018 * elisp.texi (Top): Remove "Chars and Bytes" and "Splitting
2019 Characters" from @detailmenu.
2020
2021 * nonascii.texi (Character Codes, Character Sets)
2022 (Scanning Charsets, Translation of Characters): Update for Emacs 23.
2023 (Chars and Bytes, Splitting Characters): Sections removed.
2024
392f0d26
LK
20252008-11-22 Lute Kamstra <lute@gnu.org>
2026
2027 * positions.texi (Text Lines): Update goto-line documentation.
2028
af1a5cd5
MR
20292008-11-21 Martin Rudalics <rudalics@gmx.at>
2030
6a4cfb0c
MR
2031 * frames.texi (Frames): Fix typo, add cross references, reword.
2032 (Initial Parameters): Reword special-display-frame-alist text.
2033 (Frames and Windows): Reword. Describe argument norecord for
2034 set-frame-selected-window.
2035 (Input Focus): Describe argument norecord for select-frame.
2036 Remove comment on MS-Windows behavior for focus-follows-mouse.
2037 (Raising and Lowering): Mention windows-frames dichotomy in
2038 metaphor.
2039
af1a5cd5
MR
2040 * windows.texi (Displaying Buffers, Vertical Scrolling)
2041 (Horizontal Scrolling): Fix indenting and rewording issues
2042 introduced with 2008-11-07 change.
2043
c249fa9c
GM
20442008-11-20 Glenn Morris <rgm@gnu.org>
2045
2046 * files.texi (Format Conversion Round-Trip): Mention `preserve'
2047 element of `format-alist'.
2048
204d4665
GM
20492008-11-19 Glenn Morris <rgm@gnu.org>
2050
2051 * doclicense.texi: Update to FDL 1.3.
2052 * elisp.texi, vol1.texi, vol2.texi: Relicense under FDL 1.3 or later.
2053
cc0910af
CY
20542008-11-18 Chong Yidong <cyd@stupidchicken.com>
2055
efe6e7c4
CY
2056 * windows.texi (Window Hooks): Remove *-end-trigger-functions
2057 vars, which are obsolete. Mention jit-lock-register.
2058
5dcb4c4e
SM
2059 * modes.texi (Other Font Lock Variables):
2060 Document jit-lock-register and jit-lock-unregister.
efe6e7c4 2061
cc0910af
CY
2062 * frames.texi (Color Parameters): Document alpha parameter.
2063
aeeedf76
MR
20642008-11-16 Martin Rudalics <rudalics@gmx.at>
2065
2066 * windows.texi (Splitting Windows, Deleting Windows)
2067 (Selecting Windows, Cyclic Window Ordering)
2068 (Buffers and Windows, Displaying Buffers, Choosing Window)
2069 (Dedicated Windows, Window Point, Window Start and End)
2070 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling)
2071 (Size of Window, Resizing Windows, Window Configurations)
2072 (Window Parameters): Avoid @var at beginning of sentences and
2073 reword accordingly.
2074
4c565c5c
LK
20752008-11-11 Lute Kamstra <lute@gnu.org>
2076
2077 * files.texi (File Name Components): Fix file-name-extension
2078 documentation.
2079
25f494c9
JB
20802008-11-11 Juanma Barranquero <lekktu@gmail.com>
2081
2082 * frames.texi (Basic Parameters): Remove display-environment-variable
2083 and term-environment-variable.
2084
a1401ab1
EZ
20852008-11-08 Eli Zaretskii <eliz@gnu.org>
2086
2087 * windows.texi (Basic Windows, Splitting Windows)
2088 (Deleting Windows, Selecting Windows, Cyclic Window Ordering)
2089 (Buffers and Windows, Displaying Buffers, Dedicated Windows)
25f494c9
JB
2090 (Resizing Windows, Window Configurations, Window Parameters):
2091 Fix wording and markup.
a1401ab1 2092
efafc282
MR
20932008-11-07 Martin Rudalics <rudalics@gmx.at>
2094
2095 * windows.texi (Windows): Update entries.
2096 (Basic Windows): Remove listing of attributes. Reword.
86ab855a 2097 (Splitting Windows, Deleting Windows): Reword.
efafc282
MR
2098 (Selecting Windows, Cyclic Window Ordering): Reword with special
2099 emphasis on order of recently selected windows and buffer list.
86ab855a
MR
2100 (Buffers and Windows, Choosing Window): Reword with special
2101 emphasis on dedicated windows.
2102 (Displaying Buffers): Reword. For switch-to-buffer mention that
2103 it may fall back on pop-to-buffer. For other-window try to
2104 explain how it treats the cyclic ordering of windows.
efafc282
MR
2105 (Dedicated Windows): New node and section discussing dedicated
2106 windows and associated functions.
86ab855a 2107 (Window Point): Add entry for window-point-insertion-type. Reword.
efafc282
MR
2108 (Window Start and End): Rename node and section title. Reword.
2109 (Textual Scrolling, Vertical Scrolling, Horizontal Scrolling):
2110 Minor rewording.
2111 (Size of Window): Reword, in particular text on window-width.
2112 (Resizing Windows): Reword. Add text on balancing windows.
2113 (Window Configurations): Reword. Mention window parameters.
2114 (Window Parameters): New node and section on window parameters.
2115 (Window Hooks): Reword. Mention that
2116 window-configuration-change-hook is run "buffer-locally".
2117 * elisp.texi (Top): Update Windows entries in @detailmenu
2118 section.
2119
d60a8ab2
JB
21202008-11-04 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * searching.texi (Regexp Search): Fix typo.
2123
01777627
CY
21242008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2125
2126 * searching.texi (Regexp Search): Document GREEDY arg.
2127 (Simple Match Data): Fix return value.
2128
c4526e93
EZ
21292008-11-01 Eli Zaretskii <eliz@gnu.org>
2130
2131 * nonascii.texi (Text Representations): Rewrite to make consistent
5dcb4c4e
SM
2132 with Emacs 23 internal representation of characters.
2133 Document `unibyte-string'.
c4526e93 2134
fe2ae8b5
CY
21352008-10-28 Chong Yidong <cyd@stupidchicken.com>
2136
2137 * processes.texi (Process Information): Note that process-status
2138 does not accept buffer names.
2139
cc5a21e3
CY
21402008-10-27 Seweryn Kokot <sewkokot@gmail.com> (tiny change)
2141
2142 * positions.texi (Skipping Characters): Correct return value of
2143 skip-chars-forward.
2144
09460d9a
MR
21452008-10-25 Martin Rudalics <rudalics@gmx.at>
2146
520b29e7
MR
2147 * windows.texi (Deleting Windows): Update documentation of
2148 delete-windows-on.
2149 (Buffers and Windows): Update documentations of
2150 get-buffer-window and get-buffer-window-list.
2151 (Displaying Buffers): Update documentation of
2152 replace-buffer-in-windows.
2153
09460d9a
MR
2154 * buffers.texi (Current Buffer): Reword set-buffer and
2155 with-current-buffer documentations.
2156 (Creating Buffers): Reword documentation of get-buffer-create.
2157
4d48fcdc
MR
21582008-10-23 Martin Rudalics <rudalics@gmx.at>
2159
2160 * buffers.texi (Current Buffer): Reword documentation of
2161 set-buffer.
2162 (Buffer Names): Reword documentation of buffer-name.
2163 (The Buffer List): For bury-buffer explain what happens with the
2164 buffer's window.
2165 (Creating Buffers): Say that get-buffer-create's arg is called
2166 buffer-or-name.
2167
f0143c43
CY
21682008-10-22 Chong Yidong <cyd@stupidchicken.com>
2169
3e5dbbd3
CY
2170 * advice.texi (Computed Advice): Explain what DEFINITION is.
2171
f0143c43
CY
2172 * nonascii.texi (Character Codes): Remove obsolete function
2173 char-valid-p, and document characterp instead.
2174
52a94b85
MR
21752008-10-22 Martin Rudalics <rudalics@gmx.at>
2176
2177 * windows.texi (Displaying Buffers): Reword documentation of
2178 pop-to-buffer.
2179 (Choosing Window): Rewrite documentation of display-buffer and
2180 its options.
2181
f76f8246
MR
2182 * buffers.texi (Killing Buffers): Update documentation of
2183 kill-buffer.
2184
acc8b598
EZ
21852008-10-21 Eli Zaretskii <eliz@gnu.org>
2186
80e6b6df
EZ
2187 * processes.texi (Serial Ports): Fix wording and improve markup.
2188
3645358a
EZ
2189 * searching.texi (Regexp Search): Document `string-match-p' and
2190 `looking-at-p'.
2191 (POSIX Regexps): Add an xref for "non-greedy".
2192 (Regexp Special): Add @cindex entry for "non-greedy".
2193
b3d50cff 2194 * display.texi (Attribute Functions): Document `face-all-attributes'.
bf190568 2195 (Image Cache) <image-refresh>: Minor wording fixes.
b3d50cff 2196
73b7530a
EZ
2197 * frames.texi (Color Names): Add an xref to `read-color'.
2198
2199 * minibuf.texi (High-Level Completion): Document `read-color'.
2200
acc8b598
EZ
2201 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
2202
2203 * positions.texi (Narrowing): Add an xref to "Swapping Text".
2204
2205 * buffers.texi (Swapping Text): New section, documents
2206 `buffer-swap-text'.
2207
10e187e8
MR
22082008-10-21 Martin Rudalics <rudalics@gmx.at>
2209
2210 * windows.texi (Resizing Windows): Minor wording fix.
2211
fd6f900c
EZ
22122008-10-20 Eli Zaretskii <eliz@gnu.org>
2213
2214 * processes.texi (Shell Arguments): Document `split-string-and-unquote'
2215 and `combine-and-quote-strings'.
2216
2217 * strings.texi (Creating Strings): Add xrefs for them.
2218
e4372165
EZ
22192008-10-19 Eli Zaretskii <eliz@gnu.org>
2220
d6328fba
EZ
2221 * elisp.texi (Top): Make descriptive text for "Reading File Names"
2222 match the corresponding menu in minibuf.texi.
2223
e4372165
EZ
2224 * minibuf.texi (Reading File Names): Document `read-shell-command'
2225 and `minibuffer-local-shell-command-map'.
2226
5d8dda33
MR
22272008-10-19 Martin Rudalics <rudalics@gmx.at>
2228
2229 * windows.texi (Resizing Windows): Remove var{} around "window" in
2230 documentation of enlarge-window.
2231 Rewrite documentation of window-min-height and window-min-width.
2232
437706cd
EZ
22332008-10-19 Eli Zaretskii <eliz@gnu.org>
2234
80f85d7c
EZ
2235 * functions.texi (Calling Functions): Document `apply-partially'.
2236
291703b5
EZ
2237 * hooks.texi (Standard Hooks): Mention
2238 `before-hack-local-variables-hook' and `hack-local-variables-hook'.
2239
2240 * variables.texi (File Local Variables): Document
2241 `file-local-variables-alist', `before-hack-local-variables-hook'
2242 and `hack-local-variables-hook'.
2243
583d8b3c
EZ
2244 * processes.texi (Synchronous Processes): Document `process-lines'.
2245
5dcb4c4e
SM
2246 * customize.texi (Variable Definitions):
2247 Document `custom-reevaluate-setting'.
437706cd 2248
7e51d89b
MR
22492008-10-18 Martin Rudalics <rudalics@gmx.at>
2250
2251 * windows.texi (Choosing Window, Deleting Windows)
2252 (Displaying Buffers): Expand documentation of dedicated windows.
2253
43c59a3d
EZ
22542008-10-18 Eli Zaretskii <eliz@gnu.org>
2255
018a960d
EZ
2256 * files.texi (Changing Files): Document symbolic input of file
2257 modes to `set-file-modes'. Document `read-file-modes' and
2258 `file-modes-symbolic-to-number'.
2259
2c0b8144
EZ
2260 * maps.texi (Standard Keymaps): Document `multi-query-replace-map'
2261 and `search-map'.
2262
5dcb4c4e
SM
2263 * searching.texi (Search and Replace):
2264 Document `replace-search-function' and `replace-re-search-function'.
2c0b8144 2265 Document `multi-query-replace-map'.
80120f13 2266
6d4913f0 2267 * minibuf.texi (Text from Minibuffer): Document `read-regexp'.
5dcb4c4e
SM
2268 (Completion Commands, Reading File Names):
2269 Rename `minibuffer-local-must-match-filename-map' to
6d4913f0
EZ
2270 `minibuffer-local-filename-must-match-map'.
2271 (Minibuffer Completion): The `require-match' argument to
2272 `completing-read' can now have the value `confirm-only'.
2273
43c59a3d
EZ
2274 * windows.texi (Displaying Buffers): Minor wording fix.
2275 (Choosing Window): `split-height-threshold' can now be nil.
2276 Document `split-width-threshold'. `pop-up-frames' can have the
2277 value `graphic-only'.
2278
f36acfd9
EZ
22792008-10-17 Eli Zaretskii <eliz@gnu.org>
2280
2281 * os.texi (Startup Summary): Document `before-init-time' and
2282 `after-init-time'. Document `initial-window-system' and
2283 `window-system-initialization-alist'. Document reading the
2284 abbrevs file. Document the call to `server-start' under --daemon.
2285 Rearrange a bit to be consistent with the code flow.
53728487
EZ
2286 (Processor Run Time): Document `emacs-uptime' and `emacs-init-time'.
2287 (Time Parsing): Document `format-seconds'.
f36acfd9 2288
96995b89
MR
22892008-10-17 Martin Rudalics <rudalics@gmx.at>
2290
2291 * windows.texi (Basic Windows, Splitting Windows): Fix whitespace
2292 and reword.
2293
2de17c73
EZ
22942008-10-16 Eli Zaretskii <eliz@gnu.org>
2295
2296 * markers.texi (The Mark): Document use-region-p.
2297
9cf52b11
EZ
22982008-10-15 Eli Zaretskii <eliz@gnu.org>
2299
c3aaf1d7
EZ
2300 * internals.texi (Writing Emacs Primitives): The interactive spec
2301 of a primitive can be a Lisp form.
2302
841a1743
EZ
2303 * markers.texi (The Mark): Document the `lambda' and `(only . OLD)'
2304 values of transient-mark-mode. Document handle-shift-selection.
2305
2306 * commands.texi (Using Interactive, Interactive Codes): Document `^'.
2307 (Interactive Examples): Show an example of `^'.
2308 (Key Sequence Input): Document this-command-keys-shift-translated.
c3aaf1d7
EZ
2309 (Defining Commands, Using Interactive): The interactive-form of a
2310 function can be added via its symbol's property.
841a1743 2311
52441368
EZ
2312 * positions.texi (List Motion): beginning-of-defun-function can
2313 now accept an argument.
2314
8e8c1a72
EZ
2315 * text.texi (Low-Level Kill Ring): interprogram-paste-function can
2316 now return a list of strings.
2317
a33a1f2a
EZ
2318 * control.texi (Handling Errors): Document ignore-errors.
2319
4fb04348
EZ
2320 * frames.texi (Creating Frames): Document frame-inherited-parameters.
2321 (Parameter Access): Document set-frame-parameter.
2322
ee666f84
EZ
2323 * variables.texi (Creating Buffer-Local): Add an xref to "Setting
2324 Hooks" for the effect of kill-all-local-variables on local hook
2325 functions.
2326
9cf52b11
EZ
2327 * modes.texi (Major Mode Conventions, Mode Line Variables):
2328 `mode-name' need not be a string. xref to "Mode Line Data" for
2329 details, and to "Emulating Mode Line" for computing a string
2330 value.
2331
22526bc4
EZ
23322008-10-14 Eli Zaretskii <eliz@gnu.org>
2333
a65f6a85
EZ
2334 * processes.texi (System Processes): New section.
2335 (Processes, Signals to Processes): Add xrefs to it.
2336
2337 * objects.texi (Editing Types): A `process' is a subprocess of
2338 Emacs, not just any process running on the OS.
2339
2340 * elisp.texi (Top): Adjust the @detailmenu for the above two
2341 changes.
2342
2724b26a
EZ
2343 * sequences.texi (Char-Tables): Remove documentation of
2344 set-char-table-default, which has no effect since Emacs 23.
2345 <char-table-range, set-char-table-range>: Don't mention generic
2346 characters and charsets. Add a cons cell as a possible argument.
2347
2348 * nonascii.texi (Splitting Characters)
2349 (Translation of Characters): Don't mention generic characters.
2350
2351 * display.texi (Fontsets): Don't mention generic characters.
2352
22526bc4 2353 * sequences.texi (Char-Tables): `map-char-table' can now call its
25f494c9 2354 argument FUNCTION with a cons cell as KEY.
22526bc4 2355
eaf4b689
EZ
23562008-10-13 Eli Zaretskii <eliz@gnu.org>
2357
45e46036
EZ
2358 * objects.texi (Primitive Function Type): Move "@cindex special
2359 forms" from here...
2360
2361 * eval.texi (Special Forms): ...to here.
2362
2363 * functions.texi (What Is a Function): `functionp' returns nil for
2364 special forms. Add an xref.
2365
eaf4b689
EZ
2366 * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
2367 Variables".
2368
2369 * variables.texi (Frame-Local Variables): New section.
2370 (Buffer-Local Variables): Add an xref to it.
2371 (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
2372 have both frame-local and buffer-local binding.
2373
2374 * frames.texi (Frames): Mention multiple tty frames.
2375 (Frame Parameters, Parameter Access): Mention frame-local variable
2376 bindings.
2377
15688fce
GM
23782008-09-20 Glenn Morris <rgm@gnu.org>
2379
2380 * display.texi (Defining Faces): Recommend against face variables.
2381
35539065
JB
23822008-09-16 Juanma Barranquero <lekktu@gmail.com>
2383
2384 * display.texi (Echo Area Customization): Fix typo.
2385
6a57054b
JB
23862008-09-09 Juanma Barranquero <lekktu@gmail.com>
2387
2388 * loading.texi (Where Defined): Add `defface' item.
2389
d632fb82
MR
23902008-09-06 Martin Rudalics <rudalics@gmx.at>
2391
2392 * loading.texi (Where Defined): Fix description of symbol-file.
2393
905a9adb
JR
23942008-08-26 Jason Rumney <jasonr@gnu.org>
2395
2396 * display.texi (TIFF Images): New section describing :index property.
2397
852e91b7
CY
23982008-08-23 Chong Yidong <cyd@stupidchicken.com>
2399
2400 * display.texi (Temporary Displays): Remove unnecessary comment
2401 about usage of temp-buffer-show-hook.
2402
6be001ee
CY
24032008-08-05 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * symbols.texi (Other Plists): Fix incorrect example.
2406 Suggested by Florian Beck.
2407
58e3d8e8
JB
24082008-07-31 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * os.texi: Fix previous change.
2411
7c2fb837
DN
24122008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
2413
2414 * os.texi:
2415 * intro.texi:
2416 * files.texi: Remove VMS support.
2417
9e2a2647
DN
24182008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2419
2420 * os.texi:
2421 * frames.texi:
2422 * display.texi: Remove mentions of Mac Carbon.
2423
c4f4682b
MB
24242008-07-01 Miles Bader <miles@gnu.org>
2425
2426 * text.texi (Special Properties):
2427 * display.texi (Truncation): Add wrap-prefix and line-prefix.
2428
3696411e
JB
24292008-06-28 Johan Bockgård <bojohan@gnu.org>
2430
2431 * display.texi (Other Image Types): Fix copy/paste error; say
2432 "PBM", not "XBM".
2433
f2a77c3a
DN
24342008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2435
2436 * os.texi: Remove references to obsolete systems.
2437
6d52677d
EZ
24382008-06-20 Eli Zaretskii <eliz@gnu.org>
2439
2440 * makefile.w32-in (distclean): Remove makefile.
2441
1a87da4c
GM
24422008-06-17 Glenn Morris <rgm@gnu.org>
2443
2444 * Makefile.in (emacsver, miscmanualdir, VERSION, manual, install)
2445 (elisp, dist): Remove rules and variables that are obsolete now
2446 the lisp manual is no longer distributed separately.
2447
fdda1c5d
GM
24482008-06-16 Glenn Morris <rgm@gnu.org>
2449
646692e9
GM
2450 * configure, configure.in, mkinstalldirs: Remove unused files.
2451
2452 * book-spine.texinfo: Set version to 23.0.60.
fdda1c5d 2453 * vol1.texi (EMACSVER):
6a57054b 2454 * vol2.texi (EMACSVER): Set to 23.0.60.
fdda1c5d
GM
2455
2456 * elisp.texi, vol1.texi, vol2.texi: Update Back-Cover Text
2457 as per maintain.info.
2458
611bee81
GM
24592008-06-15 Glenn Morris <rgm@gnu.org>
2460
a7bed3a0
GM
2461 * makefile.w32-in (manual): Use "23" rather than "21".
2462
2463 * Makefile.in (emacsver): New, set by configure.
2464 (manual): Use emacsver.
2465
d794edf2
GM
2466 * intro.texi: Report bugs using M-x report-emacs-bug.
2467
611bee81
GM
2468 * elisp.texi (EMACSVER): Remove duplicate, outdated setting.
2469
c73e02fa
GM
24702008-06-13 Daniel Engeler <engeler@gmail.com>
2471
2472 * elisp.texi, internals.texi, processes.texi: Add documentation
2473 about serial port access.
2474
e40a85cd
MB
24752008-06-05 Miles Bader <miles@gnu.org>
2476
2477 * display.texi (Displaying Faces): Update to reflect function
2478 renamings in face-remap.el.
2479
7b753744
JB
24802008-06-05 Juanma Barranquero <lekktu@gmail.com>
2481
2482 * display.texi (Fontsets): Fix typos.
2483
9d3d42fb
MB
24842008-06-03 Miles Bader <miles@gnu.org>
2485
7b753744
JB
2486 * display.texi (Displaying Faces): Add add-relative-face-remapping,
2487 remove-relative-face-remapping, set-base-face-remapping,
2488 and set-default-base-face-remapping.
9d3d42fb 2489
f2cec7a9
MB
24902008-06-01 Miles Bader <miles@gnu.org>
2491
2492 * display.texi (Displaying Faces): Add face-remapping-alist.
2493
8f39c96d
SM
24942008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * tips.texi (Coding Conventions): Do not encourage the use of "-flag"
2497 variable names.
2498
1ef5eecc
ER
24992008-05-03 Eric S. Raymond <esr@golux>
2500
352c8b4a 2501 * keymaps.texi: Clarify that (current-local-map) and
1ef5eecc
ER
2502 (current-global-map) return references, not copies.
2503
63b4387f
JL
25042008-05-02 Juri Linkov <juri@jurta.org>
2505
2506 * minibuf.texi (Text from Minibuffer): Document a list of
2507 default values for `read-from-minibuffer'.
2508
38a8b703
JB
25092008-04-24 Juanma Barranquero <lekktu@gmail.com>
2510
2511 * nonascii.texi (Translation of Characters): Fix previous change.
2512
7c42e639
CY
25132008-04-20 Chong Yidong <cyd@stupidchicken.com>
2514
2515 * display.texi (Overlay Properties): Clarify role of underlying
2516 textprop and overlay keymaps for display strings.
2517
2518 * keymaps.texi (Active Keymaps): Ditto.
2519
25c0d999
SM
25202008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2521
2522 * minibuf.texi (Programmed Completion):
2523 Replace dynamic-completion-table with the new completion-table-dynamic.
2524
e3af5968
CY
25252008-04-07 Chong Yidong <cyd@stupidchicken.com>
2526
2527 * intro.texi (Some Terms): Change "fonts in this manual" index
2528 entry to "typographic conventions".
2529
6bfc8698
EZ
25302008-04-05 Eli Zaretskii <eliz@gnu.org>
2531
2532 * objects.texi (Text Props and Strings): Add indexing for read
2533 syntax of text properties.
2534
4972c361
SM
25352008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * processes.texi (Decoding Output): Remove process-filter-multibyte
2538 functions.
2539
c70a68db
MR
25402008-03-15 Martin Rudalics <rudalics@gmx.at>
2541
2542 * display.texi (Finding Overlays): Say that empty overlays at
2543 the end of the buffer are reported too.
2544
1291fd36
GM
25452008-03-13 Glenn Morris <rgm@gnu.org>
2546
2547 * elisp.texi (EMACSVER): Set to 23.0.60.
2548
c6b0dfd5
CY
25492008-02-26 Chong Yidong <cyd@stupidchicken.com>
2550
38a8b703 2551 * strings.texi (Formatting Strings): Treat - and 0 as flag characters.
c6b0dfd5 2552
875fc30c
GM
25532008-02-22 Glenn Morris <rgm@gnu.org>
2554
2555 * frames.texi (Position Parameters): Clarify the description of
2556 `left' and `top', using information from "Geometry".
2557 (Geometry): Give a pointer to "Position Parameters", rather than
2558 repeating information.
2559
d8c8e45a
GM
25602008-02-11 Glenn Morris <rgm@gnu.org>
2561
2562 * objects.texi (Equality Predicates): No longer talk about "two"
2563 functions.
2564
38a8b703 25652008-02-11 Lawrence Mitchell <wence@gmx.li> (tiny change)
d8c8e45a
GM
2566
2567 * objects.texi (Equality Predicates): Add defun for
2568 equal-including-properties.
2569
bfffe0b1
GM
25702008-02-10 Glenn Morris <rgm@gnu.org>
2571
2572 * objects.texi (Equality Predicates):
2573 Mention equal-including-properties.
2574
431b78c9
RS
25752008-02-07 Richard Stallman <rms@gnu.org>
2576
2577 * windows.texi (Window Start): Mention the feature of moving
2578 window-start to start of line.
2579
c8763fb6 25802008-02-07 Jan Djärv <jan.h.d@swipnet.se>
eafa12e6
JD
2581
2582 * keymaps.texi (Tool Bar): Document rtl property.
2583
1a256502
TTN
25842008-01-27 Thien-Thi Nguyen <ttn@gnuvola.org>
2585
2586 * display.texi (Button Types):
2587 For define-button-type, clarify type of NAME.
2588
569382c2
MR
25892008-01-19 Martin Rudalics <rudalics@gmx.at>
2590
2591 * buffers.texi (Buffer Modification): Fix typo.
2592
f3041af1
DN
25932008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2594
2595 * os.texi (System Environment): Remove references to OSes that are
2596 not supported anymore.
2597
d35e1cd7
DN
25982008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2599
2600 * os.texi (System Environment): Remove mention for Masscomp.
2601
23af7580
RS
26022008-01-04 Richard Stallman <rms@gnu.org>
2603
2604 * display.texi (Faces): Don't talk about internal face vector as arg
2605 to facep.
2606
2607 * customize.texi (Type Keywords): Fix previous change.
2608
2609 * text.texi (Links and Mouse-1): Fix xref for commands.texi change.
2610 * elisp.texi (Top): Fix menu for commands.texi change.
2611
ec7d5b1e
RS
26122007-12-30 Richard Stallman <rms@gnu.org>
2613
5dcb4c4e 2614 * commands.texi (Accessing Mouse): Rename from Accessing Events.
ec7d5b1e
RS
2615 (Accessing Scroll): New node broken out of Accessing Mouse.
2616
101a6cea
RS
26172007-12-28 Richard Stallman <rms@gnu.org>
2618
2619 * frames.texi (Size Parameters): Fix typo.
7f9e0c04 2620 (Basic Parameters): For `title', refer to title bar.
041817a4 2621 (Size and Position): Explain meaning of frame pixel width and height.
101a6cea 2622
72b7e664
RS
26232007-12-23 Richard Stallman <rms@gnu.org>
2624
2625 * customize.texi (Type Keywords): Uncomment :validate and clarify it.
2626 Improve some of the commented-out keywords' text too.
2627
27a4f445
MR
26282007-12-14 Martin Rudalics <rudalics@gmx.at>
2629
e2e3f1d7
MR
2630 * nonascii.texi (Encoding and I/O): Reword to avoid saying
2631 "visit the current buffer".
2632
27a4f445
MR
2633 * os.texi (System Interface): Fix typo.
2634
a2afc99d
RS
26352007-12-04 Richard Stallman <rms@gnu.org>
2636
2637 * objects.texi (Symbol Type): Fix typo.
2638
b694135c
RS
26392007-12-03 Richard Stallman <rms@gnu.org>
2640
2641 * hooks.texi (Standard Hooks): Add link to Hooks for Loading.
2642
f99a19da
GM
26432007-12-01 Glenn Morris <rgm@gnu.org>
2644
2645 * functions.texi (Declaring Functions): Improve previous change.
2646
8f4b37d8
GM
26472007-11-30 Glenn Morris <rgm@gnu.org>
2648
2649 * functions.texi (Declaring Functions): Add optional fourth
2650 argument of declare-function, and setting third argument to `t'.
2651
61a2fe01
RS
26522007-11-29 Richard Stallman <rms@gnu.org>
2653
2654 * customize.texi (Composite Types): Document `group' type.
2655
cbfc5193
GM
26562007-11-29 Glenn Morris <rgm@gnu.org>
2657
5dcb4c4e
SM
2658 * functions.texi (Declaring Functions): Add findex.
2659 Mention `external' files.
cbfc5193 2660
8386283a
JB
26612007-11-26 Juanma Barranquero <lekktu@gmail.com>
2662
2663 * functions.texi (Declaring Functions): Fix directive.
2664
a07c9a8b
RS
26652007-11-25 Richard Stallman <rms@gnu.org>
2666
2667 * help.texi (Help Functions): Clean up last change.
2668
2669 * advice.texi (Preactivation, Activation of Advice): Minor cleanup.
2670
2671 * loading.texi (Named Features): Minor cleanup.
2672
2673 * macros.texi (Eval During Expansion): Minor cleanup.
2674
2675 * variables.texi (Variable Aliases): Minor cleanup.
2676
a0925923
RS
26772007-11-24 Richard Stallman <rms@gnu.org>
2678
2679 * functions.texi (Declaring Functions): Clarify previous change.
2680
2681 * compile.texi (Compiler Errors): Clarify previous change.
2682
20c63e44
RS
26832007-11-24 Richard Stallman <rms@gnu.org>
2684
e5e76c04 2685 * display.texi (Refresh Screen, Forcing Redisplay):
20c63e44
RS
2686 Clarify the text and move items around.
2687
5bb0cda3
GM
26882007-11-24 Glenn Morris <rgm@gnu.org>
2689
2690 * functions.texi (Declaring Functions): New section.
2691 * compile.texi (Compiler Errors): Mention declaring functions,
2692 defvar with no initvalue, and byte-compile-warnings.
2693
af13c86a
MR
26942007-11-15 Martin Rudalics <rudalics@gmx.at>
2695
2696 * vol1.texi (Top): Remove Frame-Local Variables from Node Listing.
2697 * vol2.texi (Top): Remove Frame-Local Variables from Node Listing.
2698
a5373305
MR
26992007-11-13 Martin Rudalics <rudalics@gmx.at>
2700
2701 * help.texi (Help Functions): Document new macro `with-help-window'.
2702
fe284805
JL
27032007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2704
2705 * searching.texi (Replacing Match): Describe new
2706 `match-substitute-replacement'.
2707
2c3a09b1
RS
27082007-10-31 Richard Stallman <rms@gnu.org>
2709
2710 * strings.texi (Creating Strings): Null strings from concat not unique.
2711
f2b480f4
RS
27122007-10-26 Richard Stallman <rms@gnu.org>
2713
2714 * objects.texi (Equality Predicates): Null strings are uniquified.
2715
2716 * minibuf.texi: Minor clarifications in previous change.
2717
db21122c
GM
27182007-10-25 Glenn Morris <rgm@gnu.org>
2719
2720 * customize.texi (Variable Definitions): Add :risky and :safe keywords.
2721
2328cbb3
RS
27222007-10-24 Richard Stallman <rms@gnu.org>
2723
2724 * elisp.texi (Top): Delete Frame-Local Variables from subnode menu.
2725
2726 * variables.texi (Frame-Local Variables): Node deleted.
2727 (Variables): Delete Frame-Local Variables from menu.
2728 (Local Variables, Buffer-Local Variables, Intro to Buffer-Local)
2729 (Default Value): Don't mention frame-local vars.
2730
2731 * os.texi (Idle Timers): current-idle-time returns nil if not idle.
2732
2733 * loading.texi (Unloading): Document FEATURE-unload-function
2734 instead of FEATURE-unload-hook.
2735
2328cbb3
RS
2736 * frames.texi (Multiple Displays): Don't mention frame-local vars.
2737
c066bafa
JL
27382007-10-22 Juri Linkov <juri@jurta.org>
2739
2740 * minibuf.texi (Text from Minibuffer, Minibuffer Completion)
2741 (High-Level Completion): Document a list of default value strings
2742 in the DEFAULT argument, for which minibuffer functions return the
2743 first element.
2744
65ced25f
JL
27452007-10-17 Juri Linkov <juri@jurta.org>
2746
2747 * text.texi (Filling): Update arguments of fill-paragraph.
2748 fill-paragraph operates on the active region in Transient Mark mode.
2749 Remove fill-paragraph-or-region.
2750
ee46ec8e
KB
27512007-10-13 Karl Berry <karl@gnu.org>
2752
2753 * elisp.texi (@dircategory): Move to after @copying,
2754 since we want @copying as close as possible to the beginning of
2755 the output.
2756
61bbdbc6
RS
27572007-10-12 Richard Stallman <rms@gnu.org>
2758
2759 * elisp.texi (Top): Add Distinguish Interactive to subnode menu.
2760
2761 * commands.texi (Distinguish Interactive): New node,
2762 broken out from Interactive Call and rewritten.
2763 (Command Loop): Put Distinguish Interactive in menu.
2764
af23e1e8
RS
27652007-10-09 Richard Stallman <rms@gnu.org>
2766
2767 * text.texi (Examining Properties): Mention overlay priority.
2768
2769 * display.texi (Display Margins): Correct the description
2770 of margin display specifications.
2771 (Replacing Specs): New subnode broken out of Display Property.
2772
e1965a69
JL
27732007-10-06 Juri Linkov <juri@jurta.org>
2774
2775 * text.texi (Filling): Document fill-paragraph-or-region.
2776
4638454b
JB
27772007-10-05 Juanma Barranquero <lekktu@gmail.com>
2778
2779 * display.texi (Auto Faces): Fix typo.
2780
7ed54cc5
RS
27812007-10-02 Richard Stallman <rms@gnu.org>
2782
2783 * display.texi (Display Property): Explain some display specs
2784 don't let you move point in.
2785
5dcb4c4e
SM
2786 * frames.texi (Cursor Parameters):
2787 Describe cursor-in-non-selected-windows here. Explain more values.
7ed54cc5
RS
2788
2789 * windows.texi (Basic Windows): Don't describe
2790 cursor-in-non-selected-windows here.
2791
305a7ef2
EZ
27922007-10-01 Eli Zaretskii <eliz@gnu.org>
2793
2794 * processes.texi (Misc Network): Note that these functions are
2795 supported only on some systems.
2796
f7a7f4eb
RS
27972007-10-01 Richard Stallman <rms@gnu.org>
2798
2799 * display.texi (Overlay Properties): Explain nil as priority.
2800 Explain that conflicts are unpredictable if not resolved by
2801 priorities.
2802
780d7bb9
RS
28032007-09-23 Richard Stallman <rms@gnu.org>
2804
2805 * macros.texi (Backquote): Minor clarification.
2806
14b4fdfb
RS
28072007-09-19 Richard Stallman <rms@gnu.org>
2808
2809 * display.texi (Display Property): Explain multiple display specs.
9600ac7c
RS
2810 Clarify when they work in parallel and when one overrides.
2811 Fix error in example.
14b4fdfb 2812
b8d4c8d0
GM
28132007-09-06 Glenn Morris <rgm@gnu.org>
2814
b3e755a9 2815 Move from lispref/ to doc/lispref/. Change all setfilename
b8d4c8d0
GM
2816 commands to use ../../info.
2817 * Makefile.in (infodir): Go up one more level.
4638454b 2818 (usermanualdir): Change from ../man to ../emacs.
b8d4c8d0
GM
2819 (miscmanualdir): New.
2820 (dist): Use new variable miscmanualdir.
2821 * makefile.w32-in (infodir, texinputdir): Go up one more level.
2822 (usermanualdir): Change from ../man to ../emacs.
2823
1bb1f7d3
MR
28242007-08-30 Martin Rudalics <rudalics@gmx.at>
2825
2826 * commands.texi (Command Loop Info): Advise against changing
2827 most variables described here. Explain new variable
2828 last-repeatable-command.
2829
b8d4c8d0
GM
28302007-08-29 Glenn Morris <rgm@gnu.org>
2831
2832 * elisp.texi (EMACSVER): Increase to 23.0.50.
2833
28342007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
2835
2836 * frames.texi (Basic Parameters): Add display-environment-variable
2837 and term-environment-variable.
2838
28392007-08-28 Juri Linkov <juri@jurta.org>
2840
2841 * display.texi (Image Formats, Other Image Types): Add SVG.
2842
28432007-08-28 Juri Linkov <juri@jurta.org>
2844
2845 * display.texi (Images): Move formats-related text to new node
2846 "Image Formats".
2847 (Image Formats): New node.
2848
619fb9ee
RS
28492007-08-27 Richard Stallman <rms@gnu.org>
2850
2851 * windows.texi (Window Configurations): Clarify what
2852 a window configuration saves.
2853
b8d4c8d0
GM
28542007-08-25 Richard Stallman <rms@gnu.org>
2855
2856 * display.texi (Images): Delete redundant @findex.
2857
39f9da30
GM
28582007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * text.texi (Change Hooks): (after|before)-change-functions are no
2861 longer bound to nil while running; rather inhibit-modification-hooks
2862 is t.
2863
b8d4c8d0
GM
28642007-08-16 Richard Stallman <rms@gnu.org>
2865
5dcb4c4e
SM
2866 * processes.texi (Asynchronous Processes):
2867 Clarify doc of start-file-process.
b8d4c8d0
GM
2868
28692007-08-08 Martin Rudalics <rudalics@gmx.at>
2870
2871 * modes.texi (Example Major Modes): Fix typo.
2872
28732007-08-08 Glenn Morris <rgm@gnu.org>
2874
2875 * intro.texi (nil and t): Do not use `iff' in documentation.
2876
2877 * tips.texi (Documentation Tips): Recommend against `iff'.
2878
28792007-08-07 Chong Yidong <cyd@stupidchicken.com>
2880
2881 * display.texi (Image Cache): Document image-refresh.
2882
28832007-08-06 Martin Rudalics <rudalics@gmx.at>
2884
2885 * windows.texi (Size of Window): Document window-full-width-p.
2886
28872007-07-25 Glenn Morris <rgm@gnu.org>
2888
2889 * gpl.texi (GPL): Replace license with GPLv3.
2890
2891 * Relicense all FSF files to GPLv3 or later.
2892
28932007-07-24 Michael Albinus <michael.albinus@gmx.de>
2894
4638454b
JB
2895 * processes.texi (Synchronous Processes):
2896 Add `process-file-shell-command'.
b8d4c8d0
GM
2897 (Asynchronous Processes): Mention restricted use of
2898 `process-filter' and `process-sentinel' in
2899 `start-file-process'. Add `start-file-process-shell-command'.
2900
29012007-07-17 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * files.texi (Magic File Names): Introduce optional parameter
2904 IDENTIFICATION for `file-remote-p'.
2905
29062007-07-16 Richard Stallman <rms@gnu.org>
2907
2908 * display.texi (Defining Faces): Fix previous change.
2909
29102007-07-14 Richard Stallman <rms@gnu.org>
2911
2912 * control.texi (Handling Errors): Document `debug' in handler list.
2913
29142007-07-10 Richard Stallman <rms@gnu.org>
2915
2916 * display.texi (Defining Faces): Explain C-M-x feature for defface.
2917
29182007-07-09 Richard Stallman <rms@gnu.org>
2919
2920 * files.texi (Magic File Names): Rewrite previous change.
2921
29222007-07-08 Michael Albinus <michael.albinus@gmx.de>
2923
2924 * files.texi (Magic File Names): Introduce optional parameter
2925 CONNECTED for `file-remote-p'.
2926
29272007-07-07 Michael Albinus <michael.albinus@gmx.de>
2928
2929 * processes.texi (Asynchronous Processes):
2930 * files.texi (Magic File Names): Add `start-file-process'.
2931
29322007-06-27 Richard Stallman <rms@gnu.org>
2933
5dcb4c4e
SM
2934 * files.texi (Format Conversion Piecemeal):
2935 Clarify `after-insert-file-functions' calling convention.
b8d4c8d0
GM
2936
29372007-06-27 Michael Albinus <michael.albinus@gmx.de>
2938
4638454b
JB
2939 * files.texi (Magic File Names): Remove `dired-call-process'.
2940 Add `process-file'.
b8d4c8d0
GM
2941
29422007-06-27 Kenichi Handa <handa@m17n.org>
2943
2944 * text.texi (Special Properties): Fix description about
4638454b 2945 `composition' property.
b8d4c8d0
GM
2946
29472007-06-26 Kenichi Handa <handa@m17n.org>
2948
2949 * nonascii.texi (Default Coding Systems): Document about the
2950 return value `undecided'.
2951
29522007-06-25 David Kastrup <dak@gnu.org>
2953
2954 * keymaps.texi (Active Keymaps): Document new POSITION argument of
2955 `current-active-maps'.
2956
29572007-06-24 Karl Berry <karl@gnu.org>
2958
4638454b 2959 * elisp.texi, vol1.texi, vol2.texi: New Back-Cover Text.
b8d4c8d0
GM
2960
29612007-06-15 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * display.texi (Overlay Arrow): Doc fix.
2964
29652007-06-14 Karl Berry <karl@tug.org>
2966
2967 * anti.texi (Antinews): Typo.
2968
29692007-06-14 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * display.texi (Image Cache): Document image-refresh.
2972
29732007-06-12 Karl Berry <karl@gnu.org>
2974
2975 * vol1.texi, vol2.texi, two-volume-cross-refs.txt: Update.
2976 * two-volume.make: New file.
2977 * .cvsignore: Ignore two-volume files.
2978
29792007-06-12 Tom Tromey <tromey@redhat.com>
2980
2981 * os.texi (Init File): Document user-emacs-directory.
2982
29832007-06-03 Nick Roberts <nickrob@snap.net.nz>
2984
2985 * commands.texi (Click Events): Describe width and height when
2986 object is nil.
2987
29882007-05-30 Nick Roberts <nickrob@snap.net.nz>
2989
5dcb4c4e
SM
2990 * commands.texi (Click Events): Layout more logically.
2991 Describe width and height.
b8d4c8d0
GM
2992 (Drag Events, Motion Events): Update to new format for position.
2993
29942007-06-02 Richard Stallman <rms@gnu.org>
2995
2996 * frames.texi (Color Parameters): Add xref to (emacs)Standard Faces.
2997
29982007-06-02 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * Version 22.1 released.
3001
30022007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * text.texi (Special Properties): Correct meaning of fontified face.
3005
30062007-05-30 Richard Stallman <rms@gnu.org>
3007
3008 * text.texi (Special Properties): Add link to Adjusting Point.
3009
30102007-05-12 Richard Stallman <rms@gnu.org>
3011
3012 * text.texi (Margins): indent-to-left-margin is not the default.
3013 (Mode-Specific Indent): For indent-line-function, the default
3014 is indent-relative.
3015
3016 * modes.texi (Example Major Modes): Explain last line of text-mode
3017 is redundant.
3018
30192007-05-10 Richard Stallman <rms@gnu.org>
3020
3021 * keymaps.texi (Scanning Keymaps): Update where-is-internal example.
3022
3023 * help.texi (Keys in Documentation): Add reference to
3024 Documentation Tips.
3025
3026 * files.texi (Format Conversion): TO-FN gets three arguments.
3027
3028 * modes.texi (Auto Major Mode): Document file-start-mode-alist.
3029
30302007-05-10 Thien-Thi Nguyen <ttn@gnuvola.org>
3031
3032 * elisp.texi (Top): Remove "Saving Properties" from detailed menu.
3033 * files.texi (Format Conversion): Expand intro; add menu.
3034 (Format Conversion Overview, Format Conversion Round-Trip)
3035 (Format Conversion Piecemeal): New nodes/subsections.
3036 * hooks.texi: Xref "Format Conversion" , not "Saving Properties".
3037 * text.texi (Text Properties): Remove "Saving Properties" from menu.
3038 (Saving Properties): Delete node/subsection.
3039
30402007-05-07 Karl Berry <karl@gnu.org>
3041
3042 * elisp.texi (EMACSVER): Back to 22.
3043
30442007-05-06 Richard Stallman <rms@gnu.org>
3045
3046 * processes.texi (Accepting Output): Revert most of previous change.
3047
30482007-05-05 Richard Stallman <rms@gnu.org>
3049
3050 * processes.texi (Accepting Output): accept-process-output
3051 uses microseconds, not milliseconds. But that arg is obsolete.
3052
30532007-05-04 Karl Berry <karl@tug.org>
3054
3055 * elisp.texi (EMACSVER) [smallbook]: 22.1, not 22.
3056
30572007-05-04 Eli Zaretskii <eliz@gnu.org>
3058
3059 * tips.texi (Documentation Tips): Rearrange items to place the
3060 more important ones first. Add an index entry for hyperlinks.
3061
30622007-05-03 Karl Berry <karl@gnu.org>
3063
3064 * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing.
3065 (EMACSVER) [smallbook]: 22 for printed version.
3066
3067 * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed,
3068 so restore anchor to normal position after defun. Found by Kevin Ryde.
3069
30702007-04-26 Glenn Morris <rgm@gnu.org>
3071
3072 * elisp.texi (EMACSVER): Increase to 22.1.50.
3073
30742007-04-28 Karl Berry <karl@gnu.org>
3075
3076 * elisp.texi: Improve line breaks on copyright page,
3077 similar layout to emacs manual, 8.5x11 by default.
3078
30792007-04-24 Richard Stallman <rms@gnu.org>
3080
3081 * text.texi (Special Properties): Add xref to Overlay Properties.
3082
3083 * display.texi (Overlay Properties): Add xref to Special Properties.
3084
30852007-04-22 Richard Stallman <rms@gnu.org>
3086
3087 * keymaps.texi (Extended Menu Items): Move the info about
3088 format with cached keyboard binding.
3089
30902007-04-21 Richard Stallman <rms@gnu.org>
3091
3092 * text.texi (Special Properties): Clarify previous change.
3093
3094 * files.texi (File Name Expansion): Clarify previous change.
3095
3096 * display.texi (Attribute Functions): Fix example for
3097 face-attribute-relative-p.
3098
30992007-04-19 Kenichi Handa <handa@m17n.org>
3100
3101 * text.texi (Special Properties): Document composition property.
3102
31032007-04-19 Glenn Morris <rgm@gnu.org>
3104
3105 * files.texi (File Name Expansion): Mention "superroot".
3106
31072007-04-15 Chong Yidong <cyd@stupidchicken.com>
3108
3109 * frames.texi (Multiple Displays): Add note about "multi-monitor"
3110 setups.
3111 (Display Feature Testing): Note that display refers to all
3112 physical monitors for multi-monitor setups.
3113
31142007-04-14 Richard Stallman <rms@gnu.org>
3115
3116 * lists.texi (Sets And Lists): Clarify `delete' examples.
3117 Remove spurious xref to same node.
3118 Clarify xref for add-to-list.
3119
31202007-04-12 Nick Roberts <nickrob@snap.net.nz>
3121
3122 * keymaps.texi (Format of Keymaps): Remove spurious ")" from
3123 value of lisp-mode-map.
3124
31252007-04-11 Karl Berry <karl@gnu.org>
3126
3127 * anti.texi (Antinews):
3128 * display.texi (Overlay Properties, Defining Images):
3129 * processes.texi (Synchronous Processes, Sentinels):
3130 * syntax.texi (Syntax Table Internals):
3131 * searching.texi (Regexp Special):
3132 * nonascii.texi (Default Coding Systems):
3133 * text.texi (Special Properties):
3134 * minibuf.texi (Basic Completion): Wording to improve breaks in
3135 8.5x11 format.
3136 * elisp.texi (smallbook): New @set to more easily switch between
3137 smallbook and 8.5x11.
3138
31392007-04-11 Richard Stallman <rms@gnu.org>
3140
3141 * text.texi (Lazy Properties): Minor fix.
3142
31432007-04-08 Karl Berry <karl@gnu.org>
3144
3145 * symbols.texi (Plists and Alists): Period after "vs" in index entries.
3146 * macros.texi (Backquote): Downcase Backquote in index entries for
3147 consistency.
3148
31492007-04-08 Richard Stallman <rms@gnu.org>
3150
3151 * text.texi (Adaptive Fill): Just describe default,
3152 don't show it (since it contains non-ASCII chars).
3153
31542007-04-07 Karl Berry <karl@gnu.org>
3155
3156 * text.texi (Adaptive Fill) [@iftex]: Omit binary characters in
3157 adaptive-fill-regexp's value, since they are not in the standard
3158 TeX fonts.
3159
31602007-04-07 Guanpeng Xu <herberteuler@hotmail.com>
3161
3162 * display.texi (Defining Faces): Fix example.
3163
31642007-04-07 Karl Berry <karl@gnu.org>
3165
3166 * display.texi (Button Buffer Commands): Improve page break.
3167
31682007-04-07 Richard Stallman <rms@gnu.org>
3169
3170 * advice.texi (Activation of Advice): Remove redundant index entry.
3171
3172 * backups.texi: Improve index entries. Remove redundant ones.
3173
3174 * compile.texi (Byte Compilation): Improve index entry.
3175
3176 * hash.texi (Creating Hash): Improve index entry.
3177
3178 * symbols.texi (Definitions): Improve index entry.
3179
3180 * edebug.texi: Improve index entries. Remove redundant/useless ones.
3181
3182 * maps.texi (Standard Keymaps): Remove useless index entry.
3183
3184 * help.texi (Documentation Basics): Remove redundant index entries.
3185
3186 * customize.texi: Improve index entries.
3187 Remove redundant/useless ones.
3188
3189 * locals.texi (Standard Buffer-Local Variables): Clarify intro text.
3190
3191 * streams.texi (Output Variables): Improve index entry.
3192
3193 * abbrevs.texi (Abbrevs): Remove useless index entry.
3194
3195 * macros.texi (Expansion): Remove useless index entry.
3196
3197 * text.texi: Improve index entries. Remove redundant/useless ones.
3198 (Text Properties, Examining Properties)
3199 (Special Properties): Use "property category" instead of "category"
3200 to refer to the `category' property.
3201
3202 * positions.texi: Improve index entries. Remove useless one.
3203
3204 * lists.texi: Improve index entries. Remove redundant/useless ones.
3205
3206 * os.texi: Improve index entries.
3207 (Timers): Fix previous change.
3208
3209 * buffers.texi: Improve index entries.
3210 (Modification Time): Get rid of term "obsolete buffer".
3211
3212 * debugging.texi: Improve index entries.
3213 (Test Coverage): Add xref to other test coverage ftr.
3214
3215 * eval.texi: Improve index entry. Remove redundant ones.
3216
3217 * numbers.texi: Improve index entries. Remove redundant/useless ones.
3218
3219 * files.texi: Improve index entries. Remove redundant/useless ones.
3220
3221 * objects.texi: Improve index entries.
3222
3223 * processes.texi: Improve index entries.
3224
3225 * modes.texi: Improve index entry. Remove redundant one.
3226
3227 * nonascii.texi: Improve index entries.
3228
3229 * internals.texi: Improve index entries.
3230
3231 * syntax.texi: Improve index entries.
3232
3233 * keymaps.texi (Active Keymaps): Improve index entries.
3234
3235 * commands.texi: Improve index entries. Remove redundant/useless ones.
3236
3237 * frames.texi: Improve index entries. Remove redundant/useless ones.
3238
3239 * markers.texi: Improve index entries. Remove redundant ones.
3240
3241 * tips.texi: Improve index entries.
3242
3243 * loading.texi (Unloading): Improve index entry.
3244
3245 * variables.texi: Improve index entries. Remove redundant one.
3246
3247 * sequences.texi: Improve index entry.
3248
3249 * display.texi: Improve index entries. Remove redundant ones.
3250
3251 * windows.texi: Improve index entries.
3252
3253 * searching.texi: Improve index entries. Remove redundant one.
3254
3255 * strings.texi (Case Tables): Improve last change.
3256
32572007-04-04 Chong Yidong <cyd@stupidchicken.com>
3258
3259 * strings.texi (Case Tables): Document with-case-table and
3260 ascii-case-table.
3261
32622007-04-03 Karl Berry <karl@gnu.org>
3263
3264 * processes.texi (Network): Reword to improve page break.
3265
32662007-04-03 Eli Zaretskii <eliz@gnu.org>
3267
3268 * functions.texi (Inline Functions): Describe more disadvantages
3269 of defsubst, and make advice against it stronger.
3270
32712007-04-02 Karl Berry <karl@gnu.org>
3272
3273 * backups.texi (Backup Names): Avoid widow words.
3274 * modes.texi (Example Major Modes): Align last comment.
3275
32762007-04-01 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * keymaps.texi (Remapping Commands): Document new arg to
3279 command-remapping.
3280
32812007-04-01 Karl Berry <karl@gnu.org>
3282
3283 * processes.texi (Low-Level Network): Typo.
3284 * loading.texi (Hooks for Loading): Avoid double "the".
3285 * keymaps.texi (Key Sequences): No double "and".
3286 (Changing Key Bindings): Shorten to improve line break.
3287
32882007-03-31 Glenn Morris <rgm@gnu.org>
3289
3290 * os.texi (Timers): Fix description of run-at-time TIME formats.
3291
32922007-03-31 Richard Stallman <rms@gnu.org>
3293
3294 * display.texi (Invisible Text): Correct buffer-invisibility-spec
3295 regarding ellipsis.
3296
32972007-03-31 Eli Zaretskii <eliz@gnu.org>
3298
3299 * intro.texi (nil and t):
3300 * symbols.texi (Plists and Alists):
3301 * variables.texi (Variable Aliases, Constant Variables):
3302 * functions.texi (Defining Functions):
3303 * advice.texi (Advising Primitives):
3304 * debugging.texi (Syntax Errors, Compilation Errors):
3305 * minibuf.texi (Minibuffer Windows):
3306 * commands.texi (Adjusting Point):
3307 * modes.texi (Syntactic Font Lock, Faces for Font Lock)
3308 (Auto Major Mode, Major Mode Conventions):
3309 * help.texi (Describing Characters):
3310 * files.texi (Create/Delete Dirs, Information about Files)
3311 (File Locks, Writing to Files, Reading from Files)
3312 (Saving Buffers):
3313 * windows.texi (Resizing Windows, Cyclic Window Ordering):
3314 * frames.texi (Finding All Frames):
3315 * positions.texi (Buffer End, Motion):
3316 * markers.texi (The Region):
3317 * text.texi (Deletion, Near Point):
3318 * display.texi (Displaying Messages, Truncation):
3319 * os.texi (Processor Run Time):
3320 * tips.texi (Key Binding Conventions, Programming Tips)
3321 (Warning Tips, Documentation Tips, Comment Tips):
3322 * internals.texi (Memory Usage): Improve indexing.
3323
3324 * variables.texi (Frame-Local Variables):
3325 * functions.texi (Argument List):
3326 * loading.texi (Library Search):
3327 * streams.texi (Output Variables):
3328 * keymaps.texi (Translation Keymaps, Searching Keymaps):
3329 * searching.texi (Replacing Match, Search and Replace):
3330 * processes.texi (Byte Packing, Decoding Output)
3331 (Accepting Output, Network Servers, Shell Arguments):
3332 * display.texi (Abstract Display, Image Cache, Scroll Bars):
3333 * windows.texi (Window Point, Window Start):
3334 * frames.texi (Management Parameters, Frame Parameters, Frame Titles):
3335 * commands.texi (Reading Input, Keyboard Events):
3336 * minibuf.texi (Reading File Names, Minibuffer Completion)
3337 (Recursive Mini):
3338 * positions.texi (List Motion):
3339 * hash.texi (Hash Tables, Creating Hash, Defining Hash):
3340 * numbers.texi (Arithmetic Operations, Math Functions)
3341 (Predicates on Numbers, Comparison of Numbers):
3342 (Numeric Conversions):
3343 * locals.texi (Standard Buffer-Local Variables):
3344 * maps.texi (Standard Keymaps):
3345 * os.texi (User Identification, System Environment, Recording Input)
3346 (X11 Keysyms):
3347 * nonascii.texi (Non-ASCII Characters, Splitting Characters):
3348 * backups.texi (Backups and Auto-Saving):
3349 * customize.texi (Customization, Group Definitions)
3350 (Variable Definitions):
3351 * compile.texi (Byte Compilation): Improve index entries.
3352
33532007-03-31 Karl Berry <karl@gnu.org>
3354
3355 * macros.texi (Defining Macros): Avoid widow syllable.
3356
33572007-03-31 Eli Zaretskii <eliz@gnu.org>
3358
3359 * elisp.texi (Top): Postscript -> PostScript.
3360
3361 * display.texi (Images, Postscript Images): Postscript -> PostScript.
3362
33632007-03-31 Markus Triska <markus.triska@gmx.at>
3364
3365 * internals.texi (Writing Emacs Primitives): Untabify `For'.
3366
33672007-03-30 Karl Berry <karl@gnu.org>
3368
3369 * lists.texi (List-related Predicates): Remove spurious @need.
3370 (Setcdr): Use @smallexample to improve page break.
3371 (Association Lists) <assoc>: Reword to improve page break.
3372
3373 * strings.texi (String Conversion): Insert blank line to improve
3374 page break.
3375
3376 * numbers.texi (Random Numbers): Use @minus{}.
3377 (Math Functions): Use @minus{}.
3378
3379 * intro.texi (Acknowledgements): Avoid line breaks before middle
3380 initials.
3381
33822007-03-24 Eli Zaretskii <eliz@gnu.org>
3383
3384 * errors.texi (Standard Errors): Add an index entry.
3385
33862007-03-19 Richard Stallman <rms@gnu.org>
3387
3388 * os.texi (Recording Input): recent-keys now gives 300 keys.
3389
33902007-03-12 Glenn Morris <rgm@gnu.org>
3391
3392 * os.texi: Replace "daylight savings" with "daylight saving"
3393 throughout.
3394
33952007-03-05 Richard Stallman <rms@gnu.org>
3396
5dcb4c4e
SM
3397 * variables.texi (File Local Variables):
3398 Update enable-local-variables values.
b8d4c8d0
GM
3399
34002007-03-04 Richard Stallman <rms@gnu.org>
3401
3402 * syntax.texi (Control Parsing): Minor clarification.
3403
3404 * strings.texi (Formatting Strings): Clarify width, precision, flags.
3405
3406 * sequences.texi (Sequence Functions): Move string-bytes away,
3407 add xref.
3408
3409 * nonascii.texi (Text Representations): Move string-bytes here.
3410
3411 * modes.texi (Major Mode Conventions): Fundamental mode is exception.
3412
3413 * minibuf.texi (Basic Completion): Minor clarification.
3414
3415 * markers.texi (The Mark): Clarify existence vs activation of mark.
3416 Other cleanup.
3417
3418 * display.texi (Finding Overlays): Write better example.
3419
3420 * compile.texi (Eval During Compile): Clarify putting macros
3421 in eval-when-compile.
3422
c5602427 34232007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br> (tiny change)
b8d4c8d0
GM
3424
3425 * loading.texi (How Programs Do Loading): Fix anchor position at
c5602427 3426 load-read-function definition doc.
b8d4c8d0
GM
3427
34282007-02-21 Kim F. Storm <storm@cua.dk>
3429
3430 * strings.texi (Text Comparison): Mention that assoc-string
3431 converts symbols to strings before testing.
3432
34332007-02-17 Kim F. Storm <storm@cua.dk>
3434
3435 * processes.texi (Bindat Spec): Vector types can have optional
3436 element type.
3437 (Bindat Examples): Fix example. Add vector with element type.
3438
34392007-02-16 Andreas Schwab <schwab@suse.de>
3440
3441 * strings.texi (Formatting Strings): Document '+' flag.
3442
34432007-02-15 Juanma Barranquero <lekktu@gmail.com>
3444
3445 * strings.texi (Modifying Strings): Clarify that `clear-string'
3446 always converts the string to unibyte.
3447
34482007-02-14 Kim F. Storm <storm@cua.dk>
3449
3450 * display.texi (Glyphs): Add make-glyph-code, glyph-char, glyph-face.
3451 Rewrite glyph code description to refer to these functions.
3452 Remove details of encoding face number and char into integer code.
3453
34542007-02-03 Alan Mackenzie <acm@muc.de>
3455
3456 * loading.texi (Hooks for Loading): Make the description of
3457 `eval-after-load' more detailed, and amend the description of
3458 after-load-alist, in accordance with changes from 2006-05.
3459
34602007-02-03 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * modes.texi (Defining Minor Modes): Document that a :require
3463 keyword or similar may be required to make saved customization
3464 variables work.
3465
34662007-02-03 Eli Zaretskii <eliz@gnu.org>
3467
3468 * elisp.texi (Top): Make the detailed menu headers compliant with
5dcb4c4e
SM
3469 Texinfo guidelines and with what texnfo-upd.el expects.
3470 Add comments to prevent people from inadvertently modifying the key
b8d4c8d0
GM
3471 parts needed by `texinfo-multiple-files-update'.
3472
34732007-02-02 Eli Zaretskii <eliz@gnu.org>
3474
3475 * elisp.texi (Top): Update the top-level menus.
3476
3477 * syntax.texi (Categories): Add index entries.
3478
34792007-02-01 Juanma Barranquero <lekktu@gmail.com>
3480
3481 * display.texi (Attribute Functions): Fix name and description of
3482 the UNDERLINE arg of `set-face-underline-p'.
3483
34842007-01-29 Eli Zaretskii <eliz@gnu.org>
3485
3486 * elisp.texi (Top): Add "Standard Errors", "Standard Buffer-Local
3487 Variables", and "Standard Keymaps" to the detailed menu.
3488
3489 * variables.texi (Future Local Variables): Add index entry.
3490
34912007-01-28 Richard Stallman <rms@gnu.org>
3492
3493 * tips.texi (Coding Conventions): Clarify the tip about macros
3494 that define a function or a variable.
3495
3496 * files.texi (File Attributes): UID and GID can be floats.
3497 (Magic File Names): Explain why deferring all operations to
3498 the standard handler does not work.
3499
35002007-01-23 Martin Rudalics <rudalics@gmx.at>
3501
3502 * backups.texi (Reverting): Use "buffer" instead of "file"
3503 when talking about major and minor modes.
3504
35052007-01-21 Richard Stallman <rms@gnu.org>
3506
3507 * help.texi (Documentation): Add xref to Documentation Tips.
3508
35092007-01-14 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * tips.texi (Coding Conventions): Fix typos.
3512
35132007-01-05 Richard Stallman <rms@gnu.org>
3514
3515 * modes.texi (Defining Minor Modes): Fix previous change.
3516
35172007-01-03 Richard Stallman <rms@gnu.org>
3518
3519 * customize.texi (Variable Definitions, Customization Types):
3520 Don't use * in doc string for defcustom.
3521
35222007-01-02 Richard Stallman <rms@gnu.org>
3523
3524 * variables.texi (Variable Aliases): Clarify that aliases vars
3525 always have the same value.
3526
3527 * processes.texi (Bindat Spec): Fix Texinfo usage.
3528
3529 * modes.texi (Defining Minor Modes): Explain effect of command
3530 defined with define-global-minor-mode on new buffers.
3531
35322006-12-30 Kim F. Storm <storm@cua.dk>
3533
3534 * keymaps.texi (Tool Bar): Describe `grow-only' value of
3535 `auto-resize-tool-bars'.
3536
35372006-12-30 Richard Stallman <rms@gnu.org>
3538
3539 * keymaps.texi (Active Keymaps): Fix previous change.
3540
35412006-12-30 Nick Roberts <nickrob@snap.net.nz>
3542
3543 * keymaps.texi (Active Keymaps): Make xref to lookup-key.
3544
35452006-12-30 Kim F. Storm <storm@cua.dk>
3546
3547 * processes.texi (Bindat Spec): Clarify using field names in
3548 length specifications.
3549
35502006-12-29 Kim F. Storm <storm@cua.dk>
3551
3552 * processes.texi (Bindat Spec): Explain eval forms and lengths better.
3553 Add count and index variables for eval forms in repeat blocks.
3554
35552006-12-24 Richard Stallman <rms@gnu.org>
3556
5dcb4c4e
SM
3557 * customize.texi (Variable Definitions):
3558 Document new name custom-add-frequent-value.
b8d4c8d0
GM
3559
35602006-12-19 Kim F. Storm <storm@cua.dk>
3561
3562 * commands.texi (Misc Events): User signals now result in sigusr1
3563 and sigusr2 events which are handled through special-event-map.
3564 (Special Events): User signals and drag-n-drop are special.
3565
35662006-12-17 Richard Stallman <rms@gnu.org>
3567
3568 * loading.texi (Named Features): Explain subfeatures better.
3569
3570 * customize.texi: Use "option" only for user options.
3571 For the keyword values inside defcustom etc, say "keywords".
3572 For :options value's elements, say "elements".
3573 :group should not be omitted.
3574
3575 * syntax.texi (Parsing Expressions): Split up node.
3576 (Motion via Parsing, Position Parse, Parser State)
3577 (Low-Level Parsing, Control Parsing): New subnodes.
3578 (Parser State): Document syntax-ppss-toplevel-pos.
3579
3580 * positions.texi (List Motion): Punctuation fix.
3581
3582 * files.texi (File Name Completion): Document PREDICATE arg
3583 to file-name-completion.
3584
35852006-12-16 Eli Zaretskii <eliz@gnu.org>
3586
3587 * internals.texi (Building Emacs, Writing Emacs Primitives):
3588 Add index entries.
3589
35902006-12-11 Richard Stallman <rms@gnu.org>
3591
3592 * modes.texi (Font Lock Basics): Explain how nil for font-lock-defaults
3593 affects face menu. Explain how to make it non-nil without enabling
3594 any fontification.
3595
35962006-12-10 Chong Yidong <cyd@stupidchicken.com>
3597
3598 * modes.texi (Font Lock Basics): Document nil value of
3599 font-lock-defaults.
3600
36012006-12-10 Glenn Morris <rgm@gnu.org>
3602
3603 * abbrevs.texi (Defining Abbrevs): Mention `define-abbrev' 'force
3604 value for system-flag argument. Abbrev tables may not be empty
3605 when major modes are loaded.
3606
36072006-12-08 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * makefile.w32-in (maintainer-clean): Partially revert last
3610 change; delete "elisp-?" and "elisp-??" instead of "elisp-*"
3611 to protect elisp-covers.texi.
3612
36132006-12-07 Juanma Barranquero <lekktu@gmail.com>
3614
3615 * makefile.w32-in (maintainer-clean): Depend on `distclean'.
3616 Don't remove elisp* info files; they are already deleted by the
3617 `clean' and `distclean' targets, and they are in the $(infodir)
3618 directory, not the current one.
3619
36202006-12-04 Kim F. Storm <storm@cua.dk>
3621
3622 * commands.texi (Misc Events): Update signal events.
3623 (Event Examples): Add signal example.
3624
36252006-11-29 Richard Stallman <rms@gnu.org>
3626
3627 * frames.texi (Visibility of Frames): Explain visible windows
3628 can be covered by others. Add xref for raise-frame.
3629
36302006-11-28 Richard Stallman <rms@gnu.org>
3631
3632 * searching.texi (Regexp Special): Update when ^ is special.
3633
36342006-11-27 Eli Zaretskii <eliz@gnu.org>
3635
3636 * customize.texi (Customization, Common Keywords)
3637 (Group Definitions, Variable Definitions, Composite Types)
3638 (Type Keywords, Customization Types): Add index entries for
3639 various customization keywords.
3640
36412006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3642
3643 * modes.texi (Multiline Font Lock): Rephrase some parts for clarity.
3644
c8763fb6 36452006-11-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
3646
3647 * frames.texi (Window System Selections): Remove clipboard from
3648 description of selection-coding-system.
3649
36502006-11-06 Richard Stallman <rms@gnu.org>
3651
3652 * lists.texi (List Variables): Document COMPARE-FN.
3653
3654 * keymaps.texi: Avoid use of "binding" to mean a relation;
3655 use it only to refer to the meaning associated with a key.
3656 (Keymaps): Change menu node description.
3657
3658 * elisp.texi (Top): Change menu node description.
3659
3660 * display.texi (Managing Overlays): Document overlay-recenter.
3661
36622006-10-29 Chong Yidong <cyd@stupidchicken.com>
3663
3664 * Makefile.in: Use relative paths to avoid advertising filesystem
3665 contents during compilation.
3666
36672006-10-23 Kim F. Storm <storm@cua.dk>
3668
3669 * commands.texi (Event Input Misc): Update unread-command-events.
3670
36712006-10-23 Nick Roberts <nickrob@snap.net.nz>
3672
3673 * lists.texi (Sets And Lists): Fix typos.
3674
36752006-10-18 Juanma Barranquero <lekktu@gmail.com>
3676
3677 * control.texi (Processing of Errors): Use @var for an argument,
3678 not @code.
3679
36802006-10-16 Richard Stallman <rms@gnu.org>
3681
3682 * edebug.texi (Edebug Recursive Edit): Minor cleanup.
3683
3684 * keymaps.texi (Format of Keymaps): Show all the keymap element
3685 patterns that result from menu items.
3686 (Key Lookup): Minor cleanups.
3687
3688 * modes.texi (Precalculated Fontification): Don't say that
3689 not setting font-lock-defaults avoids loading font-lock.
3690
3691 * help.texi (Documentation): Move xref to Emacs Manual here.
3692 (Documentation Basics): From here.
3693 Also doc emacs-lisp-docstring-fill-column.
3694
3695 * elisp.texi: Update version and ISBN.
3696
3697 * commands.texi (Interactive Call): Clarify KEYS arg to
3698 call-interactively is a vector.
3699 (Command Loop Info): Delete anchor in this-command-keys.
3700 Add anchor in this-command-keys-vector.
3701 (Recursive Editing): Document how recursive-edit
3702 handles the current buffer.
3703
37042006-10-13 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * frames.texi (Frame Titles): %c and %l are ignored in
3707 frame-title-format.
3708
37092006-10-11 Richard Stallman <rms@gnu.org>
3710
3711 * keymaps.texi (Key Sequences): Clarify use of kbd.
3712
37132006-10-10 Kim F. Storm <storm@cua.dk>
3714
3715 * lists.texi (Sets And Lists): Add memql.
3716
37172006-10-03 Richard Stallman <rms@gnu.org>
3718
3719 * searching.texi (Char Classes): Document :multibyte: and :unibyte:.
3720 Clarify :ascii: and :nonascii:.
3721
37222006-09-29 Juri Linkov <juri@jurta.org>
3723
3724 * modes.texi (%-Constructs): Reorder coding systems in the
3725 documentation of %z to the real order displayed in the modeline.
3726
37272006-09-25 Richard Stallman <rms@gnu.org>
3728
3729 * os.texi (Timers): Describe timer-max-repeats.
3730
37312006-09-25 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * os.texi (Timers): Mention with-local-quit.
3734
37352006-09-24 Richard Stallman <rms@gnu.org>
3736
3737 * searching.texi (Searching and Matching): Mention property search.
3738
3739 * commands.texi (Command Loop Info): Explain how read-event affects
3740 this-command-keys.
3741
37422006-09-20 Richard Stallman <rms@gnu.org>
3743
3744 * os.texi (Timers): Clarify about REPEAT when timer is delayed.
3745
3746 * windows.texi (Window Start): Minor cleanups.
3747
37482006-09-20 Kim F. Storm <storm@cua.dk>
3749
3750 * windows.texi (Window Start): pos-visible-in-window-p allows
3751 specifying t for position to mean "end of window".
3752 Add window-line-height.
3753
3754 * anti.texi (Antinews): Mention window-line-height.
3755
37562006-09-19 David Kastrup <dak@gnu.org>
3757
3758 * keymaps.texi (Searching Keymaps): Small clarification.
3759
37602006-09-18 Richard Stallman <rms@gnu.org>
3761
3762 * keymaps.texi (Creating Keymaps): Explain that keymap prompt strings
3763 cause keyboard menus.
3764 (Menu Keymaps): Likewise.
3765 (Defining Menus, Keyboard Menus): Clarify.
3766
3767 * text.texi (Fields): Clarify explanation of constrain-to-field.
3768
37692006-09-16 Eli Zaretskii <eliz@gnu.org>
3770
3771 * variables.texi (Tips for Defining): Fix a typo.
3772
37732006-09-15 Richard Stallman <rms@gnu.org>
3774
3775 * keymaps.texi (Remapping Commands, Searching Keymaps)
3776 (Active Keymaps): Clean up previous change.
3777
37782006-09-15 Jay Belanger <belanger@truman.edu>
3779
3780 * gpl.texi: Replace "Library Public License" by "Lesser Public
3781 License" throughout.
3782
37832006-09-15 David Kastrup <dak@gnu.org>
3784
3785 * keymaps.texi (Active Keymaps): Adapt description to use
3786 `get-char-property' instead `get-text-property'. Explain how
3787 mouse events change this. Explain the new optional argument of
3788 `key-binding' and its mouse-dependent lookup.
3789 (Searching Keymaps): Adapt description similarly.
3790 (Remapping Commands): Explain the new optional argument of
3791 `command-remapping'.
3792
37932006-09-14 Richard Stallman <rms@gnu.org>
3794
3795 * keymaps.texi (Searching Keymaps): Clarification.
3796 (Active Keymaps): Refer to Searching Keymaps instead of duplication.
3797
37982006-09-13 Richard Stallman <rms@gnu.org>
3799
3800 * objects.texi (Character Type): Node split.
3801 Add xref to Describing Characters.
3802 (Basic Char Syntax, General Escape Syntax)
3803 (Ctl-Char Syntax, Meta-Char Syntax): New subnodes.
3804
38052006-09-11 Richard Stallman <rms@gnu.org>
3806
3807 * display.texi (Display Table Format): Wording clarification.
3808 (Glyphs): Clarifications.
3809
38102006-09-10 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * keymaps.texi (Active Keymaps): Mention that key-binding checks
3813 local maps.
3814
38152006-09-10 Kim F. Storm <storm@cua.dk>
3816
3817 * display.texi (Forcing Redisplay): Document return value of
3818 function redisplay.
3819
38202006-09-09 Richard Stallman <rms@gnu.org>
3821
3822 * windows.texi (Window Hooks): Explain limits of
3823 window-scroll-functions.
3824
3825 * display.texi (Fringe Indicators): Update for last change in
3826 indicate-buffer-boundaries.
3827
38282006-09-08 Richard Stallman <rms@gnu.org>
3829
3830 * processes.texi (Bindat Spec): Suggest names ending in -bindat-spec.
3831
38322006-09-06 Kim F. Storm <storm@cua.dk>
3833
3834 * frames.texi (Display Feature Testing): display-mm-dimensions-alist.
3835
3836 * windows.texi (Window Start): Update pos-visible-in-window-p.
3837
38382006-09-04 Richard Stallman <rms@gnu.org>
3839
3840 * processes.texi (Accepting Output): Explain SECONDS=0 for
3841 accept-process-output.
3842
3843 * os.texi (Idle Timers): Explain why timer functions should not
3844 loop until (input-pending-p).
3845
38462006-09-02 Eli Zaretskii <eliz@gnu.org>
3847
3848 * makefile.w32-in (usermanualdir): New variable.
3849 (elisp.dvi): Use it.
3850
38512006-09-01 Eli Zaretskii <eliz@gnu.org>
3852
3853 * buffers.texi (Buffer Modification): Fix last change.
3854
38552006-09-01 Chong Yidong <cyd@stupidchicken.com>
3856
5dcb4c4e
SM
3857 * buffers.texi (Buffer Modification):
3858 Document buffer-chars-modified-tick.
b8d4c8d0
GM
3859
38602006-08-31 Richard Stallman <rms@gnu.org>
3861
3862 * modes.texi (Syntactic Font Lock): Mention specific faces once again.
3863
38642006-08-31 Richard Bielawski <RBielawski@moneygram.com> (tiny change)
3865
3866 * modes.texi (Syntactic Font Lock):
3867 Mention font-lock-syntactic-face-function
3868 instead of specific faces.
3869
38702006-08-29 Chong Yidong <cyd@stupidchicken.com>
3871
3872 * display.texi (Images): Add xrref to display-images-p.
3873
38742006-08-28 Kenichi Handa <handa@m17n.org>
3875
3876 * nonascii.texi (Lisp and Coding Systems): Fix description of
3877 detect-coding-region.
3878
38792006-08-27 Michael Olson <mwolson@gnu.org>
3880
3881 * processes.texi (Transaction Queues): Remove stray quote
3882 character.
3883
38842006-08-25 Richard Stallman <rms@gnu.org>
3885
3886 * os.texi (Idle Timers): run-with-idle-timer allows Lisp time value.
3887 Add xref.
3888
38892006-08-24 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * os.texi (Timers): Avoid waiting inside timers.
3892
38932006-08-21 Lute Kamstra <lute@gnu.org>
3894
3895 * Makefile.in: Use ../man/texinfo.tex to build elisp.dvi.
3896
38972006-08-20 Richard Stallman <rms@gnu.org>
3898
3899 * os.texi (Idle Timers): New node, split out from Timers.
3900 Document current-idle-time.
3901 * commands.texi (Reading One Event): Update xref.
3902 * elisp.texi (Top): Update subnode menu.
3903
39042006-08-16 Richard Stallman <rms@gnu.org>
3905
3906 * keymaps.texi (Extended Menu Items): Show format of cached
3907 bindings in extended menu items.
3908
3909 * customize.texi (Variable Definitions): Explain when the
3910 standard value expression is evaluated.
3911
39122006-08-15 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * commands.texi (Reading One Event): Explain idleness in
3915 `read-event'.
3916
39172006-08-12 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * text.texi (Near Point): Say "cursor" not "terminal cursor".
5dcb4c4e 3920 (Commands for Insertion): Remove split-line since it's not
b8d4c8d0
GM
3921 relevant for Lisp programming.
3922 (Yank Commands): Rewrite introduction.
3923 (Undo): Clarify.
3924 (Maintaining Undo): Clarify. Document undo-ask-before-discard.
3925 (Filling): Remove redundant comment. Clarify return value of
3926 current-justification.
3927 (Margins): Minor clarifications.
3928 (Adaptive Fill): Update default value of adaptive-fill-regexp.
3929 (Sorting): Update definition of sort-lines.
3930 (Columns): Clarify behavior of sort-columns.
3931 (Indent Tabs): Link to Tab Stops in Emacs manual.
3932 (Special Properties): Clarify.
3933 (Clickable Text): Mention Buttons package.
3934
39352006-08-12 Kevin Ryde <user42@zip.com.au>
3936
3937 * os.texi (Time Parsing): Add %z to description of
3938 format-time-string, as per docstring. Add cross reference to
3939 glibc manual for strftime.
3940
39412006-08-08 Richard Stallman <rms@gnu.org>
3942
3943 * modes.texi: Clean up wording in previous change.
3944
39452006-08-07 Chong Yidong <cyd@stupidchicken.com>
3946
3947 * modes.texi (Hooks): Clarify.
3948 (Major Mode Basics): Mention define-derived-mode explicitly.
3949 (Major Mode Conventions): Rebinding RET is OK for some modes.
3950 Mention change-major-mode-hook and after-change-major-mode-hook.
5dcb4c4e 3951 (Example Major Modes): Move to end of Modes section.
b8d4c8d0
GM
3952 (Mode Line Basics): Clarify.
3953 (Mode Line Data): Mention help-echo and local-map in strings.
3954 Explain reason for treatment of non-risky variables.
3955 (Properties in Mode): Clarify.
3956 (Faces for Font Lock): Add font-lock-negation-char-face.
3957
39582006-08-04 Eli Zaretskii <eliz@gnu.org>
3959
3960 * strings.texi (Formatting Strings): Warn against arbitrary
3961 strings as first arg to `format'.
3962
39632006-07-31 Thien-Thi Nguyen <ttn@gnu.org>
3964
3965 * text.texi (Clickable Text): Mention `help-echo' text property.
3966 Update intro, examples and associated explanations.
3967
39682006-07-31 Richard Stallman <rms@gnu.org>
3969
3970 * commands.texi: Update xrefs.
3971 (Event Mod): New node, cut out from old Translating Input.
3972
3973 * maps.texi: Update xrefs.
3974
3975 * keymaps.texi (Translation Keymaps): New node.
3976 Update xrefs from Translating Input to Translation Keymaps.
3977
3978 * elisp.texi (Top): Update subnode menu.
3979
3980 * display.texi (Face Functions): Fix explanations of FRAME=t or nil.
3981
3982 * os.texi (System Interface): Fix menu descriptions of some nodes.
3983 (Translating Input): Node deleted.
3984
39852006-07-31 Nick Roberts <nickrob@snap.net.nz>
3986
3987 * modes.texi (Minor Mode Conventions): Update xref for add-to-list.
3988
3989 * lists.texi (Sets And Lists): Likewise.
3990
39912006-07-30 Thien-Thi Nguyen <ttn@gnu.org>
3992
3993 * text.texi (Fields): Mention POS
3994 requirement when narrowing is in effect.
3995
39962006-07-28 Richard Stallman <rms@gnu.org>
3997
3998 * display.texi (Face Attributes): Simplify wording.
3999 (Attribute Functions): Clarify meaning of new-frame default
4000 attribute settings.
4001
4002 * customize.texi (Common Keywords): Document how to use
4003 :package-version in a package not in Emacs.
4004
40052006-07-28 Kim F. Storm <storm@cua.dk>
4006
4007 * commands.texi (Reading One Event): Fix last change.
4008
40092006-07-26 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * commands.texi (Reading One Event): Document SECONDS argument for
4012 read-event, read-char, and read-char-exclusive.
4013
40142006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * modes.texi (Multiline Font Lock): Can't use jit-lock-defer-multiline
4017 to ensure correct identification.
4018
40192006-07-24 Richard Stallman <rms@gnu.org>
4020
4021 * text.texi (Clickable Text): Clarify.
4022
4023 * sequences.texi (Vector Functions): Delete duplicate xref.
4024
4025 * objects.texi (Function Type): Clarify.
4026
4027 * modes.texi (Keymaps and Minor Modes): List punct chars for minor
4028 modes.
4029
4030 * lists.texi (List Variables): New node.
4031 Material moved from other nodes.
4032
4033 * variables.texi (Setting Variables): add-to-list and
4034 add-to-ordered-list moved to List Variables node.
4035
40362006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
4037
4038 * text.texi (Links and Mouse-1):
4039 For mouse-on-link-p, expand on arg POS.
4040
40412006-07-21 Kim F. Storm <storm@cua.dk>
4042
4043 * display.texi (Forcing Redisplay): Don't mention systems which
4044 don't support sub-second timers for redisplay-preemption-period.
4045
4046 * os.texi (Terminal Output): Clarify text vs graphical terminal.
4047
40482006-07-21 Eli Zaretskii <eliz@gnu.org>
4049
4050 * frames.texi (Input Focus): Document that focus-follows-mouse has
4051 no effect on MS-Windows.
4052
40532006-07-18 Richard Stallman <rms@gnu.org>
4054
4055 * display.texi (Forcing Redisplay): Cleanups in previous change.
4056
4057 * processes.texi (Low-Level Network): Make menu more convenient.
4058
40592006-07-18 Kim F. Storm <storm@cua.dk>
4060
4061 * display.texi (Forcing Redisplay): redisplay-preemption-period
4062 only used on window systems. Add xref to Terminal Output.
4063
4064 * os.texi (Terminal Output): baud-rate only controls preemption on
4065 non-window systems. Add xref to Forcing Redisplay.
4066
4067 * processes.texi (Low-Level Network): Rename node "Make Network"
4068 to "Network Processes".
4069
40702006-07-18 Karl Berry <karl@gnu.org>
4071
4072 * variables.texi, functions.texi, customize.texi, loading.texi:
4073 * edebug.texi, minibuf.texi: Fix page breaks through chapter 20.
4074
40752006-07-17 Chong Yidong <cyd@stupidchicken.com>
4076
4077 * commands.texi (Waiting): Document batch-mode sit-for behavior.
4078
40792006-07-17 Richard Stallman <rms@gnu.org>
4080
4081 * eval.texi, elisp.texi, text.texi: Use real doublequote inside menus.
4082 Put period and comma inside quotes.
4083
4084 * loading.texi, markers.texi: Use real doublequote inside menus.
4085
4086 * windows.texi: Put point and comma inside quotes.
4087 (Textual Scrolling): Use @samp for error message.
4088
4089 * variables.texi, tips.texi, syntax.texi, symbols.texi:
4090 * strings.texi, streams.texi, processes.texi, os.texi:
4091 * objects.texi, numbers.texi, modes.texi, minibuf.texi:
4092 * lists.texi, keymaps.texi, intro.texi, hash.texi, internals.texi:
4093 * gpl.texi, functions.texi, files.texi, frames.texi, doclicense.texi:
4094 * display.texi, control.texi, commands.texi, buffers.texi, anti.texi:
4095 Put point and comma inside quotes.
4096
4097 * control.texi (Processing of Errors): Add command-error-function.
4098
4099 * variables.texi (File Local Variables): Clarify that
4100 file local variables make buffer-local bindings.
4101
4102 * modes.texi (Syntactic Font Lock): Give default for
4103 font-lock-syntax-table.
4104
41052006-07-17 Nick Roberts <nickrob@snap.net.nz>
4106
4107 * text.texi (Special Properties): Clean up previous change.
4108
41092006-07-16 Karl Berry <karl@gnu.org>
4110
4111 * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi:
4112 * control.texi: Fix bad page breaks through chapter 10 (control).
4113
4114 * anti.texi (Antinews): Reorder face-attribute fns to avoid
4115 underfull hbox.
4116
41172006-07-15 Nick Roberts <nickrob@snap.net.nz>
4118
4119 * text.texi (Special Properties): Describe fontified text property
4120 in relation to a character (not text).
4121
41222006-07-15 Kim F. Storm <storm@cua.dk>
4123
4124 * maps.texi (Standard Keymaps): Add xref for minibuffer maps.
4125 Add apropos-mode-map, custom-mode-map, esc-map, global-map,
4126 grep-mode-map, help-map, help-mode-map, kmacro-map, and tool-bar-map.
4127
4128 * anti.texi (Antinews): Mention redisplay function.
4129 The kbd macro existed, but was not documented, before 22.x.
4130 Function pos-visible-in-window-p is not new in 22.x, just enhanced.
4131
41322006-07-14 Nick Roberts <nickrob@snap.net.nz>
4133
4134 * display.texi (Displaying Messages): Add anchor.
4135
4136 * frames.texi (Dialog Boxes): Use it.
4137
41382006-07-12 Richard Stallman <rms@gnu.org>
4139
4140 * objects.texi (Frame Type): Explain nature of frames better.
4141
4142 * frames.texi (Frames): Explain nature of frames better.
4143
41442006-07-12 Ken Manheimer <ken.manheimer@gmail.com>
4145
4146 * tips.texi (Coding Conventions): Explain why use cl at compile time.
4147
41482006-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4149
4150 * frames.texi (Window System Selections): Mention scrap support for Mac.
4151 Default value of x-select-enable-clipboard is t on Mac.
4152
4153 * os.texi (Getting Out): Suspending is not allowed on Mac, either.
4154
41552006-07-11 Kim F. Storm <storm@cua.dk>
4156
4157 * display.texi (Forcing Redisplay): Add `redisplay' function.
4158 Don't mention (sit-for -1) -- use (redisplay t) instead.
4159
4160 * commands.texi (Waiting): (sit-for -1) is no longer special.
4161 (sit-for 0) is equivalent to (redisplay).
4162 Iconifying/deiconifying no longer makes sit-for return.
4163
41642006-07-10 Nick Roberts <nickrob@snap.net.nz>
4165
4166 * display.texi (Buttons): Fix typo.
4167
4168 * index.texi, elisp.texi (New Symbols): Comment node out.
4169
41702006-07-09 Richard Stallman <rms@gnu.org>
4171
4172 * display.texi (Truncation): Clean up previous change.
4173
41742006-07-08 Richard Stallman <rms@gnu.org>
4175
4176 * commands.texi (Interactive Call): Use 3 as prefix in example
4177 for execute-extended-command.
4178
4179 * display.texi (Attribute Functions): Move paragraph about
4180 compatibility with Emacs < 21.
4181
41822006-07-09 Kim F. Storm <storm@cua.dk>
4183
4184 * display.texi (Refresh Screen): Clarify force-window-update.
4185 (Truncation): "Normally" indicated by fringe arrows.
4186
41872006-07-08 Eli Zaretskii <eliz@gnu.org>
4188
4189 * windows.texi (Textual Scrolling, Resizing Windows):
4190 * variables.texi (Constant Variables):
4191 * text.texi (Buffer Contents, Deletion, Changing Properties)
4192 (Property Search, Special Properties, Sticky Properties)
4193 (Links and Mouse-1, Fields, Change Hooks):
4194 * syntax.texi (Syntax Table Functions, Parsing Expressions)
4195 (Categories):
4196 * symbols.texi (Other Plists):
4197 * streams.texi (Output Variables):
4198 * processes.texi (Input to Processes, Query Before Exit):
4199 * positions.texi (Word Motion, Text Lines, List Motion):
4200 * os.texi (Init File, System Environment, Sound Output)
4201 (Session Management):
4202 * nonascii.texi (Text Representations, Character Sets)
4203 (Chars and Bytes, Locales):
4204 * modes.texi (Defining Minor Modes, Header Lines):
4205 * minibuf.texi (Minibuffer Contents):
4206 * markers.texi (Information from Markers):
4207 * lists.texi (List Elements, Building Lists, Association Lists):
4208 * keymaps.texi (Tool Bar):
4209 * hash.texi (Creating Hash, Hash Access, Defining Hash, Other Hash):
4210 * functions.texi (What Is a Function, Mapping Functions):
4211 * frames.texi (Creating Frames, Parameter Access, Pointer Shape)
4212 (Color Names, Text Terminal Colors, Display Feature Testing):
4213 * files.texi (Visiting Functions, File Name Components)
4214 (Unique File Names, Contents of Directories):
4215 * display.texi (Forcing Redisplay, Displaying Messages)
4216 (Temporary Displays, Font Selection, Auto Faces)
4217 (Font Lookup, Fringe Indicators, Display Margins)
4218 (Image Descriptors, Showing Images, Image Cache, Button Types)
4219 (Making Buttons, Manipulating Buttons, Button Buffer Commands)
4220 (Display Table Format, Glyphs):
4221 * control.texi (Iteration):
4222 * commands.texi (Command Loop Info, Adjusting Point):
4223 * backups.texi (Making Backups, Auto-Saving):
4224 Remove @tindex entries.
4225
42262006-07-07 Kim F. Storm <storm@cua.dk>
4227
4228 * display.texi (Fringe Cursors): Fix typo.
4229 (Customizing Bitmaps): Fix define-fringe-bitmap entry.
4230 (Overlay Arrow): Default is overlay-arrow fringe indicator.
4231
42322006-07-05 Richard Stallman <rms@gnu.org>
4233
4234 * text.texi (Buffer Contents): Add example of text props
4235 in result of buffer-substring.
4236 (Text Properties): Explain better about use of specific property names.
4237 (Property Search): Some cleanups; reorder some functions.
4238
4239 * keymaps.texi (Changing Key Bindings): Cleanup.
4240 Add xref to Key Binding Conventions.
4241
4242 * display.texi (Attribute Functions): Add examples for
4243 face-attribute-relative-p.
4244
4245 * tips.texi (Coding Conventions): Cleanup last change.
4246
42472006-07-05 Karl Berry <karl@gnu.org>
4248
4249 * elisp.texi: Use @fonttextsize 10pt, a la emacs.texi.
4250 Remove @setchapternewpage odd.
4251 Result is 1013 pages, down from 1100.
4252
4253 * anti.texi, customize.texi, display.texi, internals.texi:
4254 * minibuf.texi, modes.texi, tips.texi:
4255 Fix overfull/underfull boxes.
4256
42572006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
4258
4259 * edebug.texi (Instrumenting):
4260 Add Edebug-specific findex for eval-buffer.
4261 * loading.texi (Loading):
4262 Replace eval-current-buffer with eval-buffer.
4263
42642006-06-30 Nick Roberts <nickrob@snap.net.nz>
4265
4266 * locals.texi (Standard Buffer-Local Variables): Update the list
4267 of variables.
4268
42692006-06-26 Nick Roberts <nickrob@snap.net.nz>
4270
4271 * files.texi (File Name Completion): Point user to the node
4272 "Reading File Names".
4273
42742006-06-24 Eli Zaretskii <eliz@gnu.org>
4275
4276 * files.texi (Contents of Directories): Document case-insensitive
4277 behavior on respective filesystems.
4278
4279 * objects.texi (Character Type): Document that Emacs signals an
4280 error for unsupported Unicode characters specified as \uNNNN.
4281
42822006-06-19 Richard Stallman <rms@gnu.org>
4283
4284 * processes.texi (Bindat Spec): Clarify previous change.
4285
42862006-06-16 Richard Stallman <rms@gnu.org>
4287
4288 * tips.texi (Coding Conventions): Better explain conventions
4289 for definition constructs.
4290
4291 * text.texi (Special Properties): String value of `read-only'
4292 serves as the error message.
4293
4294 * objects.texi (Character Type): Clarify prev. change.
4295 (Non-ASCII in Strings): Mention \u and \U.
4296
4297 * commands.texi (Using Interactive): Explain problem of
4298 markers, etc., in command-history.
4299
43002006-06-14 Kim F. Storm <storm@cua.dk>
4301
4302 * commands.texi (Waiting): Negative arg to sit-for forces
4303 redisplay even if input is pending.
4304
4305 * display.texi (Forcing Redisplay): Use (sit-for -1) to force a
4306 redisplay. Remove incorrect example of binding redisplay-dont-pause
4307 around (sit-for 0).
4308
43092006-06-13 Richard Stallman <rms@gnu.org>
4310
4311 * display.texi (Forcing Redisplay): Clarify previous change.
4312
43132006-06-13 Romain Francoise <romain@orebokech.com>
4314
4315 * display.texi (Forcing Redisplay): Fix typo.
4316
43172006-06-13 Kim F. Storm <storm@cua.dk>
4318
4319 * display.texi (Forcing Redisplay): Add redisplay-preemption-period.
4320
43212006-06-10 Luc Teirlinck <teirllm@auburn.edu>
4322
4323 * tips.texi (Coding Conventions): Add `@end itemize'.
4324
43252006-06-10 Richard Stallman <rms@gnu.org>
4326
4327 * tips.texi (Coding Conventions): Explain use of coding systems
4328 to ensure one decoding for strings.
4329
43302006-06-09 Aidan Kehoe <kehoea@parhasard.net>
4331
4332 * objects.texi (Character Type): Describe the \uABCD and \U00ABCDEF
4333 syntax.
4334
43352006-06-07 Eli Zaretskii <eliz@gnu.org>
4336
4337 * display.texi (Font Selection): Remove description of
4338 clear-face-cache.
4339
4340 * compile.texi (Eval During Compile): Fix a typo. Add index
4341 entries for possible uses of eval-when-compile.
4342
43432006-06-04 Thien-Thi Nguyen <ttn@gnu.org>
4344
4345 * display.texi (Abstract Display): Fix typo.
4346
43472006-06-03 Eli Zaretskii <eliz@gnu.org>
4348
4349 * minibuf.texi (Minibuffer History) <history-add-new-input>:
4350 Reword variable's description.
4351
43522006-06-01 Richard Stallman <rms@gnu.org>
4353
4354 * windows.texi (Splitting Windows): Clarify splitting nonselected
4355 window.
4356
43572006-05-31 Juri Linkov <juri@jurta.org>
4358
4359 * minibuf.texi (Minibuffer History): Add history-add-new-input.
4360
43612006-05-30 Richard Stallman <rms@gnu.org>
4362
4363 * display.texi (Line Height): Fix errors in description of
10d1d0af 4364 default line height and line-height property.
b8d4c8d0
GM
4365
4366 * nonascii.texi (Default Coding Systems): Further clarification.
4367
43682006-05-29 Luc Teirlinck <teirllm@auburn.edu>
4369
4370 * internals.texi (Pure Storage): Mention that an overflow in pure
4371 space causes a memory leak.
4372 (Garbage Collection): If there was an overflow in pure space,
4373 `garbage-collect' returns nil.
4374
43752006-05-30 Eli Zaretskii <eliz@gnu.org>
4376
4377 * nonascii.texi (Default Coding Systems): Fix it some more.
4378
43792006-05-29 Eli Zaretskii <eliz@gnu.org>
4380
4381 * nonascii.texi (Default Coding Systems): Fix last change.
4382
43832006-05-29 Kenichi Handa <handa@m17n.org>
4384
4385 * nonascii.texi (find-operation-coding-system): Describe the new
4386 argument format (FILENAME . BUFFER).
4387
43882006-05-28 Richard Stallman <rms@gnu.org>
4389
4390 * tips.texi (Coding Conventions): Better explain reasons not to
4391 advise other packages or use `eval-after-load'.
4392
43932006-05-29 Kim F. Storm <storm@cua.dk>
4394
4395 * processes.texi (Bindat Functions): Rename `pos' and `raw-data' to
4396 `bindat-idx' and `bindat-raw' for clarity.
4397
43982006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4399
4400 * processes.texi (Bindat Spec): Expand on `repeat' handler.
4401
4402 * display.texi (Display): Add "Abstract Display" to menu.
4403 (Abstract Display, Abstract Display Functions)
4404 (Abstract Display Example): New nodes.
4405 * elisp.texi (Top): Add "Abstract Display" to menu.
4406
44072006-05-27 Chong Yidong <cyd@stupidchicken.com>
4408
4409 * keymaps.texi (Key Sequences): Link to input events definition.
4410 (Format of Keymaps): Delete material duplicated in Keymap Basics.
4411
4412 * files.texi (Changing Files): Document updated argument list for
4413 copy-file.
4414
44152006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
4416
4417 * processes.texi (Bindat Functions): Explain term "total length".
4418 Use it in bindat-length and bindat-pack descriptions.
4419
44202006-05-26 Eli Zaretskii <eliz@gnu.org>
4421
4422 * tips.texi (Coding Conventions): Advise against using
4423 eval-after-load in packages. Add an index entry.
4424
44252006-05-25 Juri Linkov <juri@jurta.org>
4426
4427 * minibuf.texi (Text from Minibuffer): Undocument keep-all.
4428
4429 * modes.texi (%-Constructs): Add %e, %z, %Z.
4430
44312006-05-25 Richard Stallman <rms@gnu.org>
4432
4433 * elisp.texi (Top): Update subnode menu.
4434
4435 * keymaps.texi (Keymap Basics): New node, split out of Key Sequences.
4436 (Keymaps): Update menu.
4437
44382006-05-25 Chong Yidong <cyd@stupidchicken.com>
4439
4440 * keymaps.texi (Key Sequences): Some clarifications.
4441
44422006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
4443
4444 * processes.texi (Bindat Functions): Say "unibyte string"
4445 explicitly for bindat-unpack and bindat-pack descriptions.
4446 (Bindat Examples): Don't call `string-make-unibyte' in example.
4447
44482006-05-25 Chong Yidong <cyd@stupidchicken.com>
4449
5dcb4c4e 4450 * keymaps.texi (Key Sequences): Rename from Keymap Terminology.
c5602427 4451 Explain string and vector representations of key sequences.
b8d4c8d0
GM
4452
4453 * keymaps.texi (Changing Key Bindings):
dd7b651b 4454 * commands.texi (Interactive Codes):
b8d4c8d0
GM
4455 * help.texi (Describing Characters): Refer to it.
4456
44572006-05-23 Luc Teirlinck <teirllm@auburn.edu>
4458
4459 * frames.texi (Pointer Shape): @end table -> @end defvar.
4460
44612006-05-22 Richard Stallman <rms@gnu.org>
4462
4463 * elisp.texi (Top): Update subnode menus.
4464
4465 * frames.texi (Pointer Shape): Node renamed from Pointer Shapes.
4466 Contents rewritten; material from old Pointer Shape node moved here.
4467
4468 * display.texi (Pointer Shape): Node deleted.
4469 (Image Descriptors): Minor cleanup.
4470
44712006-05-21 Richard Stallman <rms@gnu.org>
4472
4473 * syntax.texi (Parsing Expressions): Update info on which STATE
4474 elements are ignored.
4475
44762006-05-19 Luc Teirlinck <teirllm@auburn.edu>
4477
4478 * hooks.texi (Standard Hooks): Correct typo.
4479
4480 * gpl.texi (GPL): ifinfo -> ifnottex.
4481
44822006-05-19 Michael Ernst <mernst@alum.mit.edu> (tiny change)
4483
4484 * searching.texi (Simple Match Data): Warn about match data being
4485 set anew by every search.
4486
44872006-05-17 Richard Stallman <rms@gnu.org>
4488
4489 * minibuf.texi (Minibuffer History): Clarify.
4490
4491 * searching.texi (Regexp Special): Clarify nested regexp warning.
4492
44932006-05-16 Kim F. Storm <storm@cua.dk>
4494
4495 * minibuf.texi (Minibuffer History): Update add-to-history.
4496
44972006-05-15 Oliver Scholz <epameinondas@gmx.de> (tiny change)
4498
5dcb4c4e
SM
4499 * nonascii.texi (Explicit Encoding):
4500 Fix typo (encoding<->decoding).
b8d4c8d0
GM
4501
45022006-05-14 Richard Stallman <rms@gnu.org>
4503
4504 * buffers.texi (Creating Buffers): Cleanup.
4505
4506 * files.texi (Visiting Functions): Rewrite in find-file-noselect.
4507
45082006-05-13 Eli Zaretskii <eliz@gnu.org>
4509
4510 * buffers.texi (Current Buffer): Document that with-temp-buffer
4511 disables undo.
4512
4513 * os.texi (Terminal-Specific): More accurate description of how
4514 Emacs searches for the terminal-specific libraries.
4515
45162006-05-12 Eli Zaretskii <eliz@gnu.org>
4517
4518 * hooks.texi (Standard Hooks) [iftex]: Convert @xref's to
4519 emacs-xtra to @inforef's.
4520
4521 * text.texi (Undo): Document that undo is turned off in buffers
4522 whose names begin with a space.
4523
4524 * buffers.texi (Buffer Names): Add index entries for buffers whose
4525 names begin with a space.
4526 (Creating Buffers): Document that undo is turned off in buffers
4527 whose names begin with a space.
4528
4529 * files.texi (Visiting Functions, Reading from Files)
4530 (Saving Buffers): Mention code and EOL conversions by file I/O
4531 primitives and subroutines.
4532
4533 * nonascii.texi (Lisp and Coding Systems): Document
4534 coding-system-eol-type. Add index entries for eol conversion.
4535
4536 * display.texi (Defining Faces): Mention `mac', and add an xref to
4537 where window-system is described.
4538
45392006-05-10 Richard Stallman <rms@gnu.org>
4540
4541 * internals.texi (Writing Emacs Primitives): Clarify GCPRO rules.
4542
45432006-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4544
4545 * variables.texi (File Local Variables): Recommend to quote lambda
4546 expressions in safe-local-variable property.
4547
45482006-05-09 Richard Stallman <rms@gnu.org>
4549
5dcb4c4e
SM
4550 * variables.texi (File Local Variables):
4551 Document safe-local-eval-forms and safe-local-eval-function.
b8d4c8d0
GM
4552
45532006-05-07 Kim F. Storm <storm@cua.dk>
4554
4555 * minibuf.texi (Minibuffer History): Remove keep-dups arg
4556 from add-to-history.
4557
45582006-05-07 Romain Francoise <romain@orebokech.com>
4559
4560 * commands.texi (Event Input Misc):
4561 * compile.texi (Eval During Compile):
4562 * internals.texi (Buffer Internals):
4563 * minibuf.texi (Initial Input):
4564 * nonascii.texi (Scanning Charsets):
4565 * numbers.texi (Comparison of Numbers):
4566 * windows.texi (Textual Scrolling, Vertical Scrolling):
4567 Fix various typos.
4568
45692006-05-06 Eli Zaretskii <eliz@gnu.org>
4570
4571 * hooks.texi (Standard Hooks): Replace inforef to emacs-xtra by
4572 conditional xref's to either emacs or emacs-xtra, depending on
4573 @iftex/@ifnottex.
4574
4575 * minibuf.texi (Minibuffer History): Document add-to-history.
4576
45772006-05-05 Eli Zaretskii <eliz@gnu.org>
4578
4579 * internals.texi (Pure Storage): Mention the pure overflow message
4580 at startup.
4581
c8763fb6 45822006-05-05 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4583
4584 * keymaps.texi (Active Keymaps): Fix pseudo-Lisp syntax.
4585 (Searching Keymaps): Fix pseudo-Lisp description of keymap
4586 search.
4587
45882006-05-01 Richard Stallman <rms@gnu.org>
4589
4590 * intro.texi (nil and t): Clarify.
4591
4592 * variables.texi (File Local Variables): Suggest using booleanp.
4593
45942006-05-01 Juanma Barranquero <lekktu@gmail.com>
4595
4596 * objects.texi (Type Predicates): Fix typos.
4597
45982006-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * intro.texi (nil and t): Add booleanp.
4601
4602 * objects.texi (Type Predicates): Add links for booleanp and
4603 string-or-null-p.
4604
46052006-04-29 Richard Stallman <rms@gnu.org>
4606
4607 * modes.texi (Multiline Font Lock): Rename from
4608 Multi line Font Lock Elements. Much clarification.
4609 (Font Lock Multiline, Region to Fontify): Much clarification.
4610
46112006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * variables.texi (File Local Variables): Remove the special case t for
4614 safe-local-variable.
4615
46162006-04-26 Richard Stallman <rms@gnu.org>
4617
4618 * syntax.texi (Parsing Expressions): Minor cleanup.
4619
46202006-04-18 Richard Stallman <rms@gnu.org>
4621
4622 * tips.texi (Coding Conventions): Explain when the package's
4623 prefix should appear later on (not at the start of the name).
4624
4625 * searching.texi (String Search): Clarify effect of NOERROR.
4626
4627 * modes.texi (Imenu): Clarify what special items do.
4628
4629 * hooks.texi (Standard Hooks): Delete text about old hook names.
4630
46312006-04-17 Romain Francoise <romain@orebokech.com>
4632
4633 * variables.texi (Local Variables): Update the default value of
4634 `max-specpdl-size'.
4635
46362006-04-15 Michael Olson <mwolson@gnu.org>
4637
4638 * processes.texi (Transaction Queues): Mention the new optional
4639 `delay-question' argument for `tq-enqueue'.
4640
46412006-04-13 Bill Wohler <wohler@newt.com>
4642
4643 * customize.texi (Common Keywords): Use dotted notation for
4644 :package-version value. Specify its values. Improve documentation
4645 for customize-package-emacs-version-alist.
4646
46472006-04-12 Bill Wohler <wohler@newt.com>
4648
4649 * customize.texi (Common Keywords): Move description of
4650 customize-package-emacs-version-alist to @defvar.
4651
46522006-04-10 Bill Wohler <wohler@newt.com>
4653
4654 * customize.texi (Common Keywords): Add :package-version.
4655
46562006-04-10 Kim F. Storm <storm@cua.dk>
4657
4658 * text.texi (Buffer Contents): Add NOPROPS arg to
4659 filter-buffer-substring.
4660
46612006-04-08 Kevin Ryde <user42@zip.com.au>
4662
4663 * os.texi (Command-Line Arguments): Update xref to emacs manual
4664 "Command Arguments" -> "Emacs Invocation", per change there.
4665
46662006-04-08 Thien-Thi Nguyen <ttn@gnu.org>
4667
4668 * display.texi (Other Display Specs): Arrange a @code{DOTTED-LIST} to
4669 be on one line to help makeinfo not render two spaces after the dot.
4670
46712006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4672
4673 * strings.texi (Predicates for Strings): Add string-or-null-p.
4674
46752006-03-28 Kim F. Storm <storm@cua.dk>
4676
4677 * processes.texi (Accepting Output): Remove obsolete (and incorrect)
4678 remarks about systems that don't support fractional seconds.
4679
46802006-03-25 Karl Berry <karl@gnu.org>
4681
4682 * elisp.texi: Use @copyright{} instead of (C), and do not indent
4683 the year list.
4684
46852006-03-21 Nick Roberts <nickrob@snap.net.nz>
4686
4687 * display.texi (Fringe Indicators): Fix typos.
4688
46892006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4690
4691 * tips.texi (Documentation Tips): One can now also write `program'
4692 in front of a quoted symbol in a docstring to prevent making a
4693 hyperlink.
4694
46952006-03-19 Alan Mackenzie <acm@muc.de>
4696
4697 * text.texi (Special Properties): Clarify `fontified' property.
4698
46992006-03-16 Richard Stallman <rms@gnu.org>
4700
4701 * display.texi (Defining Images): Minor cleanup.
4702
47032006-03-16 Bill Wohler <wohler@newt.com>
4704
4705 * display.texi (Defining Images): In image-load-path-for-library,
4706 prefer user's images.
4707
47082006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * modes.texi (Region to Fontify): Remove font-lock-lines-before.
4711
47122006-03-15 Bill Wohler <wohler@newt.com>
4713
4714 * display.texi (Defining Images): Fix example in
4715 image-load-path-for-library by not recommending that one binds
4716 image-load-path. Just defvar it to placate compiler and only use
4717 it if previously defined.
4718
47192006-03-14 Bill Wohler <wohler@newt.com>
4720
4721 * display.texi (Defining Images): In image-load-path-for-library,
4722 always return list of directories. Update example.
4723
47242006-03-14 Alan Mackenzie <acm@muc.de>
4725
4726 * modes.texi: New node, "Region to Fontify" (for Font Lock).
4727 This describes font-lock-extend-region-function.
4728 ("Other Font Lock Variables"): Move "font-lock-lines-before" to
4729 the new node "Region to Fontify".
4730
47312006-03-13 Richard Stallman <rms@gnu.org>
4732
4733 * display.texi (Invisible Text): The impossible position is
4734 now before the invisible text, not after.
4735 (Defining Images): Clean up last change.
4736
47372006-03-11 Bill Wohler <wohler@newt.com>
4738
4739 * display.texi (Defining Images): Add image-load-path-for-library.
4740
47412006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4742
4743 * text.texi (Adaptive Fill): Fix Texinfo usage.
4744
4745 * strings.texi (Creating Strings): Fix Texinfo usage.
4746
4747 * searching.texi (Regexp Special): Use @samp for regular
4748 expressions that are not in Lisp syntax.
4749
47502006-03-08 Luc Teirlinck <teirllm@auburn.edu>
4751
4752 * searching.texi (Regexp Special): Put remark between parentheses
4753 to avoid misreading.
4754
47552006-03-07 Luc Teirlinck <teirllm@auburn.edu>
4756
4757 * searching.texi (Syntax of Regexps): More accurately describe
4758 which characters are special in which situations.
4759 (Regexp Special): Recommend _not_ to quote `]' or `-' when they
4760 are not special. Describe in detail when `[' and `]' are special.
4761 (Regexp Backslash): Plenty of regexps with unbalanced square
4762 brackets are valid, so reword that statement.
4763
47642006-03-02 Kim F. Storm <storm@cua.dk>
4765
4766 * keymaps.texi (Tool Bar): Add tool-bar-border.
4767
47682006-02-28 Luc Teirlinck <teirllm@auburn.edu>
4769
4770 * loading.texi (Load Suffixes): Rephrase last paragraph. Fix typos.
4771
47722006-02-27 Luc Teirlinck <teirllm@auburn.edu>
4773
4774 * elisp.texi (Top): Include "Load Suffixes" in the detailed menu.
4775
4776 * files.texi (Locating Files): Suggest additional values for the
4777 SUFFIXES arg of `locate-file'. Update pxref.
4778
4779 * loading.texi (Loading): Include new node "Load Suffixes" in menu.
4780 (How Programs Do Loading): Discuss the effects of Auto Compression
4781 mode on `load'.
4782 (Load Suffixes): New node.
4783 (Library Search): Delete description of `load-suffixes'; it was
4784 moved to "Load Suffixes".
4785 (Autoload, Named Features): Mention `load-suffixes'.
4786
47872006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4788
4789 * display.texi (Fringe Indicators, Fringe Cursors): Fix typos.
4790
4791 * windows.texi (Window Tree): Fix typo.
4792
47932006-02-20 Kim F. Storm <storm@cua.dk>
4794
4795 * display.texi (Fringe Indicators): New section.
4796 Move indicate-empty-lines, indicate-buffer-boundaries, and
4797 default-indicate-buffer-boundaries here.
4798 Add fringe-indicator-alist and default-fringes-indicator-alist.
4799 Add list of logical fringe indicator symbols.
4800 Update list of standard bitmap names.
4801 (Fringe Cursors): New section.
4802 Move overflow-newline-into-fringe here.
4803 Add fringe-cursor-alist and default-fringes-cursor-alist.
4804 Add list of fringe cursor symbols.
4805
48062006-02-20 Juanma Barranquero <lekktu@gmail.com>
4807
4808 * commands.texi (Using Interactive): Fix reference to node
4809 "Minibuffers".
4810
48112006-02-19 Richard M. Stallman <rms@gnu.org>
4812
4813 * minibuf.texi (High-Level Completion):
4814 Add xref to read-input-method-name.
4815
4816 * files.texi (Relative File Names): Move file-relative-name here.
4817 (File Name Expansion): From here. Minor clarifications.
4818
4819 * commands.texi (Using Interactive): Add xrefs about reading input.
4820 Clarify remarks about that moving point and mark.
4821 Put string case before list case.
4822
c8763fb6 48232006-02-16 Johan Bockgård <bojohan@dd.chalmers.se>
b8d4c8d0
GM
4824
4825 * display.texi (Other Display Specs, Image Descriptors):
4826 Revert erroneous changes. The previous description of
4827 image-descriptors as `(image . PROPS)' was correct.
4828
48292006-02-14 Richard M. Stallman <rms@gnu.org>
4830
4831 * variables.texi (File Local Variables): Clarifications.
4832
48332006-02-14 Juanma Barranquero <lekktu@gmail.com>
4834
4835 * variables.texi (File Local Variables): Use @code for a cons
4836 cell, not @var.
4837
48382006-02-13 Chong Yidong <cyd@stupidchicken.com>
4839
4840 * variables.texi (File Local Variables): Document new file local
4841 variable behavior.
4842
48432006-02-10 Kim F. Storm <storm@cua.dk>
4844
4845 * eval.texi (Function Indirection): Add NOERROR to indirect-function.
4846
48472006-02-08 Juanma Barranquero <lekktu@gmail.com>
4848
4849 * modes.texi (%-Constructs): Remove obsolete info about
4850 `global-mode-string'.
4851
48522006-02-07 Richard M. Stallman <rms@gnu.org>
4853
4854 * commands.texi (Prefix Command Arguments): Minor cleanup.
4855
4856 * display.texi: "Graphical display", not window system.
4857
4858 * functions.texi (What Is a Function): Fix xref.
4859
4860 * keymaps.texi (Key Lookup): Clarify wrt commands vs other functions.
4861 (Changing Key Bindings): Clarify when remapping is better than
4862 substitute-key-definition.
4863
48642006-02-02 Richard M. Stallman <rms@gnu.org>
4865
4866 * minibuf.texi (Basic Completion): Completion alists are risky.
4867
4868 * keymaps.texi (Active Keymaps): Clarifications.
4869 (Searching Keymaps): New node.
4870 (Keymaps): Update menu.
4871
4872 * frames.texi (Layout Parameters): Minor clarification.
4873 (Drag and Drop): New node.
4874 (Frames): Update menu.
4875
48762006-01-29 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * display.texi (Other Display Specs, Image Descriptors):
4879 Image description is a list, not a cons cell.
4880
48812006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4882
4883 * lists.texi (Cons Cells): Minor correction (the cdr of a dotted
4884 list is not necessarily a list).
4885
48862006-01-27 Eli Zaretskii <eliz@gnu.org>
4887
4888 * frames.texi (Layout Parameters): border-width and
4889 internal-border-width belong to the frame, not the window.
4890
48912006-01-19 Richard M. Stallman <rms@gnu.org>
4892
4893 * nonascii.texi (Translation of Characters): Search cmds use
4894 translation-table-for-input. Automatically made local.
4895
4896 * markers.texi (Overview of Markers): Count insertion type
4897 as one of a marker's attributes.
4898
4899 * keymaps.texi (Controlling Active Maps): New node, split out of
4900 Active Keymaps.
4901 (Keymaps): Menu updated.
4902 (Active Keymaps): Give pseudocode to explain how the active
4903 maps are searched. current-active-maps and key-binding moved here.
4904 (Functions for Key Lookup): current-active-maps and key-binding moved.
4905 Clarifications.
4906 (Searching the Keymaps): New subnode.
4907
4908 * elisp.texi (Top): Menu clarification.
4909
4910 * display.texi (Other Display Specs): Delete duplicate entry for
4911 just a string as display spec. Move text about recursive display
4912 specs on such a string.
4913
4914 * commands.texi (Key Sequence Input): Clarify.
4915 Move num-nonmacro-input-events out.
4916 (Reading One Event): num-nonmacro-input-events moved here.
4917
49182006-01-14 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * advice.texi (Simple Advice): Update example to fit argument
4921 change in previous-line.
4922
49232006-01-05 Richard M. Stallman <rms@gnu.org>
4924
4925 * markers.texi (The Mark): Fix in `mark'.
4926
49272006-01-04 Richard M. Stallman <rms@gnu.org>
4928
4929 * processes.texi (Misc Network, Make Network): Minor cleanups.
4930
49312006-01-04 Kim F. Storm <storm@cua.dk>
4932
4933 * processes.texi (Make Network): Add IPv6 addresses and handling.
4934 (Network Feature Testing): Mention (:family ipv6).
4935 (Misc Network): Add IPv6 formats to format-network-address.
4936
49372005-12-30 Richard M. Stallman <rms@gnu.org>
4938
4939 * text.texi (Changing Properties):
4940 Don't use return value of set-text-properties.
4941
49422005-12-29 Luc Teirlinck <teirllm@auburn.edu>
4943
4944 * modes.texi (Mode Line Format): Correct typo in menu.
4945
49462005-12-29 Richard M. Stallman <rms@gnu.org>
4947
4948 * modes.texi (Mode Line Top): New node.
4949 (Mode Line Data): Some text moved to new node.
4950 Explain the data structure more concretely.
4951 (Mode Line Basics): Clarifications.
4952 (Mode Line Variables): Clarify intro paragraph.
4953 (%-Constructs): Clarify intro paragraph.
4954 (Mode Line Format): Update menu.
4955
49562005-12-28 Luc Teirlinck <teirllm@auburn.edu>
4957
4958 * minibuf.texi (Basic Completion): Update lazy-completion-table
4959 examples for removal of ARGS argument.
4960
49612005-12-23 Richard M. Stallman <rms@gnu.org>
4962
4963 * text.texi (Undo): Restore some explanation from the version
4964 that was deleted.
4965
49662005-12-23 Eli Zaretskii <eliz@gnu.org>
4967
4968 * text.texi (Undo): Remove duplicate descriptions of `apply
4969 funname' and `apply delta' elements of the undo list.
4970
49712005-12-20 Richard M. Stallman <rms@gnu.org>
4972
4973 * help.texi (Help Functions): Update documentation of `apropos'.
4974
49752005-12-20 Luc Teirlinck <teirllm@auburn.edu>
4976
4977 * customize.texi (Type Keywords): Delete xref to "Text help-echo",
4978 because it is confusing. If the :help-echo keyword is a function,
4979 it is not directly used as the :help-echo overlay property, as the
4980 xref seems to suggest (it does not take the appropriate args).
4981
49822005-12-19 Luc Teirlinck <teirllm@auburn.edu>
4983
4984 * customize.texi (Common Keywords): Fix Texinfo usage.
4985 (Group Definitions, Variable Definitions): Update for new
4986 conventions for using `*' in docstrings.
4987
4988 * tips.texi (Documentation Tips): Update for new conventions for
4989 using `*' in docstrings.
4990
49912005-12-16 Richard M. Stallman <rms@gnu.org>
4992
4993 * minibuf.texi (Minibuffer Contents): Minor cleanup.
4994
49952005-12-16 Juri Linkov <juri@jurta.org>
4996
4997 * minibuf.texi (Minibuffer Contents): Add minibuffer-completion-contents.
4998
49992005-12-14 Romain Francoise <romain@orebokech.com>
5000
5001 * modes.texi (Customizing Keywords): Rename `append' to `how'.
5002 Fix typo.
5003
50042005-12-11 Juri Linkov <juri@jurta.org>
5005
5006 * minibuf.texi (Completion Commands): Add mention of read-file-name
5007 for filename completion keymaps.
5008 (Reading File Names): Add mention of filename completion keymaps
5009 for read-file-name and xref to `Completion Commands'.
5010
50112005-12-10 Richard M. Stallman <rms@gnu.org>
5012
5013 * customize.texi (Common Keywords): State caveats for use of :tag.
5014
50152005-12-08 Richard M. Stallman <rms@gnu.org>
5016
5017 * minibuf.texi (Intro to Minibuffers): Replace list of local maps
5018 with xrefs and better explanation.
5019 (Completion Commands): Add the filename completion maps.
5020
5021 * objects.texi (Character Type): Clarify that \s is not space
5022 if a dash follows.
5023
50242005-12-05 Richard M. Stallman <rms@gnu.org>
5025
5026 * windows.texi (Resizing Windows): Delete preserve-before args.
5027
50282005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * keymaps.texi (Format of Keymaps): Remove mention of a quirk
5031 in full keymaps, since the quirk has been fixed.
5032
50332005-12-03 Eli Zaretskii <eliz@gnu.org>
5034
5dcb4c4e
SM
5035 * hooks.texi (Standard Hooks): Add index entries.
5036 Mention `compilation-finish-functions'.
b8d4c8d0
GM
5037
50382005-11-27 Richard M. Stallman <rms@gnu.org>
5039
5040 * windows.texi (Resizing Windows): Add adjust-window-trailing-edge.
5041
50422005-11-21 Juri Linkov <juri@jurta.org>
5043
5044 * customize.texi (Common Keywords): Update links types
5045 custom-manual and url-link. Add link types emacs-library-link,
5046 file-link, function-link, variable-link, custom-group-link.
5047
50482005-11-20 Chong Yidong <cyd@stupidchicken.com>
5049
5050 * display.texi: Revert 2005-11-20 change.
5051
50522005-11-20 Thien-Thi Nguyen <ttn@gnu.org>
5053
5054 * processes.texi (Bindat Functions):
5055 Say "third" to refer to zero-based index "2".
5056
50572005-11-18 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * loading.texi (Library Search): Update the default value of
5060 `load-suffixes'.
5061
50622005-11-17 Chong Yidong <cyd@stupidchicken.com>
5063
5064 * display.texi (Attribute Functions): Mention :ignore-defface.
5065
50662005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * modes.texi (Minor Mode Conventions): Use custom-set-minor-mode.
5069 (Minor Mode Conventions): Mention the use of a hook.
5070
50712005-11-06 Richard M. Stallman <rms@gnu.org>
5072
5073 * files.texi (Magic File Names): find-file-name-handler checks the
5074 `operations' property of the handler.
5075
50762005-11-03 Richard M. Stallman <rms@gnu.org>
5077
5078 * variables.texi (Frame-Local Variables): Small clarification.
5079
50802005-10-29 Chong Yidong <cyd@stupidchicken.com>
5081
5082 * os.texi (Init File): Document ~/.emacs.d/init.el.
5083
50842005-10-29 Richard M. Stallman <rms@gnu.org>
5085
5086 * internals.texi (Garbage Collection): Document memory-full.
5087
50882005-10-28 Bill Wohler <wohler@newt.com>
5089
5090 * tips.texi (Documentation Tips): Help mode now creates hyperlinks
5091 for URLs.
5092
50932005-10-28 Richard M. Stallman <rms@gnu.org>
5094
5095 * minibuf.texi (Completion Commands): Clean up prev change.
5096
50972005-10-26 Kevin Ryde <user42@zip.com.au>
5098
5099 * compile.texi (Eval During Compile): Explain recommended uses
5100 of eval-when-compile and eval-and-compile.
5101
51022005-10-27 Masatake YAMATO <jet@gyve.org>
5103
5104 * minibuf.texi (Completion Commands):
5105 Write about new optional argument for `display-completion-list'.
5106
51072005-10-23 Richard M. Stallman <rms@gnu.org>
5108
5109 * display.texi (Overlay Arrow): Clarify about local bindings of
5110 overlay-arrow-position.
5111
51122005-10-22 Eli Zaretskii <eliz@gnu.org>
5113
5114 * internals.texi (Building Emacs): Fix last change.
5115
51162005-10-22 Richard M. Stallman <rms@gnu.org>
5117
5118 * internals.texi (Building Emacs): Document eval-at-startup.
5119
51202005-10-21 Richard M. Stallman <rms@gnu.org>
5121
5122 * loading.texi (Where Defined): load-history contains abs file names.
5123 symbol-file returns abs file names.
5124
51252005-10-19 Kim F. Storm <storm@cua.dk>
5126
5127 * display.texi (Showing Images): Add max-image-size integer value.
5128
51292005-10-18 Chong Yidong <cyd@stupidchicken.com>
5130
5131 * display.texi (Showing Images): Document max-image-size.
5132
51332005-10-17 Richard M. Stallman <rms@gnu.org>
5134
5135 * commands.texi (Quitting): Minor clarification.
5136
5137 * processes.texi (Sentinels): Clarify about output and quitting.
5138 (Filter Functions): Mention with-local-quit.
5139
51402005-10-17 Juri Linkov <juri@jurta.org>
5141
5142 * buffers.texi (Current Buffer):
5143 * commands.texi (Event Input Misc):
5144 * compile.texi (Eval During Compile, Compiler Errors):
5145 * customize.texi (Group Definitions):
5146 * display.texi (Progress, Defining Faces):
5147 * files.texi (Writing to Files):
5148 * modes.texi (Mode Hooks, Defining Minor Modes):
5149 * streams.texi (Output Functions):
5150 * syntax.texi (Syntax Table Functions):
5151 * text.texi (Change Hooks):
5152 Replace `...' with `@dots{}' in `@defmac' and `@defspec'.
5153
5154 * commands.texi (Quitting): Replace arg `forms' with `body' in
5155 `with-local-quit'.
5156
5157 * positions.texi (Excursions): Replace arg `forms' with `body' in
5158 `save-excursion'.
5159
51602005-10-08 Kim F. Storm <storm@cua.dk>
5161
5162 * windows.texi (Window Tree): Rename window-split-tree to window-tree.
5163 Rename manual section accordingly.
5164
51652005-10-04 Kim F. Storm <storm@cua.dk>
5166
5167 * windows.texi (Window Split Tree): New section describing
5168 new function window-split-tree function.
5169
51702005-10-03 Nick Roberts <nickrob@snap.net.nz>
5171
5172 * display.texi (Fringe Size/Pos): Simplify and add detail.
5173
51742005-09-30 Romain Francoise <romain@orebokech.com>
5175
5176 * minibuf.texi (High-Level Completion): Explain that the prompt
5177 given to `read-buffer' should end with a colon and a space.
5178 Update usage examples.
5179
51802005-09-29 Juri Linkov <juri@jurta.org>
5181
5182 * display.texi (Displaying Messages): Rename argument name
5183 `string' to `format-string' in functions `message', `message-box',
5184 `message-or-box'.
5185
51862005-09-26 Chong Yidong <cyd@stupidchicken.com>
5187
5188 * errors.texi (Standard Errors): Correct xrefs.
5189
51902005-09-18 Chong Yidong <cyd@stupidchicken.com>
5191
5192 * display.texi (Defining Images): Update documentation for
5193 `image-load-path'.
5194
51952005-09-17 Richard M. Stallman <rms@gnu.org>
5196
5197 * display.texi (Defining Images): Clean up previous change.
5198
51992005-09-16 Romain Francoise <romain@orebokech.com>
5200
5201 * elisp.texi: Specify GFDL version 1.2.
5202
5203 * doclicense.texi (GNU Free Documentation License): Update to
5204 version 1.2.
5205
52062005-09-15 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * display.texi (Defining Images): Document `image-load-path'.
5209
52102005-09-15 Richard M. Stallman <rms@gnu.org>
5211
5212 * objects.texi (Printed Representation): Minor cleanup.
5213 (Box Diagrams): Minor fix.
5214 (Cons Cell Type): Move (...) index item here.
5215 (Box Diagrams): From here.
5216 (Array Type): Minor fix.
5217 (Type Predicates): Delete index "predicates".
5218 (Hash Table Type): Clarify xref.
5219 (Dotted Pair Notation): Minor fix.
5220
52212005-09-10 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * files.texi (Saving Buffers): Fix typo.
5224
52252005-09-08 Richard M. Stallman <rms@gnu.org>
5226
5227 * tips.texi (Programming Tips): Correct the "default" prompt spec.
5228
52292005-09-08 Chong Yidong <cyd@stupidchicken.com>
5230
5231 * locals.texi (Standard Buffer-Local Variables): Don't include
5232 mode variables for minor modes.
5233 Fix xrefs for buffer-display-count, buffer-display-table,
5234 buffer-offer-save, buffer-saved-size, cache-long-line-scans,
5235 enable-multibyte-characters, fill-column, header-line-format,
5236 left-fringe-width, left-margin, and right-fringe-width.
5237
5238 * hooks.texi (Standard Hooks): All hooks should conform to the
5239 standard naming convention now.
5240 Fix xref for `echo-area-clear-hook'.
5241
5242 * display.texi (Usual Display): Note that indicate-empty-lines and
5243 tab-width are buffer-local.
5244
5245 * files.texi (Saving Buffers): Add xref to `Killing Buffers'.
5246
5247 * modes.texi (Mode Help): Note that major-mode is buffer-local.
5248
5249 * nonascii.texi (Encoding and I/O): Note that
5250 buffer-file-coding-system is buffer-local.
5251
5252 * positions.texi (List Motion): Note that defun-prompt-regexp is
5253 buffer-local.
5254
5255 * text.texi (Auto Filling): Note that auto-fill-function is
5256 buffer-local.
5257 (Undo): Note that buffer-undo-list is buffer-local.
5258
5dcb4c4e
SM
5259 * windows.texi (Buffers and Windows):
5260 Document buffer-display-count.
b8d4c8d0
GM
5261
52622005-09-06 Richard M. Stallman <rms@gnu.org>
5263
5264 * tips.texi (Coding Conventions): Sometimes it is ok to put the
5265 package prefix elsewhere than at the start of the name.
5266
52672005-09-03 Richard M. Stallman <rms@gnu.org>
5268
5269 * tips.texi (Programming Tips): Add conventions for minibuffer
5270 questions and prompts.
5271
52722005-09-03 Joshua Varner <jlvarner@gmail.com> (tiny change)
5273
5274 * intro.texi (nil and t): Minor cleanup.
5275 Delete spurious mention of keyword symbols.
5276 (Evaluation Notation): Add index entry.
5277 (A Sample Function Description): Minor cleanup.
5278 (A Sample Variable Description): Not all vars can be set.
5279
52802005-09-03 Thien-Thi Nguyen <ttn@gnu.org>
5281
5282 * text.texi (Buffer Contents): Use "\n" in examples' result strings.
5283
5284 (Insertion): Document precise type of `insert-char' arg COUNT.
5285
52862005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * modes.texi (Other Font Lock Variables): Sync the default of
5289 font-lock-lines-before.
5290
52912005-08-31 Michael Albinus <michael.albinus@gmx.de>
5292
5293 * files.texi (Magic File Names): Add `make-auto-save-file-name'.
5294
52952005-08-29 Richard M. Stallman <rms@gnu.org>
5296
5297 * elisp.texi (Top): Update subnode menu.
5298
5299 * searching.texi (Searching and Matching): Move node.
5300 Rearrange contents and add overall explanation.
5301 (Searching and Case): Move node.
5302 (Searching and Matching): Update menu.
5303
53042005-08-27 Eli Zaretskii <eliz@gnu.org>
5305
5306 * os.texi (Startup Summary): Fix the description of the initial
5307 startup message display.
5308
53092005-08-25 Richard M. Stallman <rms@gnu.org>
5310
5311 * searching.texi (Search and Replace): Add replace-regexp-in-string.
5312
53132005-08-25 Emilio C. Lopes <eclig@gmx.net>
5314
5315 * display.texi (Finding Overlays): Fix `find-overlay-prop' in
5316 `next-overlay-change' example.
5317
53182005-08-22 Juri Linkov <juri@jurta.org>
5319
5320 * display.texi (Attribute Functions): Add set-face-inverse-video-p.
5321 Fix invert-face. Fix args of face-background.
5322
5323 * display.texi (Standard Faces): Delete node.
5324 (Faces): Add xref to `(emacs)Standard Faces'.
5325 (Displaying Faces): Fix xref to `Standard Faces'.
5326
5327 * modes.texi (Mode Line Data): Fix xref to Standard Faces.
5328
53292005-08-20 Alan Mackenzie <acm@muc.de>
5330
5331 * buffers.texi (The Buffer List): Clarify the manipulation of the
5332 buffer list.
5333
53342005-08-14 Richard M. Stallman <rms@gnu.org>
5335
5336 * modes.texi (Auto Major Mode): interpreter-mode-alist key is not
5337 a regexp.
5338
53392005-08-11 Richard M. Stallman <rms@gnu.org>
5340
5341 * elisp.texi (Top): Update subnode lists.
5342
5343 * display.texi (Inverse Video): Node deleted.
5344
5345 * tips.texi (Key Binding Conventions, Programming Tips, Warning Tips):
5346 New nodes split out of Coding Conventions.
5347
5348 * searching.texi (Regular Expressions): Document re-builder.
5349
5350 * os.texi (Time Parsing): New node split out of Time Conversion.
5351
5352 * processes.texi (Misc Network, Network Feature Testing)
5353 (Network Options, Make Network): New nodes split out of
5354 Low-Level Network.
5355
53562005-08-09 Richard M. Stallman <rms@gnu.org>
5357
5358 * frames.texi (Geometry): New node, split from Size and Position.
5359 (Frame Parameters): Refer to Geometry.
5360
5361 * buffers.texi (The Buffer List): Fix xrefs.
5362
5363 * windows.texi (Splitting Windows): Fix xref.
5364
5365 * frames.texi (Layout Parameters): Add xref.
5366
5367 * display.texi (Line Height, Scroll Bars): Fix xrefs.
5368
5369 * keymaps.texi (Menu Bar): Fix xref.
5370
5371 * locals.texi (Standard Buffer-Local Variables): Fix xref.
5372
5373 * modes.texi (%-Constructs): Fix xref.
5374
5375 * frames.texi (Window Frame Parameters): Node split up.
5376 (Basic Parameters, Position Parameters, Size Parameters)
5377 (Layout Parameters, Buffer Parameters, Management Parameters)
5378 (Cursor Parameters, Color Parameters): New subnodes.
5379
53802005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5381
5382 * positions.texi (Screen Lines): Update xref for previous change
5383 in minibuf.texi.
5384
5385 * minibuf.texi (Intro to Minibuffers): Update pxref for previous
5386 change in minibuf.texi.
5387
53882005-08-09 Richard M. Stallman <rms@gnu.org>
5389
5390 * tips.texi (Coding Conventions): Minor cleanup.
5391
5392 * modes.texi (Defining Minor Modes): Explain when init-value
5393 can be non-nil.
5394
5395 * elisp.texi (Top): Update submenu for Minibuffer.
5396
5397 * minibuf.texi (Minibuffer Misc): Node split up.
5398 (Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
5399 (Recursive Mini): New nodes split out from Minibuffer Misc.
5400 (Minibuffer Misc): Document max-mini-window-height.
5401
5402 * hash.texi (Defining Hash): Delete stray paren in example.
5403
5404 * display.texi (Echo Area Customization): Don't define
5405 max-mini-window-height here; xref instead.
5406
5407 * commands.texi (Event Input Misc): Update while-no-input.
5408
5409 * advice.texi (Advising Functions): Explain when to use advice
5410 and when to use a hook.
5411
54122005-07-30 Eli Zaretskii <eliz@gnu.org>
5413
5414 * makefile.w32-in (info): Don't run install-info.
5415 ($(infodir)/dir): New target, produced by running install-info.
5416
54172005-07-27 Luc Teirlinck <teirllm@auburn.edu>
5418
5419 * modes.texi (Defining Minor Modes): The keyword for the initial
5420 value is :init-value, not :initial-value.
5421
54222005-07-23 Eli Zaretskii <eliz@gnu.org>
5423
5424 * loading.texi (Autoload): Make the `doctor' example be consistent
5425 with what's in current loaddefs.el. Describe the "fn" magic in
5426 the usage portion of the doc string.
5427
54282005-07-22 Richard M. Stallman <rms@gnu.org>
5429
5430 * internals.texi (Garbage Collection): Clarify previous change.
5431
54322005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
5433
5434 * internals.texi (Garbage Collection): Add gc-cons-percentage.
5435
54362005-07-18 Juri Linkov <juri@jurta.org>
5437
5438 * commands.texi (Accessing Events):
5439 * frames.texi (Text Terminal Colors, Resources):
5440 * markers.texi (The Mark):
5441 * modes.texi (Defining Minor Modes):
5442 Delete duplicate duplicate words.
5443
54442005-07-16 Richard M. Stallman <rms@gnu.org>
5445
5446 * display.texi (Managing Overlays): Clarify make-overlay
5447 args for insertion types.
5448
54492005-07-13 Luc Teirlinck <teirllm@auburn.edu>
5450
5451 * customize.texi (Variable Definitions):
5452 Add `custom-initialize-safe-set' and `custom-initialize-safe-default'.
5453 `standard-value' is a list too.
5454 (Defining New Types): Use @key{RET} instead of @key{ret}.
5455
54562005-07-13 Francis Litterio <franl@world.std.com> (tiny change)
5457
5458 * os.texi (Translating Input): Fix typo.
5459
54602005-07-08 Richard M. Stallman <rms@gnu.org>
5461
5462 * README: Update edition number and size estimate.
5463
5464 * elisp.texi (VERSION): Set to 2.9.
5465
54662005-07-07 Richard M. Stallman <rms@gnu.org>
5467
5468 * book-spine.texinfo: Update Emacs version.
5469
5470 * display.texi (Inverse Video): Delete mode-line-inverse-video.
5471
54722005-07-06 Richard M. Stallman <rms@gnu.org>
5473
5474 * searching.texi (Regexp Search): Clarify what re-search-forward
5475 does when the search fails.
5476
54772005-07-05 Lute Kamstra <lute@gnu.org>
5478
5479 * Update FSF's address in GPL notices.
5480
5481 * doclicense.texi (GNU Free Documentation License):
5482 * gpl.texi (GPL):
5483 * tips.texi (Coding Conventions, Library Headers):
5484 * vol1.texi:
5485 * vol2.texi: Update FSF's address.
5486
54872005-07-04 Richard M. Stallman <rms@gnu.org>
5488
5489 * hooks.texi (Standard Hooks): Add occur-hook.
5490
54912005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5492
5493 * display.texi (The Echo Area): Correct menu.
5494
54952005-07-03 Richard M. Stallman <rms@gnu.org>
5496
5497 * elisp.texi (Top): Update subnode menu for Display.
5498
5499 * display.texi (Displaying Messages): New node, with most
5500 of what was in The Echo Area.
5dcb4c4e 5501 (Progress): Move under The Echo Area.
b8d4c8d0
GM
5502 (Logging Messages): New node with new text.
5503 (Echo Area Customization): New node, the rest of what was
5504 in The Echo Area. Document message-truncate-lines with @defvar.
5505 (Display): Update menu.
5506
5507 * windows.texi (Textual Scrolling): Doc 3 values for
5508 scroll-preserve-screen-position.
5509
5510 * text.texi (Special Properties): Change hook functions
5511 should bind inhibit-modification-hooks around altering buffer text.
5512
5513 * keymaps.texi (Key Binding Commands): Call binding BINDING
5514 rather than DEFINITION.
5515
55162005-06-29 Juanma Barranquero <lekktu@gmail.com>
5517
5518 * variables.texi (Defining Variables): `user-variable-p' returns t
5519 for aliases of user options, nil for alias loops.
5520
55212005-06-28 Richard M. Stallman <rms@gnu.org>
5522
5523 * keymaps.texi (Creating Keymaps): Put make-sparse-keymap before
5524 make-keymap.
5525
55262005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5527
5528 * variables.texi (Setting Variables): Correct and clarify
5529 description of `add-to-ordered-list'.
5530
55312005-06-26 Richard M. Stallman <rms@gnu.org>
5532
5533 * display.texi (Faces): Minor cleanup.
5534
55352005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * display.texi (Faces): `facep' returns t for strings that are
5538 face names.
5539
55402005-06-25 Richard M. Stallman <rms@gnu.org>
5541
5542 * objects.texi (Equality Predicates): Clarify meaning of equal.
5543
5544 * windows.texi (Selecting Windows): save-selected-window
5545 and with-selected-window save and restore the current buffer.
5546
55472005-06-24 Richard M. Stallman <rms@gnu.org>
5548
5549 * numbers.texi (Float Basics): Explain how to test for NaN,
5550 and printing the sign of NaNs.
5551
55522005-06-24 Eli Zaretskii <eliz@gnu.org>
5553
5554 * makefile.w32-in (MAKEINFO): Use --force.
5555
55562005-06-23 Richard M. Stallman <rms@gnu.org>
5557
5558 * display.texi (Face Functions): Correct Texinfo usage.
5559
55602005-06-23 Luc Teirlinck <teirllm@auburn.edu>
5561
5562 * lists.texi (Rings): `ring-elements' now returns the elements of
5563 RING in order.
5564
55652005-06-23 Juanma Barranquero <lekktu@gmail.com>
5566
5567 * markers.texi (The Mark): Texinfo usage fix.
5568
55692005-06-23 Kim F. Storm <storm@cua.dk>
5570
5571 * searching.texi (Entire Match Data): Remove evaporate option for
5572 match-data. Do not mention evaporate option for set-match-data.
5573
55742005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
5575
5576 * display.texi (Face Functions): Mention face aliases.
5577
55782005-06-21 Richard M. Stallman <rms@gnu.org>
5579
5580 * anti.texi (Antinews): Texinfo usage fix.
5581
55822005-06-21 Karl Berry <karl@gnu.org>
5583
5584 * elisp.texi: Use @copying.
5585
5586 * elisp.texi: Put @summarycontents and @contents before the Top
5587 node, instead of the end of the file, so that the contents appear
5588 in the right place in the dvi/pdf output.
5589
55902005-06-21 Juri Linkov <juri@jurta.org>
5591
5592 * display.texi (Defining Faces): Add `customized-face'.
5593
55942005-06-20 Kim F. Storm <storm@cua.dk>
5595
5596 * variables.texi (Setting Variables): Any type of element can be
5597 given order in add-to-ordered-list. Compare elements with eq.
5598
5599 * lists.texi (Rearrangement): Sort predicate may just return non-nil.
5600
56012005-06-20 Karl Berry <karl@gnu.org>
5602
5603 * syntax.texi (Syntax Flags): Make last column very slightly wider
5604 to avoid "generic comment" breaking on two lines and causing an
5605 underfull box.
5606
56072005-06-19 Luc Teirlinck <teirllm@auburn.edu>
5608
5609 * lists.texi (Rings): Various minor clarifications and corrections.
5610
56112005-06-18 Richard M. Stallman <rms@gnu.org>
5612
5613 * functions.texi (Obsolete Functions): Simplify.
5614
5615 * variables.texi (Variable Aliases): Simplify.
5616
5617 * anti.texi, backups.texi, compile.texi, customization.texi:
5618 * debugging.texi, display.texi, edebug.texi, errors.texi, frames.texi:
5619 * functions.texi, help.texi, keymaps.texi, modes.texi, nonascii.texi:
5620 * os.texi, processes.texi, searching.texi, strings.texi, text.texi:
5621 * variables.texi: Fix formatting ugliness.
5622
5623 * elisp.texi: Add links to Rings and Byte Packing.
5624 Update version and copyright years.
5625
5626 * minibuf.texi: Fix formatting ugliness.
5627 (Completion Commands): Move keymap vars to the end
5628 and vars completing-read binds to the top.
5629
56302005-06-17 Luc Teirlinck <teirllm@auburn.edu>
5631
5632 * processes.texi: Fix typos.
5633 (Bindat Spec): Correct Texinfo error.
5634 (Byte Packing): Fix ungrammatical sentence.
5635
56362005-06-17 Thien-Thi Nguyen <ttn@gnu.org>
5637
5638 * lists.texi (Rings): New node.
5639 (Lists): Add it to menu.
5640
5641 * processes.texi (Byte Packing): New node.
5642 (Processes): Add it to menu.
5643
56442005-06-17 Richard M. Stallman <rms@gnu.org>
5645
5646 * syntax.texi (Parsing Expressions): Fix texinfo usage.
5647
5648 * help.texi (Documentation Basics): Explain the xref to
5649 Documentation Tips.
5650
5651 * debugging.texi (Debugger Commands): Minor fix.
5652
56532005-06-16 Luc Teirlinck <teirllm@auburn.edu>
5654
5655 * edebug.texi (Instrumenting): Eliminate duplicate link.
5656 (Specification List): Replace references to "below", referring to
5657 a later node, with one @ref to that node.
5658
5659 * os.texi (Timers): Timers should save and restore the match data
5660 if they change it.
5661
5662 * debugging.texi (Debugger Commands): Mention that the Lisp
5663 debugger can not step through primitive functions.
5664
56652005-06-16 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * functions.texi (Obsolete Functions): Update argument names of
5668 `make-obsolete' and `define-obsolete-function-alias'.
5669
5670 * variables.texi (Variable Aliases): Update argument names of
5671 `defvaralias', `make-obsolete-variable' and
5672 `define-obsolete-variable-alias'.
5673
56742005-06-15 Kim F. Storm <storm@cua.dk>
5675
5676 * searching.texi (Entire Match Data): Rephrase warnings about
5677 evaporate arg to match-data and set-match-data.
5678
56792005-06-14 Luc Teirlinck <teirllm@auburn.edu>
5680
5681 * elisp.texi (Top): Update detailed menu.
5682
5683 * edebug.texi (Edebug): Update menu.
5684 (Instrumenting): Update xrefs.
5685 (Edebug Execution Modes): Correct xref.
5686 (Jumping): Clarify description of `h' command.
5687 Eliminate redundant @ref.
5688 (Breaks): New node.
5689 (Breakpoints): Is now a subsubsection.
5690 (Global Break Condition): Mention `C-x X X'.
5691 (Edebug Views): Clarify `v' and `p'. Mention `C-x X w'.
5692 (Trace Buffer): Clarify STRING arg of `edebug-tracing'.
5693 (Edebug Display Update): Correct pxref.
5694 (Edebug and Macros): New node.
5695 (Instrumenting Macro Calls): Is now a subsubsection.
5696 Neither arg of `def-edebug-spec' is evaluated.
5697 (Instrumenting Macro Calls): Mention `edebug-eval-macro-args'.
5698 (Specification Examples): Fix typo.
5699
57002005-06-14 Lute Kamstra <lute@gnu.org>
5701
5702 * debugging.texi (Function Debugging): Primitives can break on
5703 entry too.
5704
57052005-06-14 Kim F. Storm <storm@cua.dk>
5706
5707 * variables.texi (Setting Variables): Add add-to-ordered-list.
5708
57092005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * syntax.texi (Parsing Expressions): Document aux functions and vars of
5712 syntax-ppss: syntax-ppss-flush-cache and syntax-begin-function.
5713
57142005-06-13 Lute Kamstra <lute@gnu.org>
5715
5716 * text.texi (Special Properties): Fix cross reference.
5717
57182005-06-11 Luc Teirlinck <teirllm@auburn.edu>
5719
5720 * debugging.texi (Function Debugging): Delete mention of empty
5721 string argument to `cancel-debug-on-entry'. Delete inaccurate
5722 description of the return value of that command.
5723
57242005-06-11 Alan Mackenzie <acm@muc.de>
5725
5726 * text.texi (Adaptive Fill): Amplify the description of
5727 fill-context-prefix.
5728
57292005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5730
5731 * syntax.texi (Parsing Expressions): Fix Texinfo error.
5732
57332005-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * syntax.texi (Parsing Expressions): Document syntax-ppss.
5736
57372005-06-10 Luc Teirlinck <teirllm@auburn.edu>
5738
5739 * debugging.texi (Error Debugging): Minor rewording.
5740 (Function Debugging): FUNCTION-NAME arg to `cancel-debug-on-entry'
5741 is optional.
5742
57432005-06-10 Lute Kamstra <lute@gnu.org>
5744
5745 * elisp.texi: Use EMACSVER to refer to the current version of Emacs.
5746 (Top): Give it a title. Correct version number. Give the
5747 detailed node listing a more prominent header.
5748 * intro.texi: Don't set VERSION here a second time.
5749 Mention Emacs's version too.
5750 * anti.texi (Antinews): Use EMACSVER to refer to the current
5751 version of Emacs.
5752
57532005-06-09 Kim F. Storm <storm@cua.dk>
5754
5755 * searching.texi (Entire Match Data): Explain new `reseat' argument to
5756 match-data and set-match-data.
5757
57582005-06-08 Richard M. Stallman <rms@gnu.org>
5759
5760 * searching.texi (Entire Match Data): Clarify when match-data
5761 returns markers and when integers.
5762
5763 * display.texi (Defining Faces): Explain that face name should not
5764 end in `-face'.
5765
5766 * modes.texi (Mode Line Data): Minor cleanup.
5767 (Customizing Keywords): Node split out of Search-based Fontification.
5768 Add example of using font-lock-add-keywords from a hook.
5769 Clarify when MODE should be non-nil, and when nil.
5770
57712005-06-06 Richard M. Stallman <rms@gnu.org>
5772
5773 * modes.texi (Mode Line Data): Explain what happens when the car
5774 of a list is a void symbol.
5775 (Search-based Fontification): Explain MODE arg to
5776 font-lock-add-keywords and warn about calls from major modes.
5777
57782005-06-08 Juri Linkov <juri@jurta.org>
5779
5780 * display.texi (Standard Faces): Add `shadow' face.
5781
57822005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5783
5784 * modes.texi (Major Mode Conventions): A derived mode only needs
5785 to put the call to the parent mode inside `delay-mode-hooks'.
5786
57872005-05-29 Richard M. Stallman <rms@gnu.org>
5788
5789 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook is
5790 new, and what that implies. Clarify.
5791
5792 * files.texi (Locating Files): Clean up the text.
5793
5794 * frames.texi (Window Frame Parameters): Document user-size.
5795 Shorten entry for top by referring to left.
5796
57972005-05-26 Richard M. Stallman <rms@gnu.org>
5798
5799 * modes.texi (Mode Hooks): Explain that after-change-major-mode-hook
5800 is new, and what the implications are. Other clarifications.
5801
58022005-05-24 Richard M. Stallman <rms@gnu.org>
5803
5804 * frames.texi (Dialog Boxes): Minor fixes.
5805
58062005-05-25 Masatake YAMATO <jet@gyve.org>
5807
5808 * display.texi (Standard Faces): Write about `mode-line-highlight'.
5809
58102005-05-24 Luc Teirlinck <teirllm@auburn.edu>
5811
5812 * frames.texi (Dialog Boxes): HEADER argument to `x-popup-dialog'
5813 is optional.
5814
58152005-05-24 Nick Roberts <nickrob@snap.net.nz>
5816
10d1d0af 5817 * frames.texi (Dialog Boxes): Describe new optional argument.
b8d4c8d0
GM
5818
58192005-05-23 Lute Kamstra <lute@gnu.org>
5820
5821 * modes.texi (Font Lock Basics, Syntactic Font Lock): Recommend
5822 syntax-begin-function over font-lock-beginning-of-syntax-function.
5823
58242005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5825
5826 * minibuf.texi (Reading File Names): Update description of
5827 `read-directory-name'.
5828
5829 * modes.texi (Derived Modes): Clarify :group keyword.
5830
58312005-05-21 Eli Zaretskii <eliz@gnu.org>
5832
5833 * files.texi (Locating Files): New subsection.
5834 Describe locate-file and executable-find.
5835
58362005-05-21 Kevin Ryde <user42@zip.com.au>
5837
5838 * frames.texi (Initial Parameters): Update cross reference to
5839 "Emacs Invocation".
5840
58412005-05-19 Luc Teirlinck <teirllm@auburn.edu>
5842
5843 * keymaps.texi (Active Keymaps): Add anchor.
5844
5845 * modes.texi (Hooks): Delete confusing and unnecessary sentence.
5846 (Major Mode Conventions): Refer to `Auto Major Mode' in more
5847 appropriate place.
5848 (Derived Modes): Small clarifications.
5849 (Minor Mode Conventions, Keymaps and Minor Modes):
5850 Replace references to nodes with references to anchors.
5851 (Mode Line Data): Warn that `(:eval FORM)' should not load any files.
5852 Clarify description of lists whose first element is an integer.
5853 (Mode Line Variables): Add anchor.
5854 (%-Constructs): Clarify description of integer after %.
5855 (Emulating Mode Line): Describe nil value for FACE.
5856
58572005-05-18 Luc Teirlinck <teirllm@auburn.edu>
5858
5859 * modes.texi (Derived Modes): Correct references to non-existing
5860 variable standard-syntax-table.
5861
58622005-05-17 Lute Kamstra <lute@gnu.org>
5863
5864 * modes.texi (Defining Minor Modes): Mention the mode hook.
5865
58662005-05-15 Kim F. Storm <storm@cua.dk>
5867
5868 * processes.texi (Network): Remove open-network-stream-nowait.
5869 (Network Servers): Remove open-network-stream-server.
5870
58712005-05-15 Luc Teirlinck <teirllm@auburn.edu>
5872
5873 * elisp.texi (Top): Update detailed menu.
5874
5875 * variables.texi: Reorder nodes.
5876 (Variables): Update menu.
5877 (File Local Variables): Do not refer to the `-*-' line as
5878 a "local variables list". Add pxref.
5879
58802005-05-14 Luc Teirlinck <teirllm@auburn.edu>
5881
5882 * elisp.texi (Top): Update detailed menu for node changes.
5883
5884 * modes.texi (Modes): Update Menu.
5885 (Hooks): Move to beginning of chapter.
5886 Most minor modes run mode hooks too.
5887 `add-hook' can handle void hooks or hooks whose value is a single
5888 function.
5889 (Major Modes): Update Menu.
5890 (Major Mode Basics): New node, split off from `Major Modes'.
5891 (Major Mode Conventions): Correct xref. Explain how to handle
5892 auto-mode-alist if the major mode command has an autoload cookie.
5893 (Auto Major Mode): Major update. Add magic-mode-alist.
5894 (Derived Modes): Major update.
5895 (Mode Line Format): Update Menu.
5896 (Mode Line Basics): New node, split off from `Mode Line Format'.
5897
5898 * loading.texi (Autoload): Mention `autoload cookie' as synonym
5899 for `magic autoload comment'. Add index entries and anchor.
5900
59012005-05-14 Richard M. Stallman <rms@gnu.org>
5902
5903 * tips.texi (Coding Conventions): Explain how important it is
5904 that just loading certain files not change Emacs behavior.
5905
5906 * modes.texi (Defining Minor Modes): Define define-global-minor-mode.
5907
59082005-05-12 Lute Kamstra <lute@gnu.org>
5909
5910 * modes.texi (Generic Modes): Update.
5911 (Major Modes): Refer to node "Generic Modes".
5912
5913 * elisp.texi (Top): Update to the current structure of the manual.
5914 * processes.texi (Processes): Add menu description.
5915 * customize.texi (Customization): Add menu descriptions.
5916
59172005-05-11 Thien-Thi Nguyen <ttn@gnu.org>
5918
5919 * processes.texi (Signals to Processes)
5920 (Low-Level Network): Fix typos.
5921
59222005-05-11 Lute Kamstra <lute@gnu.org>
5923
5924 * elisp.texi (Top): Add some nodes from the chapter "Major and
5925 Minor Modes" to the detailed node listing.
5926
59272005-05-10 Richard M. Stallman <rms@gnu.org>
5928
5929 * keymaps.texi (Extended Menu Items): Menu item filter functions
5930 can be called at any time.
5931
59322005-05-08 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * variables.texi (File Local Variables): `(hack-local-variables t)'
5935 now also checks whether a mode is specified in the local variables
5936 list.
5937
59382005-05-05 Kevin Ryde <user42@zip.com.au>
5939
5940 * display.texi (The Echo Area): Correct format function cross
5941 reference.
5942
59432005-05-05 Luc Teirlinck <teirllm@auburn.edu>
5944
5945 * variables.texi (Variable Aliases): Change description of
5946 `define-obsolete-variable-alias'.
5947
5948 * functions.texi (Functions): Add "Obsolete Functions" to menu.
5949 (Defining Functions): Add xref.
5950 (Obsolete Functions): New node.
5951 (Function Safety): Standardize capitalization of section title.
5952
5953 * frames.texi (Pop-Up Menus): Complete description of `x-popup-menu'.
5954 (Dialog Boxes): Complete description of `x-popup-dialog'.
5955
59562005-05-04 Richard M. Stallman <rms@gnu.org>
5957
5958 * commands.texi (Interactive Codes): Fix Texinfo usage.
5959 Document U more clearly.
5960
59612005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5962
5963 * variables.texi (Variable Aliases): `make-obsolete-variable' is a
5964 function and not a macro.
5965
5966 * frames.texi (Pop-Up Menus): Correct and clarify description of
5967 `x-popup-menu'.
5968 (Dialog Boxes): Clarify description of `x-popup-dialog'.
5969
59702005-05-01 Richard M. Stallman <rms@gnu.org>
5971
5972 * edebug.texi (Checking Whether to Stop): Fix previous change.
5973
59742005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5975
5976 * display.texi: Fix typos and Texinfo usage.
5977
5978 * edebug.texi (Checking Whether to Stop): executing-macro ->
5979 executing-kbd-macro.
5980
59812005-05-01 Richard M. Stallman <rms@gnu.org>
5982
5983 * display.texi (Invisible Text): Correct add-to-invisibility-spec.
5984
59852005-04-30 Richard M. Stallman <rms@gnu.org>
5986
5987 * files.texi (Magic File Names): Document `operations' property.
5988
59892005-04-29 Lute Kamstra <lute@gnu.org>
5990
5991 * modes.texi (Generic Modes): New node.
5992 (Major Modes): Add it to the menu.
5993 (Derived Modes): Add "derived mode" to concept index.
5994
59952005-04-28 Lute Kamstra <lute@gnu.org>
5996
5997 * modes.texi (Defining Minor Modes): Fix previous change.
5998 (Font Lock Mode): Simplify.
5999 (Font Lock Basics): Say that font-lock-defaults is buffer-local
6000 when set and that some parts are optional. Add cross references.
6001 (Search-based Fontification): Say how to specify font-lock-keywords.
6002 Add cross references. Add font-lock-multiline to index.
6003 Move font-lock-keywords-case-fold-search here from node "Other Font
6004 Lock Variables". Document font-lock-add-keywords and
6005 font-lock-remove-keywords.
6006 (Other Font Lock Variables): Move font-lock-keywords-only,
6007 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6008 and font-lock-syntactic-face-function to node "Syntactic Font
6009 Lock". Move font-lock-keywords-case-fold-search to node
6010 "Search-based Fontification". Document font-lock-inhibit-thing-lock
6011 and font-lock-{,un}fontify-{buffer,region}-function.
6012 (Precalculated Fontification): Remove reference to deleted variable
6013 font-lock-core-only.
6014 (Faces for Font Lock): Add font-lock-comment-delimiter-face.
6015 (Syntactic Font Lock): Add intro. Move font-lock-keywords-only,
6016 font-lock-syntax-table, font-lock-beginning-of-syntax-function,
6017 and font-lock-syntactic-face-function here from node "Other Font
6018 Lock Variables". Move font-lock-syntactic-keywords to "Setting
6019 Syntax Properties". Add cross references.
6020 (Setting Syntax Properties): New node.
6021 Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
6022 * syntax.texi (Syntax Properties): Add cross reference.
6023 * hooks.texi (Standard Hooks): Add Font-Lock hooks.
6024
60252005-04-26 Richard M. Stallman <rms@gnu.org>
6026
6027 * display.texi (Defining Faces):
6028 Document `default' elements of defface spec.
6029
6030 * modes.texi (Major Mode Conventions): Explain customizing ElDoc mode.
6031
6032 * variables.texi (Variable Aliases): Clarify text.
6033
60342005-04-25 Chong Yidong <cyd@stupidchicken.com>
6035
6036 * windows.texi (Window Hooks): Remove reference to obsolete Lazy Lock.
6037
60382005-04-25 Luc Teirlinck <teirllm@auburn.edu>
6039
6040 * hooks.texi (Standard Hooks): Most minor modes have mode hooks too.
6041
60422005-04-24 Eli Zaretskii <eliz@gnu.org>
6043
6044 * syntax.texi (Syntax Table Internals): Elaborate documentation of
6045 syntax-after and syntax-class.
6046
6047 * files.texi (Changing Files): Fix last change's cross-reference.
6048 (Unique File Names): Don't mention "numbers" in the documentation
6049 of make-temp-file and make-temp-name.
6050
60512005-04-23 Richard M. Stallman <rms@gnu.org>
6052
6053 * files.texi (Changing Files): Document MUSTBENEW arg in copy-file.
6054
60552005-04-22 Nick Roberts <nickrob@snap.net.nz>
6056
6057 * windows.texi (Cyclic Window Ordering): Clarify window-list.
6058
60592005-04-22 Nick Roberts <nickrob@snap.net.nz>
6060
6061 * variables.texi (Variable Aliases): Describe make-obsolete-variable
6062 and define-obsolete-variable-alias.
6063
60642005-04-22 Kim F. Storm <storm@cua.dk>
6065
6066 * symbols.texi (Symbol Plists): Remove safe-get, as get is now safe.
6067 (Other Plists): Remove safe-plist-get, as plist-get is now safe.
6068
60692005-04-21 Lute Kamstra <lute@gnu.org>
6070
6071 * lists.texi (Association Lists): Document rassq-delete-all.
6072
60732005-04-19 Richard M. Stallman <rms@gnu.org>
6074
6075 * modes.texi (Search-based Fontification): Explain that
6076 facespec is an expression to be evaluated.
6077
60782005-04-19 Kevin Ryde <user42@zip.com.au>
6079
6080 * streams.texi (Output Functions): Fix xref.
6081 * strings.texi (String Conversion): Fix xref.
6082
60832005-04-19 Kim F. Storm <storm@cua.dk>
6084
6085 * symbols.texi (Symbol Plists): Add safe-get.
6086 Mention that `get' may signal an error.
6087
60882005-04-18 Nick Roberts <nickrob@snap.net.nz>
6089
6090 * customize.texi (Variable Definitions): Replace tooltip-mode
6091 example with save-place.
6092
60932005-04-17 Richard M. Stallman <rms@gnu.org>
6094
6095 * buffers.texi (Indirect Buffers): Clarify.
6096
6097 * positions.texi (Positions): Clarify converting marker to integer.
6098
6099 * strings.texi (String Basics): Mention string-match; clarify.
6100
61012005-04-08 Lute Kamstra <lute@gnu.org>
6102
6103 * modes.texi (Search-based Fontification): Fix cross references.
6104 Use consistent terminology. Document anchored highlighting.
6105
61062005-04-05 Lute Kamstra <lute@gnu.org>
6107
6108 * modes.texi (Defining Minor Modes): Document :group keyword
6109 argument and its default value.
6110
61112005-04-03 Lute Kamstra <lute@gnu.org>
6112
6113 * hooks.texi (Standard Hooks): Add some hooks. Add cross
6114 references and/or descriptions. Delete major mode hooks; mention
6115 them as a category instead. Rename or delete obsolete hooks.
6116
61172005-04-02 Richard M. Stallman <rms@gnu.org>
6118
6119 * nonascii.texi (Coding System Basics): Another wording cleanup.
6120
61212005-04-01 Richard M. Stallman <rms@gnu.org>
6122
6123 * nonascii.texi (Coding System Basics): Clarify previous change.
6124
61252005-04-01 Kenichi Handa <handa@m17n.org>
6126
10d1d0af 6127 * nonascii.texi (Coding System Basics): Describe about roundtrip
b8d4c8d0
GM
6128 identity of coding systems.
6129
61302005-03-29 Chong Yidong <cyd@stupidchicken.com>
6131
6132 * text.texi (Buffer Contents): Add filter-buffer-substring and
6133 buffer-substring-filters.
6134
61352005-03-26 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * anti.texi (Antinews): Mention `G' interactive code.
6138
6139 * tips.texi (Compilation Tips): Mention benchmark.el.
6140
61412005-03-27 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * modes.texi (Other Font Lock Variables): `font-lock-fontify-block'
6144 is now bound to M-o M-o.
6145
6146 * keymaps.texi (Prefix Keys): `facemenu-keymap' is now on M-o.
6147
61482005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6149
6150 * calendar.texi: Delete file (and move contents to emacs-xtra.texi
6151 in the Emacs Manual).
6152 * Makefile.in (srcs): Remove calendar.texi.
6153 * makefile.w32-in (srcs): Remove calendar.texi.
6154 * display.texi (Display): Change name of next node.
6155 * os.texi (System In): Change name of previous node.
6156 * elisp.texi (Top): Remove Calendar references.
6157 * vol1.texi (Top): Remove Calendar references.
6158 * vol2.texi (Top): Remove Calendar references.
6159
61602005-03-25 Richard M. Stallman <rms@gnu.org>
6161
6162 * display.texi (Standard Faces, Fringe Bitmaps, Customizing Bitmaps):
6163 Cleanup previous change.
6164
61652005-03-25 Chong Yidong <cyd@stupidchicken.com>
6166
6167 * display.texi (Face Attributes): Faces earlier in an :inherit
6168 list take precedence.
6169 (Scroll Bars): Fix description of vertical-scroll-bars.
6170 Document frame-current-scroll-bars and window-current-scroll-bars.
6171
6172 * markers.texi (The Mark): Document temporary Transient Mark mode.
6173
6174 * minibuf.texi (Reading File Names):
6175 Document read-file-name-completion-ignore-case.
6176
6177 * positions.texi (Screen Lines): Document nil for width argument
6178 to compute-motion.
6179
61802005-03-23 Kim F. Storm <storm@cua.dk>
6181
6182 * display.texi (Standard Faces): Other faces used in the fringe
6183 implicitly inherits from the fringe face.
6184 (Fringe Bitmaps): FACE in right-fringe and left-fringe display
6185 properties implicitly inherits from fringe face.
6186 (Customizing Bitmaps): Likewise for set-fringe-bitmap-face.
6187
61882005-03-20 Chong Yidong <cyd@stupidchicken.com>
6189
6190 * display.texi (Invisible Text): State default value of
6191 line-move-ignore-invisible.
6192 (Managing Overlays): Document remove-overlays.
6193 (Standard Faces): Document escape-glyph face.
6194
6195 * minibuf.texi (Reading File Names): Document read-file-name-function.
6196
6197 * modes.texi (Other Font Lock Variables):
6198 Document font-lock-lines-before.
6199
6200 * positions.texi (Skipping Characters): skip-chars-forward allows
6201 character classes.
6202
62032005-03-18 Lute Kamstra <lute@gnu.org>
6204
6205 * edebug.texi (Instrumenting Macro Calls): Fix another typo.
6206
62072005-03-17 Richard M. Stallman <rms@gnu.org>
6208
6209 * text.texi (Undo): Document extensible undo entries.
6210
dd7b651b 6211 * searching.texi (String Search, Regexp Search): Cleanups.
b8d4c8d0
GM
6212
6213 * nonascii.texi (Character Codes): Minor fix.
6214
6215 * display.texi (Display Property): Explain the significance
6216 of having text properties that are eq.
6217 (Other Display Specs): Explain string as display spec.
6218
6219 * commands.texi (Interactive Codes): Document G option.
6220
62212005-03-17 Chong Yidong <cyd@stupidchicken.com>
6222
6223 * text.texi (Filling): Add sentence-end-without-period and
6224 sentence-end-without-space.
6225 (Changing Properties): Minor fix.
6226
6227 * anti.texi: Total rewrite.
6228
62292005-03-15 Lute Kamstra <lute@gnu.org>
6230
6231 * edebug.texi (Instrumenting Macro Calls): Fix typos.
6232
62332005-03-08 Kim F. Storm <storm@cua.dk>
6234
6235 * display.texi (Specified Space): Property :width is support on
6236 non-graphic terminals, :height is not.
6237
62382005-03-07 Richard M. Stallman <rms@gnu.org>
6239
6240 * display.texi (Overlay Arrow, Fringe Bitmaps, Customizing Bitmaps):
6241 Now subnodes of Fringes.
6242 (Overlay Arrow): Document overlay-arrow-variable-list.
6243 (Fringe Size/Pos): New node, broken out of Fringes.
6244 (Display): Explain clearing vs redisplay better.
6245 (Truncation): Clarify use of bitmaps.
6246 (The Echo Area): Clarify the uses of the echo area.
6247 Add max-mini-window-height.
6248 (Progress): Clarify.
6249 (Invisible Text): Explain that main loop moves point out.
6250 (Selective Display): Say "hidden", not "invisible".
6251 (Managing Overlays): Move up. Describe relation to Undo here.
6252 (Overlay Properties): Clarify intro.
6253 (Finding Overlays): Explain return values when nothing found.
6254 (Width): truncate-string-to-width has added arg.
6255 (Displaying Faces): Clarify and update mode line face handling.
6256 (Face Functions): Minor cleanup.
6257 (Conditional Display): Merge into Other Display Specs.
6258 (Pixel Specification, Other Display Specs): Minor cleanups.
6259 (Images, Image Descriptors): Minor cleanups.
6260 (GIF Images): Patents have expired.
6261 (Showing Images): Explain default text for insert-image.
6262 (Manipulating Button Types): Merge into Manipulating Buttons.
6263 (Making Buttons): Explain return values.
6264 (Button Buffer Commands): Add xref.
6265 (Inverse Video): Update mode-line-inverse-video.
6266 (Display Table Format): Clarify.
6267 (Active Display Table): Give defaults for window-display-table.
6268
6269 * calendar.texi (Calendar Customizing): calendar-holiday-marker
6270 and calendar-today-marker are strings, not chars.
6271 (Holiday Customizing): Minor fix.
6272
6273 * internals.texi (Writing Emacs Primitives): Update `or' example.
6274 Update limit on # args of subr.
6275
6276 * edebug.texi (Using Edebug): Arrow is in fringe.
6277 (Instrumenting): Arg to eval-defun works without loading edebug.
6278 (Edebug Execution Modes): Add xref.
6279
6280 * customize.texi (Common Keywords): Clarify :require.
6281 Mention :version here.
6282 (Variable Definitions, Group Definitions): Not here.
6283 (Variable Definitions): Clarify symbol arg to :initialize and :set fns.
6284
62852005-03-07 Chong Yidong <cyd@stupidchicken.com>
6286 * nonascii.texi (Text Representations): Clarify position-bytes.
6287 (Character Sets): Add list-charset-chars.
6288 (Scanning Charsets): Add charset-after.
6289 (Encoding and I/O): Minor fix.
6290
62912005-03-06 Richard M. Stallman <rms@gnu.org>
6292
6293 * windows.texi (Vertical Scrolling): Get rid of "Emacs 21".
6294 (Resizing Windows): Likewise.
6295
6296 * text.texi (Change Hooks): Get rid of "Emacs 21".
6297
6298 * strings.texi (Formatting Strings): Get rid of "Emacs 21".
6299
6300 * streams.texi (Output Variables): Get rid of "Emacs 21".
6301
6302 * searching.texi (Regexp Special, Char Classes): Get rid of "Emacs 21".
6303
6304 * os.texi (Translating Input): Replace flow-control example
6305 with a less obsolete example that uses `keyboard-translate'.
6306
6307 * objects.texi (Hash Table Type, Circular Objects):
6308 Get rid of "Emacs 21".
6309
6310 * modes.texi (Mode Line Format): Get rid of "Emacs 21".
6311 (Mode Line Data, Properties in Mode, Header Lines): Likewise.
6312
6313 * minibuf.texi (Minibuffer Misc): Get rid of "Emacs 21".
6314
6315 * lists.texi (List Elements, Building Lists): Get rid of "Emacs 21".
6316
6317 * keymaps.texi (Menu Separators, Tool Bar): Get rid of "Emacs 21".
6318 (Menu Bar): Fix when menu-bar-update-hook is called.
6319
6320 * hash.texi (Hash Tables): Get rid of "Emacs 21".
6321
6322 * frames.texi (Text Terminal Colors): Get rid of "Emacs 21",
6323 and make it read better.
6324
6325 * files.texi (Writing to Files): Get rid of "Emacs 21".
6326 (Unique File Names): Likewise.
6327
6328 * elisp.texi: Update Emacs version to 22.
6329
6330 * display.texi (Forcing Redisplay): Get rid of "Emacs 21".
6331 (Overlay Properties, Face Attributes): Likewise.
6332 (Managing Overlays): Fix punctuation.
6333 (Attribute Functions): Clarify set-face-font; get rid of
6334 info about old Emacs versions.
6335 (Auto Faces, Font Lookup, Display Property, Images):
6336 Get rid of "Emacs 21".
6337
6338 * calendar.texi (Calendar Customizing): Get rid of "Emacs 21".
6339
63402005-03-05 Richard M. Stallman <rms@gnu.org>
6341
6342 * debugging.texi (Error Debugging): Remove stack-trace-on-error.
6343
63442005-03-04 Lute Kamstra <lute@gnu.org>
6345
6346 * debugging.texi (Error Debugging): Document stack-trace-on-error.
6347
63482005-03-03 Lute Kamstra <lute@gnu.org>
6349
6350 * edebug.texi (Instrumenting Macro Calls): Fix typo.
6351
63522005-03-01 Lute Kamstra <lute@gnu.org>
6353
6354 * debugging.texi (Debugger Commands): Update `j'.
6355
63562005-02-28 Lute Kamstra <lute@gnu.org>
6357
6358 * debugging.texi (Debugging): Fix typo.
6359 (Error Debugging): Document eval-expression-debug-on-error.
6360 (Function Debugging): Update example.
6361 (Using Debugger): Mention starred stack frames.
6362 (Debugger Commands): Document `j' and `l'.
6363 (Invoking the Debugger): `d' and `j' exit recursive edit too.
6364 Update the messages that the debugger displays.
6365 (Internals of Debugger): Add cross reference. Update example.
6366 (Excess Open): Minor improvement.
6367 (Excess Close): Minor improvement.
6368
63692005-02-26 Richard M. Stallman <rms@gnu.org>
6370
6371 * tips.texi (Coding Conventions): Clarify.
6372 Put all the major mode key reservations together.
6373 Mention the Mouse-1 => Mouse-2 conventions.
6374
6375 * syntax.texi (Syntax Class Table): Clarify.
6376 (Syntax Table Functions): syntax-after moved from here.
6377 (Syntax Table Internals): syntax-after moved to here.
6378 (Parsing Expressions): Update info on number of values
6379 and what's meaningful in the STATE argument.
6380 (Categories): Fix typo.
6381
6382 * sequences.texi (Arrays): Cleanup.
6383 (Char-Tables): Clarify.
6384
6385 * processes.texi (Deleting Processes): Cleanups, add xref.
6386 (Subprocess Creation): Explain nil in exec-path. Cleanup.
6387 (Process Information): set-process-coding-system, some args optional.
6388 (Input to Processes): Explain various types for PROCESS args.
6389 Rename them from PROCESS-NAME to PROCESS.
6390 (Signals to Processes): Likewise.
6391 (Decoding Output): Cleanup.
6392 (Query Before Exit): Clarify.
6393
6394 * os.texi (Startup Summary): Correct the options; add missing ones.
6395 (Terminal Output, Batch Mode): Clarify.
6396 (Flow Control): Node deleted.
6397
6398 * markers.texi (The Mark): Clarify.
6399
6400 * macros.texi (Expansion): Cleanup.
6401 (Indenting Macros): indent-spec allows ints, not floats.
6402
6403 * keymaps.texi (Keymaps): Clarify.
6404 (Format of Keymaps): Update lisp-mode-map example.
6405 (Active Keymaps, Key Lookup): Clarify.
6406 (Changing Key Bindings): Add xref to `kbd'.
6407 (Key Binding Commands, Simple Menu Items): Clarify.
6408 (Mouse Menus, Menu Bar): Clarify.
6409 (Menu Example): Replace print example with menu-bar-replace-menu.
6410
6411 * help.texi (Documentation Basics): Add function-documentation prop.
6412
6413 * elisp.texi (Top): Don't refer to Flow Control node.
6414
6415 * commands.texi (Command Overview): Improve xrefs.
6416 (Adjusting Point): Adjusting point applies to intangible and invis.
6417 (Key Sequence Input): Doc extra read-key-sequence args.
6418 Likewise for read-key-sequence-vector.
6419
6420 * backups.texi (Rename or Copy): Minor fix.
6421 (Numbered Backups): For version-control, say the default.
6422 (Auto-Saving): make-auto-save-file-name example is simplified.
6423
6424 * advice.texi (Advising Functions): Don't imply one part of Emacs
6425 should advise another part. Markup changes.
6426 (Defining Advice): Move transitional para.
6427 (Activation of Advice): Cleanup.
6428 Explain if COMPILE is nil or negative.
6429
6430 * abbrevs.texi (Abbrev Expansion): Clarify, fix typo.
6431
64322005-02-24 Lute Kamstra <lute@gnu.org>
6433
6434 * modes.texi (Defining Minor Modes): Explain that INIT-VALUE,
6435 LIGHTER, and KEYMAP can be omitted when KEYWORD-ARGS are used.
6436
64372005-02-23 Lute Kamstra <lute@gnu.org>
6438
6439 * modes.texi (Defining Minor Modes): define-minor-mode can be used
6440 to define global minor modes as well.
6441
6442 * display.texi (Managing Overlays): overlay-buffer returns nil for
6443 deleted overlays.
6444
64452005-02-22 Kim F. Storm <storm@cua.dk>
6446
6447 * minibuf.texi (Basic Completion): Allow symbols in addition to
6448 strings in try-completion and all-completions.
6449
64502005-02-14 Lute Kamstra <lute@gnu.org>
6451
6452 * elisp.texi (Top): Remove reference to deleted node.
6453
6454 * lists.texi (Lists): Remove reference to deleted node.
6455 (Cons Cells): Fix typo.
6456
6457 * loading.texi (Where Defined): Fix typo.
6458
64592005-02-14 Richard M. Stallman <rms@gnu.org>
6460
6461 * variables.texi (Creating Buffer-Local): change-major-mode-hook
6462 is useful for discarding some minor modes.
6463
6464 * symbols.texi (Symbol Components): Reorder examples.
6465
6466 * streams.texi (Input Functions): State standard-input default.
6467 (Output Variables): State standard-output default.
6468
6469 * objects.texi (Printed Representation): Clarify read syntax vs print.
6470 (Floating Point Type): Explain meaning better.
6471 (Symbol Type): Explain uniqueness better.
6472 (Cons Cell Type): Explain empty list sooner. CAR and CDR later.
6473 List examples sooner.
6474 (Box Diagrams): New subnode broken out.
6475 Some examples moved from old Lists as Boxes node.
6476 (Dotted Pair Notation): Clarify intro.
6477 (Array Type): Clarify.
6478 (Type Predicates): Add hash-table-p.
6479
6480 * numbers.texi (Integer Basics): Clarify radix explanation.
6481 (Predicates on Numbers): Minor clarification.
6482 (Comparison of Numbers): Minor clarification. Clarify eql.
6483 Typos in min, max.
6484 (Math Functions): Clarify overflow in expt.
6485
6486 * minibuf.texi (Text from Minibuffer): Minor clarification.
6487 Mention arrow keys.
6488
6489 * loading.texi (Autoload): defun's doc string overrides autoload's
6490 doc string.
6491 (Repeated Loading): Modernize "add to list" examples.
6492 (Where Defined): Finish updating table of load-history elts.
6493
6494 * lists.texi (List-related Predicates): Minor wording improvement.
6495 (Lists as Boxes): Node deleted.
6496 (Building Lists): Explain trivial cases of number-sequence.
6497
6498 * hash.texi (Hash Tables): Add desc to menu items.
10d1d0af 6499 (Creating Hash): Explain "full" means "make larger".
b8d4c8d0
GM
6500 (Hash Access): Any object can be a key.
6501 State value of maphash.
6502
6503 * functions.texi (What Is a Function): Wording cleanup.
6504 (Function Documentation): Minor cleanup.
6505 Explain purpose of calling convention at end of doc string.
6506 (Function Names): Wording cleanup.
6507 (Calling Functions): Wording cleanup.
6508 Explain better how funcall calls the function.
6509 (Function Cells): Delete example of saving and redefining function.
6510
6511 * control.texi (Combining Conditions): Wording cleanup.
6512 (Iteration): dolist and dotimes bind VAR locally.
6513 (Cleanups): Xref to Atomic Changes.
6514
6515 * compile.texi (Byte Compilation): Delete 19.29 info.
6516 (Compilation Functions): Macros' difficulties don't affect defsubst.
6517 (Docs and Compilation): Delete 19.29 info.
6518
65192005-02-10 Richard M. Stallman <rms@gnu.org>
6520
6521 * objects.texi (Symbol Type): Minor correction.
6522
65232005-02-06 Lute Kamstra <lute@gnu.org>
6524
6525 * modes.texi (Example Major Modes): Fix typos.
6526
65272005-02-06 Richard M. Stallman <rms@gnu.org>
6528
6529 * text.texi (Margins): fill-nobreak-predicate can be one function.
6530
6531 * strings.texi (Modifying Strings): clear-string can make unibyte.
6532 (Formatting Strings): format gives error if values missing.
6533
6534 * positions.texi (Character Motion): Mention default arg
6535 for forward-char. backward-char refers to forward-char.
6536 (Word Motion): Mention default arg for forward-word.
6537 (Buffer End Motion): Mention default arg for beginning-of-buffer.
6538 Simplify end-of-buffer.
6539 (Text Lines): Mention default arg for forward-line.
6540 (List Motion): Mention default arg for beginning/end-of-defun.
6541 (Skipping Characters): Minor fixes in explaining character-set.
6542
6543 * modes.texi (Major Mode Conventions): Mention "system abbrevs".
6544 Mode inheritance applies only when default-major-mode is nil.
6545 Clarifications.
6546 (Example Major Modes): Update Text mode and Lisp mode examples.
6547 (Minor Mode Conventions): Mention define-minor-mode at top.
6548 (Defining Minor Modes): In Hungry example, don't define C-M-DEL.
6549 (Mode Line Format): Update mode line face display info.
6550 (Properties in Mode): Mention effect of risky vars.
6551 (Imenu): Define imenu-add-to-menubar.
6552 (Font Lock Mode): Add descriptions to menu lines.
6553 (Faces for Font Lock): Add font-lock-doc-face.
6554
65552005-02-05 Lute Kamstra <lute@gnu.org>
6556
6557 * text.texi (Maintaining Undo): Remove obsolete function.
6558
65592005-02-05 Eli Zaretskii <eliz@gnu.org>
6560
6561 * frames.texi (Color Names): Add pointer to the X docs about RGB
c4cc8b9a 6562 color specifications. Improve indexing.
b8d4c8d0
GM
6563 (Text Terminal Colors): Replace the description of RGB values by
6564 an xref to "Color Names".
6565
65662005-02-03 Richard M. Stallman <rms@gnu.org>
6567
6568 * windows.texi (Basic Windows): Add cursor-in-non-selected-windows.
6569 Clarify.
6570 (Selecting Windows): Clarify save-selected-window.
6571 (Cyclic Window Ordering): Clarify walk-windows.
6572 (Window Point): Clarify.
6573 (Window Start): Add comment to example.
6574 (Resizing Windows): Add `interactive' specs in examples.
6575 Document fit-window-to-buffer.
6576
6577 * text.texi (User-Level Deletion): just-one-space takes numeric arg.
6578 (Undo, Maintaining Undo): Clarify last change.
6579 (Sorting): In sort-numeric-fields, explain about octal and hex.
6580 Mention sort-numeric-base.
6581 (Format Properties): Add xref for hard newlines.
6582
6583 * frames.texi (Window Frame Parameters): Explain pixel=char on tty.
6584 (Pop-Up Menus): Fix typo.
6585 (Color Names): Explain all types of color names.
6586 Explain color-values on B&W terminal.
6587 (Text Terminal Colors): Explain "rgb values" are lists. Fix arg names.
6588
6589 * files.texi (File Locks): Not supported on MS systems.
6590 (Testing Accessibility): Clarify.
6591
6592 * edebug.texi (Printing in Edebug): Fix edebug-print-circle.
6593 (Coverage Testing): Fix typo.
6594
6595 * commands.texi (Misc Events): Remove stray space.
6596
6597 * buffers.texi (Buffer Names): Clarify generate-new-buffer-name.
6598 (Modification Time): Clarify when visited-file-modtime returns 0.
6599 (The Buffer List): Clarify bury-buffer.
6600 (Killing Buffers): Clarify.
6601 (Indirect Buffers): Add clone-indirect-buffer.
6602
66032005-02-02 Matt Hodges <MPHodges@member.fsf.org>
6604
6605 * edebug.texi (Printing in Edebug): Fix default value of
6606 edebug-print-circle.
6607 (Coverage Testing): Fix displayed frequency count data.
6608
66092005-02-02 Luc Teirlinck <teirllm@auburn.edu>
6610
6611 * text.texi (Maintaining Undo): Add `undo-outer-limit'.
6612
66132005-02-02 Kim F. Storm <storm@cua.dk>
6614
6615 * text.texi (Undo) <buffer-undo-list>: Describe `apply' elements.
6616
66172005-01-29 Eli Zaretskii <eliz@gnu.org>
6618
6619 * commands.texi (Misc Events): Describe the help-echo event.
6620
6621 * text.texi (Special Properties) <help-echo>: Use `pos'
6622 consistently in description of the help-echo property.
6623 Use @code{nil} instead of @var{nil}.
6624
6625 * display.texi (Overlay Properties): Fix the index entry for
6626 help-echo overlay property.
6627
6628 * customize.texi (Type Keywords): Uncomment the xref to the
6629 help-echo property documentation.
6630
66312005-01-23 Kim F. Storm <storm@cua.dk>
6632
6633 * windows.texi (Window Start): Fix `pos-visible-in-window-p'
6634 return value. Third element FULLY replaced by PARTIAL which
6635 specifies number of invisible pixels if row is only partially visible.
6636 (Textual Scrolling): Mention auto-window-vscroll.
6637 (Vertical Scrolling): New defvar auto-window-vscroll.
6638
66392005-01-16 Luc Teirlinck <teirllm@auburn.edu>
6640
6641 * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses
6642 command remapping.
6643
66442005-01-15 Richard M. Stallman <rms@gnu.org>
6645
6646 * display.texi (Defining Images): Mention DATA-P arg of create-image.
6647
66482005-01-14 Kim F. Storm <storm@cua.dk>
6649
6650 * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y.
6651
6652 * text.texi (Links and Mouse-1): Fix string and vector item.
6653
66542005-01-13 Richard M. Stallman <rms@gnu.org>
6655
6656 * keymaps.texi (Active Keymaps): Rewrite the text, and update the
6657 descriptions of overriding-local-map and overriding-terminal-local-map.
6658
6659 * text.texi (Links and Mouse-1): Clarify text.
6660
66612005-01-13 Kim F. Storm <storm@cua.dk>
6662
6663 * modes.texi (Emulating Mode Line): Update format-mode-line entry.
6664
66652005-01-13 Francis Litterio <franl@world.std.com> (tiny change)
6666
6667 * keymaps.texi (Active Keymaps): Fix overriding-local-map description.
6668
66692005-01-12 Kim F. Storm <storm@cua.dk>
6670
6671 * text.texi (Links and Mouse-1): Rename section from Enabling
6672 Mouse-1 to Following Links. Change xrefs.
6673 Add examples for define-button-type and define-widget.
6674
6675 * display.texi (Button Properties, Button Buffer Commands):
6676 Clarify mouse-1 and follow-link functionality.
6677
66782005-01-12 Richard M. Stallman <rms@gnu.org>
6679
6680 * text.texi (Enabling Mouse-1 to Follow Links): Redo prev. change.
6681
6682 * display.texi (Beeping): Fix Texinfo usage.
6683
6684 * modes.texi (Emulating Mode Line): Doc FACE arg in format-header-line.
6685
66862005-01-11 Kim F. Storm <storm@cua.dk>
6687
6688 * display.texi (Button Properties, Button Buffer Commands):
6689 Mention mouse-1 binding. Add follow-link keyword.
6690
6691 * text.texi (Text Properties): Add "Enable Mouse-1" to submenu.
6692 (Enabling Mouse-1 to Follow Links): New subsection.
6693
66942005-01-06 Richard M. Stallman <rms@gnu.org>
6695
6696 * text.texi (Special Properties): Minor change.
6697
6698 * os.texi (Timers): Clarify previous change.
6699
6700 * modes.texi (Emulating Mode Line): format-mode-line requires 1 arg.
6701
67022005-01-01 Luc Teirlinck <teirllm@auburn.edu>
6703
6704 * display.texi (Face Attributes): Correct xref to renamed node.
6705
67062005-01-01 Richard M. Stallman <rms@gnu.org>
6707
6708 * display.texi (Face Attributes): Describe hex color specs.
6709
67102004-12-31 Richard M. Stallman <rms@gnu.org>
6711
6712 * os.texi (Timers): Update previous change.
6713
67142004-12-30 Kim F. Storm <storm@cua.dk>
6715
6716 * display.texi (Line Height): Total line-height is now specified
6717 in line-height property of form (HEIGHT TOTAL). Swap (FACE . RATIO)
6718 in cons cells. (nil . RATIO) is relative to actual line height.
6719 Use line-height `t' instead of `0' to get minimum height.
6720
67212004-12-29 Richard M. Stallman <rms@gnu.org>
6722
6723 * os.texi (Timers): Discuss timers vs editing the buffer and undo.
6724
67252004-12-28 Richard M. Stallman <rms@gnu.org>
6726
6727 * commands.texi (Quitting): Clarify value of with-local-quit.
6728
6729 * elisp.texi (Top): Fix previous change.
6730
6731 * loading.texi (Loading): Fix previous change.
6732
67332004-12-27 Richard M. Stallman <rms@gnu.org>
6734
6735 * Makefile.in (MAKEINFO): Specify --force.
6736
6737 * buffers.texi (Killing Buffers): Add buffer-save-without-query.
6738
6739 * modes.texi (Emulating Mode Line): Document format's BUFFER arg.
6740
6741 * display.texi (Line Height): Further clarify.
6742
6743 * elisp.texi (Top): Update Loading submenu.
6744
6745 * loading.texi (Where Defined): New node.
6746 (Unloading): load-history moved to Where Defined.
6747
67482004-12-21 Richard M. Stallman <rms@gnu.org>
6749
6750 * commands.texi (Event Input Misc): Add while-no-input.
6751
67522004-12-11 Richard M. Stallman <rms@gnu.org>
6753
6754 * display.texi (Line Height): Rewrite text for clarity.
6755
67562004-12-11 Kim F. Storm <storm@cua.dk>
6757
6758 * display.texi (Display): Add node "Line Height" to menu.
6759 (Line Height): New node. Move full description of line-spacing
6760 and line-height text properties here from text.texi.
6761 (Scroll Bars): Add vertical-scroll-bar variable.
6762
6763 * frames.texi (Window Frame Parameters): Remove line-height defvar.
6764
6765 * locals.texi (Standard Buffer-Local Variables): Fix xref for
6766 line-spacing and vertical-scroll-bar.
6767
6768 * text.texi (Special Properties): Just mention line-spacing and
6769 line-height here, add xref to new "Line Height" node.
6770
67712004-12-09 Thien-Thi Nguyen <ttn@gnu.org>
6772
6773 * frames.texi (Window Frame Parameters): New @defvar for `line-spacing'.
6774
6775 * locals.texi (Standard Buffer-Local Variables):
6776 Add @xref for `line-spacing'.
6777
67782004-12-05 Richard M. Stallman <rms@gnu.org>
6779
6780 * Makefile.in (maintainer-clean): Remove the info files
6781 in $(infodir) where they are created.
6782
67832004-12-03 Richard M. Stallman <rms@gnu.org>
6784
6785 * windows.texi (Selecting Windows): get-lru-window and
6786 get-largest-window don't consider dedicated windows.
6787
6788 * text.texi (Undo): Document undo-in-progress.
6789
67902004-11-26 Richard M. Stallman <rms@gnu.org>
6791
6792 * locals.texi (Standard Buffer-Local Variables): Undo prev change.
6793 Remove a few vars that are not always buffer-local.
6794
67952004-11-24 Luc Teirlinck <teirllm@auburn.edu>
6796
6797 * locals.texi (Standard Buffer-Local Variables): Comment out
6798 xref's to non-existent node `Yet to be written'.
6799
68002004-11-24 Richard M. Stallman <rms@gnu.org>
6801
6802 * processes.texi (Synchronous Processes): Grammar fix.
6803
6804 * numbers.texi (Comparison of Numbers): Add eql.
6805
6806 * locals.texi (Standard Buffer-Local Variables): Add many vars.
6807
6808 * intro.texi (Printing Notation): Fix previous change.
6809
6810 * display.texi (Customizing Bitmaps): Move indicate-buffer-boundaries
6811 and default-indicate-buffer-boundaries from here.
6812 (Usual Display): To here.
6813 (Scroll Bars): Add scroll-bar-mode and scroll-bar-width.
6814 (Usual Display): Move tab-width up.
6815
5dcb4c4e
SM
6816 * customize.texi (Variable Definitions):
6817 Replace show-paren-mode example with tooltip-mode.
b8d4c8d0
GM
6818 (Simple Types, Composite Types, Defining New Types):
6819 Minor cleanups.
6820
68212004-11-21 Jesper Harder <harder@ifa.au.dk>
6822
6823 * processes.texi (Synchronous Processes, Output from Processes):
6824 Markup fix.
6825
68262004-11-20 Richard M. Stallman <rms@gnu.org>
6827
6828 * positions.texi (Skipping Characters): skip-chars-forward
6829 now handles char classes.
6830
6831 * intro.texi (Printing Notation): Avoid confusion of `print'
6832 when explaining @print.
6833
6834 * macros.texi (Argument Evaluation): Fix 1st `for' expansion example.
6835
6836 * display.texi (Display Table Format): Minor fix.
6837
6838 * streams.texi (Output Functions): Fix print example.
6839
6840 * Makefile.in (elisp): New target.
6841 (dist): Depend on $(infodir)/elisp, not elisp.
6842 Copy the info files from $(infodir).
6843
6844 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
6845 read-from-minibuffer.
6846
6847 * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
6848
68492004-11-19 Richard M. Stallman <rms@gnu.org>
6850
6851 * searching.texi (Regexp Search): Add search-whitespace-regexp.
6852
68532004-11-19 CHENG Gao <chenggao@gmail.com> (tiny change)
6854
6855 * tips.texi (Coding Conventions): Fix typo.
6856
68572004-11-16 Richard M. Stallman <rms@gnu.org>
6858
6859 * tips.texi (Coding Conventions): Separate defvar and require
6860 methods to avoid warnings. Use require only when there are many
6861 functions and variables from that package.
6862
6863 * minibuf.texi (Minibuffer Completion): When ignoring case,
6864 predicate must not be case-sensitive.
6865
6866 * debugging.texi (Function Debugging, Explicit Debug): Clarified.
6867 (Test Coverage): Don't talk about "splotches". Clarified.
6868
68692004-11-16 Thien-Thi Nguyen <ttn@gnu.org>
6870
6871 * frames.texi (Window Frame Parameters): Fix typo.
6872
68732004-11-15 Kim F. Storm <storm@cua.dk>
6874
6875 * symbols.texi (Other Plists): Note that plist-get may signal error.
6876 Add safe-plist-get.
6877
68782004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
6879
6880 * modes.texi (Font Lock Basics): Fix typo.
6881
68822004-11-08 Richard M. Stallman <rms@gnu.org>
6883
6884 * syntax.texi (Syntax Table Functions): Add syntax-after.
6885
68862004-11-06 Lars Brinkhoff <lars@nocrew.org>
6887
6888 * os.texi (Processor Run Time): New section documenting
6889 get-internal-run-time.
6890
68912004-11-06 Eli Zaretskii <eliz@gnu.org>
6892
6893 * Makefile.in (install, maintainer-clean): Don't use "elisp-*" as
6894 it nukes elisp-cover.texi.
6895 (dist): Change elisp-[0-9] to elisp-[1-9], as there could be no
6896 elisp-0 etc.
6897
68982004-11-05 Luc Teirlinck <teirllm@auburn.edu>
6899
6900 * commands.texi (Keyboard Macros): Document `append' return value
6901 of `defining-kbd-macro'.
6902
69032004-11-01 Richard M. Stallman <rms@gnu.org>
6904
6905 * commands.texi (Interactive Call): Add called-interactively-p.
6906
69072004-10-29 Simon Josefsson <jas@extundo.com>
6908
6909 * minibuf.texi (Reading a Password): Revert.
6910
69112004-10-28 Richard M. Stallman <rms@gnu.org>
6912
6913 * frames.texi (Display Feature Testing): Explain about "vendor".
6914
69152004-10-27 Richard M. Stallman <rms@gnu.org>
6916
6917 * commands.texi (Interactive Codes): `N' uses numeric prefix,
6918 not raw. Clarify `n'.
6919 (Interactive Call): Rewrite interactive-p, focusing on when
6920 and how to use it.
6921 (Misc Events): Clarify previous change.
6922
6923 * advice.texi (Simple Advice): Clarify what job the example does.
6924 (Around-Advice): Clarify ad-do-it.
6925 (Activation of Advice): An option of ad-default-compilation-action
6926 is `never', not `nil'.
6927
69282004-10-26 Kim F. Storm <storm@cua.dk>
6929
6930 * commands.texi (Interactive Codes): Add U code letter.
6931
69322004-10-25 Simon Josefsson <jas@extundo.com>
6933
6934 * minibuf.texi (Reading a Password): Add.
6935
69362004-10-24 Jason Rumney <jasonr@gnu.org>
6937
6938 * commands.texi (Misc Events): Remove mouse-wheel. Add wheel-up
6939 and wheel-down.
6940
69412004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
6942
6943 * processes.texi (Synchronous Processes): Document process-file.
6944
69452004-10-22 Kenichi Handa <handa@m17n.org>
6946
6947 * text.texi (translate-region): Document that it accepts also a
6948 char-table.
6949
69502004-10-22 David Ponce <david@dponce.com>
6951
6952 * windows.texi (Resizing Windows): Document the `preserve-before'
6953 argument of the functions `enlarge-window' and `shrink-window'.
6954
69552004-10-19 Jason Rumney <jasonr@gnu.org>
6956
6957 * makefile.w32-in (elisp): Change order of arguments to makeinfo.
6958
69592004-10-09 Luc Teirlinck <teirllm@auburn.edu>
6960
6961 * text.texi (Filling): Add anchor for definition of
6962 `sentence-end-double-space'.
6963
6964 * searching.texi (Regexp Example): Update description of how
6965 Emacs currently recognizes the end of a sentence.
6966 (Standard Regexps): Update definition of the variable
6967 `sentence-end'. Add definition of the function `sentence-end'.
6968
69692004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
6970
6971 * display.texi (Progress): New node.
6972
69732004-10-05 Kim F. Storm <storm@cua.dk>
6974
6975 * display.texi (Fringe Bitmaps): Update fringe-bitmaps-at-pos.
6976
69772004-09-29 Kim F. Storm <storm@cua.dk>
6978
6979 * display.texi (Fringe Bitmaps): Use symbols rather than numbers
6980 to identify bitmaps. Remove -fringe-bitmap suffix for standard
6981 fringe bitmap symbols, as they now have their own namespace.
6982 (Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
6983 vs. pixels. Signal error if no free bitmap slots.
6984 (Pixel Specification): Change IMAGE to @var{image}.
6985
69862004-09-28 Richard M. Stallman <rms@gnu.org>
6987
6988 * text.texi (Special Properties): Clarify line-spacing and line-height.
6989
6990 * searching.texi (Regexp Search): Add looking-back.
6991
69922004-09-25 Luc Teirlinck <teirllm@auburn.edu>
6993
6994 * display.texi: Correct typos.
6995 (Image Descriptors): Correct xref's.
6996
69972004-09-25 Richard M. Stallman <rms@gnu.org>
6998
6999 * text.texi (Special Properties): Cleanups in `cursor'.
7000 Rewrites in `line-height' and `line-spacing'; exchange them.
7001
7002 * display.texi (Fringes): Rewrite previous change.
7003 (Fringe Bitmaps): Merge text from Display Fringe Bitmaps. Rewrite.
7004 (Display Fringe Bitmaps): Node deleted, text moved.
7005 (Customizing Bitmaps): Split off from Fringe Bitmaps. Rewrite.
7006 (Scroll Bars): Clarify set-window-scroll-bars.
7007 (Pointer Shape): Rewrite.
7008 (Specified Space): Clarify :align-to, etc.
7009 (Pixel Specification): Use @var. Clarify new text.
7010 (Other Display Specs): Clarify `slice'.
7011 (Image Descriptors): Cleanups.
7012 (Showing Images): Cleanups.
7013
70142004-09-24 Luc Teirlinck <teirllm@auburn.edu>
7015
7016 * hooks.texi (Standard Hooks): Add `after-change-major-mode-hook'.
7017
7018 * modes.texi: Various minor changes in addition to:
7019 (Major Mode Conventions): Final call to `run-mode-hooks' should
7020 not be inside the `delay-mode-hooks' form.
7021 (Mode Hooks): New node.
7022 (Hooks): Delete obsolete example.
7023 Move definitions of `run-mode-hooks' and `delay-mode-hooks' to new
7024 node "Mode Hooks".
7025
70262004-09-22 Luc Teirlinck <teirllm@auburn.edu>
7027
7028 * display.texi: Correct various typos.
7029 (Display): Rename node "Pointer Shapes" to "Pointer
7030 Shape". (There is already a node called "Pointer Shapes" in
7031 frames.texi.)
7032 (Images): Remove non-existent node "Image Slices" from menu.
7033
70342004-09-23 Kim F. Storm <storm@cua.dk>
7035
7036 * text.texi (Special Properties): Add `cursor', `pointer',
7037 `line-height', and `line-spacing' properties.
7038
7039 * display.texi (Display): Add 'Fringe Bitmaps' and 'Pointer
7040 Shapes' to menu.
7041 (Standard Faces): Doc fix for fringe face.
7042 (Fringes): Add `overflow-newline-into-fringe' and
7043 'indicate-buffer-boundaries'.
7044 (Fringe Bitmaps, Pointer Shapes): New nodes.
7045 (Display Property): Add 'Pixel Specification' and 'Display Fringe
7046 Bitmaps' to menu.
7047 (Specified Space): Describe pixel width and height.
7048 (Pixel Specification): New node.
7049 (Other Display Specs): Add `slice' property.
7050 (Display Fringe Bitmaps): New node.
7051 (Images): Add 'Image Slices' to menu.
7052 (Image Descriptors): Add `:pointer' and `:map' properties.
5dcb4c4e
SM
7053 (Showing Images): Add slice arg to `insert-image'.
7054 Add 'insert-sliced-image'.
b8d4c8d0
GM
7055
70562004-09-20 Richard M. Stallman <rms@gnu.org>
7057
7058 * commands.texi (Key Sequence Input):
7059 Clarify downcasing in read-key-sequence.
7060
70612004-09-08 Juri Linkov <juri@jurta.org>
7062
7063 * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
7064
70652004-09-07 Luc Teirlinck <teirllm@auburn.edu>
7066
5dcb4c4e
SM
7067 * locals.texi (Standard Buffer-Local Variables):
7068 Add `buffer-auto-save-file-format'.
b8d4c8d0
GM
7069 * internals.texi (Buffer Internals): Describe new
7070 auto_save_file_format field of the buffer structure.
7071 * files.texi (Format Conversion): `auto-save-file-format' has been
7072 renamed `buffer-auto-save-file-format'.
7073
70742004-08-27 Luc Teirlinck <teirllm@auburn.edu>
7075
7076 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
7077 an integer or a marker.
7078 (Abbrev Expansion): Replace example for `pre-abbrev-expand-hook'.
7079
70802004-08-22 Richard M. Stallman <rms@gnu.org>
7081
7082 * modes.texi (Major Mode Conventions): Discuss rebinding of
7083 standard key bindings.
7084
70852004-08-18 Kim F. Storm <storm@cua.dk>
7086
7087 * processes.texi (Accepting Output): Add `just-this-one' arg to
7088 `accept-process-output'.
7089 (Output from Processes): New var `process-adaptive-read-buffering'.
7090
70912004-08-10 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * keymaps.texi: Various changes in addition to:
7094 (Keymap Terminology): `kbd' uses same syntax as Edit Macro mode.
7095 Give more varied examples for `kbd'.
7096 (Creating Keymaps): Char tables have slots for all characters
7097 without modifiers.
7098 (Active Keymaps): `overriding-local-map' and
7099 `overriding-terminal-local-map' also override text property and
7100 overlay keymaps.
7101 (Functions for Key Lookup): Mention OLP arg to `current-active-maps'.
7102 (Scanning Keymaps): `accessible-keymaps' uses `[]' instead of `""'
7103 to denote a prefix of no events.
7104 `map-keymap' includes parent's bindings _recursively_.
7105 Clarify and correct description of `where-is-internal'.
7106 Mention BUFFER-OR-NAME arg to `describe-bindings'.
7107 (Menu Example): For menus intended for use with the keyboard, the
7108 menu items should be bound to characters or real function keys.
7109
71102004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * objects.texi (Character Type): Reposition `@anchor' to prevent
7113 double space inside sentence in Info.
7114
7115 * hooks.texi (Standard Hooks): `disabled-command-hook' has been
7116 renamed to `disabled-command-function'.
7117 * commands.texi (Key Sequence Input): Remove unnecessary anchor.
7118 (Command Loop Info): Replace reference to it.
7119 (Disabling Commands): `disabled-command-hook' has been renamed to
7120 `disabled-command-function'.
7121
71222004-08-07 Luc Teirlinck <teirllm@auburn.edu>
7123
7124 * os.texi (Translating Input): Only non-prefix bindings in
7125 `key-translation-map' override actual key bindings. Warn about
7126 possible indirect effect of actual key bindings on non-prefix
7127 bindings in `key-translation-map'.
7128
71292004-08-06 Luc Teirlinck <teirllm@auburn.edu>
7130
7131 * minibuf.texi (High-Level Completion): Add anchor for definition
7132 of `read-variable'.
7133
7134 * commands.texi: Various changes in addition to:
7135 (Using Interactive): Clarify description of `interactive-form'.
7136 (Interactive Call): Mention default for KEYS argument to
7137 `call-interactively'.
7138 (Command Loop Info): Clarify description of `this-command-keys'.
7139 Mention KEEP-RECORD argument to `clear-this-command-keys'.
7140 Value of `last-event-frame' can be `macro'.
7141 (Repeat Events): `double-click-fuzz' is also used to distinguish
7142 clicks and drags.
7143 (Classifying Events): Clarify descriptions of `event-modifiers'
7144 `event-basic-type' and `event-convert-list'.
7145 (Accessing Events): `posn-timestamp' takes POSITION argument.
7146 (Quoted Character Input): Clarify description of
7147 `read-quoted-char' and fix example.
7148 (Quitting): Add `with-local-quit'.
7149 (Disabling Commands): Correct and clarify descriptions of
7150 `enable-command' and `disable-command'.
7151 Mention what happens if `disabled-command-hook' is nil.
7152 (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
7153 Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
7154
71552004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7156
7157 * frames.texi: Various changes in addition to:
7158 (Creating Frames): Expand and clarify description of `make-frame'.
7159 (Window Frame Parameters): Either none or both of the `icon-left'
7160 and `icon-top' parameters must be specified. Put descriptions of
7161 `menu-bar-lines' and `toolbar-lines' closer together and change
7162 them accordingly.
7163 (Frame Titles): `multiple-frames' is not guaranteed to be accurate
7164 except while processing `frame-title-format' or `icon-title-format'.
7165 (Deleting Frames): Correct description of `delete-frame'.
7166 Non-nil return values of `frame-live-p' are like those of `framep'.
7167 (Frames and Windows): Mention return value of
7168 `set-frame-selected-window'.
7169 (Visibility of Frames): Mention `force' argument to
7170 `make-frame-invisible'. `frame-visible-p' returns t for all
7171 frames on text-only terminals.
7172 (Frame Configurations): Restoring a frame configuration does not
7173 restore deleted frames.
7174 (Window System Selections): `x-set-selection' returns DATA.
7175 (Resources): Add example.
7176 (Display Feature Testing): Clarify descriptions of
7177 `display-pixel-height', `display-pixel-width', `x-server-version'
7178 and `x-server-vendor'.
7179
7180 * windows.texi (Choosing Window): Add anchor.
7181 * minibuf.texi (Minibuffer Misc): Add anchor.
7182
71832004-07-23 John Paul Wallington <jpw@gnu.org>
7184
7185 * macros.texi (Defining Macros): Declaration keyword for setting
7186 Edebug spec is `debug' not `edebug'.
7187
71882004-07-19 Luc Teirlinck <teirllm@auburn.edu>
7189
7190 * windows.texi: Various small changes in addition to:
7191 (Window Point): Mention return value of `set-window-point'.
7192 (Window Start): `pos-visible-in-window-p' disregards horizontal
7193 scrolling. Explain return value if PARTIALLY is non-nil.
7194 (Vertical Scrolling): Mention PIXELS-P argument to `window-vscroll'
7195 and `set-window-vscroll'.
7196 (Size of Window): The argument WINDOW to `window-inside-edges',
7197 `window-pixel-edges' and `window-inside-pixel-edges' is optional.
7198 (Resizing Windows): Explain return value of
7199 `shrink-window-if-larger-than-buffer'.
7200 `window-size-fixed' automatically becomes buffer local when set.
7201 (Window Configurations): Explain return value of
7202 `set-window-configuration'.
7203
7204 * minibuf.texi (Minibuffer Misc): Add anchor for
7205 `minibuffer-scroll-window'.
7206
7207 * positions.texi (Text Lines): Add anchor for `count-lines'.
7208
72092004-07-17 Richard M. Stallman <rms@gnu.org>
7210
7211 * display.texi (Overlay Properties): Adding `evaporate' prop
7212 deletes empty overlay immediately.
7213
7214 * abbrevs.texi (Abbrev Expansion): Clarify pre-abbrev-expand-hook,
7215 fix example.
7216
72172004-07-16 Jim Blandy <jimb@redhat.com>
7218
7219 * searching.texi (Regexp Backslash): Document new \_< and \_>
7220 operators.
7221
72222004-07-16 Juanma Barranquero <lektu@terra.es>
7223
7224 * display.texi (Images): Fix Texinfo usage.
7225
72262004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * buffers.texi (Modification Time): `visited-file-modtime' now
7229 returns a list of two integers, instead of a cons.
7230
72312004-07-13 Luc Teirlinck <teirllm@auburn.edu>
7232
7233 * windows.texi: Various changes in addition to:
7234 (Splitting Windows): Add `split-window-keep-point'.
7235
72362004-07-09 Richard M. Stallman <rms@gnu.org>
7237
7238 * frames.texi (Input Focus): Minor fix.
7239
72402004-07-07 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * frames.texi (Input Focus): Clarify descriptions of
7243 `select-frame-set-input-focus' and `select-frame'.
7244
72452004-07-06 Luc Teirlinck <teirllm@auburn.edu>
7246
7247 * os.texi: Various small changes in addition to:
7248 (Killing Emacs): Expand and clarify description of
7249 `kill-emacs-query-functions' and `kill-emacs-hook'.
7250 (System Environment): Expand and clarify description of `getenv'
7251 and `setenv'.
7252 (Timers): Clarify description of `run-at-time'.
7253 (Translating Input): Correct description of
7254 `extra-keyboard-modifiers'.
7255 (Flow Control): Correct description of `enable-flow-control'.
7256
72572004-07-06 Thien-Thi Nguyen <ttn@gnu.org>
7258
7259 * os.texi: Update copyright.
7260 (Session Management): Grammar fix.
7261 Clarify which Emacs does the restarting.
7262 Use @samp for *scratch* buffer.
7263
72642004-07-04 Alan Mackenzie <acm@muc.de>
7265
7266 * frames.texi (Input Focus): Add documentation for
7267 `select-frame-set-input-focus'. Replace refs to non-existent
7268 `switch-frame' with `select-frame'. Minor corrections and tidying
7269 up of text-only terminal stuff.
7270
72712004-07-02 Richard M. Stallman <rms@gnu.org>
7272
7273 * files.texi (Saving Buffers): Cleanup write-contents-function.
7274 (Magic File Names): Cleanup file-remote-p.
7275
b344d29d 72762004-07-02 Kai Großjohann <kai@emptydomain.de>
b8d4c8d0
GM
7277
7278 * files.texi (Magic File Names): `file-remote-p' returns an
7279 identifier of the remote system, not just t.
7280
72812004-07-02 David Kastrup <dak@gnu.org>
7282
7283 * searching.texi (Entire Match Data): Add explanation about new
7284 match-data behavior when @var{integers} is non-nil.
7285
72862004-06-24 Richard M. Stallman <rms@gnu.org>
7287
7288 * commands.texi (Misc Events): Describe usr1-signal, usr2-signal event.
7289
7290 * customize.texi (Variable Definitions): Note about doc strings
7291 and :set.
7292
7293 * keymaps.texi (Keymap Terminology): Document `kbd'.
7294 (Changing Key Bindings, Key Binding Commands): Use kbd in examples.
7295
7296 * display.texi (Invisible Text): Setting buffer-invisibility-spec
7297 makes it buffer-local.
7298
7299 * files.texi (Saving Buffers): Correct previous change.
7300
7301 * commands.texi (Accessing Events):
7302 Clarify posn-col-row and posn-actual-col-row.
7303
73042004-06-24 David Ponce <david.ponce@wanadoo.fr>
7305
7306 * commands.texi (Accessing Events): New functions
7307 posn-at-point and posn-at-x-y. Add example to posn-x-y.
7308
73092004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7310
7311 * lists.texi, files.texi, processes.texi, macros.texi, hash.texi:
7312 * frames.texi, buffers.texi, backups.texi, variables.texi:
7313 * loading.texi, eval.texi, functions.texi, control.texi:
7314 * symbols.texi, minibuf.texi: Reposition @anchor's.
7315
7316 * help.texi: Various small changes in addition to the following.
7317 (Describing Characters): Describe PREFIX argument to
7318 `key-description'. Correct and clarify definition of
7319 `text-char-description'. Describe NEED-VECTOR argument to
7320 `read-kbd-macro'.
7321 (Help Functions): Clarify definition of `apropos'.
7322
73232004-06-23 Lars Hansen <larsh@math.ku.dk>
7324
7325 * files.texi (Saving Buffers): Correct description of
7326 `write-contents-functions'.
7327
73282004-06-21 Juanma Barranquero <lektu@terra.es>
7329
7330 * display.texi (Images): Remove redundant @vindex directives.
7331 Rewrite `image-library-alist' doc in active voice.
7332
73332004-06-14 Juanma Barranquero <lektu@terra.es>
7334
7335 * display.texi (Images): Document new delayed library loading,
7336 variable `image-library-alist' and (existing but undocumented)
7337 function `image-type-available-p'.
7338
73392004-06-05 Richard M. Stallman <rms@gnu.org>
7340
7341 * minibuf.texi (Minibuffer Completion): For INITIAL arg,
7342 refer the user to the Initial Input node.
7343 (Text from Minibuffer): Likewise.
7344 (Initial Input): New node. Document this feature
7345 and say it is mostly deprecated.
7346
73472004-05-30 Richard M. Stallman <rms@gnu.org>
7348
7349 * loading.texi (Named Features): Clarify return value
7350 and meaning of NOERROR.
7351
7352 * variables.texi (File Local Variables): Minor cleanup.
7353
73542004-05-30 Michael Albinus <michael.albinus@gmx.de>
7355
7356 * files.texi (Magic File Names): Add `file-remote-p' as operation
7357 of file name handlers.
7358
73592004-05-29 Richard M. Stallman <rms@gnu.org>
7360
7361 * modes.texi (Minor Mode Conventions): (-) has no special meaning
7362 as arg to a minor mode command.
7363
73642004-05-22 Richard M. Stallman <rms@gnu.org>
7365
7366 * syntax.texi (Syntax Class Table): Word syntax not just for English.
7367
7368 * streams.texi (Output Variables): Doc float-output-format.
7369
7370 * searching.texi (Regexp Special): Nested repetition can be infloop.
7371
7372 * eval.texi (Eval): Increasing max-lisp-eval-depth can cause
7373 real stack overflow.
7374
7375 * compile.texi: Minor cleanups.
7376
73772004-05-22 Luc Teirlinck <teirllm@dms.auburn.edu>
7378
7379 * lists.texi (Cons Cells): Explain dotted lists, true lists,
7380 circular lists.
7381 (List Elements): Explain handling of circular and dotted lists.
7382
73832004-05-19 Thien-Thi Nguyen <ttn@gnu.org>
7384
7385 * modes.texi (Search-based Fontification): Fix typo.
7386
73872004-05-10 Juanma Barranquero <lektu@terra.es>
7388
7389 * modes.texi (Mode Line Variables): Fix description of
7390 global-mode-string, which is now after which-func-mode, not the
7391 buffer name.
7392
73932004-05-07 Lars Hansen <larsh@math.ku.dk>
7394
7395 * modes.texi (Desktop Save Mode): Add.
7396 (Modes): Add menu entry Desktop Save Mode.
7397
7398 * hooks.texi: Add desktop-after-read-hook,
7399 desktop-no-desktop-file-hook and desktop-save-hook.
7400
7401 * locals.texi: Add desktop-save-buffer.
7402
74032004-04-30 Jesper Harder <harder@ifa.au.dk>
7404
7405 * display.texi: emacs -> Emacs.
7406
74072004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
7408
7409 * files.texi (Changing Files): Document set-file-times.
7410
74112004-04-23 Juanma Barranquero <lektu@terra.es>
7412
7413 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7414
74152004-04-18 Jesper Harder <harder@ifa.au.dk>
7416
7417 * tips.texi (Coding Conventions): defopt -> defcustom.
7418
74192004-04-16 Luc Teirlinck <teirllm@auburn.edu>
7420
7421 * sequences.texi: Various clarifications.
7422
74232004-04-14 Luc Teirlinck <teirllm@auburn.edu>
7424
7425 * buffers.texi (Read Only Buffers): Mention optional ARG to
7426 `toggle-read-only'.
7427
74282004-04-14 Nick Roberts <nick@nick.uklinux.net>
7429
7430 * windows.texi (Selecting Windows): Note that get-lru-window
7431 returns a full-width window if possible.
7432
74332004-04-13 Luc Teirlinck <teirllm@auburn.edu>
7434
7435 * buffers.texi: Various changes in addition to:
7436 (Buffer File Name): Add `find-buffer-visiting'.
7437 (Buffer Modification): Mention optional ARG to `not-modified'.
7438 (Indirect Buffers): Mention optional CLONE argument to
7439 `make-indirect-buffer'.
7440
7441 * files.texi: Various changes in addition to:
7442 (Visiting Functions): `find-file-hook' is now a normal hook.
7443 (File Name Expansion): Explain difference between the way that
7444 `expand-file-name' and `file-truename' treat `..'.
7445 (Contents of Directories): Mention optional ID-FORMAT argument to
7446 `directory-files-and-attributes'.
7447 (Format Conversion): Mention new optional CONFIRM argument to
7448 `format-write-file'.
7449
74502004-04-12 Miles Bader <miles@gnu.org>
7451
7452 * macros.texi (Expansion): Add description of `macroexpand-all'.
7453
74542004-04-05 Jesper Harder <harder@ifa.au.dk>
7455
5dcb4c4e
SM
7456 * variables.texi (Variable Aliases):
7457 Mention cyclic-variable-indirection.
b8d4c8d0
GM
7458
7459 * errors.texi (Standard Errors): Ditto.
7460
74612004-04-04 Luc Teirlinck <teirllm@auburn.edu>
7462
7463 * backups.texi: Various small changes in addition to:
7464 (Making Backups): Mention return value of `backup-buffer'.
7465 (Auto-Saving): Mention optional FORCE argument to
7466 `delete-auto-save-file-if-necessary'.
7467 (Reverting): Mention optional PRESERVE-MODES argument to
7468 `revert-buffer'. Correct description of `revert-buffer-function'.
7469
74702004-03-22 Juri Linkov <juri@jurta.org>
7471
7472 * sequences.texi (Sequence Functions): Replace xref to `Vectors'
7473 with `Vector Functions'.
7474
7475 * text.texi (Sorting): Add missing quote.
7476
74772004-03-14 Luc Teirlinck <teirllm@auburn.edu>
7478
7479 * intro.texi (Lisp History): Replace xref to `cl' manual with
7480 inforef.
7481
74822004-03-12 Richard M. Stallman <rms@gnu.org>
7483
7484 * intro.texi (Version Info): Add arg to emacs-version.
7485 (Lisp History): Change xref to CL manual.
7486
74872004-03-09 Luc Teirlinck <teirllm@auburn.edu>
7488
7489 * minibuf.texi (Completion Commands): Add xref to Emacs manual
7490 for Partial Completion mode.
7491
74922004-03-07 Thien-Thi Nguyen <ttn@gnu.org>
7493
7494 * customize.texi: Fix typo. Remove eol whitespace.
7495
74962004-03-04 Richard M. Stallman <rms@gnu.org>
7497
7498 * processes.texi: Fix typos.
7499
7500 * lists.texi (Building Lists): Minor clarification.
7501
7502 * hash.texi (Creating Hash): Correct the meaning of t for WEAK
7503 in make-hash-table.
7504
75052004-02-29 Juanma Barranquero <lektu@terra.es>
7506
7507 * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
7508 rm, and ignore exit code.
7509
75102004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
7511
7512 * display.texi (Defining Faces): Add description for min-colors.
7513 Update example.
7514
75152004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * abbrevs.texi: Various corrections and clarifications in addition
7518 to the following:
7519 (Abbrev Tables): Delete add-abbrev (as suggested by RMS).
7520
75212004-02-22 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7522
7523 * calendar.texi (Holiday Customizing): Quote arg of holiday-sexp.
7524
75252004-02-21 Luc Teirlinck <teirllm@auburn.edu>
7526
7527 * text.texi: Various small changes in addition to the following:
7528 (User-Level Deletion): Mention optional BACKWARD-ONLY argument
7529 to delete-horizontal-space.
7530 (Kill Functions, Yanking, Low-Level Kill Ring): Clarify and correct
7531 description of yank-handler text property at various places.
7532
7533 * frames.texi (Window System Selections): Add anchor.
7534
7535 * syntax.texi (Syntax Table Functions): Clarify and correct
7536 descriptions of make-syntax-table and copy-syntax-table.
7537 (Motion and Syntax): Clarify SYNTAXES argument to
7538 skip-syntax-forward.
7539 (Parsing Expressions): Mention that the return value of
7540 parse-partial-sexp is currently a list of ten rather than nine
7541 elements.
7542 (Categories): Various corrections and clarifications.
7543
75442004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7545
7546 * markers.texi (Marker Insertion Types): Minor change.
7547
7548 * locals.texi (Standard Buffer-Local Variables):
7549 * commands.texi (Interactive Codes, Using Interactive):
7550 * functions.texi (Related Topics): Fix xrefs.
7551
75522004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7553
7554 * lists.texi (Sets And Lists): Update description of delete-dups.
7555
75562004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7557
7558 * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
7559
c8763fb6 75602004-02-16 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
7561
7562 * frames.texi (Parameter Access): frame-parameters arg is optional.
7563 modify-frame-parameters handles nil for FRAME.
7564 (Window Frame Parameters): menu-bar-lines and tool-bar-lines
7565 are all-or-nothing for certain toolkits.
7566 Mention parameter wait-for-wm.
7567 (Frames and Windows): In frame-first-window and frame-selected-window
7568 the arg is optional.
7569 (Input Focus): In redirect-frame-focus the second arg is optional.
7570 (Window System Selections): Mention selection type CLIPBOARD.
7571 Mention data-type UTF8_STRING.
7572 Mention numbering of cut buffers.
7573 (Resources): Describe x-resource-name.
7574
75752004-02-16 Richard M. Stallman <rms@gnu.org>
7576
7577 * windows.texi (Buffers and Windows): Delete false table
7578 about all-frames.
7579
7580 * syntax.texi (Parsing Expressions): Delete old caveat
7581 about parse-sexp-ignore-comments.
7582
7583 * streams.texi (Output Variables): Add print-quoted.
7584
7585 * lists.texi (Building Lists): Minor cleanup.
7586
7587 * hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
7588
7589 * display.texi (Overlays): Explain overlays use markers.
7590 (Managing Overlays): Explain front-advance and rear-advance
7591 in more detail.
7592
7593 * loading.texi (Unloading): Document unload-feature-special-hooks.
7594 Get rid of fns-NNN.el file.
7595
75962004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7597
7598 * help.texi (Describing Characters): Fix text-char-description
7599 example output.
7600
7601 * edebug.texi (Using Edebug): Fix example.
7602
7603 * debugging.texi (Internals of Debugger): Fix return value.
7604
7605 * files.texi (Changing Files): Fix argname.
7606
7607 * calendar.texi: Fix parens, and default values.
7608
7609 * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
7610 * nonascii.texi, objects.texi, os.texi: Minor fixes.
b3e755a9 7611 * searching.texi, text.texi, tips.texi, windows.texi: Minor fixes.
b8d4c8d0
GM
7612
7613 * positions.texi (Text Lines): Don't add -1 in current-line.
7614
76152004-02-16 Richard M. Stallman <rms@gnu.org>
7616
7617 * compile.texi (Compiler Errors): if-boundp feature applies to cond.
7618
76192004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7620
7621 * processes.texi (Low-Level Network): Fix a typo.
7622
76232004-02-12 Kim F. Storm <storm@cua.dk>
7624
7625 * display.texi (Fringes): Use consistent wording.
7626 Note that window-fringe's window arg is optional.
7627 (Scroll Bars): Use consistent wording.
7628
76292004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7630
7631 * tips.texi (Comment Tips): Document the new conventions for
7632 commenting out code.
7633
c8763fb6 76342004-02-07 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0 7635
5dcb4c4e 7636 * positions.texi (Text Lines): Add missing end defun.
b8d4c8d0
GM
7637
76382004-02-07 Kim F. Storm <storm@cua.dk>
7639
7640 * positions.texi (Text Lines): Add line-number-at-pos.
7641
76422004-02-06 John Paul Wallington <jpw@gnu.org>
7643
7644 * display.texi (Button Properties, Button Buffer Commands):
7645 mouse-2 invokes button, not down-mouse-1.
7646
76472004-02-04 Jason Rumney <jasonr@gnu.org>
7648
7649 * makefile.w32-in: Sync with Makefile.in changes.
7650
76512004-02-03 Luc Teirlinck <teirllm@auburn.edu>
7652
7653 * minibuf.texi (Text from Minibuffer): Various corrections and
7654 clarifications.
7655 (Object from Minibuffer): Correct Lisp description of
7656 read-minibuffer.
7657 (Minibuffer History): Clarify description of cons values for
7658 HISTORY arguments.
5dcb4c4e
SM
7659 (Basic Completion): Various corrections and clarifications.
7660 Add completion-regexp-list.
b8d4c8d0
GM
7661 (Minibuffer Completion): Correct and clarify description of
7662 completing-read.
5dcb4c4e
SM
7663 (Completion Commands): Mention Partial Completion mode.
7664 Various other minor changes.
b8d4c8d0
GM
7665 (High-Level Completion): Various corrections and clarifications.
7666 (Reading File Names): Ditto.
7667 (Minibuffer Misc): Ditto.
7668
76692004-01-26 Luc Teirlinck <teirllm@auburn.edu>
7670
7671 * strings.texi (Text Comparison): assoc-string also matches
7672 elements of alists that are strings instead of conses.
7673 (Formatting Strings): Standardize Texinfo usage. Update index
7674 entries.
7675
76762004-01-20 Luc Teirlinck <teirllm@auburn.edu>
7677
7678 * lists.texi (Sets And Lists): Add delete-dups.
7679
76802004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7681
7682 * edebug.texi (Instrumenting Macro Calls): `declare' is not a
7683 special form.
7684 * macros.texi (Defining Macros): Update description of `declare',
7685 which now is a macro.
7686 (Wrong Time): Fix typos.
7687
76882004-01-14 Luc Teirlinck <teirllm@auburn.edu>
7689
7690 * compile.texi (Compilation Functions): Expand descriptions of
7691 `compile-defun', `byte-compile-file', `byte-recompile-directory'
7692 and `batch-byte-compile'. In particular, mention and describe
7693 all optional arguments.
7694 (Disassembly): Correct and clarify the description of `disassemble'.
7695
76962004-01-11 Luc Teirlinck <teirllm@auburn.edu>
7697
7698 * searching.texi: Various small changes in addition to the
7699 following.
7700 (Regexp Example): Adapt to new value of `sentence-end'.
7701 (Regexp Functions): The PAREN argument to `regexp-opt' can be
7702 `words'.
7703 (Search and Replace): Add usage note for `perform-replace'.
7704 (Entire Match Data): Mention INTEGERS and REUSE arguments to
7705 `match-data'.
7706 (Standard Regexps): Update for new values of `paragraph-start'
7707 and `sentence-end'.
7708
77092004-01-07 Luc Teirlinck <teirllm@auburn.edu>
7710
7711 * files.texi (Saving Buffers): Clarify descriptions of
7712 `write-contents-functions' and `before-save-hook'.
7713 Make the defvar's for `before-save-hook' and `after-save-hook'
7714 into defopt's.
7715
77162004-01-07 Kim F. Storm <storm@cua.dk>
7717
7718 * commands.texi (Click Events): Describe new image and
7719 width/height elements of click events.
7720 (Accessing Events): Add posn-string, posn-image, and
7721 posn-object-width-height. Change posn-object to return either
7722 image or string object.
7723
77242004-01-01 Simon Josefsson <jas@extundo.com>
7725
7726 * hooks.texi (Standard Hooks): Add before-save-hook.
7727 * files.texi (Saving Buffers): Likewise.
7728
77292004-01-03 Richard M. Stallman <rms@gnu.org>
7730
7731 * frames.texi (Frames and Windows): Delete frame-root-window.
7732
77332004-01-03 Luc Teirlinck <teirllm@auburn.edu>
7734
7735 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
7736
7737 * functions.texi: Various small changes in addition to the
7738 following.
5dcb4c4e
SM
7739 (What Is a Function): `functionp' returns nil for macros.
7740 Clarify behavior of this and following functions for symbol arguments.
b8d4c8d0
GM
7741 (Function Documentation): Add `\' in front of (fn @var{arglist})
7742 and explain why.
7743 (Defining Functions): Mention DOCSTRING argument to `defalias'.
7744 Add anchor.
7745 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
7746
77472004-01-01 Miles Bader <miles@gnu.org>
7748
7749 * display.texi (Buttons): New section.
7750
77512003-12-31 Andreas Schwab <schwab@suse.de>
7752
7753 * numbers.texi (Math Functions): sqrt reports a domain-error
7754 error.
7755 (Float Basics): Use `(/ 0.0 0.0)' instead of `(sqrt -1.0)'.
7756
77572003-12-30 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * tips.texi (Documentation Tips): Update item on hyperlinks in
7760 documentation strings.
7761
7762 * errors.texi (Standard Errors): Various small corrections and
7763 additions.
7764
7765 * control.texi: Various small changes in addition to the
7766 following.
7767 (Signaling Errors): Provide some more details on how `signal'
7768 constructs the error message. Add anchor to the definition of
7769 `signal'.
7770 (Error Symbols): Describe special treatment of `quit'.
7771 (Cleanups): Rename BODY argument of `unwind-protect' to BODY-FORM
7772 to emphasize that it has to be a single form.
7773
7774 * buffers.texi: Add anchor.
7775
77762003-12-29 Richard M. Stallman <rms@gnu.org>
7777
7778 * windows.texi (Choosing Window): Add same-window-p, special-display-p.
7779 (Window Configurations): Add window-configuration-frame.
7780
7781 * variables.texi (Creating Buffer-Local): Add local-variable-if-set-p.
7782
7783 * text.texi (Examining Properties): Add get-char-property-and-overlay.
7784 Change arg name in get-char-property.
7785 (Special Properties): Update handling of keymap property.
7786
7787 * strings.texi (Modifying Strings): Add clear-string.
7788 (Text Comparison): Add assoc-string and remove
7789 assoc-ignore-case, assoc-ignore-representation.
7790
7791 * os.texi (Time of Day): Add set-time-zone-rule.
7792
7793 * numbers.texi (Math Functions): asin, acos, log, log10
7794 report domain-error errors.
7795
7796 * nonascii.texi (Converting Representations):
7797 Add multibyte-char-to-unibyte and unibyte-char-to-multibyte.
7798 (Encoding and I/O): Add file-name-coding-system.
7799
7800 * modes.texi (Search-based Fontification): Explain that
7801 face specs are symbols with face names as values.
7802
7803 * minibuf.texi (Minibuffer Misc): Add set-minibuffer-window.
7804
7805 * lists.texi (Building Lists): remq moved elsewhere.
7806 (Sets And Lists): remq moved here.
7807 (Association Lists): Refer to assoc-string.
7808
7809 * internals.texi (Garbage Collection): Add memory-use-counts.
7810
7811 * frames.texi (Frames and Windows): Add set-frame-selected-window
7812 and frame-root-window.
7813
7814 * files.texi (Contents of Directories):
7815 Add directory-files-and-attributes.
7816
7817 * display.texi (Refresh Screen): Add force-window-update.
7818 (Invisible Text): Explain about moving point out of invis text.
7819 (Overlay Properties): Add overlay-properties.
7820 (Managing Overlays): Add overlayp.
7821 (GIF Images): Invalid image number displays a hollow box.
7822
7823 * buffers.texi (Buffer Modification): Add restore-buffer-modified-p.
7824 (Killing Buffers): Add buffer-live-p.
7825
78262003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
7827
7828 * display.texi (Fringes): Fix typo "set-buffer-window".
7829
78302003-12-24 Luc Teirlinck <teirllm@auburn.edu>
7831
7832 * display.texi, eval.texi, help.texi, internals.texi, loading.texi:
7833 * nonascii.texi, processes.texi, tips.texi, variables.texi:
7834 Add or change various xrefs and anchors.
7835
7836 * commands.texi: Replace all occurrences of @acronym{CAR} with
7837 @sc{car}, for consistency with the rest of the Elisp manual.
7838 `car' and `cdr' are historically acronyms, but are no longer
7839 widely thought of as such.
7840
7841 * internals.texi (Pure Storage): Mention that `purecopy' does not
7842 copy text properties.
7843 (Object Internals): Now 29 bits are used (in most implementations)
7844 to address Lisp objects.
7845
7846 * variables.texi (Variables with Restricted Values): New node.
7847
7848 * objects.texi (Lisp Data Types): Mention that certain variables
7849 can only take on a restricted set of values and add an xref to
7850 the new node "Variables with Restricted Values".
7851
7852 * eval.texi (Function Indirection): Describe the errors that
7853 `indirect-function' can signal.
7854 (Eval): Clarify the descriptions of `eval-region' and `values'.
7855 Describe `eval-buffer' instead of `eval-current-buffer' and
7856 mention `eval-current-buffer' as an alias for `current-buffer'.
7857 Correct the description and mention all optional arguments.
7858
7859 * nonascii.texi: Various small changes in addition to the
7860 following.
7861 (Converting Representations): Clarify behavior of
7862 `string-make-multibyte' and `string-to-multibyte' for unibyte all
7863 ASCII arguments.
7864 (Character Sets): Document the variable `charset-list' and adapt
7865 the definition of the function `charset-list' accordingly.
7866 (Translation of Characters): Clarify use of generic characters in
7867 `make-translation-table'. Clarify and correct the description of
7868 the use of translation tables in encoding and decoding.
7869 (User-Chosen Coding Systems): Correct and clarify the description
7870 of `select-safe-coding-system'.
7871 (Default Coding Systems): Clarify description of
7872 `file-coding-system-alist'.
7873
78742003-11-30 Luc Teirlinck <teirllm@auburn.edu>
7875
7876 * strings.texi (Text Comparison): Correctly describe when two
7877 strings are `equal'. Combine and clarify descriptions of
7878 `assoc-ignore-case' and `assoc-ignore-representation'.
7879
7880 * objects.texi (Non-ASCII in Strings): Clarify description of
7881 when a string is unibyte or multibyte.
7882 (Bool-Vector Type): Update examples.
7883 (Equality Predicates): Correctly describe when two strings are
7884 `equal'.
7885
78862003-11-29 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * lists.texi (Building Lists): `append' no longer accepts integer
7889 arguments. Update the description of `number-sequence' to reflect
7890 recent changes.
7891 (Sets And Lists): Describe `member-ignore-case' after `member'.
7892
78932003-11-27 Kim F. Storm <storm@cua.dk>
7894
7895 * commands.texi (Click Events): Click object may be an images.
7896 Describe (dx . dy) element of click positions.
7897 (Accessing Events): Remove duplicate posn-timestamp.
7898 New functions posn-object and posn-object-x-y.
7899
79002003-11-23 Kim F. Storm <storm@cua.dk>
7901
7902 * commands.texi (Click Events): Describe enhancements to event
7903 position lists, including new text-pos and (col . row) items.
7904 Mention left-fringe and right-fringe area events.
7905 (Accessing Events): New functions posn-area and
7906 posn-actual-col-row. Mention posn-timestamp. Mention that
7907 posn-point in non-text area still returns buffer position.
7908 Clarify posn-col-row.
7909
79102003-11-21 Lars Hansen <larsh@math.ku.dk>
7911
7912 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
7913 * anti.texi (File Attributes): Describe removed parameter
7914 ID-FORMAT.
7915
79162003-11-20 Luc Teirlinck <teirllm@auburn.edu>
7917
7918 * positions.texi (Positions): Mention that, if a marker is used as
7919 a position, its buffer is ignored.
7920
7921 * markers.texi (Overview of Markers): Mention it here too.
7922
79232003-11-12 Luc Teirlinck <teirllm@auburn.edu>
7924
7925 * numbers.texi (Numeric Conversions): Not just `floor', but also
7926 `truncate', `ceiling' and `round' accept optional argument DIVISOR.
7927
79282003-11-10 Luc Teirlinck <teirllm@auburn.edu>
7929
7930 * markers.texi (Creating Markers): Specify insertion type of
7931 created markers. Add xref to `Marker Insertion Types'.
7932 Second argument to `copy-marker' is optional.
7933 (Marker Insertion Types): Mention that most markers are created
7934 with insertion type nil.
7935 (The Mark): Correctly describe when `mark' signals an error.
7936 (The Region): Correctly describe when `region-beginning' and
7937 `region-end' signal an error.
7938
79392003-11-08 Luc Teirlinck <teirllm@auburn.edu>
7940
7941 * hash.texi (Creating Hash): Clarify description of `eql'.
7942 `makehash' is obsolete.
7943 (Hash Access): Add Common Lisp notes for `remhash' and `clrhash'.
7944
7945 * positions.texi (Point): Change description of `buffer-end', so
7946 that it is also correct for floating point arguments.
7947 (List Motion): Correct argument lists of `beginning-of-defun' and
7948 `end-of-defun'.
7949 (Excursions): Add xref to `Marker Insertion Types'.
7950 (Narrowing): Argument to `narrow-to-page' is optional.
7951
79522003-11-06 Luc Teirlinck <teirllm@auburn.edu>
7953
7954 * streams.texi (Output Streams): Clarify behavior of point for
7955 marker output streams.
7956
79572003-11-04 Luc Teirlinck <teirllm@auburn.edu>
7958
7959 * variables.texi (Defining Variables): Second argument to
7960 `defconst' is not optional.
7961 (Setting Variables): Mention optional argument APPEND to
7962 `add-to-list'.
7963 (Creating Buffer-Local): Expand description of
7964 `make-variable-buffer-local'.
7965 (Frame-Local Variables): Expand description of
7966 `make-variable-frame-local'.
7967 (Variable Aliases): Correct description of optional argument
7968 DOCSTRING to `defvaralias'. Mention return value of
7969 `defvaralias'.
7970 (File Local Variables): Add xref to `File variables' in Emacs
7971 Manual. Correct description of `hack-local-variables'. Mention
7972 `safe-local-variable' property. Mention optional second argument
7973 to `risky-local-variable-p'.
7974
79752003-11-03 Luc Teirlinck <teirllm@auburn.edu>
7976
7977 * symbols.texi (Symbol Plists): Mention return value of `setplist'.
7978
79792003-11-02 Jesper Harder <harder@ifa.au.dk> (tiny change)
7980
7981 * lispref/anti.texi, lispref/backups.texi, lispref/commands.texi
7982 lispref/customize.texi, lispref/display.texi, lispref/files.texi,
7983 lispref/internals.texi, lispref/keymaps.texi, lispref/loading.texi,
7984 lispref/modes.texi, lispref/nonascii.texi, lispref/numbers.texi,
7985 lispref/objects.texi, lispref/os.texi, lispref/positions.texi,
7986 lispref/processes.texi, lispref/searching.texi,
7987 lispref/sequences.texi, lispref/streams.texi, lispref/strings.texi,
7988 lispref/syntax.texi, lispref/text.texi: Replace @sc{foo} with
7989 @acronym{FOO}.
7990
79912003-10-27 Luc Teirlinck <teirllm@auburn.edu>
7992
7993 * strings.texi (Creating Strings): Argument START to `substring'
7994 can not be `nil'. Expand description of
7995 `substring-no-properties'. Correct description of `split-string',
7996 especially with respect to empty matches. Prevent very bad line
7997 break in definition of `split-string-default-separators'.
7998 (Text Comparison): `string=' and `string<' also accept symbols as
7999 arguments.
8000 (String Conversion): More completely describe argument BASE in
8001 `string-to-number'.
8002 (Formatting Strings): `%s' and `%S' in `format' do require
8003 corresponding object. Clarify behavior of numeric prefix after
8004 `%' in `format'.
8005 (Case Conversion): The argument to `upcase-initials' can be a
8006 character.
8007
80082003-10-27 Kenichi Handa <handa@m17n.org>
8009
8010 * display.texi (Fontsets): Fix texinfo usage.
8011
80122003-10-25 Kenichi Handa <handa@m17n.org>
8013
8014 * display.texi (Fontsets): Add description of the function
8015 set-fontset-font.
8016
80172003-10-23 Luc Teirlinck <teirllm@auburn.edu>
8018
8019 * display.texi (Temporary Displays): Add xref to `Documentation
8020 Tips'.
8021
8022 * functions.texi (Function Safety): Use inforef instead of pxref
8023 for SES.
8024
80252003-10-23 Andreas Schwab <schwab@suse.de>
8026
8027 * Makefile.in (TEX, texinputdir): Don't define.
8028 (TEXI2DVI): Define.
8029 (srcs): Remove $(srcdir)/index.perm and $(srcdir)/index.unperm,
8030 add $(srcdir)/index.texi.
8031 ($(infodir)/elisp): Remove index.texi dependency.
8032 (elisp.dvi): Likewise. Use $(TEXI2DVI).
8033 (index.texi): Remove target.
8034 (dist): Don't link $(srcdir)/permute-index.
8035 (clean): Don't remove index.texi.
8036
8037 * permute-index, index.perm: Remove.
8038 * index.texi: Rename from index.unperm.
8039
80402003-10-22 Luc Teirlinck <teirllm@auburn.edu>
8041
8042 * tips.texi (Documentation Tips): Document new behavior for face
8043 and variable hyperlinks in Help mode.
8044
80452003-10-21 Luc Teirlinck <teirllm@auburn.edu>
8046
8047 * objects.texi (Integer Type): Update for extra bit of integer range.
8048 (Character Type): Ditto.
8049
80502003-10-16 Eli Zaretskii <eliz@gnu.org>
8051
8052 * numbers.texi (Integer Basics): Add index entries for reading
8053 numbers in hex, octal, and binary.
8054
80552003-10-16 Lute Kamstra <lute@gnu.org>
8056
8057 * modes.texi (Mode Line Format): Mention force-mode-line-update's
8058 argument.
8059
80602003-10-13 Luc Teirlinck <teirllm@auburn.edu>
8061
8062 * windows.texi (Choosing Window): Fix typo.
8063 * edebug.texi (Edebug Execution Modes): Fix typo.
8064
80652003-10-13 Richard M. Stallman <rms@gnu.org>
8066
8067 * windows.texi (Basic Windows): A window has fringe settings,
8068 display margins and scroll-bar settings.
8069 (Splitting Windows): Doc split-window return value.
8070 Clean up one-window-p.
8071 (Selecting Windows): Fix typo.
8072 (Cyclic Window Ordering): Explain frame as ALL-FRAMES in next-window.
8073 (Buffers and Windows): In set-window-buffer, explain effect
8074 on fringe settings and scroll bar settings.
8075 (Displaying Buffers): In pop-to-buffer, explain nil as buffer arg.
8076 (Choosing Window): Use defopt for pop-up-frame-function.
8077 For special-display-buffer-names, explain same-window and same-frame.
8078 Clarify window-dedicated-p return value.
8079 (Textual Scrolling): scroll-up and scroll-down can get an error.
8080 (Horizontal Scrolling): Clarify auto-hscroll-mode.
8081 Clarify set-window-hscroll.
8082 (Size of Window): Don't mention tool bar in window-height.
8083 (Coordinates and Windows): Explain what coordinates-in-window-p
8084 returns for fringes and display margins.
8085 (Window Configurations): Explain saving fringes, etc.
8086
8087 * tips.texi (Library Headers): Clean up Documentation.
8088
8089 * syntax.texi (Parsing Expressions): Clean up forward-comment
8090 and parse-sexp-lookup-properties.
8091
8092 * sequences.texi (Sequence Functions): sequencep accepts bool-vectors.
8093
8094 * os.texi (System Environment): Clean up text for load-average errors.
8095
8096 * modes.texi (Hooks): Don't explain local hook details at front.
8097 Clarify run-hooks and run-hook-with-args a little.
8098 Clean up add-hook and remove-hook.
8099
8100 * edebug.texi (Edebug Execution Modes): Clarify t.
8101 Document edebug-sit-for-seconds.
8102 (Coverage Testing): Document C-x X = and =.
8103 (Instrumenting Macro Calls): Fix typo.
8104 (Specification List): Don't index the specification keywords.
8105
81062003-10-10 Kim F. Storm <storm@cua.dk>
8107
8108 * processes.texi (Network): Introduce make-network-process.
8109
81102003-10-09 Luc Teirlinck <teirllm@auburn.edu>
8111
8112 * tips.texi (Library Headers): Fix typo.
8113
81142003-10-07 Juri Linkov <juri@jurta.org>
8115
8116 * modes.texi (Imenu): Mention imenu-create-index-function's
8117 default value. Explain submenus better.
8118
81192003-10-07 Lute Kamstra <lute@gnu.org>
8120
8121 * modes.texi (Faces for Font Lock): Fix typo.
8122 (Hooks): Explain how buffer-local hook variables can refer to
8123 global hook variables.
8124 Various minor clarifications.
8125
81262003-10-06 Lute Kamstra <lute@gnu.org>
8127
8128 * tips.texi (Coding Conventions): Mention naming conventions for
8129 hooks.
8130
81312003-10-05 Luc Teirlinck <teirllm@auburn.edu>
8132
8133 * loading.texi (Library Search): Correct default value of
8134 load-suffixes.
8135 (Named Features): Fix typo.
8136
81372003-10-05 Richard M. Stallman <rms@gnu.org>
8138
8139 * loading.texi (Named Features): In `provide',
8140 say how to test for subfeatures.
8141 (Unloading): In unload-feature, use new var name
8142 unload-feature-special-hooks.
8143
81442003-10-03 Lute Kamstra <lute@gnu.org>
8145
8146 * modes.texi (Major Mode Conventions): Mention third way to set up
8147 Imenu.
8148 (Imenu): A number of small fixes.
8149 Delete documentation of internal variable imenu--index-alist.
8150 Document the return value format of imenu-create-index-function
8151 functions.
8152
81532003-09-30 Richard M. Stallman <rms@gnu.org>
8154
8155 * processes.texi (Network): Say what stopped datagram connections do.
8156
8157 * lists.texi (Association Lists): Clarify `assq-delete-all'.
8158
8159 * display.texi (Overlay Properties): Clarify `evaporate' property.
8160
81612003-09-29 Lute Kamstra <lute@gnu.org>
8162
8163 * modes.texi (Mode Line Data): Explain when symbols in mode-line
8164 constructs should be marked as risky.
8165 Change cons cell into proper list.
8166 (Mode Line Variables): Change cons cell into proper list.
8167
81682003-09-26 Lute Kamstra <lute@gnu.org>
8169
8170 * modes.texi (Mode Line Data): Document the :propertize construct.
8171 (Mode Line Variables): Reorder the descriptions of the variables
8172 to match their order in the default mode-line-format.
8173 Describe the new variables mode-line-position and mode-line-modes.
8174 Update the default values of mode-line-frame-identification,
8175 minor-mode-alist, and default-mode-line-format.
8176 (Properties in Mode): Mention the :propertize construct.
8177
81782003-09-26 Richard M. Stallman <rms@gnu.org>
8179
8180 * buffers.texi, commands.texi, debugging.texi, eval.texi:
8181 * loading.texi, minibuf.texi, text.texi, variables.texi:
8182 Avoid @strong{Note:}.
8183
81842003-09-26 Richard M. Stallman <rms@gnu.org>
8185
8186 * keymaps.texi (Remapping Commands): Fix typo.
8187
81882003-09-23 Luc Teirlinck <teirllm@mail.auburn.edu>
8189
8190 * processes.texi (Low-Level Network): Fix typo.
8191
81922003-09-23 Kim F. Storm <storm@cua.dk>
8193
8194 * processes.texi (Network, Network Servers): Fix typos.
8195 (Low-Level Network): Add timeout value for :server keyword.
8196 Add new option keywords to make-network-process.
8197 Add set-network-process-options.
8198 Explain how to test availability of network options.
8199
82002003-09-19 Richard M. Stallman <rms@gnu.org>
8201
8202 * text.texi (Motion by Indent): Arg to
8203 backward-to-indentation and forward-to-indentation is optional.
8204
8205 * strings.texi (Creating Strings): Add substring-no-properties.
8206
8207 * processes.texi
8208 (Process Information): Add list-processes arg QUERY-ONLY.
8209 Delete process-contact from here.
8210 Add new status values for process-status.
8211 Add process-get, process-put, process-plist, set-process-plist.
8212 (Synchronous Processes): Add call-process-shell-command.
8213 (Signals to Processes): signal-process allows process objects.
8214 (Network): Complete rewrite.
8215 (Network Servers, Datagrams, Low-Level Network): New nodes.
8216
8217 * positions.texi (Word Motion): forward-word, backward-word
8218 arg is optional. Reword.
8219
8220 * abbrevs.texi (Defining Abbrevs): Index no-self-insert.
8221
8222 * variables.texi (Creating Buffer-Local):
8223 Delete duplicate definition of buffer-local-value.
8224 (File Local Variables): Explain about discarding text props.
8225
82262003-09-11 Richard M. Stallman <rms@gnu.org>
8227
8228 * minibuf.texi (Intro to Minibuffers): Explain that the minibuffer
8229 changes variables that record input events.
8230 (Minibuffer Misc): Add minibuffer-selected-window.
8231
8232 * lists.texi (Building Lists): Add copy-tree.
8233
8234 * display.texi (Fontsets): Add char-displayable-p.
8235 (Scroll Bars): New node.
8236
82372003-09-08 Lute Kamstra <lute@gnu.org>
8238
8239 * modes.texi (%-Constructs): Document new `%i' and `%I'
8240 constructs.
8241
82422003-09-03 Peter Runestig <peter@runestig.com>
8243
8244 * makefile.w32-in: New file.
8245
82462003-08-29 Richard M. Stallman <rms@gnu.org>
8247
8248 * display.texi (Overlay Properties): Clarify how priorities
8249 affect use of the properties.
8250
82512003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
8252
8253 * customize.texi (Type Keywords): Correct the description of
8254 `:help-echo' in the case where `motion-doc' is a function.
8255
82562003-08-14 John Paul Wallington <jpw@gnu.org>
8257
8258 * modes.texi (Emulating Mode Line): Subsection, not section.
8259
82602003-08-13 Richard M. Stallman <rms@gnu.org>
8261
8262 * elisp.texi (Top): Update subnode lists in menu.
8263
8264 * text.texi (Insertion): Add insert-buffer-substring-no-properties.
8265 (Kill Functions): kill-region has new arg yank-handler.
8266 (Yanking): New node.
8267 (Yank Commands): Add yank-undo-function.
8268 (Low-Level Kill Ring):
8269 kill-new and kill-append have new arg yank-handler.
8270 (Changing Properties): Add remove-list-of-text-properties.
8271 (Atomic Changes): New node.
8272
8273 * symbols.texi (Other Plists): Add lax-plist-get, lax-plist-put.
8274
8275 * streams.texi (Output Variables): Add eval-expression-print-length
8276 and eval-expression-print-level.
8277
8278 * os.texi (Time Conversion): For encode-time, explain limits on year.
8279
8280 * objects.texi (Character Type): Define anchor "modifier bits".
8281
8282 * modes.texi (Emulating Mode Line): New node.
8283 (Search-based Fontification): Font Lock uses font-lock-face property.
8284 (Other Font Lock Variables): Likewise.
8285
8286 * keymaps.texi (Format of Keymaps): Keymaps contain char tables,
8287 not vectors.
8288 (Active Keymaps): Add emulation-mode-map-alists.
8289 (Functions for Key Lookup): key-binding has new arg no-remap.
8290 (Remapping Commands): New node.
8291 (Scanning Keymaps): where-is-internal has new arg no-remap.
8292 (Tool Bar): Add tool-bar-local-item-from-menu.
8293 Clarify when to use tool-bar-add-item-from-menu.
8294
8295 * commands.texi (Interactive Call): commandp has new arg.
8296 (Command Loop Info): Add this-original-command.
8297
82982003-08-06 John Paul Wallington <jpw@gnu.org>
8299
8300 * compile.texi (Compiler Errors): Say `@end defmac' after `@defmac'.
8301
8302 * display.texi (Warning Basics): Fix typo.
8303 (Fringes): Add closing curly bracket and fix typo.
8304
8305 * elisp.texi (Top): Fix typo.
8306
83072003-08-05 Richard M. Stallman <rms@gnu.org>
8308
8309 * elisp.texi: Update lists of subnodes.
8310
8311 * windows.texi (Buffers and Windows): set-window-buffer has new arg.
8312
8313 * variables.texi (Local Variables): Use lc for example variable names.
8314
8315 * tips.texi (Library Headers): Explain where to put -*-.
8316
8317 * strings.texi (Creating Strings): Fix xref for vconcat.
8318
8319 * sequences.texi (Vector Functions):
8320 vconcat no longer allows integer args.
8321
8322 * minibuf.texi (Reading File Names): read-file-name has new
8323 arg PREDICATE. New function read-directory-name.
8324
c4cc8b9a 8325 * macros.texi (Defining Macros): Give definition of `declare'.
b8d4c8d0
GM
8326 (Indenting Macros): New node.
8327
8328 * frames.texi (Parameter Access): Add modify-all-frames-parameters.
8329 (Window Frame Parameters): Make separate table of parameters
8330 that are coupled with specific face attributes.
8331 (Deleting Frames): delete-frame-hooks renamed to
8332 delete-frame-functions.
8333
8334 * files.texi (Magic File Names): Add file-remote-p.
8335 Clarify file-local-copy.
8336
8337 * edebug.texi (Instrumenting Macro Calls): Don't define `declare'
8338 here; instead xref Defining Macros.
8339
8340 * display.texi (Warnings): New node, and subnodes.
8341 (Fringes): New node.
8342
8343 * debugging.texi (Test Coverage): New node.
8344
8345 * compile.texi (Compiler Errors): Explain with-no-warnings
8346 and other ways to suppress warnings.
8347
8348 * commands.texi (Interactive Call): Minor clarification.
8349
8350 * buffers.texi (Buffer File Name): set-visited-file-name
8351 renames the buffer too.
8352
8353 * abbrevs.texi (Abbrev Tables): Add copy-abbrev-table.
8354
83552003-07-24 Markus Rost <rost@math.ohio-state.edu>
8356
8357 * abbrevs.texi (Abbrev Expansion): Use \s syntax in example.
8358
83592003-07-22 Markus Rost <rost@math.ohio-state.edu>
8360
8361 * internals.texi (Garbage Collection): Fix previous change.
8362
83632003-07-22 Richard M. Stallman <rms@gnu.org>
8364
8365 * files.texi (Truenames): Add LIMIT arg to file-chase-links.
8366
8367 * display.texi (Width): Use \s syntax in example.
8368 (Font Selection): Add face-font-rescale-alist.
8369
8370 * modes.texi (Imenu): Add xref to Emacs Manual node on Imenu.
8371 Remove spurious indent in example.
8372
8373 * lists.texi (Building Lists): Add number-sequence.
8374
8375 * internals.texi (Garbage Collection): Add gcs-done, gc-elapsed.
8376
8377 * functions.texi (Function Documentation): Explain how to
8378 show calling convention explicitly in the doc string.
8379
8380 * windows.texi (Selecting Windows): save-selected-window saves
8381 selected window of each frame.
8382 (Window Configurations): Minor change.
8383
8384 * syntax.texi (Syntax Table Functions): Use \s syntax in examples.
8385
8386 * streams.texi (Output Variables): Add print-continuous-numbering
8387 and print-number-table.
8388
8389 * processes.texi (Decoding Output): New node.
8390
8391 * os.texi (Time Conversion): decode-time arg is optional.
8392
8393 * objects.texi (Character Type): Don't use space as example for \.
8394 Make list of char names and \-sequences correspond.
8395 Explain that \s is not used in strings. `\ ' needs space after.
8396
8397 * nonascii.texi (Converting Representations): Add string-to-multibyte.
8398 (Translation of Characters): Add translation-table-for-input.
8399 (Default Coding Systems): Add auto-coding-functions.
8400 (Explicit Encoding): Add decode-coding-inserted-region.
8401 (Locales): Add locale-info.
8402
8403 * minibuf.texi (Basic Completion): Describe test-completion.
8404 Collections can be lists of strings.
8405 Clean up lazy-completion-table.
8406 (Programmed Completion): Mention test-completion.
8407 Clarify why lambda expressions are not accepted.
8408 (Minibuffer Misc): Describe minibufferp.
8409
84102003-07-14 Richard M. Stallman <rms@gnu.org>
8411
8412 * buffers.texi (Killing Buffers): kill-buffer-hook is perm local.
8413
8414 * windows.texi (Selecting Windows): New arg to select-window.
8415 (Selecting Windows): Add with-selected-window.
8416 (Size of Window): Add window-inside-edges, etc.
8417
8418 * internals.texi (Garbage Collection): Add post-gc-hook.
8419
8420 * processes.texi (Subprocess Creation): Add exec-suffixes.
8421
8422 * keymaps.texi (Functions for Key Lookup): Add current-active-maps.
8423 (Scanning Keymaps): Add map-keymaps.
8424 (Defining Menus): Add keymap-prompt.
8425
8426 * numbers.texi (Integer Basics): Add most-positive-fixnum,
8427 most-negative-fixnum.
8428
c4cc8b9a 8429 * compile.texi (Byte Compilation): Explain no-byte-compile.
b8d4c8d0
GM
8430 (Compiler Errors): New node.
8431
8432 * os.texi (User Identification): user-uid, user-real-uid
8433 can return float.
8434
8435 * modes.texi (Major Mode Conventions): Explain about run-mode-hooks
8436 and about derived modes.
8437 (Minor Modes): Add minor-mode-list.
8438 (Defining Minor Modes): Keyword args for define-minor-mode.
8439 (Search-based Fontification): Explain managing other properties.
8440 (Other Font Lock Variables): Add font-lock-extra-managed-props.
183080b6 8441 (Faces for Font Lock): Add font-lock-preprocessor-face.
b8d4c8d0
GM
8442 (Hooks): Add run-mode-hooks and delay-mode-hooks.
8443
8444 * variables.texi (Creating Buffer-Local): Add buffer-local-value.
8445 (Variable Aliases): Clarify defvaralias.
8446
8447 * loading.texi (Library Search): Add load-suffixes.
8448
8449 * minibuf.texi (Basic Completion): Add lazy-completion-table.
8450 (Programmed Completion): Add dynamic-completion-table.
8451
8452 * files.texi (Changing Files): copy-file allows dir as NEWNAME.
8453 (Magic File Names): Specify precedence order of handlers.
8454
8455 * commands.texi (Command Overview): Emacs server runs pre-command-hook
8456 and post-command-hook.
8457 (Waiting): New calling convention for sit-for.
8458
8459 * text.texi (Special Properties): local-map and keymap properties
8460 apply based on their stickiness.
8461
84622003-07-07 Richard M. Stallman <rms@gnu.org>
8463
8464 * modes.texi (Minor Mode Conventions): Specify only some kinds
8465 of list values as args to minor modes.
8466
8467 * files.texi (File Name Expansion): Warn about iterative use
8468 of substitute-in-file-name.
8469
8470 * advice.texi (Activation of Advice): Clean up previous change.
8471
84722003-07-06 Markus Rost <rost@math.ohio-state.edu>
8473
8474 * advice.texi (Activation of Advice): Note that ad-start-advice is
8475 turned on by default.
8476
84772003-06-30 Richard M. Stallman <rms@gnu.org>
8478
8479 * text.texi (Buffer Contents): Document current-word.
8480 (Change Hooks): Not called for *Messages*.
8481
8482 * functions.texi (Defining Functions): Explain about redefining
8483 primitives.
8484 (Function Safety): Renamed. Minor changes.
8485 Comment out the detailed criteria for what is safe.
8486
84872003-06-22 Andreas Schwab <schwab@suse.de>
8488
8489 * objects.texi (Symbol Type): Fix description of examples.
8490
84912003-06-16 Andreas Schwab <schwab@suse.de>
8492
8493 * hash.texi (Creating Hash): Fix description of :weakness.
8494
c8763fb6 84952003-06-13 Kai Großjohann <kai.grossjohann@gmx.net>
b8d4c8d0
GM
8496
8497 * files.texi (Changing Files): copy-file copies file modes, too.
8498
84992003-05-28 Richard M. Stallman <rms@gnu.org>
8500
8501 * strings.texi (Creating Strings): Clarify split-string.
8502
85032003-05-22 Stephen J. Turnbull <stephen@xemacs.org>
8504
8505 * strings.texi (Creating Strings): Update split-string specification
8506 and examples.
8507
85082003-05-19 Richard M. Stallman <rms@gnu.org>
8509
8510 * elisp.texi: Correct invariant section names.
8511
85122003-04-20 Richard M. Stallman <rms@gnu.org>
8513
8514 * os.texi (Timers): Explain about timers and quitting.
8515
85162003-04-19 Richard M. Stallman <rms@gnu.org>
8517
8518 * internals.texi (Writing Emacs Primitives): Strings are
8519 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
8520 Explain GCPRO convention for varargs function args.
8521
85222003-04-16 Richard M. Stallman <rms@gnu.org>
8523
8524 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.
8525
85262003-04-08 Richard M. Stallman <rms@gnu.org>
8527
8528 * files.texi (Kinds of Files): Correct return value of file-symlink-p.
8529
85302003-02-13 Kim F. Storm <storm@cua.dk>
8531
8532 * objects.texi (Character Type): New \s escape for space.
8533
85342003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8535
5dcb4c4e 8536 * os.texi (System Environment): Add cygwin system-type.
b8d4c8d0
GM
8537
85382003-01-25 Richard M. Stallman <rms@gnu.org>
8539
8540 * keymaps.texi: Document that a symbol can act as a keymap.
8541
85422003-01-13 Richard M. Stallman <rms@gnu.org>
8543
8544 * text.texi (Changing Properties): Say string indices are origin-0.
8545
8546 * positions.texi (Screen Lines) <compute-motion>:
8547 Correct order of elts in return value.
8548
8549 * keymaps.texi (Changing Key Bindings) <define-key>: Mention
8550 how to define a default binding.
8551
85522002-12-07 Markus Rost <rost@math.ohio-state.edu>
8553
8554 * loading.texi (Unloading): Fix recent change for load-history.
8555
8556 * customize.texi (Simple Types): Clarify description of custom
8557 type 'number. Describe new custom type 'float.
8558
85592002-12-04 Markus Rost <rost@math.ohio-state.edu>
8560
8561 * variables.texi (File Local Variables): Fix typo.
8562
c8763fb6 85632002-10-23 Kai Großjohann <kai.grossjohann@uni-duisburg.de>
b8d4c8d0
GM
8564
8565 From Michael Albinus <Michael.Albinus@alcatel.de>.
8566
8567 * README: Target for Info file is `make info'.
8568
5dcb4c4e 8569 * files.texi (File Name Components): Fix typos in
b8d4c8d0
GM
8570 `file-name-sans-extension'.
8571 (Magic File Names): Complete list of operations for magic file
8572 name handlers.
8573
85742002-09-16 Jonathan Yavner <jyavner@engineer.com>
8575
8576 * variables.texi (File Local Variables): New function
8577 risky-local-variable-p.
8578
85792002-09-15 Jonathan Yavner <jyavner@engineer.com>
8580
8581 * functions.texi (Function safety): New node about unsafep.
8582
85832002-08-05 Per Abrahamsen <abraham@dina.kvl.dk>
8584
5dcb4c4e 8585 * customize.texi (Splicing into Lists): Fix example.
a86cd395 8586 Reported by Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>.
b8d4c8d0
GM
8587
85882002-06-17 Juanma Barranquero <lektu@terra.es>
8589
8590 * frames.texi (Display Feature Testing): Fix typo.
8591
85922002-06-12 Andreas Schwab <schwab@suse.de>
8593
8594 * frames.texi (Initial Parameters, Resources): Fix references to
8595 the Emacs manual.
8596
85972002-05-13 Kim F. Storm <storm@cua.dk>
8598
8599 * variables.texi (Intro to Buffer-Local): Updated warning and
8600 example relating to changing buffer inside let.
8601
c8763fb6 86022002-03-10 Jan Djärv <jan.h.d@swipnet.se>
b8d4c8d0
GM
8603
8604 * os.texi (Session Management): New node about X Session management.
8605
86062002-01-18 Eli Zaretskii <eliz@is.elta.co.il>
8607
8608 * elisp.texi (VERSION): Set to 2.9. Update the version of Emacs
8609 to which the manual corresponds, and the copyright years.
8610
8611 * Makefile.in (VERSION): Set to 2.9.
8612
86132001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
8614
8615 * elisp.texi: Change the category in @dircategory to "Emacs", to
8616 make it consistent with info/dir.
8617
86182001-11-25 Miles Bader <miles@gnu.org>
8619
8620 * text.texi (Fields): Describe new `limit' arg in
8621 field-beginning/field-end.
8622
86232001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
8624
5dcb4c4e
SM
8625 * permute-index: Don't depend on csh-specific features.
8626 Replace the interpreter name with /bin/sh.
b8d4c8d0
GM
8627
8628 * two-volume-cross-refs.txt: New file.
8629 * two.el: New file.
8630 * spellfile: New file.
8631
86322001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
8633
8634 * permute-index: New file.
8635
8636 * vol1.texi, vol2.texi: Renamed from elisp-vol1.texi and
8637 elisp-vol2.texi, respectively, to avoid file-name clashes in DOS
8638 8+3 restricted namespace.
8639
8640 * Makefile.in (infodir): Define relative to $(srcdir).
8641 ($(infodir)/elisp): Don't chdir into $(srcdir), but add it to the
8642 include directories list via -I switch to makeinfo.
8643 (index.texi): Use cp if both hard and symbolic links fail.
8644
86452001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
8646
8647 * Makefile.in (distclean): Add.
8648
8649 The following changes make ELisp manual part of the Emacs
8650 distribution:
8651
8652 * Makefile.in: Add Copyright notice.
8653 (prefix): Remove.
8654 (infodir): Change value to "../info".
8655 (VPATH): New variable.
8656 (MAKE): Don't define.
8657 (texmacrodir): Don't define.
8658 (texinputdir): Append the existing value of TEXINPUTS.
8659 ($(infodir)/elisp): Instead of just "elisp". Reformat the
8660 command to be compatible with man/Makefile.in, and to put the
8661 output into ../info.
8662 (info): Add target.
8663 (installall): Target removed.
8664
c8763fb6 86652001-10-31 Pavel Janík <Pavel@Janik.cz>
b8d4c8d0
GM
8666
8667 * tips.texi (Coding Conventions): Fix typo.
8668
86692001-10-23 Gerd Moellmann <gerd@gnu.org>
8670
8671 * Makefile.in (srcs): Add gpl.texi and doclicense.texi.
8672
86732001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
8674
8675 * files.texi (File Name Components): Update the description of
8676 file-name-sans-extension and file-name-extension, as they now
8677 ignore leading dots.
8678
86792001-10-20 Gerd Moellmann <gerd@gnu.org>
8680
8681 * (Version 21.1 released.)
8682
86832001-10-19 Miles Bader <miles@gnu.org>
8684
8685 * positions.texi (Text Lines): Describe behavior of
8686 `beginning-of-line'/`end-of-line' in the presence of field properties.
8687
86882001-10-17 Gerd Moellmann <gerd@gnu.org>
8689
8690 * Makefile.in (VERSION): Set to 2.8.
8691 (manual): Use `manual-21'.
8692
8693 * elisp.texi (VERSION): Add and use it where the version
8694 number was used. Set it to 2.8.
8695
8696 * intro.texi: Likewise.
8697
86982001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
8699
8700 * files.texi (File Name Completion): Document the significance of
8701 a trailing slash in elements of completion-ignored-extensions.
8702
87032001-10-06 Miles Bader <miles@gnu.org>
8704
8705 * variables.texi (Variable Aliases): It's `@defmac', not `@defmacro'.
8706
87072001-10-04 Gerd Moellmann <gerd@gnu.org>
8708
8709 * variables.texi (Variable Aliases): New node.
8710
87112001-10-04 Gerd Moellmann <gerd@gnu.org>
8712
8713 * Branch for 21.1.
8714
87152001-10-02 Miles Bader <miles@gnu.org>
8716
8717 * minibuf.texi (Minibuffer Misc): Add entries for
8718 `minibuffer-contents', `minibuffer-contents-no-properties', and
8719 `delete-minibuffer-contents'.
8720 Correct description for `minibuffer-prompt-end'.
8721
8722 * text.texi (Property Search): Correct descriptions of
8723 `next-char-property-change' and `previous-char-property-change'.
8724 Add entries for `next-single-char-property-change' and
8725 `previous-single-char-property-change'.
8726 Make operand names a bit more consistent.
8727
87282001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
8729
8730 * frames.texi (Finding All Frames): Document that next-frame and
8731 previous-frame are local to current terminal.
8732
87332001-09-26 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * keymaps.texi (Creating Keymaps): Fix the description of the
8736 result of make-keymap.
8737
87382001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
8739
8740 * display.texi (Font Lookup, Attribute Functions)
8741 (Image Descriptors): Add cross-references to the definition of
8742 selected frame.
8743
8744 * buffers.texi (The Buffer List): Add cross-references to the
8745 definition of selected frame.
8746
8747 * frames.texi (Input Focus): Clarify which frame is _the_ selected
8748 frame at any given time.
8749 (Multiple Displays, Size and Position): Add a cross-reference to
8750 the definition of the selected frame.
8751
87522001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
8753
8754 * strings.texi (String Conversion) <string-to-number>: Document
8755 that a float is returned for integers that are too large.
8756
8757 * frames.texi (Mouse Position): Document mouse-position-function.
8758 (Display Feature Testing): Document display-images-p.
8759 (Window Frame Parameters): Document the cursor-type variable.
8760
8761 * numbers.texi (Integer Basics): Document CL style read syntax for
8762 integers in bases other than 10.
8763
5dcb4c4e
SM
8764 * positions.texi (List Motion):
8765 Document open-paren-in-column-0-is-defun-start.
b8d4c8d0
GM
8766
8767 * lists.texi (Sets And Lists): Document member-ignore-case.
8768
8769 * internals.texi (Garbage Collection): Document the used and free
8770 strings report.
8771 (Memory Usage): Document strings-consed.
8772
8773 * os.texi (Time of Day): Document float-time.
8774 (Recording Input): Document that clear-this-command-keys clears
8775 the vector to be returned by recent-keys.
8776
8777 * keymaps.texi (Scanning Keymaps) <where-is-internal>: The
8778 argument keymap can be a list.
8779
8780 * nonascii.texi (User-Chosen Coding Systems)
8781 <select-safe-coding-system>: Document the new argument
8782 accept-default-p and the variable
8783 select-safe-coding-system-accept-default-p. Tell what happens if
8784 buffer-file-coding-system is undecided.
8785 (Default Coding Systems): Document auto-coding-regexp-alist.
8786
8787 * display.texi (The Echo Area) <message>: Document
8788 message-truncate-lines.
8789 (Glyphs): Document that the glyph table is unused on windowed
8790 displays.
8791
8792 * help.texi (Describing Characters) <single-key-description>:
8793 Document the new argument no-angles.
8794 (Accessing Documentation) <documentation-property>: Document that
8795 a non-string property is evaluated.
8796 <documentation>: Document that the function-documentation property
8797 is looked for.
8798
8799 * windows.texi (Selecting Windows): Document some-window.
8800
8801 * text.texi (MD5 Checksum): New node, documents the md5 primitive.
8802
8803 * hooks.texi (Standard Hooks): Add kbd-macro-termination-hook and
8804 apropos-mode-hook.
8805
8806 * commands.texi (Using Interactive): Document interactive-form.
8807 (Keyboard Macros): Document kbd-macro-termination-hook.
8808 (Command Loop Info): Document that clear-this-command-keys clears
8809 the vector to be returned by recent-keys.
8810
88112001-09-04 Werner LEMBERG <wl@gnu.org>
8812
8813 * Makefile.in (srcdir, texinputdir): New variables.
8814 (srcs, index.texi, install): Use $(srcdir).
8815 (.PHONY): Remove elisp.dvi.
8816 (elisp): Use -I switch for makeinfo.
8817 (elisp.dvi): Use $(srcdir) and $(texinputdir).
8818 (installall, dist): Use $(srcdir).
8819 Fix path to texinfo.tex.
8820 (maintainer-clean): Add elisp.dvi and elisp.oaux.
8821
88222001-08-30 Gerd Moellmann <gerd@gnu.org>
8823
8824 * display.texi (Conditional Display): Adjust to API change.
8825
8826 * configure: New file.
8827
88282001-07-30 Gerd Moellmann <gerd@gnu.org>
8829
8830 * commands.texi (Repeat Events): Add description of
8831 double-click-fuzz.
8832
88332001-05-08 Stefan Monnier <monnier@cs.yale.edu>
8834
8835 * syntax.texi (Syntax Class Table): Add the missing designator for
8836 comment and string fences.
8837 (Syntax Properties): Add a xref to syntax table internals.
8838 (Syntax Table Internals): Document string-to-syntax.
8839
88402001-05-07 Gerd Moellmann <gerd@gnu.org>
8841
8842 * Makefile.in (install): Use install-info command line options
8843 like in Emacs' Makefile.in.
8844
88452000-12-09 Miles Bader <miles@gnu.org>
8846
8847 * windows.texi (Window Start): Update documentation for
8848 `pos-visible-in-window-p'.
8849
88502000-11-12 Stefan Monnier <monnier@cs.yale.edu>
8851
8852 * lists.texi (Building Lists): Add footnote to explain how to add
8853 to the end of a list.
8854
88552000-10-25 Gerd Moellmann <gerd@gnu.org>
8856
8857 * files.texi (Visiting Functions): Typos.
8858
88592000-10-25 Kenichi Handa <handa@etl.go.jp>
8860
8861 * files.texi (Visiting Functions): Return value of
8862 find-file-noselect may be a list of buffers if wildcards are used.
8863
88642000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8865
8866 * display.texi (Defining Faces): Document `graphic' display type
8867 in face specs.
8868
b344d29d 88692000-10-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
b8d4c8d0
GM
8870
8871 * hooks.texi (Standard Hooks): Replace obsolete
8872 `after-make-frame-hook' with `after-make-frame-functions'.
8873
8874 * frames.texi (Creating Frames): Ditto.
8875
8876 * variables.texi (Future Local Variables): Ditto.
8877
88782000-10-16 Gerd Moellmann <gerd@gnu.org>
8879
8880 * display.texi (Other Image Types): Add description of :foreground
8881 and :background properties of mono PBM images.
8882
88832000-08-17 Werner LEMBERG <wl@gnu.org>
8884
8885 * .cvsignore: New file.
8886
88872000-01-05 Gerd Moellmann <gerd@gnu.org>
8888
8889 * tindex.pl: New script.
8890
88911999-12-03 Dave Love <fx@gnu.org>
8892
8893 * Makefile.in (MAKEINFO): New parameter.
8894
88951999-09-17 Richard Stallman <rms@gnu.org>
8896
8897 * Makefile.in (srcs): Add hash.texi.
8898 (VERSION): Update to 20.6.
8899
89001999-09-13 Richard Stallman <rms@gnu.org>
8901
8902 * Makefile.in (index.texi): If cannot make a symlink, make a hard link.
8903
89041998-08-29 Karl Heuer <kwzh@gnu.org>
8905
8906 * configure.in: New file.
8907 * Makefile.in: Renamed from Makefile.
8908 (prefix, infodir): Use value obtained from configure.
8909 (emacslibdir): Obsolete variable deleted.
8910 (dist): Distribute configure.in, configure, Makefile.in.
8911
89121998-06-12 Richard Stallman <rms@psilocin.ai.mit.edu>
8913
8914 * Makefile (INSTALL_INFO): New variable.
8915 (install): Run install-info.
8916
89171998-05-09 Richard Stallman <rms@psilocin.ai.mit.edu>
8918
8919 * Makefile (elisp.dvi): Add missing backslash.
8920
89211998-05-02 Richard Stallman <rms@psilocin.gnu.org>
8922
8923 * Makefile (elisp.dvi): Don't depend on texindex or on elisp.tps.
8924 Run texindex without `./'. Always run texindex on elisp.tp.
8925 (elisp.tps): Target deleted.
8926
89271998-04-05 Richard Stallman <rms@psilocin.gnu.org>
8928
8929 * Makefile (srcs): Add nonascii.texi and customize.texi.
8930 (dist): Start by deleting `temp'.
8931
89321998-02-17 Richard Stallman <rms@psilocin.gnu.org>
8933
8934 * Makefile (makeinfo, texindex): Targets deleted.
8935 (makeinfo.o, texindex.o): Targets deleted.
8936 (clean, dist): Don't do anything with them or with getopt*.
8937
89381998-01-30 Richard Stallman <rms@psilocin.gnu.org>
8939
8940 * Makefile (SHELL): Defined.
8941
89421998-01-27 Richard Stallman <rms@psilocin.gnu.org>
8943
8944 * Makefile (elisp.tps): New target.
8945 (elisp.dvi): Depend on elisp.tps.
8946
c5602427 89471996-04-03 Karl Heuer <kwzh@gnu.ai.mit.edu>
b8d4c8d0
GM
8948
8949 * README: Update phone number.
8950
8951 * Makefile (elisp): Make this be the default target.
8952 Depend on makeinfo.c instead of makeinfo.
8953 (install): Don't depend on elisp.dvi, since we don't install that.
8954 Use mkinstalldirs.
8955 (dist): Add mkinstalldirs.
8956
c5602427 89571995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
b8d4c8d0
GM
8958
8959 * Makefile (VERSION): Update version number.
5dcb4c4e 8960 (maintainer-clean): Rename from realclean.
b8d4c8d0 8961
c5602427 89621995-06-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
b8d4c8d0
GM
8963
8964 * Makefile (realclean): New target.
8965 (elisp): Remove any old elisp-* files first.
8966
c5602427 89671993-11-23 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
b8d4c8d0
GM
8968
8969 * Makefile (VERSION): New variable.
8970 (dist): Make packaged directory name `elisp-manual-19-$(VERSION)'.
8971 Compressed file suffix should be `.gz', not `.z'.
8972
ce058493 89731993-11-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8974
8975 * Makefile (elisp): Depend on makeinfo.
8976
c5602427 89771993-11-19 Noah Friedman (friedman@gnu.ai.mit.edu)
b8d4c8d0
GM
8978
8979 * Makefile (srcs): Add anti.texi.
8980
c5602427 89811993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8982
8983 * Makefile (infodir, prefix): New vars.
8984 (install): Use infodir.
8985 (emacsinfodir): Deleted.
8986
c5602427 89871993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8988
8989 * Makefile (srcs): Add calendar.texi.
8990
8991 * Makefile (dist): Copy texindex.c and makeinfo.c.
8992 Limit elisp-* files to those with one or two digits.
8993
c5602427 89941993-05-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
8995
8996 * Makefile (dist): Changed to use Gzip instead of compress.
8997
c5602427 89981993-04-23 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
8999
9000 * loading.texi (Unloading): define-function changed back to
9001 defalias. It may not stay this way, but at least it's
9002 consistent with the known-good version of the code patch.
9003
c5602427 90041993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
b8d4c8d0
GM
9005
9006 * modes.texi (Hooks): Document new optional arg of add-hook.
9007
c5602427 90081993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
b8d4c8d0
GM
9009
9010 * variables.texi: Document nil initial value of buffer-local variables.
9011
9012 * tips.texi: Add new section on standard library headers.
9013
c5602427 90141993-02-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9015
9016 * Makefile (srcs): Add frame.texi to the list of sources.
9017
c5602427 90181993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9019
9020 * Makefile (dist): Don't bother excluding autosave files; they'll
9021 never make it into the temp directory anyway, and the hash marks
9022 in the name are problematic for make and the Bourne shell.
9023 (srcs):
9024
c5602427 90251993-02-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
b8d4c8d0
GM
9026
9027 * Makefile (dist): Don't include backup files or autosave files in
9028 the distribution tar file.
9029
c5602427 90301991-11-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
b8d4c8d0 9031
5dcb4c4e 9032 * Makefile (srcs): Add index.perm.
b8d4c8d0
GM
9033 (elisp.dvi): Remove erroneous shell comment.
9034 Expect output of permute-index in permuted.fns.
9035 Save old elisp.aux in elisp.oaux.
5dcb4c4e 9036 (clean): Add index.texi to be deleted.
b8d4c8d0 9037
c5602427 90381990-08-11 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9039
9040 * Makefile (elisp.dvi, index.texi): Use shell if instead of ifdef.
9041
c5602427 90421990-06-26 David Lawrence (tale@geech)
b8d4c8d0
GM
9043
9044 * files.texi: Noted that completion-ignored-extensions is ignored
9045 when making *Completions*.
9046
3e868ee3 90471990-06-08 Jay Fenlason (hack@ai.mit.edu)
b8d4c8d0
GM
9048
9049 * Makefile make dist now depends on elisp.dvi, since it tries
9050 to include it in the dist file.
9051
c5602427 90521990-03-28 Jim Kingdon (kingdon@mole.ai.mit.edu)
b8d4c8d0 9053
c5602427 9054 * functions.texinfo (Mapping Functions): Add missing quote.
b8d4c8d0 9055
c5602427 90561989-06-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
b8d4c8d0
GM
9057
9058 * texinfo.tex (frenchspacing): Use decimal codes for char to be set.
9059 (defunargs): Turn off \hyphenchar of \sl font temporarily.
9060
c5602427 90611989-05-10 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9062
9063 * @result{}, @expansion{}, @print{}, @quiv{}, @point{},
9064 and @error{} are the terms now being used. The files in the
9065 directory have been changed to reflect this.
9066
9067 * All instances of @indentedresultt{} have been changed to
9068 ` @result{}', using 5 spaces at the begining of the line.
9069
c5602427 90701989-04-24 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9071
9072 * @result{}, @expandsto{}, @prints{}, @quiv{}, @error{}, and the
9073 experimental @indentedresult{}, @indentedexpandsto{} are part of
9074 the texinfo.tex in this directory. These TeX macros are not
9075 stable yet.
9076
c5602427 90771989-04-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9078
9079 * texinfo.tex: Temporarily added
9080 \let\result=\dblarrow
9081 \def\error{{\it ERROR} \longdblarrow}
9082 We need to do this better soon.
9083
c5602427 90841989-04-11 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
b8d4c8d0
GM
9085
9086 * Applied Karl Berry's patches to *.texinfo files, but not to
9087 texinfo.tex; those diffs are in `berry-texinfo-tex-diffs'. (Karl's
9088 new title page format is also not applied, since it requires
9089 texinfo.tex changes.)
9090
9091 * Cleaned up `Makefile' and defined the `emacslibdir' directory
9092 for the Project GNU development environment.
9093
9094;; Local Variables:
c8763fb6 9095;; coding: utf-8
b8d4c8d0
GM
9096;; End:
9097
73b0cd50 9098 Copyright (C) 1998-2011 Free Software Foundation, Inc.
b8d4c8d0
GM
9099
9100 This file is part of GNU Emacs.
9101
352c8b4a 9102 GNU Emacs is free software: you can redistribute it and/or modify
b8d4c8d0 9103 it under the terms of the GNU General Public License as published by
352c8b4a
GM
9104 the Free Software Foundation, either version 3 of the License, or
9105 (at your option) any later version.
b8d4c8d0
GM
9106
9107 GNU Emacs is distributed in the hope that it will be useful,
9108 but WITHOUT ANY WARRANTY; without even the implied warranty of
9109 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9110 GNU General Public License for more details.
9111
9112 You should have received a copy of the GNU General Public License
352c8b4a 9113 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.